From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935012AbdKQOQ5 (ORCPT ); Fri, 17 Nov 2017 09:16:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:48132 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934767AbdKQOQ3 (ORCPT ); Fri, 17 Nov 2017 09:16:29 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC3ED214EE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jlayton@kernel.org Message-ID: <1510928181.4096.34.camel@kernel.org> Subject: [GIT PULL] file locking fixes for v4.15 From: Jeff Layton To: Linus Torvalds Cc: LKML , linux-fsdevel , Vitaly Lipatov , Al Viro , Bruce Fields Date: Fri, 17 Nov 2017 09:16:21 -0500 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-lLJ2ntj+MWKGbPE3B1sN" X-Mailer: Evolution 3.26.2 (3.26.2-1.fc27) Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-lLJ2ntj+MWKGbPE3B1sN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The following changes since commit 894025f24bd028942da3e602b87d9f7223109b14= : Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git= /gregkh/usb (2017-11-13 21:14:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux.git tags/lock= s-v4.15-1 for you to fetch changes up to 4d2dc2cc766c3b51929658cacbc6e34fc8e242fb: fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscall= (2017-11-15 08:08:36 -0500) ---------------------------------------------------------------- A couple of fixes for a patch that went into v4.14. It passes my (minimal) testing, and has been in linux-next for a few days now. I do realize that this branch is based on a commit from the merge window, but the bug report just came in a few days ago. I'm hoping you'll forgive it this time since the patches seem to be fairly straightforward. I also would like to get my address changed in MAINTAINERS to clear that hurdle. ---------------------------------------------------------------- Jeff Layton (3): MAINTAINERS: s/jlayton@poochiereds.net/jlayton@kernel.org/ fcntl: don't leak fd reference when fixup_compat_flock fails fcntl: don't cap l_start and l_end values for F_GETLK64 in compat sys= call MAINTAINERS | 6 +++--- arch/arm64/include/asm/compat.h | 1 - arch/mips/include/asm/compat.h | 1 - arch/parisc/include/asm/compat.h | 1 - arch/powerpc/include/asm/compat.h | 1 - arch/s390/include/asm/compat.h | 1 - arch/sparc/include/asm/compat.h | 1 - arch/tile/include/asm/compat.h | 1 - arch/x86/include/asm/compat.h | 1 - fs/fcntl.c | 16 +++++++--------- 10 files changed, 10 insertions(+), 20 deletions(-) --=20 Jeff Layton --=-lLJ2ntj+MWKGbPE3B1sN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEES8DXskRxsqGE6vXTAA5oQRlWghUFAloO7zUTHGpsYXl0b25A a2VybmVsLm9yZwAKCRAADmhBGVaCFa6PEACByn3poxi9GEqR1S1l93sQEIOurn7D byQnpZPPajBB1STxfLLKNv8E4UQf0dSTi3qN1fHEHqfnP6oyMMtad2OXLp0Hgi/t OyLKiZjN9q3z0DcocNuvWuNTgOKxQ2L2PwQBL1/ICyv5WZX6srlVLrijhF1EmJ9q kmy/YRC0pa0+mxc4GVxe24K4M8XpjPqqBg8h3gwap6uHy7HGs806SpO0ECPnoFpG MbhVvLXqtWIl/ZdRmvWWIw9q5EfLtYeWdOhsnvV0IZGXCdC3ZMk2hWWJGCzyfNhn qrIhQjIoNByaj4u0SUk1wcYNWpVApOYDE4X/v4IusUZ00HNgour8oSMtmloQqZqK /DJ/sM/I4GYCYzckXKylFe2nLR6PSqnzh8kfeQ2r262MmD85XSHeaZElO3ubyIa/ gwiiYKAa3sgNR/5uVCekxKjOWjDomqwBoEZ1a8M1QE4qeiHdXqNL7TyT8rU0+yjA pfX5q1cG5NDdmXH0Zm88Vq7diFKG+/S0Ivg5M8/9lu6BZrOMIicCarw7xRRsnVVe bldZzaRMvfwLjt2JsvQQ4K73JW/b1MqFmEjTHdv5DrFNwroRFYxvBPhqEQufwUXP DnZLWcT5jALdY86syoQ/uJx/qM4od12juODYo4fnRcCIO8C5jEWQEJKFd/+cr+et Tn2DVJLoPD62qA== =673V -----END PGP SIGNATURE----- --=-lLJ2ntj+MWKGbPE3B1sN--