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:	Fri, 7 Nov 2008 15:44:49 -0800 (PST)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Greg KH <gregkh@...e.de>
cc:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>, stable@...nel.org
Subject: Re: Linux 2.6.27.5



On Fri, 7 Nov 2008, Greg KH wrote:
>
> diff --git a/include/linux/sched.h b/include/linux/sched.h
> index 3d9120c..6bfb849 100644
> --- a/include/linux/sched.h
> +++ b/include/linux/sched.h
> @@ -1286,7 +1286,9 @@ struct task_struct {
>  	atomic_t fs_excl;	/* holding fs exclusive resources */
>  	struct rcu_head rcu;
>  
> -	/*
> +	struct list_head	*scm_work_list;
> +
> +/*
>  	 * cache last used pipe for splice
>  	 */
>  	struct pipe_inode_info *splice_pipe;

You did somethign wrong here when merging that scm_destroy() fix. See the 
badly indented comment start.

		Linus
--
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