From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:44740 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725765AbeLWRQZ (ORCPT ); Sun, 23 Dec 2018 12:16:25 -0500 Date: Sun, 23 Dec 2018 17:16:23 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [git pull] vfs.git - a couple of fixes Message-ID: <20181223171622.GF2217@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: A couple of fixes - no common topic ;-) The following changes since commit 73116df7bb90435ccb2817f44113295240d15034: afs: Use d_instantiate() rather than d_add() and don't d_drop() (2018-11-29 21:08:14 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes for you to fetch changes up to ea5751ccd665a2fd1b24f9af81f6167f0718c5f6: proc/sysctl: don't return ENOMEM on lookup when a table is unregistering (2018-12-13 20:59:44 -0500) ---------------------------------------------------------------- Ivan Delalande (1): proc/sysctl: don't return ENOMEM on lookup when a table is unregistering Jeff Moyer (1): aio: fix spectre gadget in lookup_ioctx fs/aio.c | 2 ++ fs/proc/proc_sysctl.c | 13 ++++++------- 2 files changed, 8 insertions(+), 7 deletions(-)