Re: [Bluez-devel] Oops involving RFCOMM and sysfs

2007-12-29 Thread Dave Young
On Dec 29, 2007 1:32 AM, Gabor Gombas [EMAIL PROTECTED] wrote: Hi, I'm using my phone as a GPRS modem over Bluetooth. Sometimes Bluetooth on the phone seems to stall and the phone has to be switched off on to get it back to a sane state. During this I sometimes get the following Oops (this

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 03:14:23AM +0100, Andi Kleen wrote: On Friday 28 December 2007 23:13:24 Adrian Bunk wrote: On Fri, Dec 28, 2007 at 10:23:41PM +0100, Sam Ravnborg wrote: ... Noteworthy remarks on the unification: ... - -funit-at-a-time should be easy to unify but it looks like

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Sam Ravnborg
On Sat, Dec 29, 2007 at 03:22:35AM +0100, Andi Kleen wrote: On Friday 28 December 2007 22:23:41 Sam Ravnborg wrote: - For 64 bit the sub architecture stuff is not used but structure is kept to make it easy to introduce. I hope not. subarch is one of the main disaster areas in the i386

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 01:22:56 +0200 At least the sunserial_console_match() one is an obvious Oops (EXPORT_SYMBOL of an __init function). The comment in the description of commit 58d784a5c754cd66ecd4791222162504d3c16c74 the warning was bogus is

[PATCH linux-acpi] Correct wakeup set error and append a new column PCI ID

2007-12-29 Thread Yi Yang
Subject: ACPI: Correct wakeup set error and append a new column PCI ID From: Yi Yang [EMAIL PROTECTED] The user can't get any information when echo an invalid value to /proc/acpi/wakeup although it is failed, but the user can set /proc/acpi/wakeup successfully if echo an value whose prefix is a

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread David Miller
From: David Miller [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 00:14:11 -0800 (PST) You can't do that, the FOO_CONSOLE config options depend upon FOO=y. That's why I'm not worried about this issue and it's not critical at all. Adrian, if you're interested in tackling this fun problem, have a

Re: RFC: permit link(2) to work across --bind mounts ?

2007-12-29 Thread David Newall
dean gaudet wrote: On Wed, 19 Dec 2007, David Newall wrote: Mark Lord wrote: But.. pity there's no mount flag override for smaller systems, where bind mounts might be more useful with link(2) actually working. I don't see it. You always can make hard link on the underlying

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 12:14:11AM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 01:22:56 +0200 At least the sunserial_console_match() one is an obvious Oops (EXPORT_SYMBOL of an __init function). The comment in the description of commit

Re: [PATCH] slab: avoid double initialization do it in 1 function

2007-12-29 Thread Pekka J Enberg
Hi Marcin, On Thu, 27 Dec 2007, Marcin Slusarz wrote: * alloc_slabmgmt: initialize all slab fields in 1 function * slab-nodeid was initialized twice: in alloc_slabmgmt and immediately after it in cache_grow Looks good to me. Reviewed-by: Pekka Enberg [EMAIL PROTECTED] -- To unsubscribe

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 10:48:46 +0200 On Sat, Dec 29, 2007 at 12:14:11AM -0800, David Miller wrote: That's why I'm not worried about this issue and it's not critical at all. If a module calls sunserial_console_match() that's an Oops. That's true. I'm

[PATCH] mmc: Handle suspend/resume in Ricoh MMC disabler

2007-12-29 Thread Philip Langdale
As pci config space is reinitialised on a suspend/resume cycle, the disabler needs to work its magic at resume time. For symmetry this change also explicitly enables the controller at suspend time but it's not strictly necessary. Signed-off-by: Philipl Langdale [EMAIL PROTECTED] ---

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 12:54:08AM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 10:48:46 +0200 On Sat, Dec 29, 2007 at 12:14:11AM -0800, David Miller wrote: That's why I'm not worried about this issue and it's not critical at all. If a

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread David Miller
From: David Miller [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 00:54:08 -0800 (PST) From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 10:48:46 +0200 On Sat, Dec 29, 2007 at 12:14:11AM -0800, David Miller wrote: That's why I'm not worried about this issue and it's not critical at

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 11:06:19 +0200 On Sat, Dec 29, 2007 at 12:54:08AM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 10:48:46 +0200 On Sat, Dec 29, 2007 at 12:14:11AM -0800, David Miller wrote: That's why

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Sam Ravnborg
On Sat, Dec 29, 2007 at 12:13:24AM +0200, Adrian Bunk wrote: On Fri, Dec 28, 2007 at 10:23:41PM +0100, Sam Ravnborg wrote: ... Noteworthy remarks on the unification: ... - -funit-at-a-time should be easy to unify but it looks like we have a bug in 32 bit. We only enable -funit-at-a-time

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread Jon Masters
On Sat, 2007-12-29 at 02:42 +0100, Jan Engelhardt wrote: [Adding jcm to Cc] On Dec 28 2007 16:08, [EMAIL PROTECTED] wrote: i have the same issue, but with 2.6.24-rc6 on a box with 512MB RAM System is openSUSE 10.3 on make modules_install , depmod reproduceably dies with out of memory

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 10:39:04AM +0100, Sam Ravnborg wrote: On Sat, Dec 29, 2007 at 12:13:24AM +0200, Adrian Bunk wrote: On Fri, Dec 28, 2007 at 10:23:41PM +0100, Sam Ravnborg wrote: ... Noteworthy remarks on the unification: ... - -funit-at-a-time should be easy to unify but it

Re: 2.6.24-rc6-mm1: some section mismatches on sparc64

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 01:18:02AM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 11:06:19 +0200 On Sat, Dec 29, 2007 at 12:54:08AM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Sat, 29 Dec 2007 10:48:46 +0200 On

Re: Strange NFS write performance Linux-Solaris-10/VXFS, maybe VW related

2007-12-29 Thread Martin Knoblauch
- Original Message From: Chris Snook [EMAIL PROTECTED] To: Martin Knoblauch [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED] Sent: Friday, December 28, 2007 7:45:13 PM Subject: Re: Strange NFS write performance Linux-Solaris-10/VXFS, maybe VW related Martin

Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)

2007-12-29 Thread Richard Harman
Eduard-Gabriel Munteanu wrote: On Fri, 28 Dec 2007 13:57:57 -0500 Richard Harman [EMAIL PROTECTED] wrote: I just saw this thread online from someone else who was having problems with an HP laptop -- I believe my laptop falls into this category. The laptop is currently running Fedora Core 8,

Re: [PATCH 00/11] writeback bug fixes and simplifications

2007-12-29 Thread WU Fengguang
On Fri, Dec 28, 2007 at 05:27:38AM +0100, Sascha Warner wrote: Andrew Morton wrote: On Thu, 27 Dec 2007 23:08:40 +0100 Sascha Warner [EMAIL PROTECTED] wrote: Hi, I applied your patches to 2.6.24-rc6-mm1, but now I am faced with one pdflush often using 100% CPU for a long time.

[PATCH RESEND] max3100 driver

2007-12-29 Thread chripell
This patch adds support for the MAX3100 SPI UART. Generated on 20071229 against v2.6.23 Signed-off-by: Christian Pellegrin [EMAIL PROTECTED] --- drivers/serial/Kconfig |7 + drivers/serial/Makefile|1 + drivers/serial/max3100.c | 1003

Re: Strange NFS write performance Linux-Solaris-10/VXFS, maybe VW related

2007-12-29 Thread Martin Knoblauch
- Original Message From: Chris Snook [EMAIL PROTECTED] To: Martin Knoblauch [EMAIL PROTECTED] Cc: linux-kernel@vger.kernel.org; [EMAIL PROTECTED] Sent: Friday, December 28, 2007 7:45:13 PM Subject: Re: Strange NFS write performance Linux-Solaris-10/VXFS, maybe VW related Martin

Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)

