login
Header Space

 
 

Mailing list archives

Search results

Found 271 matching messages (0.020 seconds). Page 1 of 14.

Re: sys_chroot+sys_fchdir Fix

Serge E. Hallyn wrote: > Quoting David Newall (david@davidnewall.com): > >> Serge E. Hallyn wrote: >> >>> Quoting David Newall (david@davidnewall.com): >>> >>> >>>> It might be tidy if pivot_root could be used ...

linux-kernel - David Newall - Sep 25 2007 - 09:58

Re: [PATCH] Reserve N process to root

Gustavo Chain wrote: > El Wed, 10 Oct 2007 15:14:06 +0930 > David Newall <david@davidnewall.com> escribió: > >> Gustavo Chain ... 2007 11:19:27 +0930 >>> David Newall <david@davidnewall.com> escribió: >>> >>> >>>> Gustavo Chain ...

linux-kernel - David Newall - Oct 10 2007 - 10:13

Re: Chroot bug

... Engelhardt wrote: > On Sep 26 2007 01:11, David Newall wrote: > >> Jan Engelhardt wrote: >> >>> On Sep 26 2007 00:40, David Newall wrote: >>> >>> >>>> Miloslav Semler pointed out that a root process can chdir("..") out ...

linux-kernel - David Newall - Sep 25 2007 - 16:51

Re: [RFC PATCH 0/5] Shadow directories

David Newall wrote: > David Newall wrote: >> Jaroslav Sykora wrote: >>> Let's say we have an archive file "hello.zip" with a hello world >>> program source >>> code. We want to do this: >>> cat hello.zip^/hello.c ...

linux-kernel - David Newall - Oct 18 2007 - 12:53

Re: [PATCH for mm] Remove iBCS support

... , Jan 20, 2008 at 03:16:25PM +1030, David Newall wrote: > >> Andi Kleen wrote: >> >>> On ... Jan 20, 2008 at 12:57:29PM +1030, David Newall wrote: >>> >>> >>>> compatibility. This is a sleeping giant for Linux. There are plenty of ...

linux-kernel - David Newall - Jan 20 2008 - 01:33

Re: Trailing periods in kernel messages

David Miller wrote: > From: David Newall <david@davidnewall.com> > Date: Sat, 22 Dec 2007 00:13:07 +1030 >> David Miller wrote: >> >>> From: Jan Engelhardt >>> Date: Fri, 21 ...

linux-kernel - David Newall - Dec 21 2007 - 11:37

Re: [ANNOUNCE] Ramback: faster than a speeding bullet

... On Sunday 16 March 2008 20:59, david@lang.hm wrote: > >> On Sun, 16 ... On Sunday 16 March 2008 18:31, David Newall wrote: >>> >>>> Daniel Phillips wrote: >>>> ... no loss of data. Then you ignored David's point about the relatively low ...

linux-kernel - David Newall - Mar 17 2008 - 03:14

Re: sys_chroot+sys_fchdir Fix

Serge E. Hallyn wrote: > Quoting David Newall (david@davidnewall.com): > >> It might be tidy if pivot_root could be used (instead of a hack based on a >> chroot bug), but it'd still be unportable. >> ...

linux-kernel - David Newall - Sep 25 2007 - 03:45

Re: Chroot bug

Alan Cox wrote: > On Wed, 26 Sep 2007 01:05:07 +0930 > David Newall <david@davidnewall.com> wrote: >> Alan Cox wrote: >> >>>> Marek's loading dynamic libraries, it seems clear that the prime purpose >>>> ...

linux-kernel - David Newall - Sep 25 2007 - 19:50

Re: sys_chroot+sys_fchdir Fix

Alan Cox wrote: > On Wed, 26 Sep 2007 20:04:14 +0930 > David Newall <david@davidnewall.com> wrote: > >> Al Viro wrote: >> >>> Oh, for fsck sake... Folks, it's standard-required behaviour. Ability >>> ...

linux-kernel - David Newall - Sep 26 2007 - 07:22

Re: [PATCH] Reserve N process to root

Gustavo Chain wrote: > El Wed, 10 Oct 2007 11:19:27 +0930 > David Newall <david@davidnewall.com> escribió: > >> Gustavo Chain wrote: >> >>> I think it's necessary to reserve some pids to the super user. ...

linux-kernel - David Newall - Oct 10 2007 - 01:44

Re: cups slow on linux-2.6.24

David Miller wrote: > From: David Newall > Date: Fri, 01 Feb 2008 11:17:14 +1030 > > >> Patrick McHardy wrote: >> >>> Jozsef Kadlecsik wrote: >>> >>>> Strange, but there ...

linux-kernel - David Newall - Feb 1 2008 - 02:07

Re: [PATCH] USB: mark USB drivers as being GPL only

Pekka Enberg wrote: > Hi David, > > On Feb 3, 2008 5:12 PM, David Newall wrote: > >> By the way, I'm almost certain that the COPYING file is the first, last >> and only ...

linux-kernel - David Newall - Feb 3 2008 - 12:06

Re: [linux-pm] Fundamental flaw in system suspend, exposed by freezer removal

David Brownell wrote: > On Tuesday 26 February 2008, David Newall wrote: > >> Hardware can be inserted and removed while we're in a suspend state; and >> there's nothing that we can do ...

linux-kernel - David Newall - Feb 26 2008 - 09:36

Re: Chroot bug

Jan Engelhardt wrote: > On Sep 26 2007 00:40, David Newall wrote: > >> Miloslav Semler pointed out that a root process can chdir("..") out of its >> chroot. > So what? Just do this: chdir into ...

linux-kernel - David Newall - Sep 25 2007 - 11:41

Re: [RFC PATCH 0/5] Shadow directories

David Newall wrote: > Jaroslav Sykora wrote: >> Let's say we have an archive file "hello.zip" with a hello world >> program source >> code. We want to do this: >> cat hello.zip^/hello.c >> gcc hello.zip^/hello.c -o hello >> etc ...

linux-kernel - David Newall - Oct 18 2007 - 12:33

Re: [RFC PATCH 0/5] Shadow directories

Al Viro wrote: > On Fri, Oct 19, 2007 at 06:07:45AM +0930, David Newall wrote: > >>> considerations of this whole scheme. Linux, like most Unix systems, >>> has never allowed hard links to directories for a ...

linux-kernel - David Newall - Oct 18 2007 - 22:57

Re: RFC: outb 0x80 in inb_p, outb_p harmful on some modern AMD64 with MCP51 laptops

H. Peter Anvin wrote: > David Newall wrote: >> Where did the 8us delay come from? The documentation and source is >> careful not to say how long the delay is. Would changing it to, say >> 1us, be technically wrong? ...

linux-kernel - David Newall - Dec 10 2007 - 21:42

Re: RFC: permit link(2) to work across --bind mounts ?

Mark Lord wrote: > David Newall wrote: >> Mark Lord wrote: >>> But.. pity there's no mount flag override for smaller systems, >>> where bind mounts might be more useful with link(2) actually working. >> >> I don't see it. ...

linux-kernel - David Newall - Dec 19 2007 - 14:38

Re: Testing RAM from userspace / question about memmap= arguments

Pavel Machek wrote: > On Sun 2007-12-23 07:06:58, David Newall wrote: > >> It's kind of hard to run anything over SSH if it has to be run before >> userspace is up. But the kernel can collect results from a ...

linux-kernel - David Newall - Dec 23 2007 - 03:35

speck-geostationary