linux-kernel mailing list

FromSubjectsort iconDate
Laurent Riffard
possible circular locking in reiserfs_removexattr
Hello, I've got this while running beagle. /home is mounted with the following options: /dev/mapper/vglinux1-lvhome /home reiserfs rw,noatime,nodiratime,user_xattr 0 0 This still happens with latest kernel (next-20080222), I can't tell when it first appears. ======================================================= [ INFO: possible circular locking dependency detected ] 2.6.25-rc1 #15 ------------------------------------------------------- beagled/3781 is trying to acquire lock: (&REIS...
Feb 22, 7:30 pm 2008
Jeff Mahoney
Re: possible circular locking in reiserfs_removexattr
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for the report. I have a patch queue I'm hoping to send to -mm next week that cleans up the xattr code a lot and makes the locking quite a bit saner. It's been in openSUSE for a few generations, so hopefully there won't be a long incubation before it hits mainline. - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFHv2G/...
Feb 22, 7:58 pm 2008
Stephen Oberholtzer
How to diagnose a process stuck in D state?
First off: I'm not subscribed to the list (I don't think I could handle the volume), so please make sure you CC me if you reply. I run an application on one of my machines; it often hangs, with the process stuck D state. When this happens, the process sticks around until I reboot the machine. I have tried the following to start diagnosing the problem: * Running 'ps -axl' shows "-" in the wchan column. * The contents of /proc/pid/wchan say "_stext". * 'strace -p pid' says "Process pid attached...
Feb 22, 7:08 pm 2008
Dave Jones
Re: patch kbuild-allow-fstack-protector-to-take-effect.patch...
On Fri, Feb 22, 2008 at 03:00:58PM -0800, gregkh@suse.de wrote: > > This is a note to let you know that we have just queued up the patch titled > > Subject: kbuild: allow -fstack-protector to take effect > > to the 2.6.24-stable tree. Its filename is > > kbuild-allow-fstack-protector-to-take-effect.patch > > A git repo of this tree can be found at > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary I...
Feb 22, 7:06 pm 2008
Greg KH
Re: [stable] patch kbuild-allow-fstack-protector-to-take-eff...
I thought that thread was for the much larger patches, not just this Makefile change. Or am I wrong here? If so, I'll gladly drop it. Arjan? Sam? thanks, greg k-h --
Feb 22, 7:18 pm 2008
Dave Jones
Re: [stable] patch kbuild-allow-fstack-protector-to-take-eff...
On Fri, Feb 22, 2008 at 03:18:08PM -0800, Greg Kroah-Hartman wrote: > On Fri, Feb 22, 2008 at 06:06:04PM -0500, Dave Jones wrote: > > On Fri, Feb 22, 2008 at 03:00:58PM -0800, gregkh@suse.de wrote: > > > > > > This is a note to let you know that we have just queued up the patch titled > > > > > > Subject: kbuild: allow -fstack-protector to take effect > > > > > > to the 2.6.24-stable tree. Its filename is > &g...
Feb 22, 7:34 pm 2008
Greg KH
Re: [stable] patch kbuild-allow-fstack-protector-to-take-eff...
Hm, that sounds like a new feature :) I thought the makefile change was just a bugfix in the broken makefile. thanks, greg k-h --
Feb 22, 7:42 pm 2008
Dave Jones
Re: [stable] patch kbuild-allow-fstack-protector-to-take-eff...
On Fri, Feb 22, 2008 at 03:42:16PM -0800, Greg Kroah-Hartman wrote: > > > I thought that thread was for the much larger patches, not just this > > > Makefile change. > > > > At the least we'll likely want to also pick up the other stack protector fixes > > that went into .25rc if we turn it on in .24 > > Hm, that sounds like a new feature :) > > I thought the makefile change was just a bugfix in the broken makefile. Well, it is. But...
Feb 22, 7:59 pm 2008
J.C. Pizarro
Improved idea, to use NR_CPUS task_migrators for SMPs.
In kernel/sched.c appears: static void sched_migrate_task(struct task_struct *p, int dest_cpu) { struct migration_req req; unsigned long flags; struct rq *rq; rq = task_rq_lock(p, &flags); if (!cpu_isset(dest_cpu, p->cpus_allowed) || unlikely(cpu_is_offline(dest_cpu))) goto out; /* force the process onto the specified CPU */ if (migrate_task(p, dest_cpu, &req)) { /* Need to wait for migration thread (might exit: take ref). */ struct task_struct *mt = rq->mi...
Feb 22, 6:57 pm 2008
J.C. Pizarro
Re: Improved idea, to use NR_CPUS task_migrators for SMPs.
I'm sorry, it's wrong, the correct is in reverse, locking when it wants to enter and unlocking when it's exited. --
Feb 22, 7:57 pm 2008
dann frazier
[PATCH] 2.4: [POWERPC] CHRP: Fix possible NULL pointer deref...
This is a 2.4 backport of a linux-2.6 change by Cyrill Gorcunov. (commit 9ac71d00398674aaec664f30559f0a21d963862f) CVE-2007-6694 was assigned for this issue. This backport has been compile-tested only. Commit log from 2.6 follows. This fixes a possible NULL pointer dereference inside of strncmp() if of_get_property() fails. Signed-off-by: dann frazier <dannf@hp.com> diff --git a/arch/ppc/platforms/chrp_setup.c b/arch/ppc/platforms/chrp_setup.c index 0ffbbd2..28747db 100644 ...
Feb 22, 6:46 pm 2008
Bartlomiej Zolnierki...
[PATCH] ide: remove obsoleted "idex=noprobe" kernel parameter
* Remove obsoleted "idex=noprobe" kernel parameter. * Remove no longer needed hwif->noprobe quirk from ide_hwif_configure() and hwif->noprobe checking from cmd640.c. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- goes before "ide: move default IDE ports setup to ide_generic host driver" patch in IDE quilt tree drivers/ide/ide.c | 6 ++---- drivers/ide/pci/cmd640.c | 3 +-- drivers/ide/setup-pci.c | 7 ------- 3 files changed, 3 insertions(+)...
Feb 22, 6:59 pm 2008
Bartlomiej Zolnierki...
[PATCH] ide: skip probing port if "hdx=noprobe" was used for...
* Skip probing port if "hdx=noprobe" parameter was used for both devices on it. * Obsolete "idex=noprobe" parameter - it only works for ide_generic, cmd640 and PCI hosts in Compatibility mode (on alpha/x86/ia64/m32r/mips/ppc32). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- goes after "ide: remove redundant comment from ide_unregister()" patch in IDE quilt tree Documentation/ide.txt | 2 -- drivers/ide/ide-probe.c | 3 ++- drivers/ide/ide.c | 2...
Feb 22, 6:57 pm 2008
Bartlomiej Zolnierki...
[PATCH] ide: remove redundant comment from ide_unregister()
Identical comment is present in ide_hwif_release_regions() documentation. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> --- goes after "hpt366: fix section mismatch warnings" patch in IDE quilt tree drivers/ide/ide.c | 5 ----- 1 file changed, 5 deletions(-) Index: b/drivers/ide/ide.c =================================================================== --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c @@ -590,11 +590,6 @@ void ide_unregister(unsigned int index, hw...
Feb 22, 6:57 pm 2008
Segher Boessenkool
[PATCH] Prevent the loop in timespec_add_ns() to be optimise...
...since some architectures don't support __udivdi3() (and we don't want to use that, anyway). Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org> --- include/linux/time.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/linux/time.h b/include/linux/time.h index 2091a19..d32ef0a 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -174,6 +174,10 @@ static inline void timespec_add_ns(struct timespec *a, u64 ns) { ns += a->tv...
Feb 22, 5:40 pm 2008
Serge E. Hallyn
Re: [PATCH 2.6.25-rc2 3/9] Kconfig: Improve init/Kconfig hel...
Hi Nick, this paragraph reads a little weird... really what happens is that each forked task is in the same UTS namespace as its parent, unless it was cloned with CLONE_NEWUTS or has done unshare(CLONE_NEWUTS), Same as with UTS, except that upon CLONE_NEWIPC the task receives a A cloned process inherits the pid namespace hierarchy from its parent. If it was cloned with CLONE_NEWPID, the hierarchy is topped with one additional newly created pid namespace. This is the only pid namespace in ...
Feb 22, 6:14 pm 2008
Paolo Ciarrocchi
[PATCH 17/20] x86: Coding Style fixes to arch/x86/oprofile/n...
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/oprofile/nmi_timer_int.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86/oprofile/nmi_timer_int.c b/arch/x86/oprofile/nmi_timer_int.c index 1418e36..e3ecb71 100644 --- a/arch/x86/oprofile/nmi_timer_int.c +++ b/arch/x86/oprofile/nmi_timer_int.c @@ -17,14 +17,14 @@ #include <asm/nmi.h> #include <asm/apic.h> ...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 20/20] x86: Coding Style fixes to arch/x86/xen/multic...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/xen/multicalls.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/xen/multicalls.c b/arch/x86/xen/multicalls.c index 5e6f36f..5791eb2 100644 --- a/arch/x86/xen/multicalls.c +++ b/arch/x86/xen/multicalls.c @@ -76,7 +76,7 @@ void xen_mc_flush(void) if (ret) { printk(KERN_ERR "%d multicall(s) failed: cpu %d\n", ret, smp_...
Feb 22, 6:11 pm 2008
Joe Perches Feb 22, 6:43 pm 2008
Paolo Ciarrocchi
[PATCH 19/20] x86: Coding Style fixes to arch/x86/kernel/msr.c
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/msr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/msr.c b/arch/x86/kernel/msr.c index af51ea8..4dfb405 100644 --- a/arch/x86/kernel/msr.c +++ b/arch/x86/kernel/msr.c @@ -65,8 +65,8 @@ static loff_t msr_seek(struct file *file, loff_t offset, int orig) return ret; } -static ssize_t msr_read(struct fil...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 18/20] x86: Coding Style fixes to arch/x86/kernel/acp...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/acpi/sleep.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/acpi/sleep.c b/arch/x86/kernel/acpi/sleep.c index 6bc815c..dd78326 100644 --- a/arch/x86/kernel/acpi/sleep.c +++ b/arch/x86/kernel/acpi/sleep.c @@ -13,7 +13,7 @@ #include <asm/smp.h> /* address in low memory of the wakeup routine. */ -unsigned long acp...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 16/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/cyrix.c | 115 +++++++++++++++++++++---------------------- 1 files changed, 57 insertions(+), 58 deletions(-) diff --git a/arch/x86/kernel/cpu/cyrix.c b/arch/x86/kernel/cpu/cyrix.c index 9c4ee98..a8b241b 100644 --- a/arch/x86/kernel/cpu/cyrix.c +++ b/arch/x86/kernel/cpu/cyrix.c @@ -19,7 +19,7 @@ static void __cpuinit do_cyrix_devid(unsigned char *dir0, unsigned...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 15/20] x86: Coding Style fixes to arch/x86/boot/cpuch...
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/boot/cpucheck.c | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c index 769065b..2462c88 100644 --- a/arch/x86/boot/cpucheck.c +++ b/arch/x86/boot/cpucheck.c @@ -56,27 +56,27 @@ static const u32 req_flags[NCAPINTS] = REQUIRED_MASK7, }; -#define A32(a,b,c,d) (...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 14/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/mcheck/mce_32.c | 50 +++++++++++++++++----------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/arch/x86/kernel/cpu/mcheck/mce_32.c b/arch/x86/kernel/cpu/mcheck/mce_32.c index a5182dc..774d87c 100644 --- a/arch/x86/kernel/cpu/mcheck/mce_32.c +++ b/arch/x86/kernel/cpu/mcheck/mce_32.c @@ -10,20 +10,20 @@ #include <linux/smp.h> ...
Feb 22, 6:11 pm 2008
Paolo Ciarrocchi
[PATCH 13/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/mcheck/winchip.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/cpu/mcheck/winchip.c b/arch/x86/kernel/cpu/mcheck/winchip.c index 3d428d5..f2be3e1 100644 --- a/arch/x86/kernel/cpu/mcheck/winchip.c +++ b/arch/x86/kernel/cpu/mcheck/winchip.c @@ -8,14 +8,14 @@ #include <linux/kernel.h> #include &...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 12/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/mcheck/non-fatal.c | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/arch/x86/kernel/cpu/mcheck/non-fatal.c b/arch/x86/kernel/cpu/mcheck/non-fatal.c index bf39409..00ccb6c 100644 --- a/arch/x86/kernel/cpu/mcheck/non-fatal.c +++ b/arch/x86/kernel/cpu/mcheck/non-fatal.c @@ -16,7 +16,7 @@ #include <linux/s...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 11/20] x86: Coding Style fixes to arch/x86/kernel/vm8...
Fix plenty of errors and warnings. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/vm86_32.c | 174 +++++++++++++++++++++++---------------------- 1 files changed, 89 insertions(+), 85 deletions(-) diff --git a/arch/x86/kernel/vm86_32.c b/arch/x86/kernel/vm86_32.c index 738c210..f5ce9c9 100644 --- a/arch/x86/kernel/vm86_32.c +++ b/arch/x86/kernel/vm86_32.c @@ -64,7 +64,7 @@ #define KVM86 ((struct kernel_vm86_struct *)regs) -#de...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 10/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/amd.c | 94 +++++++++++++++++++++++---------------------- 1 files changed, 48 insertions(+), 46 deletions(-) diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index cab4e56..1a3e1bb 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -20,7 +20,7 @@ * the chip setting when fixing the bug but they also tweaked some * ...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 09/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/transmeta.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/arch/x86/kernel/cpu/transmeta.c b/arch/x86/kernel/cpu/transmeta.c index c2d168e..daee21d 100644 --- a/arch/x86/kernel/cpu/transmeta.c +++ b/arch/x86/kernel/cpu/transmeta.c @@ -18,8 +18,8 @@ static void __cpuinit init_transmeta(struct cpuinfo_x86 *c) /* P...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 08/20] x86: Coding Style fixes to arch/x86/lib/memcpy...
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/lib/memcpy_32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/lib/memcpy_32.c b/arch/x86/lib/memcpy_32.c index 37756b6..5415a9d 100644 --- a/arch/x86/lib/memcpy_32.c +++ b/arch/x86/lib/memcpy_32.c @@ -25,7 +25,7 @@ void *memmove(void *dest, const void *src, size_t n) int d0, d1, d2; if (dest < src) { - memcpy(de...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 07/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/mtrr/state.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/arch/x86/kernel/cpu/mtrr/state.c b/arch/x86/kernel/cpu/mtrr/state.c index 9f8ba92..7f7e275 100644 --- a/arch/x86/kernel/cpu/mtrr/state.c +++ b/arch/x86/kernel/cpu/mtrr/state.c @@ -19,13 +19,15 @@ void set_mtrr_prepare_save(struct set_mtrr_context *ctxt) if (use_i...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 06/20] x86: Coding Style fixes to arch/x86/kernel/mca...
File is now error free Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/mca_32.c | 96 +++++++++++++++++++++++++-------------------- 1 files changed, 53 insertions(+), 43 deletions(-) diff --git a/arch/x86/kernel/mca_32.c b/arch/x86/kernel/mca_32.c index 9482033..2dc1837 100644 --- a/arch/x86/kernel/mca_32.c +++ b/arch/x86/kernel/mca_32.c @@ -53,9 +53,9 @@ #include <linux/init.h> #include <asm/arch_hooks.h> -static ...
Feb 22, 6:10 pm 2008
Paolo Ciarrocchi
[PATCH 05/20] x86: Coding Style fixes to arch/x86/lib/strstr_3
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/lib/strstr_32.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/strstr_32.c b/arch/x86/lib/strstr_32.c index a3dafbf..42e8a50 100644 --- a/arch/x86/lib/strstr_32.c +++ b/arch/x86/lib/strstr_32.c @@ -1,9 +1,9 @@ #include <linux/string.h> -char * strstr(const char * cs,const char * ct) +char *strstr(const char *cs, const c...
Feb 22, 6:09 pm 2008
Paolo Ciarrocchi
[PATCH 04/20] x86: Coding Style fixes to arch/x86/oprofile/i...
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/oprofile/init.c | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/arch/x86/oprofile/init.c b/arch/x86/oprofile/init.c index 5341d48..cdfe4c5 100644 --- a/arch/x86/oprofile/init.c +++ b/arch/x86/oprofile/init.c @@ -10,18 +10,19 @@ #include <linux/oprofile.h> #include <linux/init.h> #include <linux/errno.h> - -/* W...
Feb 22, 6:09 pm 2008
Paolo Ciarrocchi
[PATCH 03/20] x86: Coding Style fixes to arch/x86/kernel/cpu...
File is now error free. Compile tested Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/cpu/intel.c | 83 ++++++++++++++++++++++-------------------- 1 files changed, 43 insertions(+), 40 deletions(-) diff --git a/arch/x86/kernel/cpu/intel.c b/arch/x86/kernel/cpu/intel.c index b5562a3..4bbf0ab 100644 --- a/arch/x86/kernel/cpu/intel.c +++ b/arch/x86/kernel/cpu/intel.c @@ -45,7 +45,7 @@ static void __cpuinit early_init_intel(struct cpuinfo_x86 *c) * ...
Feb 22, 6:09 pm 2008
Paolo Ciarrocchi
[PATCH 02/20] x86: Coding Style fixes to arch/x86/kernel/sum...
File is now error free. Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/kernel/summit_32.c | 43 +++++++++++++++++++++++-------------------- 1 files changed, 23 insertions(+), 20 deletions(-) diff --git a/arch/x86/kernel/summit_32.c b/arch/x86/kernel/summit_32.c index 72f4634..c7b579d 100644 --- a/arch/x86/kernel/summit_32.c +++ b/arch/x86/kernel/summit_32.c @@ -40,38 +40,40 @@ static int __init setup_pci_node_map_for_wpeg(int wpeg_num, int last_bus) int ...
Feb 22, 6:09 pm 2008
Paolo Ciarrocchi
[PATCH 01/20] x86: Coding Style fix to arch/x86/boot/pm.c
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> --- arch/x86/boot/pm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/boot/pm.c b/arch/x86/boot/pm.c index 1a0f936..a93cb8b 100644 --- a/arch/x86/boot/pm.c +++ b/arch/x86/boot/pm.c @@ -100,7 +100,7 @@ static void reset_coprocessor(void) /* * Set up the GDT */ -#define GDT_ENTRY(flags,base,limit) \ +#define GDT_ENTRY(flags, base, limit) \ (((u64)(base & 0xff000000) << 32) ...
Feb 22, 6:09 pm 2008
Paolo Ciarrocchi
[PATCH 00/20] Various Coding Style fixes
Various coding style fixes. Paolo Ciarrocchi (20): x86: Coding Style fix to arch/x86/boot/pm.c x86: Coding Style fixes to arch/x86/kernel/summit_32.c x86: Coding Style fixes to arch/x86/kernel/cpu/intel.c x86: Coding Style fixes to arch/x86/oprofile/init.c x86: Coding Style fixes to arch/x86/lib/strstr_32.c x86: Coding Style fixes to arch/x86/kernel/mca_32.c x86: Coding Style fixes to arch/x86/kernel/cpu/mtrr/state.c x86: Coding Style fixes to arch/...
Feb 22, 6:09 pm 2008
Greg KH
[patch 00/23] 2.6.22-stable review
This is the start of the stable review cycle for the 2.6.22.19 release. There are 23 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let us know. If anyone is a maintainer of the proper subsystem, and wants to add a Signed-off-by: line to the patch, please respond with it. These patches are sent out with a number of different people on the Cc: line. If you wish to be a reviewer, please email stable@kernel.org to add ...
Feb 22, 5:39 pm 2008
Oliver Pinter
Re: [patch 00/23] 2.6.22-stable review
thanks for the new rc/release! Oliver Pinter -- Thanks, Oliver --
Feb 22, 5:59 pm 2008
Greg KH
Re: [patch 00/23] 2.6.22-stable review
Note, this is going to be my last 2.6.22-stable release, unless something drastic requires another .22 release to come out. thanks, greg k-h --
Feb 22, 5:44 pm 2008
Oliver Pinter
Re: [patch 00/23] 2.6.22-stable review
ok, thanks, when i find requied patch for 2.6.22.y, then i'm send it. -- Thanks, Oliver --
Feb 22, 6:03 pm 2008
Greg KH
Re: [patch 00/23] 2.6.22-stable review
Hm, no, I really don't want to do a .22 release after this next one. We already have a .23 and .24 -stable releases going, I don't have the time or energy to keep .22 running as well. It had a nice long life, it's time to just let it go :) thanks, greg k-h --
Feb 22, 6:32 pm 2008
Greg KH
[patch 23/23] NETFILTER: nf_conntrack_tcp: conntrack reopeni...
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> [NETFILTER]: nf_conntrack_tcp: conntrack reopening fix [Upstream commits b2155e7f + d0c1fd7a] TCP connection tracking in netfilter did not handle TCP reopening properly: active close was taken into account for one side only and not for any side, which is fixed now. The patch includes more comments to explain the logic how the different c...
Feb 22, 5:41 pm 2008
Greg KH
[patch 22/23] SCSI: sd: handle bad lba in sense information
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: James Bottomley <James.Bottomley@HansenPartnership.com> patch 366c246de9cec909c5eba4f784c92d1e75b4dc38 in mainline. Some devices report medium error locations incorrectly. Add guards to make sure the reported bad lba is actually in the request that caused it. Additionally remove the large case statment for sector sizes and replace it with the proper u64 divisions. Tested-by: Mik...
Feb 22, 5:40 pm 2008
Greg KH
[patch 21/23] Be more robust about bad arguments in get_user...
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jonathan Corbet <corbet@lwn.net> MAINLINE: 900cf086fd2fbad07f72f4575449e0d0958f860f So I spent a while pounding my head against my monitor trying to figure out the vmsplice() vulnerability - how could a failure to check for *read* access turn into a root exploit? It turns out that it's a buffer overflow problem which is made easy by the way get_user_pages() is coded. In particu...
Feb 22, 5:40 pm 2008
Greg KH
[patch 20/23] quicklists: Only consider memory that can be u...
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Christoph Lameter <clameter@sgi.com> Subject: [patch 20/23] quicklists: Only consider memory that can be used with GFP_KERNEL patch 96990a4ae979df9e235d01097d6175759331e88c in mainline. Quicklists calculates the size of the quicklists based on the number of free pages. This must be the number of free pages that can be allocated with GFP_KERNEL. node_page_state() includes the pa...
Feb 22, 5:40 pm 2008
Greg KH
[patch 19/23] knfsd: query filesystem for NFSv4 getattr of F...
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: J. Bruce Fields <bfields@citi.umich.edu> mainline: a16e92edcd0a2846455a30823e1bac964e743baa Without this we always return 2^32-1 as the the maximum namelength. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Andreas Gruenbacher <agruen@suse.de> CC: Oliver Pinter <oliver.pntr@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de&gt...
Feb 22, 5:40 pm 2008
Greg KH
[patch 18/23] NFS: Fix an Oops in encode_lookup()
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Trond Myklebust <Trond.Myklebust@netapp.com> mainline: 54af3bb543c071769141387a42deaaab5074da55 It doesn't look as if the NFS file name limit is being initialised correctly in the struct nfs_server. Make sure that we limit whatever is being set in nfs_probe_fsinfo() and nfs_init_server(). Also ensure that readdirplus and nfs4_path_walk respect our file name limits. Signed-off...
Feb 22, 5:40 pm 2008
Greg KH
[patch 17/23] NFSv2/v3: Fix a memory leak when using -onolock
2.6.22-stable review patch. If anyone has any objections, please let us know. ------------------ From: Trond Myklebust <Trond.Myklebust@netapp.com> mainline: 5cef338b30c110daf547fb13d99f0c77f2a79fbc Neil Brown said: > Hi Trond, > > We found that a machine which made moderately heavy use of > 'automount' was leaking some nfs data structures - particularly the > 4K allocated by rpc_alloc_iostats. > It turns out that this only happens wi...
Feb 22, 5:40 pm 2008
previous daytodaynext day
February 21, 2008February 22, 2008February 23, 2008