linux v2.6.22.20-op1-rc1

2008-02-26 Thread Oliver Pinter
attribute inconsistency bug, v2.6.22 backport Kurt Garloff (1): make (low) swappiness safer to use Oliver Pinter (1): linux v2.6.22.20-op1-rc1 Thomas Gleixner (1): genirq: do not leave interupts enabled on free_irq -- Thanks, Oliver -- To unsubscribe from this list: send the line "un

Re: Linux 2.6.22.19

2008-02-26 Thread Oliver Pinter
Thank for your work in this serie or tree. On 2/26/08, Greg KH <[EMAIL PROTECTED]> wrote: > diff --git a/Makefile b/Makefile > index 99c5e87..27acaf4 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,7 +1,7 @@ > VERSION = 2 > PATCHLEVEL = 6 > SUBLEVEL = 22 > -EXTRAVERSION = .18 > +EXTRAVERSION =

Re: 2.6.25-current-git hangs on boot

2008-02-23 Thread Oliver Pinter
the pci=nommconf kernel parameter helped it? On 2/23/08, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote: > Hi, > > trying out newest git, I see a hang with > ACPI: SSDT 7feb9c10, 02ae (r1 APPLE CPU0Ist 3000 intl 20050309) > ACPI: SSDT 7feb9910, 02c3 (r1 APPLE CPU0Cst 3001 intl 20050309) > ... > ACPI:

Re: [patch 00/23] 2.6.22-stable review

2008-02-22 Thread Oliver Pinter
ok, thanks, when i find requied patch for 2.6.22.y, then i'm send it. On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 01:39:27PM -0800, Greg KH wrote: > > This is the start of the stable review cycle for the 2.6.22.19 release. > > There are 23 patches in this series, all w

Re: [patch 00/23] 2.6.22-stable review

2008-02-22 Thread Oliver Pinter
thanks for the new rc/release! Oliver Pinter On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote: > 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 w

Re: [stable] [2.6.22.y] {13/14} - NFSv2/v3: Fix a memory leak when using -onolock - on top of 2.6.22.17

2008-02-22 Thread Oliver Pinter
On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Thu, Feb 07, 2008 at 09:03:52PM +0100, Oliver Pinter wrote: > > aka: nfs-unmount-leak.patch > > > > From: Trond Myklebust <[EMAIL PROTECTED]> > > Date: Tue Dec 11 11:05:19 2007 -0500 > > Subject: NF

Re: SMP-related kernel memory leak

2008-02-19 Thread Oliver Pinter
Helló! this patch fixed them http://lkml.org/lkml/2008/2/18/405 ? On 2/19/08, Bart Van Assche <[EMAIL PROTECTED]> wrote: > Hello, > > I noticed that the amount of memory used by the Linux kernel steadily > increases over time on SMP systems (x86 architecture, 32-bit kernel). > This problem disapp

