Re: Merging of completely unreviewed drivers

2008-02-23 Thread Pavel Machek
On Fri 2008-02-22 23:44:09, Krzysztof Halasa wrote: Pavel Machek [EMAIL PROTECTED] writes: Zaurus is one example, second is small screen where you need big font to keep it readable (x60 on desk). Come on, are you doing Linux kernel development on PDA? I review patches on it, sometimes,

Re: Question about your git habits

2008-02-23 Thread Mike Hommey
On Fri, Feb 22, 2008 at 11:10:48PM -0500, Daniel Barkalow wrote: I find that the sequence of changes I make is pretty much unrelated to the sequence of changes that end up in the project's history, because my changes as I make them involve writing a lot of stubs (so I can build) and then

Re: acpi_wakeup_address in .data vs .bss (Fwd: [PATCH 18/20] x86: Coding Style fixes to arch/x86/kernel/acpi/sleep.c)

2008-02-23 Thread Pavel Machek
On Sat 2008-02-23 01:36:08, Len Brown wrote: was there any particular reason we forced acpi_wakeup_address into .data instead of into .bss? In my tree it is in .bss already... ...I think that was done during wakeup-to-.c move. So this patch is okay. But you actually might want to drop this,

Re: [PATCH 4/6] regulator: regulator core.

