From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756622AbdEURYW (ORCPT ); Sun, 21 May 2017 13:24:22 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:47736 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750788AbdEURYU (ORCPT ); Sun, 21 May 2017 13:24:20 -0400 Date: Sun, 21 May 2017 18:24:18 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [git pull] vfs.git fixes Message-ID: <20170521172418.GY390@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix for unsafe_put_user() (no callers currently in mainline, but anyone starting to use it will step into that) + osf_wait4() infoleak fix. The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus for you to fetch changes up to a8c39544a6eb2093c04afd5005b6192bd0e880c6: osf_wait4(): fix infoleak (2017-05-21 13:10:07 -0400) ---------------------------------------------------------------- Al Viro (2): fix unsafe_put_user() osf_wait4(): fix infoleak arch/alpha/kernel/osf_sys.c | 6 ++++-- arch/x86/include/asm/uaccess.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-)