[2.6.22.y #2] Be more robust about bad arguments in get_user_pages()

2008-02-18 Thread Oliver Pinter
imilar code. I also think that the number of pages should be unsigned, but changing the prototype of this function probably requires some more careful review. Signed-off-by: Jonathan Corbet <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> CC: Oliver Pinter

[2.6.22.y #2] quicklists: Only consider memory that can be used with GFP_KERNEL

2008-02-18 Thread Oliver Pinter
large causing OOM. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> Tested-by: Dhaval Giani <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTE

[2.6.22.y #2] quicklists: do not release off node pages early

2008-02-18 Thread Oliver Pinter
PROTECTED]> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]> diff --git a/include/linux/quicklist.h b/include/linux/quicklist.h index 9371c61..39b6671 100644 --- a/include/linux/quicklist.h +++ b/include/linux/quicklis

Re: xfsaild causing 30+ wakeups/s on an idle system since 2.6.25-rcX

2008-02-17 Thread Oliver Pinter
On 2/17/08, Török Edwin <[EMAIL PROTECTED]> wrote: > Hi, > > xfsaild is causing many wakeups, a quick investigation shows > xfsaild_push is always > returning 30 msecs timeout value. > > This is on an idle system, running only gnome, and gnome-terminal. > > I suggest changing the timeout logic in x

Re: USB regression (and other failures) in 2.6.2[45]*

2008-02-16 Thread Oliver Pinter
add CC (Andrew, Greg and linux-usb) On 2/15/08, Andrew Buehler <[EMAIL PROTECTED]> wrote: > In my workplace, I use a customized version of Novell's ZENworks imaging > boot CD, which is based off of Linux. I have one particular model of > laptop - the IBM/Lenovo R61 - on which three different thing

Re: [patch 1/3] x86_64: CPA, fix cache attribute inconsistency bug, v2.6.22 backport

2008-02-15 Thread Oliver Pinter
hi Ingo, thx add to http://repo.or.cz/w/linux-2.6.22.y-op.git testing ;) On 2/15/08, Ingo Molnar <[EMAIL PROTECTED]> wrote: > > fix CPA cache attribute bug in v2.6.23. When phys_base is nonzero > (when CONFIG_RELOCATABLE=y) then change_page_attr_addr() miscalculates > the secondary alias address

Re: [PATCH] Make sysctl a separate filesystem

2008-02-15 Thread Oliver Pinter
On 2/15/08, Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > On Feb 15 2008 12:35, Mikael Pettersson wrote: > >Andi Kleen writes: > > > Pavel Emelyanov <[EMAIL PROTECTED]> writes: > > > > this subdir; > > > > 3. sysctl inodes are now smaller than the procfs ones. > > > > > > That's always a good thing

Re: [PATCH] Avoid buffer overflows in get_user_pages()

2008-02-14 Thread Oliver Pinter
for stable (.22 .23 .24) ? git id in mainline: 900cf086fd2fbad07f72f4575449e0d0958f860f -- tested in: http://repo.or.cz/w/linux-2.6.22.y-op.git testing On 2/12/08, Jonathan Corbet <[EMAIL PROTECTED]> wrote: > Avoid buffer overflows in get_user_pages() > > So I spent a while pounding my head aga

Re: currently active Linux kernel versions

2008-02-12 Thread Oliver Pinter
When Willy go in 2.6.22.y, then I help it, so far as I 'm possible. On 2/12/08, Mike Snitzer <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 4:18 PM, Ferenc Wagner <[EMAIL PROTECTED]> wrote: > > Xavier Bestel <[EMAIL PROTECTED]> writes: > > > > > On mar, 2008-02-12 at 21:27 +0100, Wagner Ferenc wrote

Re: currently active Linux kernel versions

2008-02-12 Thread Oliver Pinter
and 2.6.22.y too On 2/12/08, Ferenc Wagner <[EMAIL PROTECTED]> wrote: > Xavier Bestel <[EMAIL PROTECTED]> writes: > > > On mar, 2008-02-12 at 21:27 +0100, Wagner Ferenc wrote: > > > >> which are the "currently active Linux kernel versions" at any point in > >> time? The quote is taken from http:/

Re: [PATCH] splice: fix user pointer access in get_iovec_page_array()

2008-02-10 Thread Oliver Pinter
Linux pancs 2.6.22.17-opt2-cve2 #1 SMP Sun Feb 10 16:22:37 CET 2008 i686 GNU/Linux --- Linux vmsplice Local Root Exploit By qaaz --- [+] mmap: 0x0 .. 0x1000 [+] page: 0x0 [+] page: 0x20 [+] mmap: 0x4000 .. 0x5000 [+] page: 0x4000 [+]

Re: [stable] [PATCH] kernel 2.6.24.1 still vulnerable to the vmsplice local root exploit

2008-02-10 Thread Oliver Pinter
thanks the info On 2/10/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Sun, Feb 10, 2008 at 02:02:27PM +0100, Oliver Pinter wrote: > > thx it fixed for 2.6.22 > > > > >>>>>>> > > > > commit f6e993b835393543bab2d917f9dea75218473edd > >

Re: [stable] [PATCH] kernel 2.6.24.1 still vulnerable to the vmsplice local root exploit

2008-02-10 Thread Oliver Pinter
; if (unlikely(!base)) break; On 2/10/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Sun, Feb 10, 2008 at 02:02:27PM +0100, Oliver Pinter wrote: > > thx it fixed for 2.6.22 > > > > >>>>>>> > > > > commit f6e993

Re: [PATCH] splice: fix user pointer access in get_iovec_page_array()

2008-02-10 Thread Oliver Pinter
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]> 8< Linux pancs 2.6.22.17-opt2-cve2 #1 SMP Sun Feb 10 16:22:37 CET 2008 i686 GNU/Linux --- Linux vmsplice Local Root Exploit By qaaz --- [+] mmap: 0x0 .. 0x1000 [+]

Re: [PATCH] kernel 2.6.24.1 still vulnerable to the vmsplice local root exploit

2008-02-10 Thread Oliver Pinter
thx it fixed for 2.6.22 >>>>>>> commit f6e993b835393543bab2d917f9dea75218473edd Author: Oliver Pinter <[EMAIL PROTECTED]> Date: Sun Feb 10 14:03:46 2008 +0100 [PATCH] vm: splice local root exploit fix for 2.6.22.y Based on Bastian Blank's patch Fi

Re: [PATCH] kernel 2.6.24.1 still vulnerable to the vmsplice local root exploit

2008-02-10 Thread Oliver Pinter
hmmm, with 2.6.22.y serie is too affected Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sat Feb 9 15:34:35 2008 [EMAIL PROTECTED]:~$ ./2617_26241_root_exploit --- Linux vmsplice Local Root Exploit By qa

