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/[email protected]/[email protected]/
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 <[email protected]>
signature.asc
Description: This is a digitally signed message part

