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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 26 Aug 2008 21:38:57 -0500
From:	"Serge E. Hallyn" <serue@...ibm.com>
To:	Oleg Nesterov <oleg@...sign.ru>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	"Eric W. Biederman" <ebiederm@...ssion.com>,
	Pavel Emelyanov <xemul@...nvz.org>,
	Robert Rex <robert.rex@...sol.com>,
	Roland McGrath <roland@...hat.com>,
	Sukadev Bhattiprolu <sukadev@...ibm.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] pid_ns: kill the now unused task_child_reaper()

Quoting Oleg Nesterov (oleg@...sign.ru):
> task_child_reaper() has no callers anymore, kill it.
> 
> Signed-off-by: Oleg Nesterov <oleg@...sign.ru>

Acked-by: Serge Hallyn <serue@...ibm.com>

> --- 2.6.27-rc4/include/linux/pid_namespace.h~4_KILL_HELPER	2008-07-30 13:12:48.000000000 +0400
> +++ 2.6.27-rc4/include/linux/pid_namespace.h	2008-08-24 19:33:12.000000000 +0400
> @@ -84,12 +84,6 @@ static inline struct pid_namespace *task
>  	return tsk->nsproxy->pid_ns;
>  }
> 
> -static inline struct task_struct *task_child_reaper(struct task_struct *tsk)
> -{
> -	BUG_ON(tsk != current);
> -	return tsk->nsproxy->pid_ns->child_reaper;
> -}
> -
>  void pidhash_init(void);
>  void pidmap_init(void);
> 
--
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