Re: broken suspend [Was: 2.6.24-rc2-mm1]

2007-11-18 Thread Rafael J. Wysocki
On Sunday, 18 of November 2007, Jiri Slaby wrote: > On 11/18/2007 11:27 PM, Rafael J. Wysocki wrote: > > You can use a global variable to switch the logging only before the CPU > > hotunplug done by the suspend code. You just need to hack > > disable_nonboot_cpus() for that. > > If I understand y

Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and signals

2007-11-18 Thread David Chinner
On Sun, Nov 18, 2007 at 01:33:50PM +0100, Peter Zijlstra wrote: > > On Sat, 2007-11-17 at 10:12 -0800, Daniel Walker wrote: > > > What specifically is wrong with dev->sem ? > > Nothing really, other than that they use semaphores to avoid lockdep :-/ > > I think I know how to annotate this, afte

Re: broken suspend [Was: 2.6.24-rc2-mm1]

2007-11-18 Thread Jiri Slaby
Aah, we probably should let coretemp people known. Whole thread: http://marc.info/?t=11950720581&r=1&w=2 On 11/18/2007 08:09 PM, Jiri Slaby wrote: > On 11/18/2007 06:07 PM, Alan Stern wrote: >> You'll get more useful results if you redo your changes to >> notifier_call_chain(). Have it prin

Re: [REQUEST] Option for skipping unreadable blocks on Video DVD

2007-11-18 Thread Tobias
Am Sunday 18 November 2007 schrieben Sie: > Tobias wrote: > > If you are accessing a scratched Video DVD and the device cannot read it, > > the process ends. > > What about a more tolerant way to handle unreadable blocks. > > Especially on Video DVDs single blocks are not that important than on > >

Re: [PATCH] Fujitsu application panel driver

2007-11-18 Thread Robert Gerlach
Am Dienstag 23 Oktober 2007 21:55:55 schrieb Stephen Hemminger: > +MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifeBook*:pvr*:rvnFUJITSU:*"); > +MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifebook*:pvr*:rvnFUJITSU:*"); Please make sure that this module is not autoload on Lifebook tablets (T series and P1[56]10). It w

Config Q?: Preempt Model & Preempt Big Kern Lock

2007-11-18 Thread Linda Walsh
Not big deal, just some config-validity questions regarding i386 preemption models and preemption of the big-kern lock. I.e. the relevant options are: (PM) "Preemption model", there are 3 choices (i386): (none) No Forced Preemption (Server) (vol) Voluntary Preempt (Desktop) (full)

Re: [patch 5/8] Immediate Values - x86 Optimization (simplified)

2007-11-18 Thread Rusty Russell
On Saturday 17 November 2007 01:03:35 Mathieu Desnoyers wrote: > x86 optimization of the immediate values which uses a movl with code > patching to set/unset the value used to populate the register used as > variable source. Since immediate values are by definition an optimization, I think it make

Re: mmap dirty limits on 32 bit kernels (Was: [BUG] New Kernel Bugs)

2007-11-18 Thread Daniel Phillips
On Thursday 15 November 2007 14:24, Rob Mueller wrote: > > That's my personal opinion, and I realize that some of the > > commercial vendors may care about their insane customers' > > satisfaction, but I'm simply not interested in insane users. If > > they have that much RAM (and bought it a few ye

[ANNOUNCE] GIT 1.5.3.6

2007-11-18 Thread Junio C Hamano
The latest maintenance release GIT 1.5.3.6 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.5.3.6.tar.{gz,bz2} (tarball) git-htmldocs-1.5.3.6.tar.{gz,bz2} (preformatted docs) git-manpages-1.5.3.6.tar.{gz,bz2}

Re: radeonfb i2c regression post-2.6.18.

2007-11-18 Thread Benjamin Herrenschmidt
On Sun, 2007-11-18 at 21:58 +, Roger Leigh wrote: > Hi folks, > > I'm using an Apple Cinema Display connected via DVI to an Apple Mac > Mini with Radeon 9200 graphics. This used to work fine, but with > kernels >= 2.6.19, the monitor powers off as soon as the framebuffer > is initialised, mak

Re: [tpmdd-devel] [PATCH] - TPM device driver layer (tpm.c|h)

