Re: [uml-user] [PATCH 1/3] arch/um/drivers: remove duplicate structure field initialization

2010-06-21 Thread Andrew Morton
On Sun, 20 Jun 2010 15:40:02 +0200 (CEST) Julia Lawall wrote: > From: Julia Lawall > > There are two initializations of ndo_set_mac_address, one to a local > function that is not used otherwise and one to a function that is defined > elsewhere. This patch keeps the initialization to the local

Re: [uml-user] [PATCH 10/14] hppfs: check for IS_ERR() instead of != NULL

2010-09-08 Thread Andrew Morton
On Sun, 5 Sep 2010 22:32:56 +0400 Kulikov Vasiliy wrote: > From: Vasiliy Kulikov > > Function get_inode may return ERR_PTR(...). Check for it. > > Signed-off-by: Vasiliy Kulikov > --- > Compile tested. > > fs/hppfs/hppfs.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) >

Re: [uml-user] [PATCH 1/1] um: ubd: Fix data corruption

2010-10-01 Thread Andrew Morton
On Tue, 28 Sep 2010 23:47:36 +0200 Richard Weinberger wrote: > Under high load the file system gets corrupted. > This patch fixes the issue. > > Many thanks to Janjaap Bos ! > > LKML-Reference: gmail ! com> > Signed-off-by: Richard Weinberger > --- > arch/um/drivers/ubd_kern.c |7 +--

Re: [uml-user] [PATCH 1/1] um: Get rid of __do_IRQ()

2010-10-11 Thread Andrew Morton
On Mon, 11 Oct 2010 23:29:35 +0200 Richard Weinberger wrote: > This patch removes __do_IRQ() from user mode linux. I'd never actually noticed CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ. What's the plan here? Are all architectures supposed to me migrating away from __do_IRQ() and over to generic_handle

Re: [uml-user] linux-v3.9-rc3: BUG: Bad page map in process trinity-child6 pte:002f9045 pmd:29e421e1

2013-03-25 Thread Andrew Morton
On Fri, 22 Mar 2013 18:28:36 +0100 Toralf F__rster wrote: > Using trinity I often trigger under a user mode linux image with host kernel > 3.8.4 > and guest kernel linux-v3.9-rc3-244-g9217cbb the following : > (The UML guest is a 32bit stable Gentoo Linux) I assume 3.8 is OK? > > 2013-03-22T

Re: [uml-user] [PATCH 00/25] move handling of setuid/gid bits from VFS into individual setattr functions (RESEND)

2007-08-07 Thread Andrew Morton
On Mon, 6 Aug 2007 09:54:03 -0400 Jeff Layton <[EMAIL PROTECTED]> wrote: > Apologies for the resend, but the original sending had the date in the > email header and it caused some of these to bounce... > > ( Please consider trimming the Cc list if discussing some aspect of this > that doesn't con

Re: [uml-user] [PATCH 00/25] move handling of setuid/gid bits from VFS into individual setattr functions (RESEND)

2007-08-07 Thread Andrew Morton
On Tue, 07 Aug 2007 20:45:34 -0400 Trond Myklebust <[EMAIL PROTECTED]> wrote: > > - rename something so that unconverted filesystems will reliably fail to > > compile? > > > > - leave existing filesystems alone, but add a new > > inode_operations.setattr_jeff, which the networked filesytems c

Re: [uml-user] [PATCH 00/25] move handling of setuid/gid bits from VFS into individual setattr functions (RESEND)

2007-08-08 Thread Andrew Morton
On Wed, 8 Aug 2007 08:54:35 -0400 Jeff Layton <[EMAIL PROTECTED]> wrote: > On Tue, 7 Aug 2007 17:15:01 -0700 > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > On Mon, 6 Aug 2007 09:54:03 -0400 > > Jeff Layton <[EMAIL PROTECTED]> wrote: > > >