From: Kees Cook <keescook@chromium.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: linux-kernel@vger.kernel.org, James Morse <james.morse@arm.com>, Kees Cook <keescook@chromium.org>, Laura Abbott <labbott@redhat.com>, Mark Rutland <mark.rutland@arm.com>, Sahara <keun-o.park@darkmatter.ae> Subject: [GIT PULL] usercopy updates for v4.12-rc1 Date: Mon, 1 May 2017 11:34:56 -0700 [thread overview] Message-ID: <20170501183456.GA38788@beast> (raw) Hi, Please pull these hardened usercopy updates for v4.12-rc1. Thanks! -Kees The following changes since commit 4495c08e84729385774601b5146d51d9e5849f81: Linux 4.11-rc2 (2017-03-12 14:47:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/usercopy-v4.12-rc1 for you to fetch changes up to 517e1fbeb65f5eade8d14f46ac365db6c75aea9b: mm/usercopy: Drop extra is_vmalloc_or_module() check (2017-04-05 12:30:18 -0700) ---------------------------------------------------------------- A couple hardened usercopy changes: - drop now unneeded is_vmalloc_or_module() check; Laura Abbott - use enum instead of literals for stack frame API; Sahara ---------------------------------------------------------------- Laura Abbott (1): mm/usercopy: Drop extra is_vmalloc_or_module() check Sahara (1): usercopy: Move enum for arch_within_stack_frames() arch/x86/include/asm/thread_info.h | 13 +++++++------ include/linux/thread_info.h | 12 ++++++++++++ mm/usercopy.c | 19 +------------------ 3 files changed, 20 insertions(+), 24 deletions(-) -- Kees Cook Pixel Security
reply other threads:[~2017-05-01 18:35 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170501183456.GA38788@beast \ --to=keescook@chromium.org \ --cc=james.morse@arm.com \ --cc=keun-o.park@darkmatter.ae \ --cc=labbott@redhat.com \ --cc=linux-kernel@vger.kernel.org \ --cc=mark.rutland@arm.com \ --cc=torvalds@linux-foundation.org \ --subject='Re: [GIT PULL] usercopy updates for v4.12-rc1' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).