Revision 732f30694325ab586a4d90412ace81e50dfe448e authored by Linus Torvalds on 29 June 2022, 16:20:40 UTC, committed by Linus Torvalds on 29 June 2022, 16:20:40 UTC
Pull ksmbd server fixes from Steve French:

 - seek null check (don't use f_seek op directly and blindly)

 - offset validation in FSCTL_SET_ZERO_DATA

 - fallocate fix (relates e.g. to xfstests generic/091 and 263)

 - two cleanup fixes

 - fix socket settings on some arch

* tag '5.19-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd:
  ksmbd: use vfs_llseek instead of dereferencing NULL
  ksmbd: check invalid FileOffset and BeyondFinalZero in FSCTL_ZERO_DATA
  ksmbd: set the range of bytes to zero without extending file size in FSCTL_ZERO_DATA
  ksmbd: remove duplicate flag set in smb2_write
  ksmbd: smbd: Remove useless license text when SPDX-License-Identifier is already used
  ksmbd: use SOCK_NONBLOCK type for kernel_accept()
2 parent s 941e3e7 + 067baa9
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile.kvm -rw-r--r-- 486 bytes
async_pf.c -rw-r--r-- 5.3 KB
async_pf.h -rw-r--r-- 518 bytes
binary_stats.c -rw-r--r-- 4.5 KB
coalesced_mmio.c -rw-r--r-- 4.9 KB
coalesced_mmio.h -rw-r--r-- 884 bytes
dirty_ring.c -rw-r--r-- 4.1 KB
eventfd.c -rw-r--r-- 22.9 KB
irqchip.c -rw-r--r-- 5.6 KB
kvm_main.c -rw-r--r-- 146.7 KB
kvm_mm.h -rw-r--r-- 1.5 KB
pfncache.c -rw-r--r-- 7.4 KB
vfio.c -rw-r--r-- 7.4 KB
vfio.h -rw-r--r-- 289 bytes

back to top