[patch] sunrpc: make closing of old temporary sockets work (was: problems with lockd in 2.6.22.6)

2007-09-12 Thread Wolfgang Walter
Hello, as already described old temporary sockets (client is gone) of lockd aren't closed after some time. So, with enough clients and some time gone, there are 80 open dangling sockets and you start getting messages of the form: lockd: too many open TCP sockets, consider increasing the number

Re: hci_sock.c build failure

2007-09-12 Thread Greg KH
On Wed, Sep 12, 2007 at 05:02:53AM -0700, Greg KH wrote: On Wed, Sep 12, 2007 at 11:29:29AM +0200, Andre Haupt wrote: Hi, I did a make randconfig and then make C=1. hci_sock.c fails to build because it doesnt know compat_timeval (i guess). find the error message and the config

Re: hci_sock.c build failure

2007-09-12 Thread Greg KH
On Wed, Sep 12, 2007 at 05:04:07AM -0700, Greg KH wrote: On Wed, Sep 12, 2007 at 05:02:53AM -0700, Greg KH wrote: On Wed, Sep 12, 2007 at 11:29:29AM +0200, Andre Haupt wrote: Hi, I did a make randconfig and then make C=1. hci_sock.c fails to build because it doesnt know

Re: hci_sock.c build failure

2007-09-12 Thread David Miller
From: Greg KH [EMAIL PROTECTED] Date: Wed, 12 Sep 2007 05:02:53 -0700 It's not even a randconfig issue, my build dies too (this is Linus's current tree.) Time to poke through the 10 bluetooth patches that were just added... I'll push the following fix to Linus. From

Re: hci_sock.c build failure

2007-09-12 Thread David Miller
From: Greg KH [EMAIL PROTECTED] Date: Wed, 12 Sep 2007 05:04:07 -0700 It was 767c5eb5d35aeb85987143f0a730bc21d3ecfb3d that caused it. It needs a .h file added to the file, patch forthcoming... Ok, I though it was a CONFIG_COMPAT ifdef issue, feel free to push the header include fix. - To

Filesystem silent crash with EXT3

2007-09-12 Thread Stef Epardaud
Hello, I am not subscribed to this list, so please CC me on replies. I have just suffered from a filesystem crash on my laptop. It's an x86 running linux 2.6.22 from Ubutu latest gutsy. This morning it booted and there were all kinds of strange core dumps. fsck told me the root filesystem was

Re: hci_sock.c build failure

2007-09-12 Thread David Miller
From: Greg KH [EMAIL PROTECTED] Date: Wed, 12 Sep 2007 05:07:26 -0700 No, this is worse, i386 doesn't have a compat_timeval structure defined, nor does any other 32 bit platform. Marcel, I think you need to use a different structure, care to fix this up? Ok, then see the patch I posted

Re: hci_sock.c build failure

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, Greg KH wrote: On Wed, Sep 12, 2007 at 11:29:29AM +0200, Andre Haupt wrote: Hi, I did a make randconfig and then make C=1. hci_sock.c fails to build because it doesnt know compat_timeval (i guess). find the error message and the config attached. It's not

[-mm PATCH] Memory controller make charging gfp mask aware

2007-09-12 Thread Balbir Singh
Nick Piggin pointed out that swap cache and page cache addition routines could be called from non GFP_KERNEL contexts. This patch makes the charging routine aware of the gfp context. Charging might fail if the container is over it's limit, in which case a suitable error is returned. This patch

Problem: screen partially garbled in i830m (regression)

2007-09-12 Thread Michael Haas
Hello list, I sent this mail to David Airlie two weeks ago but I haven't gotten a reply so far, that's why I'm posting to LKML this time. Short summary: 874808c6dd429f7431b906a32c7f78a68e7636af broke intel_agp.ko for me, I'm getting a garbled screen. Hello

[PATCH] IB/ehca: Make sure user pages are from hugetlb before using MR large pages

2007-09-12 Thread Joachim Fenkes
From: Hoang-Nam Nguyen [EMAIL PROTECTED] ...because, on virtualized hardware like System p, we can't be sure that the physical pages behind them are contiguous. Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- Another patch for 2.6.24 that will apply cleanly on top of my previous patchset.

Re: BUG: scheduling while atomic: ifconfig/0x00000002/4170

2007-09-12 Thread David Miller
From: Johannes Berg [EMAIL PROTECTED] Date: Thu, 06 Sep 2007 17:19:55 +0200 Oh btw. Can we stick a might_sleep() into dev_close() *before* the test whether the device is up? That way, we'd have seen the bug, but apparently nobody before Florian ever did a 'ip link set wmaster0 down' while

Re: [patch 3/8] Immediate Values - Kconfig menu in EMBEDDED

