[OT] GMail (was USB regression (and other failures)...)

2008-02-16 Thread Joseph Fannin
hat we pay for. :-/ -- Joseph Fannin [EMAIL PROTECTED] -- 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.org/lkml/

[OT] GMail (was USB regression (and other failures)...)

2008-02-16 Thread Joseph Fannin
pay for. :-/ -- Joseph Fannin [EMAIL PROTECTED] -- 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.org/lkml/

Re: [RFT 1/1] single_chip test

2008-02-06 Thread Joseph Fannin
ns > > ath_pci: wifi0: Atheros 5424/2424: mem=0x9010, irq=17 > > > > I can also set the interface up and use iwlist ath0 scan. > > Hmm, I guess madwif-old-openhal doesn't work either. > > I suspect ath5k_hw_nic_wakeup being called before setting ah_single_chip in >

Re: [RFT 1/1] single_chip test

2008-02-06 Thread Joseph Fannin
. -- Joseph Fannin [EMAIL PROTECTED] -- 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.org/lkml/

Re: 2.6.24-rc8-mm1 - mkubootimg wants

2008-01-17 Thread Joseph Fannin
uces a kernel build dependency on the system zlib.h headers; scripts/mkubootimg/crc32.c wants it. The build errors out if those headers aren't installed. Was this intentional? -- Joseph Fannin [EMAIL PROTECTED] -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: 2.6.24-rc8-mm1 - mkubootimg wants zlib.h

2008-01-17 Thread Joseph Fannin
on the system zlib.h headers; scripts/mkubootimg/crc32.c wants it. The build errors out if those headers aren't installed. Was this intentional? -- Joseph Fannin [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: 2.6.24-rc6-mm1: __raw_spin_is_contended undefined

2007-12-26 Thread Joseph Fannin
omes from "spinlock: lockbreak cleanup" in git-x86. -- Joseph Fannin [EMAIL PROTECTED] -- 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

Re: 2.6.24-rc6-mm1: __raw_spin_is_contended undefined

2007-12-26 Thread Joseph Fannin
spinlock: lockbreak cleanup in git-x86. -- Joseph Fannin [EMAIL PROTECTED] -- 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.org

Re: x86_64 ten times slower than i386

2007-11-05 Thread Joseph Fannin
of memory. > > Thank you for that advice, the system has 4GB and if I boot with mem=3072M > it will run as fast as normal Also, check if a BIOS upgrade is available -- it's possible that a newer BIOS will have fixed this. -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send t

Re: x86_64 ten times slower than i386

2007-11-05 Thread Joseph Fannin
, the system has 4GB and if I boot with mem=3072M it will run as fast as normal Also, check if a BIOS upgrade is available -- it's possible that a newer BIOS will have fixed this. -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: 2.6.24-rc1 fails with lockup and BUG:

2007-10-24 Thread Joseph Fannin
netlink_ack(skb, nlh, err); +skip: msglen = NLMSG_ALIGN(nlh->nlmsg_len); if (msglen > skb->len) msglen = skb->len; -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: 2.6.24-rc1 fails with lockup and BUG:

2007-10-24 Thread Joseph Fannin
); if (msglen skb-len) msglen = skb-len; -- Joseph Fannin [EMAIL PROTECTED] - 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

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-16 Thread Joseph Fannin
On Mon, Oct 15, 2007 at 10:55:06PM +0200, Rafael J. Wysocki wrote: > On Sunday, 14 October 2007 22:20, Rafael J. Wysocki wrote: > > On Sunday, 14 October 2007 21:47, Joseph Fannin wrote: > > > On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: > > > &g

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-16 Thread Joseph Fannin
On Mon, Oct 15, 2007 at 10:55:06PM +0200, Rafael J. Wysocki wrote: On Sunday, 14 October 2007 22:20, Rafael J. Wysocki wrote: On Sunday, 14 October 2007 21:47, Joseph Fannin wrote: On Sat, Oct 13, 2007 at 09:13:13PM +0200, Rafael J. Wysocki wrote: Yes. Corrected patch follows

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-14 Thread Joseph Fannin
spend_state_t); +extern int mpc52xx_pm_prepare(void); extern int mpc52xx_pm_enter(suspend_state_t); -extern int mpc52xx_pm_finish(suspend_state_t); +extern void mpc52xx_pm_finish(void); extern char saved_sram[0x4000]; /* reuse buffer from mpc52xx suspend */ #endif #endif /* CONFIG_PM */ --

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-14 Thread Joseph Fannin
saved_sram[0x4000]; /* reuse buffer from mpc52xx suspend */ #endif #endif /* CONFIG_PM */ -- Joseph Fannin [EMAIL PROTECTED] - 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

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
On Sat, Oct 13, 2007 at 07:22:48PM +0200, Rafael J. Wysocki wrote: > On Saturday, 13 October 2007 17:50, Joseph Fannin wrote: > > On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/pa

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
tch authors CC'd. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: 2.6.23-mm1 pm_prepare() and _finish() w/ args vs. without