2007-12-29 Thread Eduard-Gabriel Munteanu
On Sat, 29 Dec 2007 04:09:41 -0500 Richard Harman [EMAIL PROTECTED] wrote: Right now, with your patch and the 'noirqdebug' option or disabling nohz the system appears to be stable. This laptop otherwise locks up trying to configure apic/lapic, or locks up solid later with NO oops/bug and

Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Arjan van de Ven
The http://www.kerneloops.org website collects kernel oops and warning reports from various mailing lists and bugzillas as well as with a client users can install to auto-submit oopses. Below is a top 10 list of the oopses collected in the last 7 days. (Reports prior to 2.6.23 have been omitted

Re: [PATCH 06/12] pci : Use mutex instead of semaphore in driver core

2007-12-29 Thread Stefan Richter
Matthew Wilcox wrote: Patches should be self-contained for ease of bisecting. I can't tell whether this patch is correct or not because you haven't included all the other places that need to change at the same time as this. I think a broken-up patch series isn't totally wrong to do for a

Re: [PATCH 03/12] firewire : Use mutex instead of semaphore in driver core

2007-12-29 Thread Stefan Richter
Dave Young wrote: --- linux/drivers/firewire/fw-device.c2007-12-28 10:02:38.0 +0800 +++ linux.new/drivers/firewire/fw-device.c2007-12-28 10:05:00.0 +0800 @@ -26,7 +26,7 @@ #include linux/delay.h #include linux/idr.h #include linux/rwsem.h -#include

