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

2008-02-16 Thread Joseph Fannin
system isn't broken. We get what 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/

Re: [RFT 1/1] single_chip test

2008-02-06 Thread Joseph Fannin
r beacons > > 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_sin

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"

Re: 2.6.24-rc6-mm1: __raw_spin_is_contended undefined

2007-12-26 Thread Joseph Fannin
t? This comes 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

Re: x86_64 ten times slower than i386

2007-11-05 Thread Joseph Fannin
. > > 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

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.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-14 Thread Joseph Fannin
#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-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/pa

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

2007-10-13 Thread Joseph Fannin
_prepare(state); Patch 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: [linux-pm] Re: [RFC][PATCH 1/2 -mm] kexec based hibernation -v3: kexec jump

2007-09-26 Thread Joseph Fannin
;s just my 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
reezer, or blkdev snapshots? I 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 reason

[PATCH] Remove broken netfilter binary sysctls from bridging code

2007-09-20 Thread Joseph Fannin
ary sysctl 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 netfi

[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
subscribe 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 PROTECTE

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-16 Thread Joseph Fannin
ng swap files (*which is not 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: block/bsg.c

2007-07-16 Thread Joseph Fannin
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-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-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-12 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

Hibernating To Swap Considered Harmful

2007-07-12 Thread Joseph Fannin
swap files need to be supported, you're already going to be supporting everything you 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 th

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

Re: Size of kernel modules

2007-06-06 Thread Joseph Fannin
though -- it turns 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] || [EM

Re: 4Gb ram not showing up

2007-06-05 Thread Joseph Fannin
that support 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 l

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 vir

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

2007-05-22 Thread Joseph Fannin
PM 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 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] add config option to vmalloc stacks (was: Re: [-mm patch] i386: enable 4k stacks by default)

2007-05-03 Thread Joseph Fannin
7;t get set 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.

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-10 Thread Joseph Fannin
ff I found in my LKML 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: NAK new drivers without proper power management?

2007-02-09 Thread Joseph Fannin
ing that doesn't support APM. 6. Getting 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 w

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
etting it set up. I 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

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

2006-11-18 Thread Joseph Fannin
ke hours to start acting up. I *think* 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: 2.6.12.5: psmouse mouse detection doesn't work

2005-08-20 Thread Joseph Fannin
ted. > > 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 d

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

2005-08-20 Thread Joseph Fannin
uess you'd need 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 G

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

2005-08-20 Thread Joseph Fannin
it with an initrd. 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

Re: sched_yield() makes OpenLDAP slow

2005-08-17 Thread Joseph Fannin
uch all I 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 noti

Re: captive-ntfs FUSE support?

2005-08-10 Thread Joseph Fannin
e mid-2.5 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

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

Re: 2.6.13-rc3-mm1

2005-07-16 Thread Joseph Fannin
on that box. The performance penalty for swap files 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

Re: 2.6.13-rc1-mm1

2005-07-04 Thread Joseph Fannin
the config option gets me a kernel that 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 CO

Re: Hangcheck problem

2005-04-01 Thread Joseph Fannin
I can't remember 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] Mor

Re: 2.6.11-rc3-mm1

2005-02-06 Thread Joseph Fannin
I just rebuilt -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). -- Jose

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

Re: Fw: Re: 2.6.11-rc2-mm2

2005-01-31 Thread Joseph Fannin
aking a blank screen, but it 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 PRO

Re: 2.6.11-rc1-mm1

2005-01-15 Thread Joseph Fannin
ROOT_DEV, root_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 c

RedHat 7.0 anaconda installer doesn't support devfs

2000-10-06 Thread Joseph Fannin
here 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, al