2007-11-18 Thread Marcel Selhorst
Dear all, sorry for the delay. The patch below was posted 3 months ago and fixes possible problems during unloading of TPM device drivers. Acked by: Marcel Selhorst <[EMAIL PROTECTED]> --- Richard MUSIL wrote: > Dear all, > > I am currently writing virtual TPM device driver. This driver expose

ConfigQ? arch=i368; AES (generic v. i586)

2007-11-18 Thread Linda Walsh
There are two options for AES cipher algorithms under the Cryptographic API. They read: _ AES Cipher algorithms _ AES Cipher algorithms (i586) --- I assume(?) the i586 is for pentiums of some nature -- but is that any machine pentium(i586) or "newer"(686, P4, Core2, Centrino?). If both options

[PATCH] TPM TIS device driver locality request

2007-11-18 Thread Marcel Selhorst
Dear all, during the initialization of the TPM TIS driver, the necessary locality has to be requested earlier in the init-process. Depending on the used TPM chip, this leads to wrong information. For example: Lenovo X61s with Atmel TPM: tpm_tis 00:0a: 1.2 TPM (device-id 0x, rev-id 255) But c

Re: [PATCH] use __set_task_state() for TRACED/STOPPED tasks

2007-11-18 Thread Roland McGrath
Looks fine to me. Thanks, Roland - 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/

Config - general Q; default vs. suggested setting.

2007-11-18 Thread Lin Walsh
More than once in going through configs for different machines, I've noticed "oddities". It's not clear which are intentional and which 'leftovers' from changes. Specifically, when I chose a new config by making the default config, some of the default options are different from what is recommende

