Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro: "Fix several places that screw up cleanups after failures halfway through opening a file (one open-coding filp_clone_open() and getting it wrong, two misusing alloc_file()). That part is -stable fodder from the 'work.open' branch. And Christoph's regression fix for uapi breakage in aio series; include/uapi/linux/aio_abi.h shouldn't be pulling in the kernel definition of sigset_t, the reason for doing so in the first place had been bogus - there's no need to expose struct __aio_sigset in aio_abi.h at all" * 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: aio: don't expose __aio_sigset in uapi ocxlflash_getfile(): fix double-iput() on alloc_file() failures cxl_getfile(): fix double-iput() on alloc_file() failures drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
Showing
- drivers/gpu/drm/drm_lease.c 1 addition, 15 deletionsdrivers/gpu/drm/drm_lease.c
- drivers/misc/cxl/api.c 4 additions, 4 deletionsdrivers/misc/cxl/api.c
- drivers/scsi/cxlflash/ocxl_hw.c 2 additions, 3 deletionsdrivers/scsi/cxlflash/ocxl_hw.c
- fs/aio.c 5 additions, 0 deletionsfs/aio.c
- fs/internal.h 0 additions, 1 deletionfs/internal.h
- include/linux/fs.h 1 addition, 0 deletionsinclude/linux/fs.h
- include/linux/syscalls.h 1 addition, 0 deletionsinclude/linux/syscalls.h
- include/uapi/linux/aio_abi.h 0 additions, 6 deletionsinclude/uapi/linux/aio_abi.h
Loading
Please register or sign in to comment