Re: 2.6.22.1: Enabling IO-APIC = APIC error on CPU0: 40(40)

2007-09-17 Thread Konstantin Sharlaimov
be aware of such error). Konstantin On Mon, 2007-09-17 at 09:10 -0400, Justin Piszcz wrote: > > On Tue, 18 Sep 2007, Konstantin Sharlaimov wrote: > > > I am experiencing the similar problem on my Acer Aspire 5000 laptop - > > once in a while a bunch of "APIC error

Re: 2.6.22.1: Enabling IO-APIC = APIC error on CPU0: 40(40)

2007-09-17 Thread Konstantin Sharlaimov
I am experiencing the similar problem on my Acer Aspire 5000 laptop - once in a while a bunch of "APIC error on CPU0: 40(40)" messages are showing up in dmesg. After few experiments and a lot of googling, I identified a cause - it was my built-in wireless card! Disabling IO-APIC helped, besides a

Re: 2.6.22.1: Enabling IO-APIC = APIC error on CPU0: 40(40)

2007-09-17 Thread Konstantin Sharlaimov
I am experiencing the similar problem on my Acer Aspire 5000 laptop - once in a while a bunch of APIC error on CPU0: 40(40) messages are showing up in dmesg. After few experiments and a lot of googling, I identified a cause - it was my built-in wireless card! Disabling IO-APIC helped, besides a

Re: 2.6.22.1: Enabling IO-APIC = APIC error on CPU0: 40(40)

2007-09-17 Thread Konstantin Sharlaimov
be aware of such error). Konstantin On Mon, 2007-09-17 at 09:10 -0400, Justin Piszcz wrote: On Tue, 18 Sep 2007, Konstantin Sharlaimov wrote: I am experiencing the similar problem on my Acer Aspire 5000 laptop - once in a while a bunch of APIC error on CPU0: 40(40) messages are showing up

[PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-17 Thread Konstantin Sharlaimov
This patch addresses the issue with "osize too small" errors in mppe encryption. The patch fixes the issue with wrong output buffer size being passed to ppp decompression routine. Signed-off-by: Konstantin Sharlaimov <[EMAIL PROTECTED]> --- As pointed out by Suresh Mahalingam, the

[PATCH 2.6.22.3] ppp: fix output buffer size in ppp_decompress_frame

2007-08-17 Thread Konstantin Sharlaimov
This patch addresses the issue with osize too small errors in mppe encryption. The patch fixes the issue with wrong output buffer size being passed to ppp decompression routine. Signed-off-by: Konstantin Sharlaimov [EMAIL PROTECTED] --- As pointed out by Suresh Mahalingam, the issue addressed

Re: [RFC] [PATCH 2.6.21.5] ppp: fix osize too small errors when decoding mppe

2007-06-24 Thread Konstantin Sharlaimov
On Sat, 2007-06-23 at 23:07 -0700, David Miller wrote: The original version of this fix have made it to the 2.6.22-rc5 already and should be replaced with this one, however the two can coexist in the same code for a while. > > --- linux-2.6.21.3/drivers/net/ppp_generic.c.orig 2007-06-20 > >

Re: [RFC] [PATCH 2.6.21.5] ppp: fix osize too small errors when decoding mppe

2007-06-24 Thread Konstantin Sharlaimov
On Sat, 2007-06-23 at 23:07 -0700, David Miller wrote: The original version of this fix have made it to the 2.6.22-rc5 already and should be replaced with this one, however the two can coexist in the same code for a while. --- linux-2.6.21.3/drivers/net/ppp_generic.c.orig 2007-06-20

[RFC] [PATCH 2.6.21.5] ppp: fix osize too small errors when decoding mppe

2007-06-20 Thread Konstantin Sharlaimov
The mppe_decompress() function required a buffer that is 1 byte too small when receiving a message of mru size. This fixes buffer allocation to prevent this from occurring. Signed-off-by: Konstantin Sharlaimov <[EMAIL PROTECTED]> --- As Sergey Vlasov pointed out, ppp_mppe-account-for-osi

[RFC] [PATCH 2.6.21.5] ppp: fix osize too small errors when decoding mppe

2007-06-20 Thread Konstantin Sharlaimov
The mppe_decompress() function required a buffer that is 1 byte too small when receiving a message of mru size. This fixes buffer allocation to prevent this from occurring. Signed-off-by: Konstantin Sharlaimov [EMAIL PROTECTED] --- As Sergey Vlasov pointed out, ppp_mppe-account-for-osize-too

[PATCH 2.6.21.3] ppp_mppe: account for osize too small errors in mppe_decompress()

2007-06-05 Thread Konstantin Sharlaimov
is assumed no PFC. Adjusting the check prevented there errors from occurring. Signed-off-by: Konstantin Sharlaimov <[EMAIL PROTECTED]> --- --- linux-2.6.21.3/drivers/net/ppp_mppe.c.orig 2007-06-01 20:57:04.0 +1100 +++ linux-2.6.21.3/drivers/net/ppp_mppe.c 2007-06-05 21:46:30.

[PATCH 2.6.21.3] ppp_mppe: account for osize too small errors in mppe_decompress()

2007-06-05 Thread Konstantin Sharlaimov
. Adjusting the check prevented there errors from occurring. Signed-off-by: Konstantin Sharlaimov [EMAIL PROTECTED] --- --- linux-2.6.21.3/drivers/net/ppp_mppe.c.orig 2007-06-01 20:57:04.0 +1100 +++ linux-2.6.21.3/drivers/net/ppp_mppe.c 2007-06-05 21:46:30.0 +1100