2008-02-23 Thread Russell King - ARM Linux
On Sat, Feb 23, 2008 at 12:05:38AM -0800, Andrew Morton wrote: On Wed, 20 Feb 2008 17:09:11 + Liam Girdwood [EMAIL PROTECTED] wrote: This patch provides the regulator framework core. The core also provides a sysfs interface for userspace information. ... + +/* We need to

Re: [PATCH 00/16] (Resend) Use get_personality()

2008-02-23 Thread WANG Cong
From: Alexey Dobriyan [EMAIL PROTECTED] Subject: Re: [PATCH 00/16] (Resend) Use get_personality() Date: Sat, 23 Feb 2008 12:27:10 +0300 Message-ID: [EMAIL PROTECTED] On Sat, Feb 23, 2008 at 04:59:44PM +0800, WANG Cong wrote: From: Alexey Dobriyan [EMAIL PROTECTED] Subject: Re: [PATCH 00/16]

Re: [PATCH 20/20] x86: Coding Style fixes to arch/x86/xen/multicalls.c

2008-02-23 Thread Ingo Molnar
* Joe Perches [EMAIL PROTECTED] wrote: printk(KERN_ERR %d multicall(s) failed: cpu %d\n, ret, smp_processor_id()); - for(i = 0; i b-mcidx; i++) { + for (i = 0; i b-mcidx; i++) {

Re: [PATCH] x86: introduce kernel/head32.c

2008-02-23 Thread Ingo Molnar
* Sam Ravnborg [EMAIL PROTECTED] wrote: From 7143f15993be4709e59c43fb65b086a8402e589b Mon Sep 17 00:00:00 2001 From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 23 Feb 2008 09:58:20 +0100 Subject: [PATCH] x86: introduce kernel/head32.c Copy x86_64 and add a head32.c so we can start

Re: [RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

2008-02-23 Thread Ilpo Järvinen
On Sat, 23 Feb 2008, Andrew Morton wrote: On Wed, 20 Feb 2008 15:47:18 +0200 Ilpo Järvinen [EMAIL PROTECTED] wrote: vmlinux.o: 62 functions changed, 66 bytes added, 10935 bytes removed, diff: -10869 ...+ these to lib/jhash.o: jhash_3words: 112 jhash2: 276 jhash: 475

Re: [PATCH 08/16] x86: use get_personality()

2008-02-23 Thread Ingo Molnar
* WANG Cong [EMAIL PROTECTED] wrote: Use get_personality() macro instead of explicit reference for x86 code. thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [RFC PATCH 0/8]: uninline uninline

2008-02-23 Thread Ilpo Järvinen
On Sat, 23 Feb 2008, Andrew Morton wrote: On Wed, 20 Feb 2008 15:47:10 +0200 Ilpo J__rvinen [EMAIL PROTECTED] wrote: -41525 2066 f, 3370 +, 44895 -, diff: -41525 IS_ERR This is a surprise. It surprised me as well, there were something like 10 bytes I just couldn't explain in IS_ERR

Re: linux/kernel/irq/chip.c IRQ disable, shutdown bug

2008-02-23 Thread Ingo Molnar
* Andrew Morton [EMAIL PROTECTED] wrote: + desc-chip-mask(irq); + desc-status |= IRQ_MASKED; } /* Ingo, Thomas: ack? we've already queued it in up the genirq tree. (in a slightly different form) Ingo -- To unsubscribe from this list: send the line

Re: [RFC] [PATCH] Fix b43 driver build for arm

2008-02-23 Thread Gordon Farquharson
On Fri, Feb 22, 2008 at 10:51 PM, Michael Buesch [EMAIL PROTECTED] wrote: A big fat comment is something like that: /* Explicit padding to support a broken sanity check in file2alias.c. * The check will compare the size of the structure in the kernel * object file to the userspace the

Re: [PATCH] x86_64: clean up e820_reserve_resources

2008-02-23 Thread Ingo Molnar
* Yinghai Lu [EMAIL PROTECTED] wrote: e820_resource_resources could use insert_resource instead of request_resource also move code_resource, data_resource, bss_resource, and crashk_res out of e820_reserve_resources. thanks, applied. Ingo -- To unsubscribe from this list: send the

Re: [PATCH] x86_64: insert_resorce for lapic addr after e820_reserve_resources

2008-02-23 Thread Ingo Molnar
* Yinghai Lu [EMAIL PROTECTED] wrote: BIOS-e820: dfff - e000 (reserved) BIOS-e820: fec0 - fec01000 (reserved) - BIOS-e820: fee0 - fee01000 (reserved) === that is local apic address... somewhere we lost it BIOS-e820:

Re: [PATCH 14/16] [ALSA] caiaq - fix section mismatch warning

2008-02-23 Thread Takashi Iwai
At Fri, 22 Feb 2008 19:31:56 +0100, Sam Ravnborg wrote: Hi Takashi. On Fri, Feb 22, 2008 at 06:46:47PM +0100, Takashi Iwai wrote: Fix following warning: WARNING: vmlinux.o(.text+0x11ec01a): Section mismatch in reference from the function setup_card() to the function

Re: [2.6 patch] x86: don't make swapper_pg_pmd global

2008-02-23 Thread Ingo Molnar
* Adrian Bunk [EMAIL PROTECTED] wrote: There doesn't seem to be any reason for swapper_pg_pmd being global. thanks, applied. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [2.6 patch] proper __do_softirq() prototype

2008-02-23 Thread Ingo Molnar
* Adrian Bunk [EMAIL PROTECTED] wrote: This patch adds a proper prototype for __do_softirq() in include/linux/interrupt.h Acked-by: Ingo Molnar [EMAIL PROTECTED] Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] x86: don't save unreliable stack trace entries

2008-02-23 Thread Ingo Molnar
* Arjan van de Ven [EMAIL PROTECTED] wrote: b/arch/x86/kernel/stacktrace.c index 02f0f61..c28c342 100644 --- a/arch/x86/kernel/stacktrace.c +++ b/arch/x86/kernel/stacktrace.c @@ -25,6 +25,8 @@ static int save_stack_stack(void *data, char *name) static void save_stack_address(void

Re: [PATCH] make c_idle.work have a static address.

2008-02-23 Thread Ingo Molnar
* Glauber Costa [EMAIL PROTECTED] wrote: Currently, c_idle is declared in the stack, and thus, have no static address. Peter Zijlstra points out this simple solution, in which c_idle.work is initializated separatedly. Note that the INIT_WORK macro has a static declaration of a key

power_state: remove from input rfkill

2008-02-23 Thread Pavel Machek
power_state is being removed from kernel, this time in input. Signed-off-by: Pavel Machek [EMAIL PROTECTED] diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 2763394..3816e44 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c @@ -895,13 +895,8

Re: [alsa-devel] make[3]: *** [sound/drivers/opl3/opl3_synth.o] Error 1

2008-02-23 Thread Takashi Iwai
At Fri, 22 Feb 2008 17:10:30 +0100, Vegard Nossum wrote: Hi. make randconfig (v2.6.25-rc2 + unrelated patches) found this: The fix was already merged in Linus tree. Thanks. Takashi -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH] amiserial: Prepare for locking relaxation in caller.

2008-02-23 Thread Alan Cox
On Sat, 23 Feb 2008 00:05:25 -0800 Andrew Morton [EMAIL PROTECTED] wrote: On Wed, 20 Feb 2008 20:11:01 + Alan Cox [EMAIL PROTECTED] wrote: Just wrap this one in a lock_kernel. As I understand it there is no M68K SMP anyway. I assume that all the bkl/locking patches are

copy_user_generic_string and trace_hardirqs_on_thunk loop in qemu ??

2008-02-23 Thread Zdenek Kabelac
Hi I'm looking for some help with this problem - while doing some other work my testscript seem to get looped in a really weird place. Everything happens with kernel running in qemu - When I run dmsetup status - occasionally dmsetup starts to take 100%CPU and cannot be killed. Happens only

Re: [PATCH 08/16] x86: use get_personality()

2008-02-23 Thread WANG Cong
From: Ingo Molnar [EMAIL PROTECTED] Subject: Re: [PATCH 08/16] x86: use get_personality() Date: Sat, 23 Feb 2008 11:19:54 +0100 Message-ID: [EMAIL PROTECTED] * Ingo Molnar [EMAIL PROTECTED] wrote: * WANG Cong [EMAIL PROTECTED] wrote: Use get_personality() macro instead of explicit

Re: [PATCH 00/20] Various Coding Style fixes

2008-02-23 Thread Ingo Molnar
* Paolo Ciarrocchi [EMAIL PROTECTED] wrote: Various coding style fixes. Paolo Ciarrocchi (20): x86: Coding Style fix to arch/x86/boot/pm.c x86: Coding Style fixes to arch/x86/kernel/summit_32.c x86: Coding Style fixes to arch/x86/kernel/cpu/intel.c x86: Coding

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Ingo Molnar
* Michael Buesch [EMAIL PROTECTED] wrote: If this is not a repgession, than I don't know what is. And if it is a regression, it should be fixed at least in the 2.6.24.y series, do you agree? No. Playing with kconfig SELECT is really _nothing_ for a -stable series. I am _not_ going

ATM CONTRACT PAYMENT.

2008-02-23 Thread ATM CARD PAYMENT
-- Our Ref: FGN /SNT/STB Your Ref This is to officially inform you that(ATM Card Number; 4278763100030014)has been accredited with your favor.Your Personal Identification Number is 2900. The ATM Card Value is $6.8MILLION USD. You are advice to contact Mrs Linda Hill Email:[EMAIL PROTECTED]

Re: i915 hibernation patch (was: Re: [Suspend-devel] 2.6.25-rc2 System no longer powers off aftersuspend-to-disk. Screen becomes green.)

2008-02-23 Thread Pavel Machek
Apart from those issues it looks fine to me. OK, please have a look at the modified patch below. Seems to work here after basic tests. ACK. (I discovered that -rc2 swsusp will not power down in some cases, but it was here before the patch, too...)

Re: [Suspend-devel] 2.6.25-rc2 System no longer powers off aftersuspend-to-disk. Screen becomes green.

2008-02-23 Thread Ingo Molnar
* Matthew Garrett [EMAIL PROTECTED] wrote: We've got i915 suspend/resume now, which already fixes this for a large number of users. Recent ATI is easy, now that we actually have specs for ATOM. The nouveau guys are almost at the point where we can do it for nvidia. That basically just

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Pekka Enberg
On Sat, Feb 23, 2008 at 1:07 PM, Ingo Molnar [EMAIL PROTECTED] wrote: I have to say, after having observed multiple incidents around b43 in the past few months you are one of the worst driver maintainers i've ever seen on lkml: you are ignoring regressions, you are frequently insulting our

Re: New 2.6.24.2 SG_IO SCSI problems

2008-02-23 Thread Mark Hounschell
Mike Christie wrote: Mark Hounschell wrote: Mark Hounschell wrote: Mike Christie wrote: Mike Christie wrote: Mark Hounschell wrote: I seem to have run into some sort of regression in the SG_IO interface of 2.6.24.2. I have an application that up until 2.6.24 worked fine. The 2.6.23.16

[PATCH 0/2] firewire: endinaness warnings (was Re: sparse - make __CHECK_ENDIAN__ default enabled?)

2008-02-23 Thread Stefan Richter
On 20 Feb, Harvey Harrison wrote on LKML: On Wed, 2008-02-20 at 23:03 +0100, Sam Ravnborg wrote: Hi Harvey. Can I ask you to look into the worst offenders so we can make -D__CHECK_ENDIAN__ enabled per default in the kernel. Or maybe we should do it anyway? Well, I've got the worst of fs

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Ingo Molnar
* Pekka Enberg [EMAIL PROTECTED] wrote: Agreed. Alexey, did you identify a specific git commit that caused the regression? Can we just revert that from 2.6.24? Michael, even if _you're_ planning to remove bcm43xx we must not let it regress until it's gone. btw., if the best answer is: do

[PATCH 1/2] firewire: endianess fix

2008-02-23 Thread Stefan Richter
The generation of incoming requests was filled in in wrong byte order on machines with big endian CPU. Signed-off-by: Stefan Richter [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] --- This patch is a shot in the dark, based on a warning when building with C=1

[PATCH 2/2] firewire: endianess annotations

2008-02-23 Thread Stefan Richter
Kills warnings from 'make C=1 CHECKFLAGS=-D__CHECK_ENDIAN__ modules': drivers/firewire/fw-transaction.c:771:10: warning: incorrect type in assignment (different base types) drivers/firewire/fw-transaction.c:771:10:expected unsigned int [unsigned] [usertype] noident

arcmsr areca-1660 - strange behaviour under heavy load

2008-02-23 Thread Nikola Ciprich
Hi, I've found strange problem either in arcmsr driver, or maybe in areca-1660 card... When system on SAS discs RAID connected to areca-1660 card gets under heavy I/O load, it gets unusable after some time. I can 100% reproduce this, although it needs quite speciffic conditions: It can be

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Alexey Zaytsev
On Sat, Feb 23, 2008 at 2:24 PM, Ingo Molnar [EMAIL PROTECTED] wrote: * Pekka Enberg [EMAIL PROTECTED] wrote: Agreed. Alexey, did you identify a specific git commit that caused the regression? Can we just revert that from 2.6.24? Michael, even if _you're_ planning to remove bcm43xx we

Re: [PATCH 1/2] firewire: endianess fix

2008-02-23 Thread Stefan Richter
I wrote: If possible, also test whether the device remains accessible after forcing a bus reset, e.g. by echo br short firecontrol. echo br short | firecontrol of course. This test should actually not really be necessary because simply plugging the SBP-2 device in should already cause enough

Re: [PATCH] x86: add the debugfs interface for the sysprof tool

2008-02-23 Thread Ingo Molnar
* Andrew Morton [EMAIL PROTECTED] wrote: Sysprof needs a 200 line kernel module to do it's work, this module puts some simple profiling data into debugfs. ... Seems a poor idea to me. Sure, oprofile is hard to set up, but not if your distributor already did it for you. two

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Pekka Enberg
On Sat, Feb 23, 2008 at 1:32 PM, Alexey Zaytsev [EMAIL PROTECTED] wrote: The problem is not with enabling both b43 and bcm43xx (will, whis won't work anyway, and there is no chance fixing it). The problem is with enabling the bcm43xx wifi driver and the b44 Ethernet driver. The ethernet

Re: [PATCH] x86: add the debugfs interface for the sysprof tool

2008-02-23 Thread Pekka Enberg
On Sat, Feb 23, 2008 at 10:11 AM, Andrew Morton [EMAIL PROTECTED] wrote: Seems a poor idea to me. Sure, oprofile is hard to set up, but not if your distributor already did it for you. Have you tried sysprof? It's really nice to setup and use compared to oprofile when profiling user-space.

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Alexey Zaytsev
On Sat, Feb 23, 2008 at 2:37 PM, Pekka Enberg [EMAIL PROTECTED] wrote: On Sat, Feb 23, 2008 at 1:32 PM, Alexey Zaytsev [EMAIL PROTECTED] wrote: The problem is not with enabling both b43 and bcm43xx (will, whis won't work anyway, and there is no chance fixing it). The problem is with

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Pekka J Enberg
Hi Alexey, On Sat, Feb 23, 2008 at 2:37 PM, Pekka Enberg [EMAIL PROTECTED] wrote: So does reverting commit 753f492093da7a40141bfe083073400f518f4c68 ([B44]: port to native ssb support) fix the regression? On Sat, 23 Feb 2008, Alexey Zaytsev wrote: Compiling it right now. I'm sure it

Re: [PATCH 01/16] Make the macro get_personality function-like.

2008-02-23 Thread David Howells
WANG Cong [EMAIL PROTECTED] wrote: This patch makes the macro get_personality function-like. Signed-off-by: WANG Cong [EMAIL PROTECTED] Acked-By: David Howells [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH 14/16] frv: use get_personality()

2008-02-23 Thread David Howells
WANG Cong [EMAIL PROTECTED] wrote: Use get_personality() macro instead of explicit reference for frv code. Signed-off-by: WANG Cong [EMAIL PROTECTED] Acked-By: David Howells [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 15/16] mn10300: use get_personality()

2008-02-23 Thread David Howells
WANG Cong [EMAIL PROTECTED] wrote: Use get_personality() macro instead of explicit reference for mn10300 code. Signed-off-by: WANG Cong [EMAIL PROTECTED] Acked-By: David Howells [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Tiny cpusets -- cpusets for small systems?

2008-02-23 Thread Paul Jackson
A couple of proposals have been made recently by people working Linux on smaller systems, for improving realtime isolation and memory pressure handling: (1) cpu isolation for hard(er) realtime http://lkml.org/lkml/2008/2/21/517 Max Krasnyanskiy [EMAIL PROTECTED] [PATCH

Re: [PATCH 1/2] firewire: endianess fix

2008-02-23 Thread Stefan Richter
I wrote: This needs to be tested on different big endian PCs, if possible with the Apple Uninorth FireWire controller and other types of controllers. One test which involves ohci-request_generation is simply with an SBP-2 device (harddisk, CD-ROM...). Does SBP-2 login etc. work? Hmm, no,

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Alexey Zaytsev
On Sat, Feb 23, 2008 at 2:57 PM, Pekka J Enberg [EMAIL PROTECTED] wrote: Hi Alexey, On Sat, Feb 23, 2008 at 2:37 PM, Pekka Enberg [EMAIL PROTECTED] wrote: So does reverting commit 753f492093da7a40141bfe083073400f518f4c68 ([B44]: port to native ssb support) fix the regression?

Re: [PATCH] x86: add the debugfs interface for the sysprof tool

2008-02-23 Thread Ingo Molnar
* Pekka Enberg [EMAIL PROTECTED] wrote: On Sat, Feb 23, 2008 at 10:11 AM, Andrew Morton [EMAIL PROTECTED] wrote: Seems a poor idea to me. Sure, oprofile is hard to set up, but not if your distributor already did it for you. Have you tried sysprof? It's really nice to setup and use

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-23 Thread Pekka Enberg
Hi, On Sat, Feb 23, 2008 at 2:37 PM, Pekka Enberg [EMAIL PROTECTED] wrote: So does reverting commit 753f492093da7a40141bfe083073400f518f4c68 ([B44]: port to native ssb support) fix the regression? On Sat, Feb 23, 2008 at 2:17 PM, Alexey Zaytsev [EMAIL PROTECTED] wrote: Yes, the

Re: [RFC 01/11] add generic versions of debugfs file operations

2008-02-23 Thread Al Viro
On Tue, Feb 19, 2008 at 05:04:36AM +0100, Arnd Bergmann wrote: + char buf[3]; + u32 *val = file-private_data; + + if (*val) + buf[0] = 'Y'; + else + buf[0] = 'N'; + buf[1] = '\n'; + buf[2] = 0x00; + return

Re: [RFC 02/11] introduce simple_fs_type

2008-02-23 Thread Al Viro
On Tue, Feb 19, 2008 at 05:04:37AM +0100, Arnd Bergmann wrote: There is a number of pseudo file systems in the kernel that are basically copies of debugfs, all implementing the same boilerplate code, just with different bugs. This adds yet another copy to the kernel in the libfs directory,

Re: [PATCH] x86: add the debugfs interface for the sysprof tool

2008-02-23 Thread Pekka Enberg
Hi Ingo, On Sat, Feb 23, 2008 at 2:22 PM, Ingo Molnar [EMAIL PROTECTED] wrote: As a comparison, here's a session of a newbie developer, meeting oprofile for the first time in his life (using a fresh package, oprofile-0.9.3-6.fc8): -- [ Newbie: WTF, no GUI tool? ]

Re: [PATCH [RT] 08/14] add a loop counter based timeout mechanism

2008-02-23 Thread Andi Kleen
*) compute the context-switch pair time average for the system. This is your time threshold (CSt). This is not a uniform time. Consider the difference between context switch on the same hyperthread, context switch between cores on a die, context switch between sockets, context switch between

[git pull] minimal stackprotector fixes on x86

2008-02-23 Thread Ingo Molnar
Linus, i've prepared and tested the 5 minimal fixes needed to get the stackprotector working again on x86. If you agree with fixing it now you can pull the fixes from: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4 out of the 5 patches are structured in a way to make

Re: [RFC 01/11] add generic versions of debugfs file operations

2008-02-23 Thread Al Viro
On Tue, Feb 19, 2008 at 05:04:36AM +0100, Arnd Bergmann wrote: The file operations in debugfs are rather generic and can be used by other file systems, so it can be interesting to include them in libfs, with more generic names, and exported to modules. This patch adds a new copy of these

[PATCH] cgroup: fix sparse warning of shadow symbol in cgroup.c

2008-02-23 Thread Paul Jackson
From: Paul Jackson [EMAIL PROTECTED] Fix a code warning: symbol 'p' shadows an earlier one This is a reincarnation of Harvey Harrison's patch: cpuset: sparse warnings in cpuset.c Independently, Cliff Wickman moved the affected code, from kernel/cpuset.c to kernel/cgroup.c, in his patch:

Re: [Xen-devel] [PATCH] let XEN depend on PAE

2008-02-23 Thread Arnd Hannemann
Arnd Hannemann wrote: Jeremy Fitzhardinge wrote: Arnd Hannemann wrote: This is with 2.6.24.2, but latest-git looks the same: I also tried with 2.6.23 which crashes instantly, without any output of the guest. I'm not too surprised. Non-PAE Xen is a bit of a rarity, and it only gets

Re: [RFC 03/11] slim down debugfs

2008-02-23 Thread Al Viro
On Tue, Feb 19, 2008 at 05:04:38AM +0100, Arnd Bergmann wrote: With most of debugfs now copied to generic code in libfs, we can remove the original copy and replace it with thin wrappers around libfs. Signed-off-by: Arnd Bergmann [EMAIL PROTECTED] Index: linux-2.6/fs/Kconfig

Re: Merging of completely unreviewed drivers

2008-02-23 Thread David Newall
Pavel Machek wrote: On Fri 2008-02-22 23:44:09, Krzysztof Halasa wrote: Pavel Machek [EMAIL PROTECTED] writes: Zaurus is one example, second is small screen where you need big font to keep it readable (x60 on desk). Come on, are you doing Linux kernel development on PDA?

Re: + cgroup-memory-controller-document-huge-memory-cache-overhead-in-kconfig.patch added to -mm tree

2008-02-23 Thread Balbir Singh
On Sat, Feb 23, 2008 at 1:02 PM, [EMAIL PROTECTED] wrote: The patch titled cgroup memory controller: document huge memory/cache overhead in Kconfig has been added to the -mm tree. Its filename is cgroup-memory-controller-document-huge-memory-cache-overhead-in-kconfig.patch

Re: [PATCHv4 2.6.25] i2c: adds support for i2c bus on Freescale CPM1/CPM2 controllers

2008-02-23 Thread Jean Delvare
Hi Jochen, On Fri, 22 Feb 2008 12:16:16 +0100, Jochen Friedrich wrote: Hi Jean, +/* + * Wait for patch from Jon Smirl + * #include powerpc-common.h + */ It doesn't make sense to merge this comment upstream. I know you don't like the patch from Jon Smirl and you also explained