Re: [PATCH][retry-2] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-18 Thread Bodo Eggert
On Sun, 18 Nov 2007, H. Peter Anvin wrote: > Bodo Eggert wrote: >> 1) This is useful for booting a rescue or test system, too. In those cases, >>you might want to have the old root moved somewhere. >>(Always "$rootdir/oldroot"? Additional parameter? I'm not sure ...) >> > > Again, this is

Re: [PATCH][retry-2] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-18 Thread H. Peter Anvin
Bodo Eggert wrote: On Sun, 18 Nov 2007, H. Peter Anvin wrote: Bodo Eggert wrote: 1) This is useful for booting a rescue or test system, too. In those cases, you might want to have the old root moved somewhere. (Always "$rootdir/oldroot"? Additional parameter? I'm not sure ...) Again, t

Regression in 2.6.24-rc3 - 64-bit DMA fails for BCM94311MCG rev 02

2007-11-18 Thread Larry Finger
I get a failure of 64-bit DMA on a BCM94311MCG rev 02 wireless interface running on x86_64 using an AMD Turion 64 X2 processor on an HP Pavilion dv2125nr laptop. The error code indicates that the interface is getting a descriptor read error, even though the descriptor ring and all the DMA buffer

[PATCH] lguest: Fix uninitialized members in example launcher

2007-11-18 Thread Rusty Russell
Thanks valgrind! Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> diff -r 1041aeb944b2 Documentation/lguest/lguest.c --- a/Documentation/lguest/lguest.c Tue Nov 13 15:11:06 2007 +1100 +++ b/Documentation/lguest/lguest.c Thu Nov 15 13:28:48 2007 +1100 @@ -1040,6 +1040,11 @@ static void add

Re: Regression in 2.6.24-rc3 - 64-bit DMA fails for BCM94311MCG rev 02

2007-11-18 Thread Arjan van de Ven
On Sun, 18 Nov 2007 18:04:51 -0600 Larry Finger <[EMAIL PROTECTED]> wrote: > I get a failure of 64-bit DMA on a BCM94311MCG rev 02 wireless > interface running on x86_64 using an AMD Turion 64 X2 processor on an > HP Pavilion dv2125nr laptop. The error code indicates that the > interface is gettin

[PULL] virtio, lguest and module comment fixes

2007-11-18 Thread Rusty Russell
The following changes since commit 2ffbb8377c7a0713baf6644e285adc27a5654582: Linus Torvalds (1): Merge branch 'master' of git://git.kernel.org/.../x86/linux-2.6-x86 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus mast

Re: ConfigQ? arch=i368; AES (generic v. i586)

2007-11-18 Thread Herbert Xu
Linda Walsh <[EMAIL PROTECTED]> wrote: > There are two options for AES cipher algorithms under > the Cryptographic API. They read: > _ AES Cipher algorithms > _ AES Cipher algorithms (i586) > --- > > I assume(?) the i586 is for pentiums of some nature -- but is > that any machine pentium(i586) or

[PATCH] IA64 signal : remove redundant code in setup_sigcontext()

2007-11-18 Thread Shi Weihua
This patch removes some redundant code in the function setup_sigcontext(). The registers ar.ccv,b7,r14,ar.csd,ar.ssd,r2-r3 and r16-r31 are not restored in restore_sigcontext() when (flags & IA64_SC_FLAG_IN_SYSCALL) is true. So we don't need to zero those variables in setup_sigcontext(). Signed-

Re: [PATCH 1/3] signal(i386): alternative signal stack wraparound occurs

2007-11-18 Thread Shi Weihua
Hi everyone, If a process uses alternative signal stack by using sigaltstack(), then that stack overflows and stack wraparound may occur. Simple explanation: The accurate esp order is A,B,C,D,... But now the esp points to A,B,C and A,B,C... dropping into a recursion. The upper bug and patch about

Re: [PATCH] 2.6.24-rc2-mm1 powerpc (iseries)- build failure - mm/stab.c

2007-11-18 Thread Stephen Rothwell
Hi Kamalesh, On Wed, 14 Nov 2007 16:24:10 +0530 Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > +#ifdef CONFIG_PPC_ISERIES > +#include > +#endif /* CONFIG_PPC_ISERIES */ You should not need the #ifdef and we prefer not to ifdef include unless necessary. Please resubmit. -- Cheers, Stephen Rot

Re: Regression in 2.6.24-rc3 - 64-bit DMA fails for BCM94311MCG rev 02

2007-11-18 Thread Larry Finger
Arjan van de Ven wrote: > On Sun, 18 Nov 2007 18:04:51 -0600 > Larry Finger <[EMAIL PROTECTED]> wrote: > >> I get a failure of 64-bit DMA on a BCM94311MCG rev 02 wireless >> interface running on x86_64 using an AMD Turion 64 X2 processor on an >> HP Pavilion dv2125nr laptop. The error code indicat

[PATCH][another try]bluetooth rfcomm tty_close before destruct

2007-11-18 Thread Dave Young
In rfcomm tty logic, if the device is destructed before the tty_close called, system will oops. Try to handle this in tty_hangup. At the same time add get/put pair in tty open adn close functions. BUG: unable to handle kernel NULL pointer dereference at virtual address 0008 printing eip: c

Re: broken suspend [Was: 2.6.24-rc2-mm1]

2007-11-18 Thread Alan Stern
On Sun, 18 Nov 2007, Jiri Slaby wrote: > > gives coretemp_cpu_callback -> coretemp_device_remove -> > > platform_device_unregister, so coretemp seems to be what I have and you > > don't. Yes. For the coretemp developers: coretemp_cpu_callback() needs to be more careful about what it does. Dur

[PATCH] printk.c: use ints instead of longs for logbuf index

2007-11-18 Thread Denys Vlasenko
Hi Andrew, This patch stops using unsigned _longs_ for printk buffer indexes. Log buffer is way smaller than 2 gigabytes and unsigned ints will work too . Indeed, they do work nicely on all 32-bit platforms where longs and ints are the same. With this patch, we have following size savings on amd6

Re: mmap dirty limits on 32 bit kernels (Was: [BUG] New Kernel Bugs)

2007-11-18 Thread Bron Gondwana
On Sun, Nov 18, 2007 at 04:13:18PM -0700, Daniel Phillips wrote: > On Thursday 15 November 2007 14:24, Rob Mueller wrote: > > > That's my personal opinion, and I realize that some of the > > > commercial vendors may care about their insane customers' > > > satisfaction, but I'm simply not intereste

Re: mmap dirty limits on 32 bit kernels (Was: [BUG] New Kernel Bugs)

2007-11-18 Thread Bron Gondwana
On Thu, Nov 15, 2007 at 01:14:32PM -0800, Linus Torvalds wrote: Sorry about not replying to this earlier. I actually got a weekend away from the computer pretty much last weekend - took the kids swimming, helped a friend clear dead wood from around her house before the fire season. Shocking I k

[BUG] USB_PERSIST

2007-11-18 Thread Raymano Garibaldi
In kernel 2.6.23.8 USB_PERSIST feature does not work if the same USB device is detached and reattached while computer is suspended. The mount points for the USB storage device mounted before suspend are lost and the device has to be remounted after resume. Please advise, Thank you, Raymano Garibal

[git patches] libata fixes

2007-11-18 Thread Tejun Heo
These are upstream patches I collected while Jeff is away. Thanks. * workaround for ATAPI tape drives * detection/suspend workarounds for several laptops * ICH8/9 port_enable fix ata_piix controller ID reorganization is included to ease the fixes. Please pull from 'upstream-linus' branch of mas

Re: [BUG] USB_PERSIST

2007-11-18 Thread Denys Vlasenko
On Sunday 18 November 2007 20:14, Raymano Garibaldi wrote: > In kernel 2.6.23.8 USB_PERSIST feature does not work if the same USB > device is detached and reattached while computer is suspended. The > mount points for the USB storage device mounted before suspend are > lost and the device has to be

Re: size of git repository (was Re: [BUG] New Kernel Bugs)

2007-11-18 Thread Willy Tarreau
On Sun, Nov 18, 2007 at 03:56:11PM +0100, Ingo Molnar wrote: > > * Pavel Machek <[EMAIL PROTECTED]> wrote: > > > On Tue 2007-11-13 12:50:08, Mark Lord wrote: > > > Ingo Molnar wrote: > > > > > > > >for example git-bisect was godsent. I remember that > > > >years ago bisection of a bug was a very

Re: [PATCH] Fujitsu application panel driver

2007-11-18 Thread Stephen Hemminger
On Sun, 18 Nov 2007 23:36:58 +0100 Robert Gerlach <[EMAIL PROTECTED]> wrote: > Am Dienstag 23 Oktober 2007 21:55:55 schrieb Stephen Hemminger: > > +MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifeBook*:pvr*:rvnFUJITSU:*"); > > +MODULE_ALIAS("dmi:*:svnFUJITSU:pnLifebook*:pvr*:rvnFUJITSU:*"); > > Please make

Re: [PATCH][another try]bluetooth rfcomm tty_close before destruct

2007-11-18 Thread Dave Young
Hi, This is the right patch which will not touch original tty logic. Please ignore last one submited by me. Regards dave Subject: rfcomm_dev_del could be called twice time in release function. one by rfcomm_tty_hangup, another by rfcomm_release_dev, this will cause the device being destructed b

Re: [tpmdd-devel] [PATCH] - TPM device driver layer (tpm.c|h)

2007-11-18 Thread Greg KH
On Mon, Nov 19, 2007 at 12:13:19AM +0100, Marcel Selhorst wrote: > Dear all, > > sorry for the delay. The patch below was posted 3 months ago and fixes > possible problems during unloading of TPM device drivers. > > Acked by: Marcel Selhorst <[EMAIL PROTECTED]> Ok, but shouldn't you be sending

Re: [PATCH][retry-2] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-18 Thread Arjan van de Ven
On Sun, 18 Nov 2007 20:09:19 +0300 Al Boldi <[EMAIL PROTECTED]> wrote: > > Second try; this time with a doc-update, and the ability to remount > normally. Hi, to be honest, this is something that really should be done in the initramfs image; we should strive to keep the more complex bootup sce

Re: Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Pavel Roskin
Quoting Arjan van de Ven <[EMAIL PROTECTED]>: if it's just for a custom case (as it sounds like).. a simple small change to the pagefault handler sounds like the easiest thing to do... (eg just a direct function call to what would have been your notifier) Thanks! Actually, the idea is to make

SCSI breakage on non-cache coherent architectures

2007-11-18 Thread Benjamin Herrenschmidt
Hi James ! (Please CC me on replies as I'm not subscribed to linux-scsi) I've been debugging various issues on the PowerPC 44x embedded architecture which happens to have non-coherent PCI DMA. One of the problem I'm hitting is that one really need to enforce kmalloc alignement to cache lines or

Re: [PATCH][retry-2] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-18 Thread Al Boldi
H. Peter Anvin wrote: > a. For as long as we keep throwing more crap into the kernel, kinit will > not get merged, because it "provides no new functionality." I'm not really familiar with kinit, but it sounds unfair to hinder new features because it would reduce the usefulness of another project.

Re: Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Arjan van de Ven
On Mon, 19 Nov 2007 00:29:46 -0500 Pavel Roskin <[EMAIL PROTECTED]> wrote: > Quoting Arjan van de Ven <[EMAIL PROTECTED]>: > > > if it's just for a custom case (as it sounds like).. a simple small > > change to the pagefault handler sounds like the easiest thing to > > do... (eg just a direct fun

Re: [PATCH][retry-2] init: Introduce rootdir bootparm to select which dir to sys_chroot

2007-11-18 Thread Al Boldi
Arjan van de Ven wrote: > to be honest, this is something that really should be done in the > initramfs image; we should strive to keep the more complex bootup > scenarios there and not inside the kernel bootup code... Agreed, but this is neither complex nor is it a scenario. This is a shortcut.

Re: [BUG] USB_PERSIST

2007-11-18 Thread Raymano Garibaldi
The last time I tried this and it worked was 2.6.21. Below is a portion of the kernel log file where I had a USB storage device attached to the computer, then suspended the computer, while computer was suspended detached and reattached the USB storage device, and resumed the computer.

[PATCH-RESEND] 2.6.24-rc2-mm1 powerpc (iseries)- build failure - mm/stab.c

2007-11-18 Thread Kamalesh Babulal
Hi Stephen, Resubmitting the patch titled powerpc-iseries-build-failure-mm-stabc.patch in the -mm tree. Signed-off-by: Kamalesh Babulal <[EMAIL PROTECTED]> -- --- linux-2.6.24-rc2/arch/powerpc/mm/stab.c 2007-11-07 03:27:46.0 +0530 +++ linux-2.6.24-rc2/arch/powerpc/mm/~stab.c2007

[PATCH] 2.6.24-rc2-mm1 powerpc (iseries)- build failure - mm/stab.c

2007-11-18 Thread Stephen Rothwell
From: Kamalesh Babulal <[EMAIL PROTECTED]> The kernel builds fails with following error, with randconfig CC arch/powerpc/mm/stab.o arch/powerpc/mm/stab.c: In function ‘stab_initialize’: arch/powerpc/mm/stab.c:282: error: implicit declaration of function ‘HvCall1’ arch/powerpc/mm/stab.c:282

Re: [tpmdd-devel] [PATCH] - TPM device driver layer (tpm.c|h)

2007-11-18 Thread Marcel Selhorst
Hi Greg, >> Acked by: Marcel Selhorst <[EMAIL PROTECTED]> > Ok, but shouldn't you be sending this patch onward to Andrew and/or > others? You are right, I replied to all but he wasn't in CC... Sorry, I forwarded the patch to him. > Who is the TPM driver maintainer these days? That would current

Re: sb live (emu10k1) stops working between 2.6.23.1 and 2.6.23.7

2007-11-18 Thread Takashi Iwai
At Sat, 17 Nov 2007 12:18:29 -0500 (EST), Jim Faulkner wrote: > > > I've done some more testing this morning, and it appears that the "ALSA: > emu10k1 - Fix memory corruption" patch from 2.6.23.6 has broken digital > output on my SB Live Value card. Simply replacing the 2.6.23.7 emumixer.c > wit

[PATCH 1/3 -mm] kexec based hibernation -v6: kexec jump

2007-11-18 Thread Huang, Ying
This patch implements the functionality of jumping between the kexeced kernel and the original kernel. To support jumping between two kernels, before jumping to (executing) the new kernel and jumping back to the original kernel, the devices are put into quiescent state, and the state of devices an

[PATCH 3/3 -mm] kexec based hibernation -v6: kexec hibernate/resume

2007-11-18 Thread Huang, Ying
This patch implements kexec based hibernate/resume. This is based on the facility provided by kexec_jump. The ACPI methods are called at specified environment to conform the ACPI specification. Two new reboot commands are added to trigger hibernate/resume. Signed-off-by: Huang Ying <[EMAIL PROTECT

[PATCH 2/3 -mm] kexec based hibernation -v6: kexec restore

2007-11-18 Thread Huang, Ying
This patch adds writing support for /dev/oldmem. This is used to restore the memory contents of hibernated system. Signed-off-by: Huang Ying <[EMAIL PROTECTED]> --- arch/x86/kernel/crash_dump_32.c | 27 +++ drivers/char/mem.c | 32

[PATCH 0/3 -mm] kexec based hibernation -v6

2007-11-18 Thread Huang, Ying
khibernation - kexec based hibernation Kexec base hibernation has some potential advantages over u/swsusp and TuxOnIce (suspend2). Some of them are as follow: 1. The hibernation image size can exceed half of memory size easily. This is possible with TuxOnIce, but impossible with u/swsusp.

Re: [Patch] Fix UML broken (was Re: User Mode Linux still broken in 2.6.23.1)

2007-11-18 Thread Rob Landley
On Sunday 18 November 2007 15:32:03 Sam Ravnborg wrote: > On Sun, Nov 18, 2007 at 02:17:49PM -0600, Rob Landley wrote: > > On Saturday 17 November 2007 12:53:57 Jeff Dike wrote: > > > On Fri, Nov 16, 2007 at 04:00:22PM -0600, Rob Landley wrote: > > > > I wasn't cc'd, and missed it. I'd like to tes

Re: [BUG] 2.6.24-rc2-mm1 - kernel bug on nfs v4

2007-11-18 Thread Torsten Kaiser
On Nov 18, 2007 8:18 PM, Trond Myklebust <[EMAIL PROTECTED]> wrote: > On Sun, 2007-11-18 at 19:44 +0100, Torsten Kaiser wrote: > > NFSv2/3 and NFSv4 share the same dentry_iput and so share the same > > unlink and sillyrename logic. > > But they do not share nfs_init_server()! > > > > I wonder why t

2.6.24-rc2-mm1: kcryptd vs lockdep

2007-11-18 Thread Torsten Kaiser
Trying the last NFSv4 patch (but that patch is only the cause, why I had lockdep enabled) I got this: [ 64.550203] [ 64.550205] = [ 64.552213] [ BUG: held lock freed! ] [ 64.553633] - [ 64.555055] kcryptd/1022 is freeing memory 81011EBEF

Re: [BUG on PREEMPT_RT, 2.6.23.1-rt5] in rt-mutex code and signals

2007-11-18 Thread Jon Masters
On Sat, 2007-11-17 at 09:55 -0800, Daniel Walker wrote: > Sure, you want to split the list? I'm happy to grab a few of these too. Let me know if either of you or Ingo is working on the whole lot and about to dump it on us ;-) Jon. - To unsubscribe from this list: send the line "unsubscribe li

Re: [patch 1/6] sclp: sysfs interface for SCLP cpi

2007-11-18 Thread Cornelia Huck
On Fri, 16 Nov 2007 16:08:21 +0100, "Kay Sievers" <[EMAIL PROTECTED]> wrote: > On Nov 16, 2007 3:29 PM, Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > > + > > +static decl_subsys(cpi, NULL, NULL); > > + > > decl_subsys() and all other static kset cruft called "subsys" will be > gone with 2.6.25.

Re: NFS Bug in 2.6.23 ? SOLUTION ?

2007-11-18 Thread Gianluca Alberici
Trond Myklebust wrote: On Sun, 2007-11-18 at 19:44 +0100, Gianluca Alberici wrote: Trond, The problem is in nfs_mountpoint_timeout. After this time dentry_delete(/,4) removes the mountpoint, then it is very difficult to automount (at least with CFSD), one has got to try 2 or three times

Query on kernel metrics available

2007-11-18 Thread Raj Mathur
A competing OS vendor is claiming that the Linux kernel has no way to measure the following: a. Time spent waiting for page faults in percent b. Total transfer time for each auxiliary memory in percent c. Time in percent when one or more tasks were blocked waiting for memory resources d. Time

Re: 2.6.24-rc2-mm1: kcryptd vs lockdep

2007-11-18 Thread Ingo Molnar
* Torsten Kaiser <[EMAIL PROTECTED]> wrote: > Trying the last NFSv4 patch (but that patch is only the cause, why I > had lockdep enabled) I got this: > [ 64.550203] > [ 64.550205] = > [ 64.552213] [ BUG: held lock freed! ] > [ 64.553633] - >

<    1   2