Re: [PATCH 05/12] ieee1394 : Use mutex instead of semaphore in driver core

2007-12-29 Thread Stefan Richter
Dave Young wrote: --- linux/drivers/ieee1394/nodemgr.c 2007-12-28 10:11:14.0 +0800 +++ linux.new/drivers/ieee1394/nodemgr.c 2007-12-28 10:16:59.0 +0800 @@ -18,8 +18,8 @@ #include linux/moduleparam.h #include linux/mutex.h #include linux/freezer.h +#include

Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)

2007-12-29 Thread Islam Amer
Hello. I was interested in getting dynticks to work on my compaq presario v6000 to help with the 1 hour thirty minutes battery time, but after this discussion I lost interest. I too had the early boot time hang, and found it was udev triggering the bug. Changing the /etc/init.d/udev script so

Re: [PATCH 04/12] i2c : Use mutex instead of semaphore in driver core

2007-12-29 Thread Stefan Richter
Dave Young wrote: --- linux/drivers/i2c/i2c-core.c 2007-12-28 10:06:58.0 +0800 +++ linux.new/drivers/i2c/i2c-core.c 2007-12-28 10:08:58.0 +0800 @@ -33,8 +33,8 @@ #include linux/platform_device.h #include linux/mutex.h #include linux/completion.h +#include

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-29 Thread Adrian McMenamin
On Fri, 2007-12-28 at 17:57 -0800, Joe Perches wrote: Perhaps (uncompiled/untested): Remove unnecessary parenthesis Remove GDROM: prefix from sense_texts Add function gdrom_data_request Check sense_key against sense_text array size Signed-off-by: Joe Perches [EMAIL

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-29 Thread Adrian McMenamin
On Sat, 2007-12-29 at 12:03 +, Adrian McMenamin wrote: On Fri, 2007-12-28 at 17:57 -0800, Joe Perches wrote: Perhaps (uncompiled/untested): Remove unnecessary parenthesis Remove GDROM: prefix from sense_texts Add function gdrom_data_request Check sense_key

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Andi Kleen
If -funit-at-a-time really increases stack size too much on some compiler version the right fix would be to check where it does that using make checkstack and then add noinline attributes there to prevent the compiler from inlining. That would prevent them. Globally disabling it is too big a

Re: [PATCH 06/12] pci : Use mutex instead of semaphore in driver core

2007-12-29 Thread Matthew Wilcox
On Sat, Dec 29, 2007 at 12:42:31PM +0100, Stefan Richter wrote: I think a broken-up patch series isn't totally wrong to do for a first look at these RFC patches. Of course the series needs to become a single patch before it is committed to a tree whose history needs to support bijection, e.g.

Re: How to Switch DMA off for only one Harddisk at Kernelboot

2007-12-29 Thread Konstantin A. Lepikhov
Hi Gabriel! Sunday 16, at 09:31:17 PM you wrote: Oliver Joa wrote: Hi, Gabriel C wrote: [...] Also have a look at Documentation/ide.txt. I read this already. Searching for nodma in this document gives only one line: ide=nodma: disable DMA globally for the

[PATCH] remove calculation for reclaiming anonymose page if system have no swap device

2007-12-29 Thread minchan kim
If system have no swap device, scan_control's may_swap field have to be set to zero. This patch will remove redundant calc_reclaim_mapped call which called in shrink_active_list by sc-may_swap. This patch is made from 2.6.24-rc6-mm1. Signed-off-by: minchan kim [EMAIL PROTECTED] --- mm/vmscan.c

Re: [PATCH 06/12] pci : Use mutex instead of semaphore in driver core

2007-12-29 Thread Stefan Richter
Matthew Wilcox wrote: On Sat, Dec 29, 2007 at 12:42:31PM +0100, Stefan Richter wrote: I think a broken-up patch series isn't totally wrong to do for a first look at these RFC patches. Of course the series needs to become a single patch before it is committed to a tree whose history needs to

[PATCH] proc: fix -open'less usage due to -proc_fops flip

2007-12-29 Thread Alexey Dobriyan
NOTE, NOTE, NOTE: please, drop proc-remove-useless-checks-in-proc_register.patch before applying this one! - [PATCH] proc: fix -open'less usage due to -proc_fops flip Typical PDE creation code looks like: pde = create_proc_entry(foo,

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 01:16:07PM +0100, Andi Kleen wrote: If -funit-at-a-time really increases stack size too much on some compiler version the right fix would be to check where it does that using make checkstack and then add noinline attributes there to prevent the compiler from

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Ingo Molnar
* Arjan van de Ven [EMAIL PROTECTED] wrote: kerneloops.org news: * As of 2.6.24-rc6, oopses have a unique identifier which makes it possible to filter out duplicate reports of (and replies to) the same oops. Unfortunately some reporters remove this line from their reports to lkml.

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread devzero
[Adding jcm to Cc] On Dec 28 2007 16:08, [EMAIL PROTECTED] wrote: i have the same issue, but with 2.6.24-rc6 on a box with 512MB RAM System is openSUSE 10.3 on make modules_install , depmod reproduceably dies with out of memory error when it is ~800MB VSZ and ~350MB RSS this

Re: [PATCH 4/9] ide: use ide_destroy_dmatable() instead of pci_unmap_sg()

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Use ide_destroy_dmatable() in: * ide-dma.c::ide_build_dmatable() * sgiioc4.c::sgiioc4_build_dma_table() * pmac.c::pmac_ide_{build,destroy}_dmatable() There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread Jon Masters
On Sat, 2007-12-29 at 14:30 +0100, [EMAIL PROTECTED] wrote: Though I'd say depmod should ignore the debug sections. so depmod is acting sort of stupid here ? depmod has a bunch of issues that need taking care of, this is just one of them, but yeah, for now it should just ignore these

Re: [PATCH 7/9] icside: use hwif-dev

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Setup hwif-dev in icside_setup(). * Use hwif-dev instead of state-dev in icside_build_sglist(), icside_dma_end(), icside_dma_start() and icside_dma_setup(). * Remove no longer needed 'dev' field from struct icside_state. Cc: Russell King [EMAIL

Re: [PATCH 7/9] icside: use hwif-dev

2007-12-29 Thread Sergei Shtylyov
Sergei Shtylyov wrote: * Setup hwif-dev in icside_setup(). * Use hwif-dev instead of state-dev in icside_build_sglist(), icside_dma_end(), icside_dma_start() and icside_dma_setup(). * Remove no longer needed 'dev' field from struct icside_state. Cc: Russell King [EMAIL PROTECTED]

Re: [PATCH 3/3] ide: add IDE_HFLAG_NO_DSC host flag

2007-12-29 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: * Add IDE_HFLAG_NO_DSC host flag for hosts that doesn't support DSC overlap. * Set it in aec62xx (for ATP850UF only) and hpt34x host drivers. * Convert ide-tape device driver to check for IDE_HFLAG_NO_DSC flag. Signed-off-by: Bartlomiej Zolnierkiewicz

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread Jan Engelhardt
On Dec 29 2007 14:30, [EMAIL PROTECTED] wrote: On Dec 28 2007 16:08, [EMAIL PROTECTED] wrote: i have the same issue, but with 2.6.24-rc6 on a box with 512MB RAM System is openSUSE 10.3 If you enable CONFIG_DEBUG_INFO, don't be surprised. oh yes, that`s it! apparently

Re: Trying to convert old modules to newer kernels

2007-12-29 Thread Jon Masters
On Thu, 2007-12-20 at 11:27 -0500, Lennart Sorensen wrote: On Thu, Dec 20, 2007 at 11:13:19AM -0500, linux-os (Dick Johnson) wrote: It never gets to the printk(). You were right about the compilation. Somebody changed the kernel to compile with parameter passing in REGISTERS! This means

Re: [PATCH] Option to disable AMD C1E (allows dynticks to work)

2007-12-29 Thread David P. Reed
Islam Amer wrote: Hello. I was interested in getting dynticks to work on my compaq presario v6000 to help with the 1 hour thirty minutes battery time, but after this discussion I lost interest. I too had the early boot time hang, and found it was udev triggering the bug. This early boot time

Re: [PATCH 00/11] writeback bug fixes and simplifications

2007-12-29 Thread Hans-Peter Jansen
Am Freitag, 28. Dezember 2007 schrieb Sascha Warner: Andrew Morton wrote: On Thu, 27 Dec 2007 23:08:40 +0100 Sascha Warner [EMAIL PROTECTED] wrote: Hi, I applied your patches to 2.6.24-rc6-mm1, but now I am faced with one pdflush often using 100% CPU for a long time. There seem to be

Re: [PATCH] jfs: clear PAGECACHE_TAG_DIRTY for no-write pages

2007-12-29 Thread Dave Kleikamp
On Sat, 2007-12-29 at 13:51 +0800, Fengguang Wu wrote: On Fri, Dec 28, 2007 at 10:50:59PM -0600, Dave Kleikamp wrote: On Sat, 2007-12-29 at 10:21 +0800, Fengguang Wu wrote: This line should be moved below: + set_page_writeback(page); No. set_page_writeback() needs to be

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread devzero
Erm... same system here - $ gzip -cd /proc/config.gz | grep DEBUG_INFO # CONFIG_DEBUG_INFO is not set I think you managed to snafu something during building. mhh - i have kernel-default-2.6.22.13-0.3 kernel (didn`t touch that since online update) and this has CONFIG_DEBUG_INFO=y

Re: kbuild: modules_install regression ? - depmod

2007-12-29 Thread Jan Engelhardt
On Dec 29 2007 16:51, [EMAIL PROTECTED] wrote: Erm... same system here - $ gzip -cd /proc/config.gz | grep DEBUG_INFO # CONFIG_DEBUG_INFO is not set I think you managed to snafu something during building. mhh - i have kernel-default-2.6.22.13-0.3 kernel (didn`t touch that since online

[2.6.24 patch] Fix ARMv6 OProfile support

2007-12-29 Thread Mathieu Desnoyers
Fix ARMv6 OProfile support This patch restores the ARMv6 OProfile support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. It puts the config options in arch/arm/Kconfig. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] CC: Adrian Bunk [EMAIL PROTECTED] CC: Randy Dunlap

Re: [PATCH 1/1] mxser, remove it

2007-12-29 Thread Jiri Slaby
On 12/29/2007 03:23 AM, Alan Cox wrote: +static int mxvar_baud_table[] = { + 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, + 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600 +}; +static unsigned int mxvar_baud_table1[] = { + 0, B50, B75, B110, B134, B150,

[2.6.24 patch] Fix Cell OProfile support

2007-12-29 Thread Mathieu Desnoyers
This patch restores the Cell OProfile support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. It puts it in arch/powerpc/Kconfig. Since I don't see any good reason to leave this as a supplementary user-selectable option, it is now automatically enabled whenever SPU_FS and

Re: RFC: permit link(2) to work across --bind mounts ?

2007-12-29 Thread dean gaudet
On Sat, 29 Dec 2007, David Newall wrote: dean gaudet wrote: On Wed, 19 Dec 2007, David Newall wrote: Mark Lord wrote: But.. pity there's no mount flag override for smaller systems, where bind mounts might be more useful with link(2) actually working. I

[2.6.24 patch] Fix blackfin HARDWARE_PM support

2007-12-29 Thread Mathieu Desnoyers
(Robin, can you check if this patch does what is currently intended with HARDWARE_PM please ? This involves testing with CONFIG_OPROFILE y/m/n.) This patch restores the blackfin Hardware Performance Monitor Profiling support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9.

Re: 2.6.24-rc6-mm1

2007-12-29 Thread Torsten Kaiser
On Dec 29, 2007 12:07 AM, Andrew Morton [EMAIL PROTECTED] wrote: On Fri, 28 Dec 2007 23:53:49 +0100 Torsten Kaiser [EMAIL PROTECTED] wrote: On Dec 23, 2007 5:27 PM, Torsten Kaiser [EMAIL PROTECTED] wrote: [snip] [ 7620.708561] Pid: 5698, comm: nfsv4-svc Not tainted 2.6.24-rc3-mm2 #2 [snip]

[PATCH] w1-gpio: Add GPIO w1 bus master driver (v3)

2007-12-29 Thread Ville Syrjala
Add a GPIO 1-wire bus master driver. The driver used the GPIO API to control the wire and the GPIO pin can be specified using platform data similar to i2c-gpio. The driver was tested with AT91SAM9260 + DS2401. Signed-off-by: Ville Syrjala [EMAIL PROTECTED] --- Changes from version 2 to version 3:

WARNING: at kernel/lockdep.c:2658 check_flags()

2007-12-29 Thread Marcin Slusarz
Hi Today I've got this (while i was upgrading my gentoo box): WARNING: at kernel/lockdep.c:2658 check_flags() Pid: 21680, comm: conftest Not tainted 2.6.24-rc6 #63 Call Trace: [80253457] check_flags+0x1c7/0x1d0 [80257217] lock_acquire+0x57/0xc0 [8024d5c0]

Re: [PATCH 01/12] Use mutex instead of semaphore in driver core

2007-12-29 Thread Greg KH
On Sat, Dec 29, 2007 at 03:07:30PM +0800, Dave Young wrote: On Dec 29, 2007 1:06 PM, Dave Young [EMAIL PROTECTED] wrote: On Dec 29, 2007 12:42 PM, Greg KH [EMAIL PROTECTED] wrote: On Sat, Dec 29, 2007 at 10:36:49AM +0800, Dave Young wrote: The full boot dmesg with lockdep output

[PATCH] Fix broken ip= parsing

2007-12-29 Thread Thomas Bogendoerfer
Commit a6c05c3d064dbb83be88cba3189beb5db9d2dfc3 breaks ip= parsing completly, because ic_enable is never set. The patch below puts back the way ic_enable was set before. Signed-off-by: Thomas Bogendoerfer [EMAIL PROTECTED] --- net/ipv4/ipconfig.c |1 + 1 files changed, 1 insertions(+), 0

Re: WARNING: at kernel/lockdep.c:2658 check_flags()

2007-12-29 Thread Peter Zijlstra
On Sat, 2007-12-29 at 18:06 +0100, Marcin Slusarz wrote: Hi Today I've got this (while i was upgrading my gentoo box): WARNING: at kernel/lockdep.c:2658 check_flags() Pid: 21680, comm: conftest Not tainted 2.6.24-rc6 #63 Call Trace: [80253457] check_flags+0x1c7/0x1d0

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-29 Thread Joe Perches
On Sat, 2007-12-29 at 12:03 +, Adrian McMenamin wrote: This won't work see include/scsi/scsi.h /* * SENSE KEYS */ #define NO_SENSE0x00 #define RECOVERED_ERROR 0x01 #define NOT_READY 0x02 #define MEDIUM_ERROR0x03 #define HARDWARE_ERROR 0x04

Re: [2.6.24 patch] Fix ARMv6 OProfile support

2007-12-29 Thread Randy Dunlap
On Sat, 29 Dec 2007 11:05:57 -0500 Mathieu Desnoyers wrote: Fix ARMv6 OProfile support This patch restores the ARMv6 OProfile support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. It puts the config options in arch/arm/Kconfig. Signed-off-by: Mathieu Desnoyers

Re: slabtop replacement was Re: Major regression on hackbench with SLUB (more numbers)

2007-12-29 Thread Karol Swietlicki
On 23/12/2007, Karol Swietlicki [EMAIL PROTECTED] wrote: On 22/12/2007, Andi Kleen [EMAIL PROTECTED] wrote: A manpage for slabinfo would be useful though. Anybody volunteering to write one? -Andi That would be me. I'm a newbie and never wrote a man page before, so it will take a few

Re: [PATCH v4 7/8] debugfs: allow access to signed values

2007-12-29 Thread Stefano Brivio
On Fri, 28 Dec 2007 19:58:32 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Thu, Dec 20, 2007 at 01:47:13PM +0100, Arnd Bergmann wrote: Also, Christoph has recently posted a suggestion for how to improve the interface to allow the 'get' operation to return an error:

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Sam Ravnborg
On Sat, Dec 29, 2007 at 02:54:13PM +0200, Adrian Bunk wrote: On Sat, Dec 29, 2007 at 01:16:07PM +0100, Andi Kleen wrote: If -funit-at-a-time really increases stack size too much on some compiler version the right fix would be to check where it does that using make checkstack and then

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Andi Kleen
This is the version that should exhibit the behaviour with increased text size. The issue was not text size (u-a-a-t generally decreases that) but maximum stack usage. You need to check make checkstack output. -Andi -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [patch 2.6.24-rc6-mm 1/9] gpiolib: add drivers/gpio directory

2007-12-29 Thread David Brownell
On Friday 28 December 2007, Sam Ravnborg wrote: kconfig symbols that are select targets should be named HAVE_ so in this case you could use HAVE_GPIO_LIB. This is by convention only but introduced to make it visible that this is a config symbol supposed to be selected. Not widely adopted yet,

Re: [patch 2.6.24-rc6-mm 2/9] gpiolib: add gpio provider infrastructure

2007-12-29 Thread David Brownell
On Friday 28 December 2007, Sam Ravnborg wrote: For this an the other setters of desc-label a small helper function would be better. The helper function could then contain the necessary ifdef in only one place. Good point; see the appended. +/* add/remove chips */ +extern int

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Sam Ravnborg
On Sat, Dec 29, 2007 at 07:24:51PM +0100, Andi Kleen wrote: This is the version that should exhibit the behaviour with increased text size. The issue was not text size (u-a-a-t generally decreases that) but maximum stack usage. You need to check make checkstack output. gcc 3.4.5

Re: [patch 2.6.24-rc6-mm 1/9] gpiolib: add drivers/gpio directory

2007-12-29 Thread Sam Ravnborg
On Sat, Dec 29, 2007 at 10:19:39AM -0800, David Brownell wrote: On Friday 28 December 2007, Sam Ravnborg wrote: kconfig symbols that are select targets should be named HAVE_ so in this case you could use HAVE_GPIO_LIB. This is by convention only but introduced to make it visible that this

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Linus Torvalds
On Sat, 29 Dec 2007, Arjan van de Ven wrote: It has been a quiet week due to the holidays, only 55 oops traces have been collected. This would be more useful if it was more readable. As it is, you seem to have some formatting errors in your automation, where the things are incorrectly

Re: [2.6.24 patch] restore blackfin HARDWARE_PM support

2007-12-29 Thread Robin Getz
On Sat 29 Dec 2007 01:23, Mathieu Desnoyers pondered: Ok, and do we really need to make HARDWARE_PM a tristate ? I see that part of it must be compiled into the kernel in core .S files. Does it really make sense for it to be a module ? I don't think so. Also, op_model_bf533.c sits in the

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Arjan van de Ven
Linus Torvalds wrote: On Sat, 29 Dec 2007, Arjan van de Ven wrote: It has been a quiet week due to the holidays, only 55 oops traces have been collected. This would be more useful if it was more readable. As it is, you seem to have some formatting errors in your automation, where the things

[RFC] USB driver for talking to the Microchip PIC18 boot loader

2007-12-29 Thread mgross
I'm playing around with a PIC based project at home (not an Intel activity) and found I needed a usb driver to talk to the boot loader so I can program my USB Bitwhacker with new custom firmware. The following adds the pic18bl driver to the kernel. Its pretty simple and is somewhat based on bits

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Arjan van de Ven
Linus Torvalds wrote: On Sat, 29 Dec 2007, Arjan van de Ven wrote: It has been a quiet week due to the holidays, only 55 oops traces have been collected. This would be more useful if it was more readable. As it is, you seem to have some formatting errors in your automation, where the things

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Björn Steinbrink
On 2007.12.29 11:18:18 -0800, Linus Torvalds wrote: On Sat, 29 Dec 2007, Arjan van de Ven wrote: It has been a quiet week due to the holidays, only 55 oops traces have been collected. This would be more useful if it was more readable. As it is, you seem to have some formatting

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Linus Torvalds
On Sat, 29 Dec 2007, Arjan van de Ven wrote: hmmm.. the copy in my Sent folder looks fine, as does the one in the lkml archive: http://lkml.org/lkml/2007/12/29/41 This is distinctly weird. Ahh, it seems to be a alpine bug. Probably brought on by alpine trying to highlight the web

laptop / computer hardlocks during execution of 32bit applications(binaries) on 64bit system (Gentoo)

2007-12-29 Thread Matthew
Hi everybody, since yesterday my laptop kept on hard-locking when launching 32bit binaries / apps I didn't know what to do but miguel botón was the one pointing me in the right direction, namely bisect :) kudos to him the others involved in his zen-sources project:

Re: RFC: permit link(2) to work across --bind mounts ?

2007-12-29 Thread David Newall
dean gaudet wrote: Pffuff. That's what volume managers are for! You do have (at least) two independent spindles in your RAID1 array, which give you less need to worry about head-stack contention. this system is write intensive and writes go to all spindles, so you're assertion is wrong.

[PATCH 0/5] x86 makefile unification and cleaning

2007-12-29 Thread Sam Ravnborg
Since first posting I have updated the patch like this: o Fixed a few bugs shown up by more extensive testing o Avoided one ifdef group o Added a few more comments o Removed and/or updated a few comments On top of that I did a few more patches: Sam Ravnborg (5): x86: unification of

Re: RFC: permit link(2) to work across --bind mounts ?

2007-12-29 Thread dean gaudet
On Sun, 30 Dec 2007, David Newall wrote: dean gaudet wrote: Pffuff. That's what volume managers are for! You do have (at least) two independent spindles in your RAID1 array, which give you less need to worry about head-stack contention. this system is write intensive

[PATCH 3/5] x86: biarch support for 32 bit builds beautified

2007-12-29 Thread Sam Ravnborg
From: Sam Ravnborg [EMAIL PROTECTED] There were no reason to mess around with CC, AS and LD. Fixing this up avoided duplicated option for ld. A small fixlet were needed in boot/Makefile which assumed that CC were modified. Signed-off-by: Sam Ravnborg [EMAIL PROTECTED] Cc: Thomas Gleixner [EMAIL

[PATCH 2/5] x86: share more options between 32 and 64 bit build

2007-12-29 Thread Sam Ravnborg
From: Sam Ravnborg [EMAIL PROTECTED] On recommendation from Andi Kleen share a few more options between 32 and 64 bit builds. A defconfig build for i386 did not show any difference in size of text and data. The additional shared options are: -Wno-sign-compare -fno-asynchronous-unwind-tables

[PATCH 4/5] x86: teach vdso to clean

2007-12-29 Thread Sam Ravnborg
From: Sam Ravnborg [EMAIL PROTECTED] A few files remained after 'make clean' in arch/x86/vdso/. Teach vdso to clean up those files in a bit brutal fashion. The filenames are just hardcoded in the Makefile. Signed-off-by: Sam Ravnborg [EMAIL PROTECTED] Cc: Roland McGrath [EMAIL PROTECTED] Cc:

[PATCH 5/5] x86: teach vdso to clean

2007-12-29 Thread Sam Ravnborg
From: Sam Ravnborg [EMAIL PROTECTED] A few files remained after 'make clean' in arch/x86/vdso/. Teach vdso to clean up those files in a bit brutal fashion. The filenames are just hardcoded in the Makefile. Signed-off-by: Sam Ravnborg [EMAIL PROTECTED] Cc: Roland McGrath [EMAIL PROTECTED] Cc:

[PATCH 1/5] x86: unification of arch/x86/Makefiles

2007-12-29 Thread Sam Ravnborg
From: Sam Ravnborg [EMAIL PROTECTED] Unify the 32 and 64 bit specific Makefiles. The unification was simplest to do in one step although the readability of the patch suffers a bit from this. Noteworthy remarks on the unification: - The 64 bit cpu stuff should be moved to Makefile_32.cpu but I

Re: [PATCH 0/5] x86 makefile unification and cleaning

2007-12-29 Thread Sam Ravnborg
Patches follows. And they all list my mail address as [EMAIL PROTECTED]. Ingo - can I ask you to manually fix it up or do you want a resend? [Forgot to update my git config after getting a new box - will do now]. Sam -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Andi Kleen
Until we are on par with stack usage I recommend to keep -fno-unit-at-a-time disabled for gcc less than 4.00 as suggested by Adrian (as is what we have today). Again the correct fix is to add noinline to the functions that are getting inlined here in 3.4 but not 4+. -Andi -- To

Re: [PATCH] x86: unify x86 Makefile(s)

2007-12-29 Thread Adrian Bunk
On Sat, Dec 29, 2007 at 10:17:37PM +0100, Andi Kleen wrote: Until we are on par with stack usage I recommend to keep -fno-unit-at-a-time disabled for gcc less than 4.00 as suggested by Adrian (as is what we have today). Again the correct fix is to add noinline to the functions that are

Re: [2.6.24 patch] Fix ARMv6 OProfile support

2007-12-29 Thread Mathieu Desnoyers
This patch restores the ARMv6 OProfile support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. It puts the config options in arch/arm/Kconfig. Changelog : Use def_bool. Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] CC: Adrian Bunk [EMAIL PROTECTED] CC: Randy Dunlap

Re: [PATCH 01/12] Use mutex instead of semaphore in driver core

2007-12-29 Thread Alan Stern
On Sat, 29 Dec 2007, Dave Young wrote: On Dec 29, 2007 1:06 PM, Dave Young [EMAIL PROTECTED] wrote: On Dec 29, 2007 12:42 PM, Greg KH [EMAIL PROTECTED] wrote: On Sat, Dec 29, 2007 at 10:36:49AM +0800, Dave Young wrote: The full boot dmesg with lockdep output is out, there's one

[PATCH] forcedeth: seperate handler for msix and normal int.

2007-12-29 Thread Yinghai Lu
[PATCH] forcedeth: seperate handler for msix and normal int. so we don't need to keep checking np-msi_flags to see if NV_MSI_X_ENABLED is set in handler Signed-off-by: Yinghai Lu [EMAIL PROTECTED] Index: linux-2.6/drivers/net/forcedeth.c

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Martin Josefsson
On Sat, 29 Dec 2007, Linus Torvalds wrote: Ahh, it seems to be a alpine bug. Probably brought on by alpine trying to highlight the web addresses. It doesn't always happen - between Rank 3 and Rank 4, you have an empty line, and alpine reacted correctly to that one, but the empty line between

Re: [RFC] USB driver for talking to the Microchip PIC18 boot loader

2007-12-29 Thread Alan Stern
On Sat, 29 Dec 2007, mgross wrote: I'm playing around with a PIC based project at home (not an Intel activity) and found I needed a usb driver to talk to the boot loader so I can program my USB Bitwhacker with new custom firmware. The following adds the pic18bl driver to the kernel. Its

Re: Top 9 kernel oopses/warnings for the week of December 29th, 2007

2007-12-29 Thread Geert Uytterhoeven
On Sat, 29 Dec 2007, Linus Torvalds wrote: On Sat, 29 Dec 2007, Arjan van de Ven wrote: hmmm.. the copy in my Sent folder looks fine, as does the one in the lkml archive: http://lkml.org/lkml/2007/12/29/41 This is distinctly weird. Ahh, it seems to be a alpine bug. Probably brought

Re: [PATCH] Hibernation: Document __save_processor_state() on x86-64

2007-12-29 Thread Pavel Machek
Hi! From: Rafael J. Wysocki [EMAIL PROTECTED] Document the fact that __save_processor_state() has to save all CPU registers referred to by the kernel in case a different kernel is used to load and restore a hibernation image containing it. Sigend-off-by: Rafael J. Wysocki [EMAIL

  1   2   3   4   >