2007-10-13 Thread Joseph Fannin
On Sat, Oct 13, 2007 at 07:22:48PM +0200, Rafael J. Wysocki wrote: On Saturday, 13 October 2007 17:50, Joseph Fannin wrote: On Thu, Oct 11, 2007 at 09:31:26PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ Domen Puncer's

Re: [linux-pm] Re: [RFC][PATCH 1/2 -mm] kexec based hibernation -v3: kexec jump

2007-09-26 Thread Joseph Fannin
hardware. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: [RFC][PATCH 1/2 -mm] kexec based hibernation -v3: kexec jump

2007-09-26 Thread Joseph Fannin
guess uswsusp and the-patch-previously-known-as-suspend2 handle this somehow, though. (It's that same ignorance that has me waiting for someone with established credit with kernel people to make that argument for the ext3 bug, so I can hang my own reasons for thinking that it's bad off of theirs).

Re: [RFC][PATCH 1/2 -mm] kexec based hibernation -v3: kexec jump

2007-09-26 Thread Joseph Fannin
that has me waiting for someone with established credit with kernel people to make that argument for the ext3 bug, so I can hang my own reasons for thinking that it's bad off of theirs). -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [linux-pm] Re: [RFC][PATCH 1/2 -mm] kexec based hibernation -v3: kexec jump

2007-09-26 Thread Joseph Fannin
hardware. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

[PATCH] Remove broken netfilter binary sysctls from bridging code

2007-09-20 Thread Joseph Fannin
numbers of other netfilter sysctls with this problem are being removed. These need to go as well. Signed-off-by: Joseph Fannin <[EMAIL PROTECTED]> --- This *really* needs to be reviewed by someone who knows what this is all about. I've simply extended the removal of netfilter binary

[PATCH] make mv643xx_eth.c build again

2007-09-20 Thread Joseph Fannin
The changeset to "Make NAPI polling independent of struct net_device objects" forgot to change a function prototype in mv643xx_eth.c, and also introduced a typo that caused the driver not to build. Signed-off-by: Joseph Fannin <[EMAIL PROTECTED]> --- This is build-tested only.

Re: 2.6.23-rc6-mm1

