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

2008-02-06 Thread Oliver Pinter
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_G33_HB), ID(PCI_DEVICE_ID_INTEL_Q35_HB), ID(PCI_DEVICE_ID_INTEL_Q33_HB), On 2/2/08, Oliver P

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

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(>lock, flags); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: bd7b3f34198071d8bec05180530c362f1800ba46 > > > -- > Thanks, >

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
tr->rx_buf_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, Oliver -

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

2008-02-06 Thread Oliver Pinter
CNT)) RETURN_STATUS(nfserr_inval); On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: ac8587dcb58e40dd336d99d60f852041e06cc3dd > > -- > Thanks, > Oliver > -- Thanks, Oliver -- To unsubscribe from this list: send the line "

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

2008-02-06 Thread Oliver Pinter
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 == '/') path++; On 2/2/08, Oliver P

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

2008-02-06 Thread Oliver Pinter
server->fsid = fattr->fsid; -- 1.5.3.6 On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote: > mainline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 > > > -- > Thanks, > Oliver > -- Thanks, Oliver -- To unsubscribe from this list: send

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

2008-02-06 Thread Oliver Pinter
l); 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 > -- Thanks, Oliver -

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

2008-02-06 Thread Oliver Pinter
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, Oliver Pinter (Pinté

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

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] {02/17} - invalid-semicolon - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
--- 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 unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

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] {03/17} - pci-fix-unterminated-pci_device_id-lists - series for stable kernel #2

2008-02-06 Thread Oliver Pinter
[] = { - { 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_TABLE(pci, cafe_nand_tbl); On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED

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

2008-02-06 Thread Oliver Pinter
) goto out_resource; - WRITE32(~(u32) 0); + WRITE32(statfs.f_namelen); } if (bmval0 FATTR4_WORD0_MAXREAD) { if ((buflen -= 8) 0) On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline

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

2008-02-06 Thread Oliver Pinter
nfs_server * if (server-destroy != NULL) server-destroy(server); + + if (!IS_ERR(server-client_acl)) + rpc_shutdown_client(server-client_acl); if (!IS_ERR(server-client)) rpc_shutdown_client(server-client); On 2/2/08, Oliver Pinter

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

2008-02-06 Thread Oliver Pinter
; -- 1.5.3.6 On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7 -- Thanks, Oliver -- Thanks, Oliver -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

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

2008-02-06 Thread Oliver Pinter
+175,9 @@ next_component: path++; name.len = path - (const char *) name.name; + if (name.len NFS4_MAXNAMLEN) + return -ENAMETOOLONG; + eat_dot_dir: while (*path == '/') path++; On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL

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

2008-02-06 Thread Oliver Pinter
/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline: ac8587dcb58e40dd336d99d60f852041e06cc3dd -- Thanks, Oliver -- 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

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
, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline: 48f6b053613b62fed7a2fe3255e5568260a8d615 -- Thanks, Oliver -- 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

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
; + } + 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 -- Thanks, Oliver -- Thanks, Oliver -- To unsubscribe from this list

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
-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: mainline: 015a916fbbf105bb15f4bbfd80c3b9b2f2e0d7db -- Thanks, Oliver -- Thanks, Oliver

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

2008-02-06 Thread Oliver Pinter
), On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline: dde4787642ee3cb85aef80bdade04b6f8ddc3df8 -- Thanks, Oliver -- Thanks, Oliver -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

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

2008-02-06 Thread Oliver Pinter
check, alignment_check, BUS_ADRALN, 0, 0) +DO_ERROR_INFO(32, SIGSEGV, iret exception, iret_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

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

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

2008-02-06 Thread Oliver Pinter
]) { + kfree(p); goto Enomem; + } hba[i] = p; return i; } On 2/2/08, Oliver Pinter (Pintér Olivér) [EMAIL PROTECTED] wrote: mainline

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
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-kernel in the body of a message to [EMAIL PROTECTED

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 be

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
'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 7d699bafe258ebd8f9b4ec182c55420

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 >

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 ke

{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 = _cpu_var(quicklist)[nr]; *(void **)p = q->page; >8-- Tested-by: Oliver Pinter <[EMAIL PROTECTED]> (o

{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
) - dtor(p); - __free_page(page); - return; - } q = get_cpu_var(quicklist)[nr]; *(void **)p = q-page; 8-- Tested-by: Oliver Pinter [EMAIL PROTECTED] (on i386) -- Thanks, Oliver -- To unsubscribe from this list: send the line unsubscribe

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 kernel, the read is egal, thet dd or mount is ... On 2/5/08, Oliver

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
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 using ub.c

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

2008-02-05 Thread Oliver Pinter
'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 7d699bafe258ebd8f9b4ec182c554200b369a504 , and now

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- From [EMAIL PROTECTED] Sat Dec 22 14:04:08 2007

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
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 2007 -0800 >

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

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

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

[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

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

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/Kconfig:156:warning: 'select' used by config symbol 'SPI_PXA2XX

[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

[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

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.582185] wpa_supplicant[4383]: segfault at 30 ip 080697ca sp bf87a690

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 [EMAIL PROTECTED] Date: Tue Dec 4 23:45:31 2007 -0800

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] Date: Tue Dec 4 23:45:31 2007 -0800 VM

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

2008-02-04 Thread Oliver Pinter
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 2007 -0800 VM/Security: add security hook to do_brk

{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 get

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 attachment &g

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 attachment format that I can't even read. Patches should be inline so

[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

[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

[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

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

[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

[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

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

[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

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

[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

[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

[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

[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

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 >

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 invalid-semicolon

[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

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

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

[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

[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] {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] {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 ---BeginMessage--- 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.

[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

[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 ---BeginMessage--- 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 Airlie

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

[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 ---BeginMessage--- [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: David

[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 ---BeginMessage--- 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] {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 any

[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

[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

[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] {17/17} - nopage-range-fix.patch (CVE-2008-0007) - series for stable kernel

2008-01-28 Thread Oliver Pinter (Pintér Olivér)
-- Thanks, Oliver commit 7a848b2ce457a41a97ec059af9658cfccb551e60 Author: Nick Piggin <[EMAIL PROTECTED]> Date: Mon Jan 28 21:19:34 2008 +0100 Subject: insufficient range checks of certain fault handlers (CVE-2008-0007) References: 353207 Patch-upstream: not yet This patch

<    1   2   3   4   >