Re: Accessor macros vs reference counting

2008-02-23 Thread David Newall
Matthew Wilcox wrote: On Sat, Feb 23, 2008 at 04:14:08PM +0800, WANG Cong wrote: Use get_personality() macro instead of explicit reference for parisc code. -if (personality(current-personality) == PER_LINUX32 +if (personality(get_personality()) == PER_LINUX32 Hm. We have

[PATCH] stacktrace: add reliability information to saved stack traces

2008-02-23 Thread Vegard Nossum
Hi again, This patch is different (probably better?), but touches all users and all architectures implementing stacktrace saving. If you want it, it's here... :-) Kind regards, Vegard Nossum From 98d928d337dca6326773d43da90a268e5ff0c098 Mon Sep 17 00:00:00 2001 From: Vegard Nossum [EMAIL

Re: [RFC/PATCH] Update coding standard to avoid ungrepable printk format strings

2008-02-23 Thread Christer Weinigel
Andi Kleen wrote: RFC: Update coding standard to avoid split up printk format strings While we're talking about checkpatch.pl, I'd definitely like to teach checkpatch about list_for_each and friends. list_for_each is flow control, not a function call. I find it much easier to see that

Re: [PATCH sched-devel 0/7] CPU isolation extensions

2008-02-23 Thread Peter Zijlstra
Please, wrap your emails at 78 - most mailers can do this. On Fri, 2008-02-22 at 14:05 -0800, Max Krasnyanskiy wrote: Peter Zijlstra wrote: On Thu, 2008-02-21 at 18:38 -0800, Max Krasnyanskiy wrote: List of commits cpuisol: Make cpu isolation configrable and export isolated map

Re: [RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

2008-02-23 Thread Andi Kleen
Andrew Morton [EMAIL PROTECTED] writes: It should be possible to use a modular jhash.ko. The things which you have identified as clients of the jhash library are usually loaded as modules. For very small functions like this own modules are quite expensive. First everything gets rounded up

Re: [PATCH] cpuset: sparse warnings in cpuset.c

2008-02-23 Thread Paul Jackson
akpm wrote: ^^ I suck. Yeah, right ... and Dolly Parton is flat chested ;). Sorry, the above code doesn't seem to exist any more. It moved from cpuset.c to cgroup.c. I just sent a reincarnated patch: [PATCH] cgroup: fix sparse warning of shadow symbol in cgroup.c --

Re: Question about your git habits

2008-02-23 Thread J.C. Pizarro
On 2008/2/23, Charles Bailey [EMAIL PROTECTED] wrote: On Sat, Feb 23, 2008 at 03:47:07AM +0100, J.C. Pizarro wrote: Yesterday, i had git cloned git://foo.com/bar.git ( 777 MiB ) Today, i've git cloned git://foo.com/bar.git ( 779 MiB ) Both repos are different binaries , and i

Nework Emulation with UML, bug 8895

2008-02-23 Thread clowncoder
Hello, You can have a configured and running network inside a single linux machine, only one script command is enough. After the start of all the machine, a graphical representation of your topology helps your interactions with the network. This virtual network can be downloaded at

Re: [RFC PATCH 0/8]: uninline uninline

2008-02-23 Thread Andi Kleen
Andrew Morton [EMAIL PROTECTED] writes: -41525 2066 f, 3370 +, 44895 -, diff: -41525 IS_ERR This is a surprise. I expect that the -mm-only profile-likely-unlikely-macros.patch is the cause of this and mainline doesn't have this problem. Shouldn't they only have overhead when the

[PATCH] Fix the bcm43xx driver breakage in 2.6.24/25.

2008-02-23 Thread Alexey Zaytsev
[resent with lkml added to cc, sorry] Hello, gentlemen. Theese two patches fix a problem instroduced in Linux 2.6.24, and still present in the current Linus' 2.6.25 tree. The bcm43xx Wifi driver won't work any more, if the b44 Ethernet driver is enabled. This happens because the b44 driver

Re: [PATCH2] Basic braille screen reader support

2008-02-23 Thread Samuel Thibault
Andrew Morton, le Sat 23 Feb 2008 00:04:10 -0800, a écrit : +++ linux-2.6.24.1-perso/kernel/printk.c2008-02-21 12:09:06.0 +0100 @@ -105,6 +105,7 @@ Please use `diff -p' Argl, that's editdiff's fault. We need to fix it to keep the -p comments. charname[8];

[PATCH] Braille screen reader fixes

2008-02-23 Thread Samuel Thibault
Braille screen reader fixes: - console_cmdline's brl_options field is only required when braille console support is enabled. - Use strlcpy to copy the console name. - braille console support depends on VT support. Signed-off-by: Samuel Thibault [EMAIL PROTECTED] ---

[PATCH] Braille screen reader documentation

2008-02-23 Thread Samuel Thibault
Document the console=brl option and the usage of the braille screen reader. Signed-off-by: Samuel Thibault [EMAIL PROTECTED] --- linux-2.6.24.1-orig/Documentation/kernel-parameters.txt 2008-01-25 09:31:45.0 +0100 +++ linux-2.6.24.1-perso/Documentation/kernel-parameters.txt

Re: zlib oops with ipcomp in 2.6.24

2008-02-23 Thread Beschorner Daniel
The Oops: invalid opcode: [1] SMP There's a line missing here. Which of the BUG statements which you added has triggered? lookahead = -1 strstart = 185 [ cut here ] kernel BUG at lib/zlib_deflate/deflate.c:1255! invalid opcode: [1] SMP CPU 0 Modules

Re: Question about your git habits

2008-02-23 Thread J.C. Pizarro
On 2008/2/23, Charles Bailey [EMAIL PROTECTED] wrote: On Sat, Feb 23, 2008 at 02:08:35PM +0100, J.C. Pizarro wrote: But if the repos are aggressively repacked then the bit to bit differences are not ~2 MiB. It shouldn't matter how aggressively the repositories are packed or what the

Re: How to diagnose a process stuck in D state?

2008-02-23 Thread Daniel J Blueman
Stephen, On 22 Feb, 23:10, Stephen Oberholtzer [EMAIL PROTECTED] wrote: First off: I'm not subscribed to the list (I don't think I could handle the volume), so please make sure you CC me if you reply. I run an application on one of my machines; it often hangs, with the process stuck D state.

Re: [PATCH] Change a WARN message in checkpatch

2008-02-23 Thread Paolo Ciarrocchi
On Mon, Jan 28, 2008 at 4:13 PM, Paolo Ciarrocchi [EMAIL PROTECTED] wrote: On Jan 28, 2008 3:56 PM, Andy Whitcroft [EMAIL PROTECTED] wrote: On Mon, Jan 14, 2008 at 11:29:13PM +0100, Paolo Ciarrocchi wrote: Hi Andy, When I started using checkpatch I was confused by the following WARN

Re: [PATCH 09/30] r/o bind mounts: drop write during emergency remount

2008-02-23 Thread Al Viro
On Mon, Feb 18, 2008 at 05:29:15PM +0100, Miklos Szeredi wrote: file_list_lock(); list_for_each_entry(f, sb-s_files, f_u.fu_list) { - if (S_ISREG(f-f_path.dentry-d_inode-i_mode) file_count(f)) - f-f_mode = ~FMODE_WRITE; + struct vfsmount

Re: VT notifier fix for VT switch

2008-02-23 Thread Samuel Thibault
Andrew Morton, le Sat 23 Feb 2008 00:04:30 -0800, a écrit : On Thu, 21 Feb 2008 21:26:40 +0100 Samuel Thibault [EMAIL PROTECTED] wrote: Notify when VT switch is complete. Signed-off-by: Samuel Thibault [EMAIL PROTECTED] --- linux-2.6.24-orig/drivers/char/vt.c 2008-01-25

Re: Question about your git habits

2008-02-23 Thread Charles Bailey
On Sat, Feb 23, 2008 at 02:08:35PM +0100, J.C. Pizarro wrote: But if the repos are aggressively repacked then the bit to bit differences are not ~2 MiB. It shouldn't matter how aggressively the repositories are packed or what the binary differences are between the pack files are. git clone

Re: [PATCH] VT notifier extension for accessibility

2008-02-23 Thread Samuel Thibault
Andrew Morton, le Sat 23 Feb 2008 00:07:13 -0800, a écrit : Did we have a signed-off-by: from Karl? He didn't give any. Samuel -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Merging of completely unreviewed drivers

2008-02-23 Thread Krzysztof Halasa
Pavel Machek [EMAIL PROTECTED] writes: Come on, are you doing Linux kernel development on PDA? I review patches on it, sometimes, yes. I take it the sometimes is the key word :-) -- Krzysztof Halasa -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: Question about your git habits

2008-02-23 Thread Charles Bailey
On Sat, Feb 23, 2008 at 02:36:59PM +0100, J.C. Pizarro wrote: On 2008/2/23, Charles Bailey [EMAIL PROTECTED] wrote: It shouldn't matter how aggressively the repositories are packed or what the binary differences are between the pack files are. git clone should (with the --reference

[PATCH 00/10] IDE: Coding Style Fixes

2008-02-23 Thread Paolo Ciarrocchi
Hi Bartlomiej, The following 10 patches remove a huge number of errors and warnings reported by checkpatch.pl from the IDE subsystem. All the patches have been compile tested. Paolo Ciarrocchi (10): IDE: Coding Style fixes to drivers/ide/pci/sis5513.c IDE: Coding Style fixes to

[PATCH 01/10] IDE: Coding Style fixes to drivers/ide/pci/sis5513.c

2008-02-23 Thread Paolo Ciarrocchi
About 300 errors and warnings fixed. File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/sis5513.c | 190 ++--- 1 files changed, 93 insertions(+), 97 deletions(-) diff --git

[PATCH 02/10] IDE: Coding Style fixes to drivers/ide/legacy/umc8672.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/legacy/umc8672.c | 53 - 1 files changed, 26 insertions(+), 27 deletions(-) diff --git a/drivers/ide/legacy/umc8672.c

[PATCH 03/10] IDE: Coding Style fixes to drivers/ide/ide-pnp.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/ide-pnp.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/ide/ide-pnp.c b/drivers/ide/ide-pnp.c index c125b05..479663d 100644 ---

[PATCH 04/10] IDE: Coding Style fixes to drivers/ide/setup-pci.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/setup-pci.c | 45 - 1 files changed, 20 insertions(+), 25 deletions(-) diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index

[PATCH 05/10] IDE: Coding Style fixes to drivers/ide/ide-proc.c

2008-02-23 Thread Paolo Ciarrocchi
Lot of errors and warnings removed. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/ide-proc.c | 175 +++ 1 files changed, 86 insertions(+), 89 deletions(-) diff --git a/drivers/ide/ide-proc.c

[PATCH 06/10] IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/legacy/ide-4drives.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/ide/legacy/ide-4drives.c b/drivers/ide/legacy/ide-4drives.c index

[PATCH 07/10] IDE: Coding Style fixes to drivers/ide/pci/slc90e66.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free, only 1 warning left. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/slc90e66.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/ide/pci/slc90e66.c b/drivers/ide/pci/slc90e66.c index

[PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/generic.c | 50 ++-- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c

[PATCH 09/10] IDE: Coding Style fixes to drivers/ide/pci/jmicron.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/jmicron.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/ide/pci/jmicron.c b/drivers/ide/pci/jmicron.c index 440266f..673f7dc 100644 ---

[PATCH 10/10] IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c

2008-02-23 Thread Paolo Ciarrocchi
File is now error and warning free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/tc86c001.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/ide/pci/tc86c001.c b/drivers/ide/pci/tc86c001.c

Re: [PATCH 00/10] IDE: Coding Style Fixes

2008-02-23 Thread Paolo Ciarrocchi
On Sat, Feb 23, 2008 at 3:04 PM, Paolo Ciarrocchi [EMAIL PROTECTED] wrote: Hi Bartlomiej, The following 10 patches remove a huge number of errors and warnings reported by checkpatch.pl from the IDE subsystem. All the patches have been compile tested. I forgot to mention that the series is

Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Adrian Bunk
On Sat, Feb 23, 2008 at 03:05:47PM +0100, Paolo Ciarrocchi wrote: File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/generic.c | 50 ++-- 1 files changed, 25 insertions(+), 25

Re: input: put ledstate in the keyboard notifier

2008-02-23 Thread Samuel Thibault
Oh, I just noticed that Karl Dahlke's patch to provide the ledstate got into -mm. Unfortunately, it is a bit bogus, see patch below, to be applied on top of Karl's one. Samuel Keyboard notification ledstate fixes. In keyboard notifications, use kbd-ledflagstate instead of getledstate() since

<    1   2   3   4   5   6   7   8   9   >