2007-09-20 Thread Joseph Fannin
On Thu, Sep 20, 2007 at 09:42:44PM +0530, Kamalesh Babulal wrote: > On 9/20/07, Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > On 9/20/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 19 Sep 2007 19:58:28 -0400 > > > [EMAIL PROTEC

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread Joseph Fannin
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.org/lkml/ > -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-20 Thread Joseph Fannin
. But yeah, this is still a problem. - 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.org/lkml/ -- Joseph Fannin [EMAIL

Re: 2.6.23-rc6-mm1

2007-09-20 Thread Joseph Fannin
On Thu, Sep 20, 2007 at 09:42:44PM +0530, Kamalesh Babulal wrote: On 9/20/07, Kamalesh Babulal [EMAIL PROTECTED] wrote: On 9/20/07, Andrew Morton [EMAIL PROTECTED] wrote: On Wed, 19 Sep 2007 19:58:28 -0400 [EMAIL PROTECTED] (Joseph Fannin) wrote: On Tue, Sep 18, 2007 at 01:18

[PATCH] make mv643xx_eth.c build again

2007-09-20 Thread Joseph Fannin
The changeset to Make NAPI polling independent of struct net_device objects forgot to change a function prototype in mv643xx_eth.c, and also introduced a typo that caused the driver not to build. Signed-off-by: Joseph Fannin [EMAIL PROTECTED] --- This is build-tested only. diff -ru linux

[PATCH] Remove broken netfilter binary sysctls from bridging code

2007-09-20 Thread Joseph Fannin
numbers of other netfilter sysctls with this problem are being removed. These need to go as well. Signed-off-by: Joseph Fannin [EMAIL PROTECTED] --- This *really* needs to be reviewed by someone who knows what this is all about. I've simply extended the removal of netfilter binary sysctl

Re: Hibernating To Swap Considered Harmful

2007-07-17 Thread Joseph Fannin
On Mon, Jul 16, 2007 at 11:42:08PM -0700, [EMAIL PROTECTED] wrote: > On Tue, 17 Jul 2007, Joseph Fannin wrote: > >root is free to "dd if=/dev/random of=/dev/mem". Root owned > >daemons which do bad things are bugs. > > in this case it would be more like > >

Re: Hibernating To Swap Considered Harmful

2007-07-17 Thread Joseph Fannin
ot optional*) requires the very same support. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: Hibernating To Swap Considered Harmful

2007-07-17 Thread Joseph Fannin
same support. -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: Hibernating To Swap Considered Harmful

2007-07-17 Thread Joseph Fannin
On Mon, Jul 16, 2007 at 11:42:08PM -0700, [EMAIL PROTECTED] wrote: On Tue, 17 Jul 2007, Joseph Fannin wrote: root is free to dd if=/dev/random of=/dev/mem. Root owned daemons which do bad things are bugs. in this case it would be more like dd if=/block0 of=/dev/sda1 count=1 bs=4096 skip

Re: block/bsg.c

2007-07-16 Thread Joseph Fannin
ent the crew into space. (I believe it used BSG disk slices). -- Joseph Fannin [EMAIL PROTECTED] /me suspects he has used his ration of inanity for about a year or so. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More m

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread Joseph Fannin
On Fri, Jul 13, 2007 at 10:35:22AM -0400, Jeremy Maitin-Shepard wrote: > [EMAIL PROTECTED] (Joseph Fannin) writes: > > There is a very simple solution to this obscure problem: (if I > understand correctly, you want to dual boot Mac OS X and Linux (and > maybe also Windows?)) &g

Re: Hibernating To Swap Considered Harmful

2007-07-16 Thread Joseph Fannin
On Fri, Jul 13, 2007 at 10:35:22AM -0400, Jeremy Maitin-Shepard wrote: [EMAIL PROTECTED] (Joseph Fannin) writes: There is a very simple solution to this obscure problem: (if I understand correctly, you want to dual boot Mac OS X and Linux (and maybe also Windows?)) use LVM, thus allowing

Re: block/bsg.c

2007-07-16 Thread Joseph Fannin
into space. (I believe it used BSG disk slices). -- Joseph Fannin [EMAIL PROTECTED] /me suspects he has used his ration of inanity for about a year or so. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: Hibernating To Swap Considered Harmful

2007-07-15 Thread Joseph Fannin
On Sat, Jul 14, 2007 at 11:48:17AM +0200, Rafael J. Wysocki wrote: > On Saturday, 14 July 2007 02:45, Joseph Fannin wrote: > > On Fri, Jul 13, 2007 at 11:30:50AM +0200, Rafael J. Wysocki wrote: > > > On Friday, 13 July 2007 07:42, Joseph Fannin wrote: > > > > On T

Re: Hibernating To Swap Considered Harmful

2007-07-15 Thread Joseph Fannin
On Sat, Jul 14, 2007 at 11:48:17AM +0200, Rafael J. Wysocki wrote: On Saturday, 14 July 2007 02:45, Joseph Fannin wrote: On Fri, Jul 13, 2007 at 11:30:50AM +0200, Rafael J. Wysocki wrote: On Friday, 13 July 2007 07:42, Joseph Fannin wrote: On Thu, Jul 12, 2007 at 08:06:43PM -0700, [EMAIL

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Fri, Jul 13, 2007 at 11:30:50AM +0200, Rafael J. Wysocki wrote: > On Friday, 13 July 2007 07:42, Joseph Fannin wrote: > > On Thu, Jul 12, 2007 at 08:06:43PM -0700, [EMAIL PROTECTED] wrote: > > > On Thu, 12 Jul 2007, Rafael J. Wysocki wrote: > > > > > > Plu

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Thu, Jul 12, 2007 at 11:27:41PM -0700, [EMAIL PROTECTED] wrote: > On Fri, 13 Jul 2007, Joseph Fannin wrote: > > >On Thu, Jul 12, 2007 at 10:57:04PM -0700, [EMAIL PROTECTED] wrote: > >>On Fri, 13 Jul 2007, Joseph Fannin wrote: > >> > >>the only justifica

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Thu, Jul 12, 2007 at 10:57:04PM -0700, [EMAIL PROTECTED] wrote: > On Fri, 13 Jul 2007, Joseph Fannin wrote: > > the only justification I have heard for why the hibernate image must be > written to the swap partition is backwards compatibility (i.e., we've > always done it that

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Thu, Jul 12, 2007 at 10:57:04PM -0700, [EMAIL PROTECTED] wrote: On Fri, 13 Jul 2007, Joseph Fannin wrote: the only justification I have heard for why the hibernate image must be written to the swap partition is backwards compatibility (i.e., we've always done it that way) if you

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Thu, Jul 12, 2007 at 11:27:41PM -0700, [EMAIL PROTECTED] wrote: On Fri, 13 Jul 2007, Joseph Fannin wrote: On Thu, Jul 12, 2007 at 10:57:04PM -0700, [EMAIL PROTECTED] wrote: On Fri, 13 Jul 2007, Joseph Fannin wrote: the only justification I have heard for why the hibernate image must

Re: Hibernating To Swap Considered Harmful

2007-07-13 Thread Joseph Fannin
On Fri, Jul 13, 2007 at 11:30:50AM +0200, Rafael J. Wysocki wrote: On Friday, 13 July 2007 07:42, Joseph Fannin wrote: On Thu, Jul 12, 2007 at 08:06:43PM -0700, [EMAIL PROTECTED] wrote: On Thu, 12 Jul 2007, Rafael J. Wysocki wrote: Plus we need to figure out how to avoid corrupting

Hibernating To Swap Considered Harmful

2007-07-12 Thread Joseph Fannin
need to support a dedicated hibernation file -- if you don't consider the trouble to share the swap and hibernate space to be worth the gain. -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Hibernating To Swap Considered Harmful

2007-07-12 Thread Joseph Fannin
the swap and hibernate space to be worth the gain. -- Joseph Fannin [EMAIL PROTECTED] - 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

Re: 2.6.22-rc4-mm2

2007-06-07 Thread Joseph Fannin
On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/ I don't think this was intentional: [ 29.873254] edac_stub: module license 'unspecified' taints kernel. -- Joseph Fannin

Re: 2.6.22-rc4-mm2

2007-06-07 Thread Joseph Fannin
On Wed, Jun 06, 2007 at 10:03:13PM -0700, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.22-rc4/2.6.22-rc4-mm2/ I don't think this was intentional: [ 29.873254] edac_stub: module license 'unspecified' taints kernel. -- Joseph Fannin [EMAIL

Re: Size of kernel modules

2007-06-06 Thread Joseph Fannin
ns off other stuff too, and I think Ubuntu's kernel is patched not to do that (and newer kernels have the options separated, I think). Flipping the option and building a new package is pretty quick -- it doesn't rebuild much. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] - To unsub

Re: Size of kernel modules

2007-06-06 Thread Joseph Fannin
that (and newer kernels have the options separated, I think). Flipping the option and building a new package is pretty quick -- it doesn't rebuild much. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: 4Gb ram not showing up

2007-06-05 Thread Joseph Fannin
port it). ISTR that a similar issue exists in the NOHIGHMEM case, where some 150MB or so of RAM would be unusable in a 1GB machine with NOHIGHMEM. I could be mis-remembering, that, though. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] - To unsubscribe from this list: send the line "u

Re: 4Gb ram not showing up

2007-06-05 Thread Joseph Fannin
issue exists in the NOHIGHMEM case, where some 150MB or so of RAM would be unusable in a 1GB machine with NOHIGHMEM. I could be mis-remembering, that, though. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: 2.6.22-rc1-mm1: evm BUG when reading sysfs file

2007-05-26 Thread Joseph Fannin
On Fri, May 25, 2007 at 10:28:22PM -0400, Reiner Sailer wrote: > On Tue, 22 May 2007 03:25:48 -0400 > [EMAIL PROTECTED] (Joseph Fannin) wrote: > > > I've been getting this since 2.6.21-rc7-mm1: > > [2.379310] BUG: unable to handle kernel paging request at virtual

Re: 2.6.22-rc1-mm1: evm BUG when reading sysfs file

2007-05-26 Thread Joseph Fannin
On Fri, May 25, 2007 at 10:28:22PM -0400, Reiner Sailer wrote: On Tue, 22 May 2007 03:25:48 -0400 [EMAIL PROTECTED] (Joseph Fannin) wrote: I've been getting this since 2.6.21-rc7-mm1: [2.379310] BUG: unable to handle kernel paging request at virtual address 4400d340 [2.379491

Re: 2.6.22-rc1-mm1: evm BUG when reading sysfs file

2007-05-22 Thread Joseph Fannin
und(rc = -19), activating TPM-bypass! -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: 2.6.22-rc1-mm1: evm BUG when reading sysfs file

2007-05-22 Thread Joseph Fannin
This comes a bit after IMA bails out successfully, if that's relevant: [1.708761] ima (ima_init): No TPM chip found(rc = -19), activating TPM-bypass! -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default)

2007-05-03 Thread Joseph Fannin
very often on kernels that are run for more than to see if it boots. -- Joseph Fannin [EMAIL PROTECTED] - 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.h

Re: [2/6] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default)