Re: Linux 2.6.24.1 - kernel does not boot; IRQ trouble?

2008-02-09 Thread Oliver Pinter
Hi! here is the snapshots in patch format: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots On 2/9/08, Chris Rankin <[EMAIL PROTECTED]> wrote: > --- Greg KH <[EMAIL PROTECTED]> wrote: > > Does any older kernel version work? 2.6.23? Newer ones? > Everything up to and including 2.6.23.11 work

Fwd: [patch 22/27] quicklist: Set tlb->need_flush if pages are remaining in quicklist 0

2008-02-09 Thread Oliver Pinter
for 2.6.22 -- Forwarded message -- From: Oliver Pinter <[EMAIL PROTECTED]> Date: Thu, 7 Feb 2008 00:11:58 +0100 Subject: Re: [patch 22/27] quicklist: Set tlb->need_flush if pages are remaining in quicklist 0 To: Greg KH <[EMAIL PROTECTED]> Cc: Christoph Lameter &l

Re: Linux 2.6.24.1

2008-02-08 Thread Oliver Pinter
ok, it's works On 2/8/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > ok, the git pull methon worked with the begin, but the gitweb not, ok, > than in a 30 min I checked > > On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote: > > On Fri, Feb 08, 2008 at 10:00:56PM +

Re: Linux 2.6.24.1

2008-02-08 Thread Oliver Pinter
ok, the git pull methon worked with the begin, but the gitweb not, ok, than in a 30 min I checked On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Fri, Feb 08, 2008 at 10:00:56PM +0100, Oliver Pinter wrote: > > Hi! > > > > the v2.6.24.y tree is not published or

Re: Linux 2.6.24.1

2008-02-08 Thread Oliver Pinter
Hi! the v2.6.24.y tree is not published or not visible with git-web on http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=summary address On 2/8/08, Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote: > We (the -stable team) are announcing the release of the 2.6.24.1 > kernel. > > It

Re: [PATCH] splice: missing user pointer access verification (CVE-2008-0009/10)

2008-02-08 Thread Oliver Pinter
hmm, when I good see, this is not for .22, and it (vmsplice_to_user) is came with .23 On 2/8/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > greg it's for .22 or the splice is changed between .22 and .23? > > On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote: > > Fr

Re: [PATCH] splice: missing user pointer access verification (CVE-2008-0009/10)

2008-02-08 Thread Oliver Pinter
greg it's for .22 or the splice is changed between .22 and .23? On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote: > From: Jens Axboe <[EMAIL PROTECTED]> > > vmsplice_to_user() must always check the user pointer and length > with access_ok() before copying. Likewise, for the slow path of > copy_from_us

[2.6.22.y] {14+1} - NM!!! - Race condition in userspace testcase - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
aka: do_anonymous_page-race.patch From: Andrea Arcangeli <[EMAIL PROTECTED]> Subject: Race condition in userspace testcase References: 46948, LTC11574 NOT IN MAINLINE Additional Comment #103 From Andrea Arcangeli 2004-10-15 19:41 the last patch I attached is the safest I believe. I'm not sure i

[2.6.22.y] {14/14} - knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAME - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
his we always return 2^32-1 as the the maximum namelength. Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- fs/nfsd/nfs4xdr.c |5 +++-- 1 files changed, 3 insertions(+), 2

[2.6.22.y] {13/14} - NFSv2/v3: Fix a memory leak when using -onolock - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
y eat away memory > several pages at a time. Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]> Acked-by: Neil Brown <[EMAIL PROTECTED]> Signed-off-by: Neil Brown <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- fs/nfs/client.c |6 +++--- 1 f

[2.6.22.y] {12/14} - NFS: Fix an Oops in encode_lookup() - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
r file name limits. Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Acked-by: NeilBrown <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- fs/nfs/client.c | 29 +++-- fs/nfs/dir.c

[2.6.22.y] {10/14} - knfsd: fix spurious EINVAL errors on first access of new filesystem - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
nks to Roland <[EMAIL PROTECTED]> for bug report and data collection. Cc: Roland <[EMAIL PROTECTED]> Acked-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> I

[2.6.22.y] {11/14} - NFS: Fix nfs_reval_fsid() - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
inline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 We don't need to revalidate the fsid on the root directory. It suffices to revalidate it on the current directory. Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]> Acked-by: NeilBrown <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]>

[2.6.22.y] {09/14} - via-velocity: don't oops on MTU change (resend) - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
d differently on change_mtu versus initial setting. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Jeff Mahoney <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- drivers/net/via-velocity.c | 11 +++

