lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200704240055.01581.rjw@sisk.pl>
Date:	Tue, 24 Apr 2007 00:55:00 +0200
From:	"Rafael J. Wysocki" <rjw@...k.pl>
To:	ego@...ibm.com
Cc:	Oleg Nesterov <oleg@...sign.ru>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org,
	vatsa@...ibm.com, paulmck@...ibm.com, pavel@....cz
Subject: Re: [RFC][PATCH -mm 2/3] freezer: Introduce freezer_flags

On Tuesday, 24 April 2007 00:41, Gautham R Shenoy wrote:
> On Tue, Apr 24, 2007 at 12:40:17AM +0200, Rafael J. Wysocki wrote:
> > On Tuesday, 24 April 2007 00:23, Oleg Nesterov wrote:
> > > On 04/22, Rafael J. Wysocki wrote:
> > > > 
> > > > Move all of the freezer-related flags to a separate field in task_struct and
> > > > introduce functions to operate them using set_bit() etc.
> > > >
> > > > [...snip...]
> > > >
> > > > --- linux-2.6.21-rc6-mm1.orig/kernel/fork.c	2007-04-22 19:37:42.000000000 +0200
> > > > +++ linux-2.6.21-rc6-mm1/kernel/fork.c	2007-04-22 20:55:01.000000000 +0200
> > > > @@ -922,7 +922,7 @@ static inline void copy_flags(unsigned l
> > > >  {
> > > >  	unsigned long new_flags = p->flags;
> > > >  
> > > > -	new_flags &= ~(PF_SUPERPRIV | PF_NOFREEZE);
> > > > +	new_flags &= ~PF_SUPERPRIV;
> > > >  	new_flags |= PF_FORKNOEXEC;
> > > >  	new_flags |= PF_STARTING;
> > > >  	p->flags = new_flags;
> > > 
> > > OK, but you forgot to clear p->freezer_flags on copy_process()->dup_task_struct()
> > > path ?
> > 
> > Yes, thanks for pointing that out.
> 
> That reminds me, shouldn't we set the child's TFF_FREEZE flag if the parent
> is freezing or frozen? 

Well, usually we'll want to freeze the child too in such cases, but I'm not
sure if that's always true.

Greetings,
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