2007-05-03 Thread Joseph Fannin
for more than to see if it boots. -- Joseph Fannin [EMAIL PROTECTED] - 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.org

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-11 Thread Joseph Fannin
100% reproducible before, so I think this fixed it. Thanks! -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] > >I'm seeing this while booting: > > > > ima (ima_init): No TPM chip found(rc = -19), activating TPM-bypass! > > &g

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-11 Thread Joseph Fannin
this fixed it. Thanks! -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] I'm seeing this while booting: ima (ima_init): No TPM chip found(rc = -19), activating TPM-bypass! = [ BUG: held lock freed! ] - swapper/1 is freeing memory

Re: 2.6.21-rc6-mm1 ima "BUG: held lock freed!"

2007-04-10 Thread Joseph Fannin
L archive. As an aside, this computer does have (some sort of) TPM chip, but the driver is built as a module, and not loaded at this point (not a worry for me, I don't intend to use it). -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: 2.6.21-rc6-mm1 ima BUG: held lock freed!

2007-04-10 Thread Joseph Fannin
it). -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: NAK new drivers without proper power management?

2007-02-09 Thread Joseph Fannin
etting proper power-management support in Linux device drivers is not a priority; drivers without any power management support whatsoever should not only be accepted -- they should be merged without comment or complaint. How is working suspend support ever supposed to happen? -- Joseph F