2007-09-12 Thread Andi Kleen
Yeah, but then you would make immediate.o an obj-y (both for kernel/Makefile and arch/*/kernel/Makefile) and it would be built even on systems that would be configured not to use immediate values. You can stick a define into generic-immediate.h and put an ifndef for that around immediate.c Or

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread David Newall
Robert P. J. Day wrote: while killing some time between compiles and ridding the kernel-parameters.txt file of out-of-date or incorrect cruft, it occurs to me that that file is borderline valueless since it apparently tries to document every possible boot-time parameter, including those

Re: x86 merge - a little feedback

2007-09-12 Thread Lennart Sorensen
On Wed, Sep 12, 2007 at 10:27:16AM +0100, Christoph Hellwig wrote: On Tue, Sep 11, 2007 at 10:34:13PM +0200, Adrian Bunk wrote: As an example, visws.c is as much non-64bit as it is pre-i686. Bullshit. visws were shipped with P3s. Certainly true, but still not 64bit and never will be. --

RE: boot hangs with SMP, USB storage, and ACPI

2007-09-12 Thread tx tox
On 12 Lip 2006, 00:41, Eric Cooper [EMAIL PROTECTED] wrote: When I try toboota 2.6.17 kernel compiled forSMP(hyperthreading), it hangs early in thebootsequence (after printing FreeingSMP alternatives). The issue seems to be an interaction between a USB-storage device (an empty flash card

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, David Newall wrote: Robert P. J. Day wrote: while killing some time between compiles and ridding the kernel-parameters.txt file of out-of-date or incorrect cruft, it occurs to me that that file is borderline valueless since it apparently tries to document every

Re: [-mm patch] really unexport do_softirq

2007-09-12 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sun, 9 Sep 2007 22:25:40 +0200 On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc3-mm1: ... git-net.patch ... git trees ... This hydra had more than one head... Signed-off-by: Adrian Bunk [EMAIL

Re: [-mm patch] unexport raise_softirq_irqoff

2007-09-12 Thread David Miller
From: Christoph Hellwig [EMAIL PROTECTED] Date: Sun, 9 Sep 2007 21:41:53 +0100 On Sun, Sep 09, 2007 at 10:25:44PM +0200, Adrian Bunk wrote: On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc3-mm1: ... git-net.patch ... git trees ...

Re: [2.6 patch] make sctp_addto_param() static

2007-09-12 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sun, 9 Sep 2007 22:25:50 +0200 sctp_addto_param() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Applied, thanks. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: [-mm patch] net/sctp/socket.c: make 3 variables static

2007-09-12 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sun, 9 Sep 2007 22:25:54 +0200 This patch makes the following needlessly globalvariables static: - sctp_memory_pressure - sctp_memory_allocated - sctp_sockets_allocated Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Applied, thanks. - To unsubscribe

Possible hang inside interrupt handler on sata_promise.

2007-09-12 Thread Robin Holt
I have been experiencing hangs on a newly setup machine. Unfortunately, it appears to be hanging inside the interrupt handler as sysrq and caps-lock led seem to stop working when the event occurs. I am guessing it is related to the sata_promise driver, but that is only a guess as I don't get

Re: [-mm patch] make tcp_splice_data_recv() static

2007-09-12 Thread David Miller
From: Adrian Bunk [EMAIL PROTECTED] Date: Sun, 9 Sep 2007 22:25:58 +0200 On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc3-mm1: ... git-block.patch ... git trees ... tcp_splice_data_recv() can become static. Signed-off-by: Adrian Bunk

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread David Newall
Robert P. J. Day wrote: if the goal is to simply put all of the basic boot-time kernel parms along with the module-specific ones into a single file, sorted in alphabetical order, then i contend that this is, in fact, silly. Or even, messy. There's no doubt that it should be maintained with

Re: [BUGFIX] x86_64: NX bit handling in change_page_attr

2007-09-12 Thread Andi Kleen
Index: linux-2.6.23-rc2-mm2/arch/x86_64/mm/pageattr.c === --- linux-2.6.23-rc2-mm2.orig/arch/x86_64/mm/pageattr.c 2007-08-17 12:50:25.0 +0800 +++ linux-2.6.23-rc2-mm2/arch/x86_64/mm/pageattr.c 2007-08-17

Re: [NFS] [patch] sunrpc: make closing of old temporary sockets work (was: problems with lockd in 2.6.22.6)

2007-09-12 Thread J. Bruce Fields
On Wed, Sep 12, 2007 at 02:07:10PM +0200, Wolfgang Walter wrote: as already described old temporary sockets (client is gone) of lockd aren't closed after some time. So, with enough clients and some time gone, there are 80 open dangling sockets and you start getting messages of the form:

Re: irq load balancing

2007-09-12 Thread Arjan van de Ven
On Tue, 11 Sep 2007 16:18:15 -0700 Venkat Subbiah [EMAIL PROTECTED] wrote: Most of the load in my system is triggered by a single ethernet IRQ. Essentially the IRQ schedules a tasklet and most of the work is done in the taskelet which is scheduled in the IRQ. From what I read looks like the

Re: [PATCH] powerpc: add new required termio functions

2007-09-12 Thread Christoph Hellwig
On Wed, Sep 12, 2007 at 01:52:57PM +0200, Heiko Carstens wrote: I might be missing something, but the the right fix is probably to apply the arch patches from Alan to powerpc and s390. We don't want to be left over without all the nice termios features on these platforms, do we? But

[OT] Ubuntu GG 2.6.22 (Was: Re: Filesystem silent crash with EXT3)

2007-09-12 Thread Michael B. Trausch
Stef Epardaud, on 09/12/2007 08:02 AM said: Hello, I am not subscribed to this list, so please CC me on replies. I have just suffered from a filesystem crash on my laptop. It's an x86 running linux 2.6.22 from Ubutu latest gutsy. (I am cc:ing the list so that this person does not get

Re: Filesystem silent crash with EXT3

2007-09-12 Thread Krzysztof Halasa
Stef Epardaud [EMAIL PROTECTED] writes: I had no idea my EXT3 filesystem could go wrong without notifying me (fsck thought the filesystem was clean before I forced it). Is this normal ? Filesystem clean = the dirty flag is not set. With journaling fs it basically means the kernel didn't found

Re: Problem: screen partially garbled in i830m (regression)

2007-09-12 Thread Dave Airlie
I sent this mail to David Airlie two weeks ago but I haven't gotten a reply so far, that's why I'm posting to LKML this time. Short summary: 874808c6dd429f7431b906a32c7f78a68e7636af broke intel_agp.ko for me, I'm getting a garbled screen. I'm travelling, and I'll try and get Zhenyu to take a

Re: stripping down the kernel-parameters.txt file

2007-09-12 Thread Robert P. J. Day
On Wed, 12 Sep 2007, David Newall wrote: Robert P. J. Day wrote: if the goal is to simply put all of the basic boot-time kernel parms along with the module-specific ones into a single file, sorted in alphabetical order, then i contend that this is, in fact, silly. Or even, messy.

Re: Problem: screen partially garbled in i830m (regression)

2007-09-12 Thread Dave Airlie
reply so far, that's why I'm posting to LKML this time. Short summary: 874808c6dd429f7431b906a32c7f78a68e7636af broke intel_agp.ko for me, I'm getting a garbled screen. Can you try the attached patch? Dave.From 56e5b226de1406812bbe739caad0d2a93f8c596d Mon Sep 17 00:00:00 2001 From: Dave

Re: [OT] Ubuntu GG 2.6.22 (Was: Re: Filesystem silent crash with EXT3)

2007-09-12 Thread Stef Epardaud
On Wed, Sep 12, 2007 at 09:52:53AM -0400, Michael B. Trausch wrote: (I am cc:ing the list so that this person does not get several multiple replies. Also, I am making the assumption, Stef, that you are not running a vanilla kernel that you built yourself from the kernel sources and that you

Re: [patch] sunrpc: make closing of old temporary sockets work (was: problems with lockd in 2.6.22.6)

2007-09-12 Thread Neil Brown
On Wednesday September 12, [EMAIL PROTECTED] wrote: Hello, as already described old temporary sockets (client is gone) of lockd aren't closed after some time. So, with enough clients and some time gone, there are 80 open dangling sockets and you start getting messages of the form: lockd:

[Resolved: bad RAM] Filesystem silent crash with EXT3

2007-09-12 Thread Stef Epardaud
On Wed, Sep 12, 2007 at 03:53:40PM +0200, Krzysztof Halasa wrote: Filesystem clean = the dirty flag is not set. With journaling fs it basically means the kernel didn't found errors during operation. It doesn't mean there are no errors. That's what I assumed, and that's why I forced fsck.

Re: hci_sock.c build failure

2007-09-12 Thread Coly Li
David Miller 写道: From: Greg KH [EMAIL PROTECTED] Date: Wed, 12 Sep 2007 05:02:53 -0700 It's not even a randconfig issue, my build dies too (this is Linus's current tree.) Time to poke through the 10 bluetooth patches that were just added... I'll push the following fix to Linus. From

Re: [PATCH] Scheduler Profiling - Use Immediate Values

2007-09-12 Thread Mathieu Desnoyers
* Andi Kleen ([EMAIL PROTECTED]) wrote: Mathieu Desnoyers [EMAIL PROTECTED] writes: - profile_hit(SCHED_PROFILING, __builtin_return_address(0)); + immediate_if (sched_profiling) I must say I really dislike immediate_if(). You complained earlier that something breaks coloring, but

Re: [NFS] [patch] sunrpc: make closing of old temporary sockets work (was: problems with lockd in 2.6.22.6)

2007-09-12 Thread J. Bruce Fields
On Wed, Sep 12, 2007 at 09:37:29AM -0400, bfields wrote: So the fact that this changes the behavior means that sk_inuse is taking on negative values. Uh, no, I misread the tests, sorry. I'm not awake.--b. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH] KEYS: Make request_key() and co fundamentally asynchronous

2007-09-12 Thread David Howells
Make request_key() and co fundamentally asynchronous to make it easier for NFS to make use of them. There are now accessor functions that do asynchronous constructions, a wait function to wait for construction to complete, and a completion function for the key type to indicate completion of

<    3   4   5   6   7   8