[2.6.22.y] {08/14} - [VIA_VELOCITY]: Don't oops on MTU change - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
hange. mainline: bd7b3f34198071d8bec05180530c362f1800ba46 Simple mtu change when device is down. Fix http://bugzilla.kernel.org/show_bug.cgi?id=9382. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Acked-by: Jeff Mahoney <[EMAI

[2.6.22.y] {07/14} - sony-laptop: call sonypi_compat_init earlier - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
d-by: Jeff Mahoney <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- drivers/misc/sony-laptop.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) --- a/drivers/misc/sony-laptop.c2007-11-28 10:52:13.0 -0500 +++ b/drivers/misc/sony-la

[2.6.22.y] {06/14} - pci: fix unterminated pci_device_id lists - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
CTED]> Acked-by: Jeff Garzik <[EMAIL PROTECTED]> Cc: Greg KH <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Acked-by: Jeff Mahoney <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]>

[2.6.22.y] {05/14} - Intel_agp: really fix 945/965GME - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
d info, which should probe the device gart correctly. Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]> Signed-off-by: Dave Airlie <[EMAIL PROTECTED]> Acked-by: Takashi Iwai <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- commit dde4787642ee3cb

[2.6.22.y] {04/14} - i386: fixup TRACE_IRQ breakage - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
EMAIL PROTECTED]> Acked-by: Jeff Mahoney <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- arch/i386/kernel/entry.S |2 -- arch/i386/kernel/traps.c | 10 ++ 2 files changed, 6 insertions(+), 6 deletions(-) --- linux-2.6.22.orig/arch/i386/kernel/entry.S +++

[2.6.22.y] {03/14} - Handle bogus %cs selector in single-step instruction decoding - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> Acked-by: Jeff Mahoney <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> --- arch/i386/kernel/ptrace.c | 22 +++--- arch/x86_64/kernel/ptrace.c | 23 --- 2 files

[2.6.22.y] {02/14} - Panic in blk_rq_map_sg() from CCISS driver - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
t an effective work-around. I can now boot 23-rc6-mm1 on an HP Proliant x86_64 with CCISS boot disk. Signed-off-by: Lee Schermerhorn <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> drivers/block/cciss.c |1 + 1 file changed, 1 insertion(+) Signed-off-by: Jens Axboe &l

[2.6.22.y] {01/14} - cciss: fix memory leak - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
AIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> CC: Oliver Pinter <[EMAIL PROTECTED]> diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 1be82d5..a11b2bd 100644 --- a/drivers/block/cciss.c +++ b/dr

[2.6.22.y] {00/14+1} - series for stable - on top of 2.6.22.17

2008-02-07 Thread Oliver Pinter
RESEND as you yesterday asked (in plain text), and plus: *add git id for all patches *add my CC *remove shon included patches stats: Andrea Arcangeli (1): Race condition in userspace testcase J. Bruce Fields (2): knfsd: fix spurious EINVAL errors on first access of new fil

Re: [PATCH] Use global TLB flushes in MTRR code

2008-02-07 Thread Oliver Pinter
and old-stable (eg 2.6.22)? On 2/7/08, Andi Kleen <[EMAIL PROTECTED]> wrote: > [probably stable material too] > > Use global TLB flushes in MTRR code > > Obviously kernel mappings should be flushed here too. > > Signed-off-by: Andi Kleen <[EMAIL PROTECTED]> > > --- > arch/x86/kernel/cpu/mtrr/gene

Re: Bug? Kernels 2.6.2x drops TCP packets over wireless (independent of card used)

2008-02-07 Thread Oliver Pinter
hmm, i think, the site is broken (193.219.28.140), and not the card or the driver is wrong. when it does, then other sites are auch reproductable .. /* is use auch madwifi-0.9.3.3, but it think, it is not driver problem */ On 2/7/08, Marcin Koziej <[EMAIL PROTECTED]> wrote: > > Hello, I have prob

Re: [patch 22/27] quicklist: Set tlb->need_flush if pages are remaining in quicklist 0

2008-02-06 Thread Oliver Pinter
Greg, the patch in queue-2.6.23 is good for it but the git id.: 96990a4ae979df9e235d01097d6175759331e88c --- >From [EMAIL PROTECTED] Tue Jan 15 10:52:21 2008 From: Christoph Lameter <[EMAIL PROTECTED]> Date: Wed, 16 Jan 2008 00:21:19 +0530 Subject: quicklists: Only consider memory that can b

Re: [2.6.22.y] {04/17} - cciss-panic-in-blk_rq_map_sg - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
get the DMA records for the setup */ On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: a683d652d334a546be9175b894f42dbd8e399536 > > -- > Thanks, > Oliver > -- Thanks, Oliver -- To unsubscribe from this list: send the line "unsubscribe l

