* [GIT PULL] file locking fixes for v4.15
@ 2017-11-17 14:16 Jeff Layton
0 siblings, 0 replies; only message in thread
From: Jeff Layton @ 2017-11-17 14:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, linux-fsdevel, Vitaly Lipatov, Al Viro, Bruce Fields
[-- Attachment #1: Type: text/plain, Size: 1862 bytes --]
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/locks-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 syscall
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(-)
--
Jeff Layton <jlayton@kernel.org>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 862 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-17 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 14:16 [GIT PULL] file locking fixes for v4.15 Jeff Layton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.