From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993295AbcBTJOZ (ORCPT ); Sat, 20 Feb 2016 04:14:25 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:53043 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946389AbcBTJOP (ORCPT ); Sat, 20 Feb 2016 04:14:15 -0500 Date: Sat, 20 Feb 2016 09:14:13 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [git pull] vfs.git fixes for -rc5 Message-ID: <20160220091413.GF17997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Assorted fixes - xattr one from this cycle, the rest - stable fodder. The following changes since commit 18558cae0272f8fd9647e69d3fec1565a7949865: Linux 4.5-rc4 (2016-02-14 13:05:20 -0800) 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 7ae8fd0351f912b075149a1e03a017be8b903b9a: fs/pnode.c: treat zero mnt_group_id-s as unequal (2016-02-20 00:15:52 -0500) ---------------------------------------------------------------- Al Viro (1): affs_do_readpage_ofs(): just use kmap_atomic() around memcpy() Mateusz Guzik (1): xattr handlers: plug a lock leak in simple_xattr_list Maxim Patlasov (1): fs/pnode.c: treat zero mnt_group_id-s as unequal Wouter van Kesteren (1): fs: allow no_seek_end_llseek to actually seek fs/affs/file.c | 5 ++--- fs/pnode.c | 9 +++++++-- fs/read_write.c | 3 ++- fs/xattr.c | 6 +++--- 4 files changed, 14 insertions(+), 9 deletions(-)