Re: [2.6.22.y] {05/17} - cciss-fix_memory_leak - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
if (!p->gendisk[0]) + if (!p->gendisk[0]) { + kfree(p); goto Enomem; + } hba[i] = p; return i; } On 2/2/08, Olive

Re: [2.6.22.y] {06/17} - handle-bogus-%cs-selector-in-single-step-instruction-decoding - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
desc[1] & 0xff00)); + + /* 16-bit code segment? */ + if (!((desc[1] >> 22) & 1)) + addr &= 0x; + addr += base; + } up(&child->mm->context.sem);

Re: [2.6.22.y] {07/17} - i386-fixup-TRACE_IRQ-breakage - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
error, ILL_BADSTK, 0, 1) fastcall void __kprobes do_general_protection(struct pt_regs * regs, long error_code) On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: a10d9a71bafd3a283da240d2868e71346d2aef6f > > &g

Re: [2.6.22.y] {08/17} - intel-agp-965gme-fix - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
HB), ID(PCI_DEVICE_ID_INTEL_82946GZ_HB), ID(PCI_DEVICE_ID_INTEL_82965G_1_HB), ID(PCI_DEVICE_ID_INTEL_82965Q_HB), ID(PCI_DEVICE_ID_INTEL_82965G_HB), ID(PCI_DEVICE_ID_INTEL_82965GM_HB), + ID(PCI_DEVICE_ID_INTEL_82965GME_HB), ID(PCI_DEVICE_ID_INTEL

Re: [2.6.22.y] {09/17} - sony-laptop-call-sonypi_compat_init-earlier - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
se_region: release_region(spic_dev.cur_ioport->io.minimum, spic_dev.cur_ioport->io.address_length); +err_remove_compat: + sonypi_compat_exit(); + err_remove_input: sony_laptop_remove_input(); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: >

Re: [2.6.22.y] {10/17} - via-velocity-dont-oops-on-mtu-change-1 - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
+ dev->mtu = new_mtu; + return 0; + } + if (new_mtu != oldmtu) { spin_lock_irqsave(&vptr->lock, flags); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: bd7b3f34198071d8bec05180530c362f1800ba46 >

Re: [2.6.22.y] {11/17} - via-velocity-dont-oops-on-mtu-change-2 - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
uf_sz = 4 * 1024; ret = velocity_init_rd_ring(vptr); if (ret < 0) On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: 48f6b053613b62fed7a2fe3255e5568260a8d615 > > > -- > Thanks, > Oliver > -- Thanks

Re: [2.6.22.y] {12/17} - nfsacl-retval.diff - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
(nfserr); if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT)) RETURN_STATUS(nfserr_inval); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: ac8587dcb58e40dd336d99d60f852041e06cc3dd > > -- > Thanks, > Oliver > -- Thanks, Oliver

Re: [2.6.22.y] {14/17} - nfs-name-len-limit - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
.c +++ linux-2.6.22-SL103_BRANCH/fs/nfs/getroot.c @@ -175,6 +175,9 @@ next_component: path++; name.len = path - (const char *) name.name; + if (name.len > NFS4_MAXNAMLEN) + return -ENAMETOOLONG; + eat_dot_dir: while (*path == '/')

Re: [2.6.22.y] {13/17} - nfs-fix-nfs-reval-fsid - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
&& !nfs_fsid_equal(&server->fsid, &fattr->fsid)) server->fsid = fattr->fsid; -- 1.5.3.6 On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 > > > -- > Th

Re: [2.6.22.y] {15/17} - nfs-unmount-leak.patch - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
r->client_acl); if (!IS_ERR(server->client)) rpc_shutdown_client(server->client); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: 13ef7b69b54aa8ae4ed264d0bf41339737f8543a > > > -- > Thanks, > Oliver > -- T

Re: [2.6.22.y] {16/17} - nfsv4-MAXNAME-fix.diff - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
_WORD0_MAXNAME) { if ((buflen -= 4) < 0) goto out_resource; - WRITE32(~(u32) 0); + WRITE32(statfs.f_namelen); } if (bmval0 & FATTR4_WORD0_MAXREAD) { if ((buflen -= 8) < 0) On 2/2/08,

Re: [2.6.22.y] {03/17} - pci-fix-unterminated-pci_device_id-lists - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
it cafe_nand_remove(s } static struct pci_device_id cafe_nand_tbl[] = { - { 0x11ab, 0x4100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MEMORY_FLASH << 8, 0x0 } + { 0x11ab, 0x4100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MEMORY_FLASH << 8, 0x0 }, + { 0, } }; MODULE_DEVICE_TA

Re: [2.6.22.y] {01**/17} - do_anonymous_page-race - series for stable kernel

2008-02-06 Thread Oliver Pinter
---8<--- -- Thanks,From: Andrea Arcangeli <[EMAIL PROTECTED]> Subject: Race condition in userspace testcase References: 46948, LTC11574 Additional Comment #103 From Andrea Arcangeli 2004-10-15 19:41 the last patch I attached is the safest I believe. I'm not sure if a lock_unlock or lock_unlock

Re: [2.6.22.y] {02/17} - invalid-semicolon - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
er_psize)) return; #endif ---8<--- On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: 2b02d13996fe28478e45605de9bd8bdca25718de > > -- > Thanks, > Oliver > -- Thanks, Oliver -- To unsubscribe from this list: send the line &

