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: 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 = .19 NAME

linux v2.6.22.20-op1-rc1

2008-02-26 Thread Oliver Pinter
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 unsubscribe linux-kernel

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) > ... >

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

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: [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: NFSv2/v3: Fix a memory leak when using -onolock Patch-mainline

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 will be

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 with these being

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

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 disappears

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

2008-02-18 Thread Oliver Pinter
e. 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 <[EMAIL

[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
AIL 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

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

2008-02-18 Thread Oliver Pinter
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/quicklist.h @@ -56,14 +56,6 @@ static inline void __quicklist_free

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

2008-02-18 Thread Oliver Pinter
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 PROTECTED] Signed-off-by: Oliver Pinter [EMAIL PROTECTED

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

2008-02-18 Thread Oliver Pinter
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 [EMAIL PROTECTED] diff --git a/mm/memory.c b/mm

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

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 xfsaild to

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

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 things

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

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

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. Note: update

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 by

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

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 against

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

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

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

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: which

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 Fix for

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

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

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 Fix for CVE_2008_0009 and CVE_2008-0010

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 [+] page: 0x0

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 f6e993b835393543bab2d917f9dea75218473edd Author: Oliver Pinter [EMAIL PROTECTED] Date

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 Author: Oliver Pinter [EMAIL PROTECTED] Date: Sun Feb 10 14:03:46 2008 +0100

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: 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

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

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 [EMAIL PROTECTED

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 works fine.

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 +0100,

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

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. > >

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: > > From: J

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 >

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

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 not visible with git-web on http

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: From: Jens Axboe [EMAIL PROTECTED

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 +0100, Oliver Pinter wrote: Hi

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

[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

[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
ry > 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 file changed, 3

[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
e 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
Thanks 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
rently 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 +++ 1 fi

[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
inline: 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 <[EMAIL PROTECTE

[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
tive 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 <[EMAIL

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

2008-02-07 Thread Oliver Pinter
L 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/drivers

[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

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]> > > --- >

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

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 problem

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/generic.c |4

[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
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 deletions(-) --- linux-2.6.22.orig

[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
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 file changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.22-SL103_BRANCH.orig/fs/nfs/client.c +++ linux-2.6.22

[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
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 ++ fs/nfs/getroot.c |3 +++ 3

[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
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] Index: linux-2.6.23/fs/nfsd/nfs2acl.c

[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
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 +++ 1 file changed, 3 insertions(+), 8 deletions

[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
: 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 [EMAIL PROTECTED] CC: Oliver Pinter [EMAIL

[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
[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] --- drivers/char/ipmi/ipmi_si_intf.c|3 ++- drivers/media

[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
, 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 dde4787642ee3cb85aef80bdade04b6f8ddc3df8 tree

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

2008-02-07 Thread Oliver Pinter
] 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 +++ linux-2.6.22/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
] 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 changed, 31 insertions(+), 14 deletions

[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
, but 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 [EMAIL PROTECTED

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

2008-02-07 Thread Oliver Pinter
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/drivers/block/cciss.c @@ -3227,12 +3227,15 @@ static int

[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 if

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

2008-02-07 Thread Oliver Pinter
: 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] --- fs/nfs/dir.c |9

[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
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-laptop.c2008-01-02 15:17:42.0

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

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
MA 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 linux-kerne

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

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

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
bit code segment? */ + if (!((desc[1] >> 22) & 1)) + addr &= 0x; + addr += base; + } up(>mm->context.sem); } + return addr; } On 2/2/08, Oliver Pinter (Pinté

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

  1   2   3   4   >