Re: [PATCH] Introduce CONFIG_VIRT_TO_BUS

2007-05-23 Thread David Miller
From: Al Viro <[EMAIL PROTECTED]> Date: Wed, 23 May 2007 08:04:50 +0100 > On Wed, May 23, 2007 at 05:01:55PM +1000, Stephen Rothwell wrote: > > Make some offending drivers depend on it and set > > CONFIG_ARCH_NO_VIRT_TO_BUS for ppc64 so that we don't build those drivers. > > Seeing how few target

Re: [patch] CFS scheduler, -v13

2007-05-23 Thread Hemmann, Volker Armin
Hi, I wanted to mail earlier, but I had always something get in my way. I used cfs v13 since you announced it. Since patching the kernel (2.6.21.1) with cfs v13 I did the following things; - big backup of home onto tape and restoring it after changing to reiser4 (yes, I know the threads about

Re: [patch 00/69] -stable review

2007-05-23 Thread Romano Giannetti
(resent, using gmail) On Mon, 2007-05-21 at 14:25 -0700, Chris Wright wrote: > * Linus Torvalds ([EMAIL PROTECTED]) wrote: > > On Mon, 21 May 2007, Chuck Ebbert wrote: > > > > > > What happened to: > > > > > > "Fix ACPI suspend / device suspend ordering problem" > > > 52ade9b3b97fd3bea42842a056

Re: [PROBLEM] 2.6.22-rc2 panics on x86-64 with slub

2007-05-23 Thread Jens Axboe
On Tue, May 22 2007, Christoph Lameter wrote: > On Wed, 23 May 2007, Srihari Vijayaraghavan wrote: > > > (If you want me to test it with other slub or kernel debug options please > > let > > me know. It just takes a lot of time to eliminate the variables, if there > > are > > problems.) > > Yup

Re: [patch 00/69] -stable review

2007-05-23 Thread Romano Giannetti
(changing email. My employer server adds a stupid and malformed disclaimer, so that vger refuses the post. Oh well. I will no trim the quot to my original message so that it's here for anyone). On Tue, 2007-05-22 at 15:07 -0700, Linus Torvalds wrote: > > On Tue, 22 May 2007, Romano Giannetti wrot

Re: [PATCH] Introduce CONFIG_VIRT_TO_BUS

2007-05-23 Thread Al Viro
On Wed, May 23, 2007 at 05:01:55PM +1000, Stephen Rothwell wrote: > Make some offending drivers depend on it and set > CONFIG_ARCH_NO_VIRT_TO_BUS for ppc64 so that we don't build those drivers. Seeing how few targets _do_ have that, I'd invert the that. I.e. have HAS_VIRT_TO_BUS in arch/*/Kconfig

Re: [RFC PATCH] file as directory

2007-05-23 Thread Al Viro
On Wed, May 23, 2007 at 08:36:04AM +0200, Miklos Szeredi wrote: > > Interesting... How do you deal with mount propagation and things like > > mount --move? > > Moving (or doing other mount operations on) an ancestor shouldn't be a > problem. Moving this mount itself is not allowed, and neither i

[PATCH] Introduce CONFIG_VIRT_TO_BUS

2007-05-23 Thread Stephen Rothwell
Make some offending drivers depend on it and set CONFIG_ARCH_NO_VIRT_TO_BUS for ppc64 so that we don't build those drivers. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig|3 +++ drivers/atm/Kconfig |8 drivers/block/Kconfig |

<    1   2   3   4   5   6