Re: {2.6.22.y} quicklists must keep even off node pages on the quicklists until the TLB flush has been completed.

2008-02-05 Thread Oliver Pinter
I use this, without errors ... but the machine is i386 desktop On Feb 6, 2008 7:02 AM, Dhaval Giani <[EMAIL PROTECTED]> wrote: > > On Tue, Feb 05, 2008 at 10:06:02PM +0100, Oliver Pinter wrote: > > it is already im queue for 2.6.23, > > > > 8<- > > &

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-05 Thread Oliver Pinter
laration of function 'end_that_request_last' make[7]: *** [drivers/block/ub.o] Error 1 make[6]: *** [drivers/block] Error 2 make[5]: *** [drivers] Error 2 make[5]: *** Waiting for unfinished jobs.... On 2/5/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > i reverted this commit 7d699ba

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-05 Thread Oliver Pinter
i reverted this commit 7d699bafe258ebd8f9b4ec182c554200b369a504 , and now compile ... On 2/5/08, Pete Zaitcev <[EMAIL PROTECTED]> wrote: > On Tue, 5 Feb 2008 14:05:06 -0800, Andrew Morton <[EMAIL PROTECTED]> > wrote: > > > Looks like you deadlocked in ub_request_fn(). I assume that you were > usi

Re: [stable] OOM-killer invoked but why ?

2008-02-05 Thread Oliver Pinter
that are, not this version .. this is the BAD: 8< From [EMAIL PROTECTED] Mon Dec 17 16:32:25 2007 2 From: Christoph Lameter <[EMAIL PROTECTED]> 3 Date: Mon, 17 Dec 2007 16:20:27 -0800 4 Subject: quicklist: Set tlb->need_flush if pages are remaining in quicklist 0 5 To: [EMAIL

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-05 Thread Oliver Pinter
On 2/5/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > http://students.zipernowsky.hu/~oliverp/kernel/regression_2624/ > > uploaded: > kernel image > .config > new pictures > lspci > lsusb > > - > > when read for /dev/uba then crashed the kerne

{2.6.22.y} quicklists must keep even off node pages on the quicklists until the TLB flush has been completed.

2008-02-05 Thread Oliver Pinter
ely(nid != numa_node_id())) { - if (dtor) - dtor(p); - __free_page(page); - return; - } q = &get_cpu_var(quicklist)[nr]; *(void **)p = q->page; >8-- Tested-by: Oliver Pinter <[EMAIL PROTECTED]>

Re: [Wireless, ath5k] 2.6.24-git13 9135f1901ee6449dfe338adf6e40e9c2025b8150

