From: Greg KH <gregkh@linuxfoundation.org>
To: kernel-hardening@lists.openwall.com
Cc: Kees Cook <keescook@chromium.org>
Subject: Re: [kernel-hardening] New to KSPP, would like to contribute
Date: Tue, 17 Jan 2017 08:52:52 +0100 [thread overview]
Message-ID: <20170117075252.GA29579@kroah.com> (raw)
In-Reply-To: <CAPDLWs_82o5cQ24=pSO6hT8KtQHkNGz5S-gUf5e647QUX+t2QA@mail.gmail.com>
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 :(
prev parent reply other threads:[~2017-01-17 7:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-07 7:43 [kernel-hardening] New to KSPP, would like to contribute Kaiwan N Billimoria
2017-01-10 0:27 ` Kees Cook
2017-01-10 12:42 ` Kaiwan N Billimoria
2017-01-10 20:25 ` Kees Cook
2017-01-12 3:31 ` Kaiwan N Billimoria
2017-01-12 7:37 ` Greg KH
2017-01-12 10:04 ` Kaiwan N Billimoria
2017-01-17 7:38 ` Kaiwan N Billimoria
2017-01-17 7:44 ` Kaiwan N Billimoria
2017-01-17 7:52 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170117075252.GA29579@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=keescook@chromium.org \
--cc=kernel-hardening@lists.openwall.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.