Re: NAK new drivers without proper power management?

2007-02-09 Thread Joseph Fannin
without any power management support whatsoever should not only be accepted -- they should be merged without comment or complaint. How is working suspend support ever supposed to happen? -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] - To unsubscribe from this list

Re: [PATCH] usbhid quirks for macbook(pro) (was: Re: Fwd: Re: [linux-usb-devel] usb initialization order (usbhid vs. appletouch))

2006-12-09 Thread Joseph Fannin
understand that this should help fix that, and wish I hadn't tried to hold it up! -- Joseph Fannin [EMAIL PROTECTED] | [EMAIL PROTECTED] - 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: [PATCH] usbhid quirks for macbook(pro) (was: Re: Fwd: Re: [linux-usb-devel] usb initialization order (usbhid vs. appletouch))

2006-12-09 Thread Joseph Fannin
that, and wish I hadn't tried to hold it up! -- Joseph Fannin [EMAIL PROTECTED] | [EMAIL PROTECTED] - 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

Re: bcm43xx regression 2.6.19rc3 -> rc5, rtnl_lock trouble?

2006-11-18 Thread Joseph Fannin
nk* it was the MSI troubles, causing interrupts to get lost forever. Anyway, it went away in -rc6. I don't have the broadcom hardware. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: bcm43xx regression 2.6.19rc3 - rc5, rtnl_lock trouble?

2006-11-18 Thread Joseph Fannin
, causing interrupts to get lost forever. Anyway, it went away in -rc6. I don't have the broadcom hardware. -- Joseph Fannin [EMAIL PROTECTED] || [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: 2.6.12.5: psmouse mouse detection doesn't work

2005-08-20 Thread Joseph Fannin
> What needs to be done to fix this? If psmouse is a module, you'd need to pass proto=bare as a module parameter rather than on the kernel command line. Check `modinfo psmouse`. Are you sure proto=imps hasn't found its way into /etc/modprobe.conf or so? I could imagine a distribution shipping