2008-02-04 Thread Oliver Pinter
On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > On 2/4/08, Jiri Slaby <[EMAIL PROTECTED]> wrote: > > On 02/04/2008 03:00 PM, Oliver Pinter (Pintér Olivér) wrote: > > > git top: 9135f1901ee6449dfe338adf6e40e9c2025b8150 > > > > > > [ 399

Re: {2.6.22.y} CVE-2007-6434

2008-02-04 Thread Oliver Pinter
ok, thanks On 2/4/08, Chris Wright <[EMAIL PROTECTED]> wrote: > * Oliver Pinter ([EMAIL PROTECTED]) wrote: > > mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > > > > --->8--- > > commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > > Author: Eric Paris

Re: {2.6.22.y} CVE-2007-6434

2008-02-04 Thread Oliver Pinter
e[5]: *** [mm] Error 2 On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > > --->8--- > commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > Author: Eric Paris <[EMAIL PROTECTED]> > Date: Tue Dec 4 23:45:31

Re: {2.6.22.y} CVE-2007-6434

2008-02-04 Thread Oliver Pinter
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6434 On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote: > mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > > --->8--- > commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 > Author: Eric Paris <[EMAIL PROTECTED]> >

{2.6.22.y} CVE-2007-6434

2008-02-04 Thread Oliver Pinter
mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 --->8--- commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5 Author: Eric Paris <[EMAIL PROTECTED]> Date: Tue Dec 4 23:45:31 2007 -0800 VM/Security: add security hook to do_brk Given a specifically crafted binary do_brk() can be used to ge

Re: [Kconfig {SM,E}] 2.6.24-git13 9135f1901ee6449dfe338adf6e40e9c2025b8150

2008-02-04 Thread Oliver Pinter (Pintér Olivér)
On 2/4/08, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > Hi Oliver. > > On Mon, Feb 04, 2008 at 02:56:07PM +0100, Oliver Pinter (Pintér Olivér) > wrote: > > git top: 9135f1901ee6449dfe338adf6e40e9c2025b8150 > > > > ---8<--- > > drivers/spi/Kconfi

[patch 00/27] 2.6.22-stable review

2008-02-04 Thread Oliver Pinter (Pintér Olivér)
On 2/2/08, Greg KH <[EMAIL PROTECTED]> wrote: > This is the start of the stable review cycle for the 2.6.22.17 release. > There are 27 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 ma

[Wireless, ath5k] 2.6.24-git13 9135f1901ee6449dfe338adf6e40e9c2025b8150

2008-02-04 Thread Oliver Pinter (Pintér Olivér)
git top: 9135f1901ee6449dfe338adf6e40e9c2025b8150 [ 399.582185] wpa_supplicant[4383]: segfault at 30 ip 080697ca sp bf87a690 error 4 in wpa_supplicant[8048000+4c000] [ 406.277199] wpa_supplicant[4384]: segfault at 30 ip 080697ca sp bfc13a30 error 4 in wpa_supplicant[8048000+4c000] [ 407.586375]

[Kconfig {SM,E}] 2.6.24-git13 9135f1901ee6449dfe338adf6e40e9c2025b8150

2008-02-04 Thread Oliver Pinter (Pintér Olivér)
git top: 9135f1901ee6449dfe338adf6e40e9c2025b8150 ---8<--- drivers/spi/Kconfig:156:warning: 'select' used by config symbol 'SPI_PXA2XX' refers to undefined symbol 'PXA_SSP' WARNING: vmlinux.o(.text+0xe01e): Section mismatch in reference from the function acpi_unmap_lsapic() to the variabl

Re: [2.6.22.y] {01**/17} - do_anonymous_page-race - series for stable kernel

2008-02-02 Thread Oliver Pinter (Pintér Olivér)
On 2/2/08, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > On Sat, 2 Feb 2008, Oliver Pinter (Pint?r Oliv?r) wrote: > > > > NOT IN MAINLINE > > > > Linus it's go or drop it? > > I have no idea, because you've used some horrible and stupid att

[2.6.22.y] {17**/17} - nopage-range-fix.patch (CVE-2008-0007) - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
NOT IN MAINLINE Linus it's go or drop it? -- Thanks, Oliver From: Nick Piggin <[EMAIL PROTECTED]> Subject: insufficient range checks of certain fault handlers (CVE-2008-0007) References: 353207 Patch-upstream: not yet This patch is a security fix for CVE-2008-0007. See bugzilla for details. -

[2.6.22.y] {15/17} - nfs-unmount-leak.patch - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 13ef7b69b54aa8ae4ed264d0bf41339737f8543a -- Thanks, Oliver From: Trond Myklebust <[EMAIL PROTECTED]> Date: Tue Dec 11 11:05:19 2007 -0500 Subject: NFSv2/v3: Fix a memory leak when using -onolock Patch-mainline: 2.6.24 References: 336253 Neil Brown said: > Hi Trond,

[2.6.22.y] {16/17} - nfsv4-MAXNAME-fix.diff - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: a16e92edcd0a2846455a30823e1bac964e743baa -- Thanks, Oliver From: J. Bruce Fields <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 16:45:51 -0400 Subject: knfsd: query filesystem for NFSv4 getattr of FATTR4_MAXNAME References: 271803 Patch-mainline: 2.6.24 (likely) Without this we always ret

[2.6.22.y] {14/17} - nfs-name-len-limit - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 54af3bb543c071769141387a42deaaab5074da55 -- Thanks, Oliver Patch-mainline: 2.6.23 References: 325913 GIT: 54af3bb543c071769141387a42deaaab5074da55 Mon Sep 17 00:00:00 2001 From: Trond Myklebust <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 12:27:41 -0400 Subject: [PATCH] NFS: Fix an Oops

[2.6.22.y] {13/17} - nfs-fix-nfs-reval-fsid - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 -- Thanks, Oliver Patch-mainline: 2.6.24 References: 271803 GIT: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 Mon Sep 17 00:00:00 2001 From: Trond Myklebust <[EMAIL PROTECTED]> Date: Tue, 5 Jun 2007 13:26:15 -0400 Subject: [PATCH] NFS: Fix nfs_reval

[2.6.22.y] {12/17} - nfsacl-retval.diff - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: ac8587dcb58e40dd336d99d60f852041e06cc3dd -- Thanks, Oliver From: J. Bruce Fields <[EMAIL PROTECTED]> Date: Fri, 2 Nov 2007 15:36:08 -0400 Subject: [PATCH] knfsd: fix spurious EINVAL errors on first access of new filesystem References: 340873 The v2/v3 acl code in nfsd is translating an

[2.6.22.y] {10/17} - via-velocity-dont-oops-on-mtu-change-1 - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: bd7b3f34198071d8bec05180530c362f1800ba46 -- Thanks, Oliver --- Begin Message --- [VIA_VELOCITY]: Don't oops on MTU change. Simple mtu change when device is down. Fix http://bugzilla.kernel.org/show_bug.cgi?id=9382. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: D

[2.6.22.y] {11/17} - via-velocity-dont-oops-on-mtu-change-2 - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 48f6b053613b62fed7a2fe3255e5568260a8d615 -- Thanks, Oliver --- Begin Message --- via-velocity: don't oops on MTU change (resend) The VIA veloicty driver needs the following to allow changing MTU when down. The buffer size needs to be computed when device is brought up, not when device

[2.6.22.y] {08/17} - intel-agp-965gme-fix - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: dde4787642ee3cb85aef80bdade04b6f8ddc3df8 -- Thanks, Oliver --- Begin Message --- Intel_agp: really fix 945/965GME Fix some missing places to check with device id info, which should probe the device gart correctly. Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]> Signed-off-by: Dave Air

