search for: kernel&m

Displaying 20 results from an estimated 64 matches for "kernel&m".

2005 Aug 02
2
ethernet interfaces swapped around
...t the same). This system kickstart fine with CentOS 3.x. I recently tried to rekick it with CentOS 4.x but was unsuccessful in doing so. When kicking CentOS 4.1, the interfaces are swapped around, i.e. eth0 becomes eth1 and eth1 becomes eth0 (as described at http://marc.theaimsgroup.com/?l=linux-kernel&m=104888957013124&w=2). Is there a way to fix the interface during kickstart? Unfortunately, because we have so many different types of systems, simply swapping the cables is not a good idea because it complicates management.
2006 May 22
9
[Bug 478] Kernel panic - not syncing: Aiee, killing interrupt handler!
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=478 ------- Additional Comments From kaber@trash.net 2006-05-22 09:32 MET ------- The exact same problem was reported on LKML, also with 2.6.16.13 and Xen. Since we've had no reports of similar problems without Xen, I doubt that the problem really is within the netfilter code, especially since we haven't had any problems in that
2002 Sep 19
2
problem moving files
Hi, I am not totally sure what caused this but I just wanted to know if anything of this sort has been seen in the ext3 world. I did a fresh install of redhat 7.2 linux with kernel-2.4.9(we have some patches applied to this). I have root and boot filesystems as ext3 type. After running some tests the system gets into a strange state. I cannot move one file to another if that destination file already exists. Here is some text that can help you understand the problem: ........
2008 Jul 15
4
Patch from LKML
> On Tue, Jul 15, 2008 at 10:33 AM, Suresh Siddha > <suresh.b.siddha at intel.com> wrote: > > On Sun, Jul 13, 2008 at 10:19:35PM -0700, Yinghai Lu wrote: > >> > >> fix for pv. > >> > >> Signed-off-by: Yinghai Lu <yhlu.kernel at gmail.com> > >> > >> --- > >> arch/x86/kernel/paravirt.c | 5 ---- > >> arch/x86/kernel/vmi_32.c | 51 ++++++++++++++++++++++++++++++++++++++++++--- > >> arch/x86/xen/enlighten.c | 19 +++++++--------- > >> include/asm-x86/para...
2008 Jul 15
4
Patch from LKML
> On Tue, Jul 15, 2008 at 10:33 AM, Suresh Siddha > <suresh.b.siddha at intel.com> wrote: > > On Sun, Jul 13, 2008 at 10:19:35PM -0700, Yinghai Lu wrote: > >> > >> fix for pv. > >> > >> Signed-off-by: Yinghai Lu <yhlu.kernel at gmail.com> > >> > >> --- > >> arch/x86/kernel/paravirt.c | 5 ---- > >> arch/x86/kernel/vmi_32.c | 51 ++++++++++++++++++++++++++++++++++++++++++--- > >> arch/x86/xen/enlighten.c | 19 +++++++--------- > >> include/asm-x86/para...
2006 Aug 28
2
update for x86_64-put-note-sections-into-a-pt_note-segment-in-vmlinux.patch
Older binutils (prior to 2.16) have a problem with the linker script resulting from the change introducing explicit segment maps. Namely does the respective linker not properly handle @nobits sections (i.e. .bss) sitting between @progbits ones (i.e. .data.*). The .bss section must therefore be moved past all initialized sections (as is already the case on i386). Replacement patch attached. Jan
2002 Jan 24
1
Re: OOPS: kernel BUG at transaction.c:1857 on 2.4.17 while rm'ing 700mb file on ext3 partition.
...reduce the rather large amount of oopses I have had recently, as I read > something about AMD Athlons and AGP causing troubles. Those problems included AGP cache coherency problems, but I didn't see any mention of other instabilities as a result. Also, > NVRM: loading NVIDIA NVdriver Kernel Module 1.0.2313 Tue Nov 27 12:01:24 PST 2001 with this driver loaded we really can't make any guarantees about your system stability at all. If you manage to eliminate other oopses and still get the ext3 one, even without the NVidia driver loaded, then there would be a much better change of...
2006 May 26
1
[PATCH - 2.6.17-rc5] ext3: Fix missed mutex unlock - unroll
Hi, I believe the following patch in the GIT - 2.6.17-rc5 is not correct: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=75616cf9854b83eb83a968b1338ae0ee11c9673c It is the second of the two patches contributed by Leonid Ananiev. This one incorrectly adds the super block unlocking in the error path, though. As we can see in the function ext3_group_ad...
2020 Jul 10
3
[PATCH] xen: introduce xen_vring_use_dma
Sorry for the late reply -- a couple of conferences kept me busy. On Wed, 1 Jul 2020, Michael S. Tsirkin wrote: > On Wed, Jul 01, 2020 at 10:34:53AM -0700, Stefano Stabellini wrote: > > Would you be in favor of a more flexible check along the lines of the > > one proposed in the patch that started this thread: > > > > if (xen_vring_use_dma()) > >
2020 Jul 10
3
[PATCH] xen: introduce xen_vring_use_dma
Sorry for the late reply -- a couple of conferences kept me busy. On Wed, 1 Jul 2020, Michael S. Tsirkin wrote: > On Wed, Jul 01, 2020 at 10:34:53AM -0700, Stefano Stabellini wrote: > > Would you be in favor of a more flexible check along the lines of the > > one proposed in the patch that started this thread: > > > > if (xen_vring_use_dma()) > >
2010 Jul 17
4
[Bug 29129] New: Cannot set refresh rate on nv50
https://bugs.freedesktop.org/show_bug.cgi?id=29129 Summary: Cannot set refresh rate on nv50 Product: xorg Version: unspecified Platform: x86-64 (AMD64) URL: http://marc.info/?l=linux-kernel&amp;m=127913459017236&amp;w=2 OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: svenjoac at gmx.de QAContact: xorg-team at...
2013 Apr 18
1
[PATCH] xen/arm: introduce xen_early_init, use PSCI on xen
...e called very early from setup_arch. Change machine_desc->smp_init to xen_smp_init if Xen is present on the platform. xen_smp_init just sets smp_ops to psci_smp_ops. XEN selects ARM_PSCI. This patch is based on "xen/arm: move to mach-virt and support SMP" (http://marc.info/?l=linux-kernel&amp;m=136629656432231&amp;w=2) and "arm: introduce psci_smp_ops" (http://marc.info/?l=linux-kernel&amp;m=136629750732674&amp;w=2). A git tag for this patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git 3.9-rc3-psci-xen-1-tag Signed-off-by: Stefano...
2011 Feb 03
3
Re: [Bug #27842] [regression?] hang with 2.6.37 on a BTRFS test machine
...introduced between 2.6.36 and 2.6.37. > > The following bug entry is on the current list of known regressions > introduced between 2.6.36 and 2.6.37. Please verify if it still should > be listed and let the tracking team know (either way). > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=27842 > Subject : [regression?] hang with 2.6.37 on a BTRFS test machine > Submitter : Martin Steigerwald <Martin@lichtvoll.de> > Date : 2011-01-23 12:06 (11 days old) > Message-ID : <201101231306.23069.Martin@lichtvoll.de> > References : http://marc...
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...state > + * or cpu is -1, then we will check confer. If confer is NULL, we will return > + * otherwise we confer our slices to lpar. > + */ > +void __spin_yield_cpu(int cpu, int confer) > +{ > + unsigned int holder_cpu = cpu, yield_count; As I said at: https://marc.info/?l=linux-kernel&amp;m=147455748619343&amp;w=2 @holder_cpu is not necessary and doesn't help anything. > + > + if (cpu == -1) > + goto yield_to_lpar; > + > + BUG_ON(holder_cpu >= nr_cpu_ids); > + yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count); > + > + /* if cpu is run...
2016 Dec 06
1
[PATCH v8 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
...state > + * or cpu is -1, then we will check confer. If confer is NULL, we will return > + * otherwise we confer our slices to lpar. > + */ > +void __spin_yield_cpu(int cpu, int confer) > +{ > + unsigned int holder_cpu = cpu, yield_count; As I said at: https://marc.info/?l=linux-kernel&amp;m=147455748619343&amp;w=2 @holder_cpu is not necessary and doesn't help anything. > + > + if (cpu == -1) > + goto yield_to_lpar; > + > + BUG_ON(holder_cpu >= nr_cpu_ids); > + yield_count = be32_to_cpu(lppaca_of(holder_cpu).yield_count); > + > + /* if cpu is run...
2013 Nov 20
6
[PATCH] xen/gnttab: leave lazy MMU mode in the case of a m2p override failure
...lini <stefano.stabellini@eu.citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com> Cc: David Vrabel <david.vrabel@citrix.com> Cc: Anthony Liguori <aliguori@amazon.com> Cc: xen-devel@lists.xenproject.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Matt Wilson <msw@amazon.com> --- drivers/xen/grant-table.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/xen/grant-table.c b/drivers/xen/grant-table.c index 62ccf54..0283871 100644 --- a/drivers/xen/grant-table.c +++ b/dri...
2018 Jul 13
0
[PATCH 04/18] nouveau: change strncpy+truncation to strlcpy
Generated by scripts/coccinelle/misc/strncpy_truncation.cocci Signed-off-by: Dominique Martinet <asmadeus at codewreck.org> --- Please see https://marc.info/?l=linux-kernel&amp;m=153144450722324&amp;w=2 (the first patch of the serie) for the motivation behind this patch drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/core/firmware.c b/drivers/gpu/drm/nouveau/nvkm/core/fir...
2020 Feb 15
0
Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual Machine as an Active Directory Domain Controller (AD DC)
Links to reading materials: [1] https://lkml.org/lkml/2020/2/15/16 [2] http://lkml.iu.edu/hypermail/linux/kernel/2002.1/10224.html [3] https://marc.info/?l=linux-kernel&amp;m=158174694431737&amp;w=2 [4] http://lists.linuxfromscratch.org/pipermail/lfs-chat/2020-February/029090.html [5] https://lists.samba.org/archive/samba/2020-February/228348.html [6] https://marc.info/?l=kvm&amp;m=158174875032089&amp;w=2...
2020 Feb 23
0
Mr. Teo En Ming's Guide to Deploying CentOS Web Panel (CWP) Web Hosting Control Panel on Amazon AWS Cloud
Redundant Links to Teo En Ming's Guide to Deploying CentOS Web Panel (CWP) Web Hosting Control Panel on Amazon AWS Cloud [1] https://lkml.org/lkml/2020/2/23/71 [2] http://lkml.iu.edu/hypermail/linux/kernel/2002.2/08712.html [3] https://marc.info/?l=linux-kernel&amp;m=158246414013004&amp;w=2 [4] http://lists.linuxfromscratch.org/pipermail/lfs-chat/2020-February/029096.html [5] https://marc.info/?l=apache-httpd-users&amp;m=158246714513728&amp;w=2 [6] https://lists.launchpad.net/maria-discuss/msg057...
2007 Apr 18
0
[PATCH 1/5] ELFNOTES: use a preprocessor macro to define the ELFNOTE helper
There are a bunch of issues with defining elf notes using assembler macros, as described here: http://marc.theaimsgroup.com/?l=linux-kernel&amp;m=115633393226158&amp;w=2 Therefore I replaced it with a pre-processor macro. This is a new patch, it should fit into the series anywhere after the -mm patch. It's been submitted to Andrew M so hopefully it'll get picked up for next -mm. Signed-off-by: Ian Campbell <ian.campbell@x...