Re: [PATCH] Posix file attribute support on VFAT (take #2)

2005-08-20 Thread Joseph Fannin
to demonstrate that someone is actually going to use and maintain this feature before it would be considered for inclusion in the kernel. -- Joseph Fannin [EMAIL PROTECTED] "Bull in pure form is rare; there is usually some contamination by data." -- William Graves Perry

Re: 2.6.13-rc6-git10 test report [x86_64](WITHOUT NVIDIA MODULE)

2005-08-20 Thread Joseph Fannin
rd. note that this is not really a > trivial task :-( Also, please file a bug report against the ACPI component at http://bugzilla.kernel.org . Ultimately the Linux ACPI component must deal with these sorts of errors, or convince the BIOS authors not to make them! -- Joseph Fannin [EMAIL

Re: 2.6.13-rc6-git10 test report [x86_64](WITHOUT NVIDIA MODULE)

2005-08-20 Thread Joseph Fannin
report against the ACPI component at http://bugzilla.kernel.org . Ultimately the Linux ACPI component must deal with these sorts of errors, or convince the BIOS authors not to make them! -- Joseph Fannin [EMAIL PROTECTED] That's all I have to say about that. -- Forrest Gump. - To unsubscribe from

Re: [PATCH] Posix file attribute support on VFAT (take #2)

2005-08-20 Thread Joseph Fannin
it would be considered for inclusion in the kernel. -- Joseph Fannin [EMAIL PROTECTED] Bull in pure form is rare; there is usually some contamination by data. -- William Graves Perry Jr. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: 2.6.12.5: psmouse mouse detection doesn't work

2005-08-20 Thread Joseph Fannin
command line. Check `modinfo psmouse`. Are you sure proto=imps hasn't found its way into /etc/modprobe.conf or so? I could imagine a distribution shipping this way. -- Joseph Fannin [EMAIL PROTECTED] /* So there I am, in the middle of my `netfilter-is-wonderful' talk in Sydney, and someone asks

Re: sched_yield() makes OpenLDAP slow

2005-08-17 Thread Joseph Fannin
know about it; I just thought I'd point it out. > I also think OpenLDAP is wrong. First, it should be calling > pthread_yield() because slapd is a multithreading process > and it just wants to run the other threads. See: Is it possible that this problem has been noticed and fixed a

Re: sched_yield() makes OpenLDAP slow

2005-08-17 Thread Joseph Fannin
. I also think OpenLDAP is wrong. First, it should be calling pthread_yield() because slapd is a multithreading process and it just wants to run the other threads. See: Is it possible that this problem has been noticed and fixed already? -- Joseph Fannin [EMAIL PROTECTED] /* So there I

Re: captive-ntfs FUSE support?

2005-08-10 Thread Joseph Fannin
series. Is there somewhere else I should be looking? Thanks! -- Joseph Fannin [EMAIL PROTECTED] "Bull in pure form is rare; there is usually some contamination by data." -- William Graves Perry Jr. - To unsubscribe from this list: send the line "unsubscribe linu

Re: captive-ntfs FUSE support?

2005-08-10 Thread Joseph Fannin
. Is there somewhere else I should be looking? Thanks! -- Joseph Fannin [EMAIL PROTECTED] Bull in pure form is rare; there is usually some contamination by data. -- William Graves Perry Jr. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: 2.6.13-rc3-mm1

2005-07-18 Thread Joseph Fannin
ofdev.dev.power.power_state == 0) + if (mdev->ofdev.dev.power.power_state.event == 0) return 0; set_mesh_power(ms, 1); @@ -1802,7 +1802,7 @@ enable_irq(ms->meshintr); scsi_unblock_requests(ms->host); - mdev->ofdev.dev.power.power_stat

Re: 2.6.13-rc3-mm1

2005-07-18 Thread Joseph Fannin
; set_mesh_power(ms, 1); @@ -1802,7 +1802,7 @@ enable_irq(ms-meshintr); scsi_unblock_requests(ms-host); - mdev-ofdev.dev.power.power_state = 0; + mdev-ofdev.dev.power.power_state.event = 0; return 0; } -- Joseph Fannin [EMAIL PROTECTED] That's all I have

Re: 2.6.13-rc3-mm1

2005-07-16 Thread Joseph Fannin
went away in 2.6, so this is sort of a regression. I know I'm not going to be writing any of those patches, but I'd sure be nice if Linux got around to having usable suspend support without being beholden to the whatever patches Mr. Cunningham gets around to putting out. -- Joseph Fannin [E

Re: 2.6.13-rc3-mm1

2005-07-16 Thread Joseph Fannin
I'm not going to be writing any of those patches, but I'd sure be nice if Linux got around to having usable suspend support without being beholden to the whatever patches Mr. Cunningham gets around to putting out. -- Joseph Fannin [EMAIL PROTECTED] /* So there I am, in the middle of my `netfilter

Re: 2.6.13-rc1-mm1

2005-07-04 Thread Joseph Fannin
builds. My .config is attached, in the case it's useful. -- Joseph Fannin [EMAIL PROTECTED] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.13-rc1-mm1 # Mon Jul 4 08:24:50 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y CONFIG_RWSEM_XCHGADD_ALGOR

Re: 2.6.13-rc1-mm1

2005-07-04 Thread Joseph Fannin
.config is attached, in the case it's useful. -- Joseph Fannin [EMAIL PROTECTED] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.13-rc1-mm1 # Mon Jul 4 08:24:50 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y

Re: Hangcheck problem

2005-04-01 Thread Joseph Fannin
r for sure. If you turn off the hangcheck timer, does the problem go away (i.e. no more lockups)? -- Joseph Fannin [EMAIL PROTECTED] - 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: Hangcheck problem

2005-04-01 Thread Joseph Fannin
(i.e. no more lockups)? -- Joseph Fannin [EMAIL PROTECTED] - 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.org/lkml/

Re: 2.6.11-rc3-mm1

2005-02-06 Thread Joseph Fannin
built -rc3-mm1 to turn that off, and an Oops in copy_to_user in the i810 DRM module went away. That could have just been that it forced a rebuild with a cold ccache, I guess. The completely unrelated Oops in radeonfb I was seeing is gone now, and it works fine here (BTW). -- Joseph Fannin [EMAIL PRO

Re: 2.6.11-rc3-mm1

2005-02-06 Thread Joseph Fannin
now, and it works fine here (BTW). -- Joseph Fannin [EMAIL PROTECTED] - 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.org

Re: Fw: Re: 2.6.11-rc2-mm2

2005-02-01 Thread Joseph Fannin
On Tue, Feb 01, 2005 at 10:18:33AM +1100, Benjamin Herrenschmidt wrote: > On Mon, 2005-01-31 at 06:21 -0500, Joseph Fannin wrote: > > > I'm getting a blank screen with radeonfb on two boxes here as > > well. One is a beige g3, the other is i386; both have PCI Radeon 7000s

Re: Fw: Re: 2.6.11-rc2-mm2

2005-02-01 Thread Joseph Fannin
On Tue, Feb 01, 2005 at 10:18:33AM +1100, Benjamin Herrenschmidt wrote: On Mon, 2005-01-31 at 06:21 -0500, Joseph Fannin wrote: I'm getting a blank screen with radeonfb on two boxes here as well. One is a beige g3, the other is i386; both have PCI Radeon 7000s with radeonfb non

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Joseph Fannin
t seems more likely that radeonfb is panicing. I tried to get netconsole working on both machines, but it didn't work out for unrelated reasons. Hopefully I'll have more time to poke at this tomorrow; maybe this is helpful somehow. -- Joseph Fannin [EMAIL PROTECTED] - To unsubscribe from this list:

Re: 2.6.11-rc1-mm1

2005-01-15 Thread Joseph Fannin
_device_name); } Perhaps this should not be done until after the first attempt to mount fails? Sorry, I haven't had nearly enough coffee today to attempt to make a patch. :-) -- Joseph Fannin [EMAIL PROTECTED] "Bull in pure form is rare; there is usually some contamination by data

Re: 2.6.11-rc1-mm1

2005-01-15 Thread Joseph Fannin
); } Perhaps this should not be done until after the first attempt to mount fails? Sorry, I haven't had nearly enough coffee today to attempt to make a patch. :-) -- Joseph Fannin [EMAIL PROTECTED] Bull in pure form is rare; there is usually some contamination by data. -- William Graves

RedHat 7.0 anaconda installer doesn't support devfs

2000-10-06 Thread Joseph Fannin
any means of using devfs and disk/partition levels together? P.S. Sorry if this breaks the threading. -- Joseph Fannin fannin.30 *at* osu.edu ___ To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax, all in

RedHat 7.0 anaconda installer doesn't support devfs

2000-10-06 Thread Joseph Fannin
together? P.S. Sorry if this breaks the threading. -- Joseph Fannin fannin.30 *at* osu.edu ___ To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax, all in one place - sign up today at http://www.zdnetonebox.com