[2.6.22.y] {09/17} - sony-laptop-call-sonypi_compat_init-earlier - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 015a916fbbf105bb15f4bbfd80c3b9b2f2e0d7db -- Thanks, Oliver --- Begin Message --- sony-laptop: call sonypi_compat_init earlier sonypi_compat uses a kfifo that needs to be present before _SRS is called to be able to cope with the IRQs triggered when setting resources. Signed-off-by: Ma

[2.6.22.y] {07/17} - i386-fixup-TRACE_IRQ-breakage - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: a10d9a71bafd3a283da240d2868e71346d2aef6f -- Thanks, Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.

[2.6.22.y] {06/17} - handle-bogus-%cs-selector-in-single-step-instruction-decoding - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 29eb51101c02df517ca64ec472d7501127ad1da8 -- Thanks, Oliver --- Begin Message --- Handle bogus %cs selector in single-step instruction decoding The code for LDT segment selectors was not robust in the face of a bogus selector set in %cs via ptrace before the single-step was done. Sign

[2.6.22.y] {05/17} - cciss-fix_memory_leak - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: f2912a1223c0917a7b4e054f18086209137891ea -- Thanks, Oliver cciss-fix_memory_leak Description: application/mbox

[2.6.22.y] {04/17} - cciss-panic-in-blk_rq_map_sg - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: a683d652d334a546be9175b894f42dbd8e399536 -- Thanks, Oliver cciss-panic-in-blk_rq_map_sg Description: application/mbox

[2.6.22.y] {02/17} - invalid-semicolon - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 2b02d13996fe28478e45605de9bd8bdca25718de -- Thanks, Oliver --- Begin Message --- A similar fix to netfilter from Eric Dumazet inspired me to look around a bit by using some grep/sed stuff as looking for this kind of bugs seemed easy to automate. This is one of them I fo

[2.6.22.y] {03/17} - pci-fix-unterminated-pci_device_id-lists - series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
mainline: 248bdd5efca5a113cbf443a993c69e53d370236b -- Thanks, Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.

[2.6.22.y] {01**/17} - do_anonymous_page-race - series for stable kernel

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
NOT IN MAINLINE Linus it's go or drop it? -- Thanks, Oliver --- Begin Message --- Additional Comment #103 From Andrea Arcangeli 2004-10-15 19:41 the last patch I attached is the safest I believe. I'm not sure if a lock_unlock or lock_unlock is always guaranteed to happen after the I/O, and t

[2.6.22.y] {00/17} series for stable kernel #2

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
01/17** do_anonymous_page-race 02/17 invalid-semicolon 03/17 pci-fix-unterminated-pci_device_id-lists 04/17 cciss-panic-in-blk_rq_map_sg 05/17 cciss-fix_memory_leak 06/17 handle-bogus-%cs-selector-in-single-step-instruction-decoding 07/17 i386-fixup-TRACE_IRQ-breakage 08/17 intel-agp-965gme-fix 09/

Re: [2.6.22.y] {00/17} series for stable kernel

2008-02-01 Thread Oliver Pinter (Pintér Olivér)
hi! then i searched the git id's and resnd the patches On 2/2/08, Greg KH <[EMAIL PROTECTED]> wrote: > On Tue, Jan 29, 2008 at 12:13:13AM +0100, Oliver Pinter (Pint?r Oliv?r) > wrote: > > do_anonymous_page-race NOT PART OF mainline - or I not find - openSUSE patch

  1   2   >