From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Tue, 17 Jan 2017 08:52:52 +0100 From: Greg KH Message-ID: <20170117075252.GA29579@kroah.com> References: <20170112073746.GA23596@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [kernel-hardening] New to KSPP, would like to contribute To: kernel-hardening@lists.openwall.com Cc: Kees Cook List-ID: On Tue, Jan 17, 2017 at 01:08:14PM +0530, Kaiwan N Billimoria wrote: > --- > diff --git a/fs/buffer.c b/fs/buffer.c > index 28484b3..b524eda 100644 > --- a/fs/buffer.c > +++ b/fs/buffer.c > @@ -3511,7 +3511,7 @@ void __init buffer_init(void) > bh_cachep = kmem_cache_create("buffer_head", > sizeof(struct buffer_head), 0, > (SLAB_RECLAIM_ACCOUNT|SLAB_PANIC| > - SLAB_MEM_SPREAD), > + SLAB_MEM_SPREAD|SLAB_NO_SANITIZE), > NULL); Something went wrong here, your patch is totally corrupted with tabs turned into spaces :(