ksmbd: increment reference count of parent fp
Namjae Jeon authored
[ Upstream commit 8510a043

 ]

Add missing increment reference count of parent fp in
ksmbd_lookup_fd_inode().
Signed-off-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
Reviewed-by: default avatarHyunchul Lee <hyc.lee@gmail.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
df30cbfd
Name Last commit Last update
Documentation ext4, doc: fix incorrect h_reserved size
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes"
arch arch: xtensa: platforms: Fix deadlock in rs_close()
block iocost: don't reset the inuse weight of under-weighted debtors
certs certs: Add support for using elliptic curve keys for signing modules
crypto crypto: xts - Add softdep on ecb
drivers Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"
fs ksmbd: increment reference count of parent fp
include tcp: make sure treq->af_specific is initialized
init init/main.c: return 1 from handled __setup() functions
ipc ipc/sem: do not sleep with a spin lock held
kernel bpf: Fix crash due to out of bounds access into reg2btf_ids.
lib hex2bin: fix access beyond string end
mm mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
net tcp: fix F-RTO may not work correctly when receiving DSACK
samples samples/bpf, xdpsock: Fix race when running for fix duration of time
scripts gcc-plugins: latent_entropy: use /dev/urandom
security Fix incorrect type in assignment of ipv6 port for audit
sound ASoC: wm8731: Disable the regulator when probing fails
tools perf arm-spe: Fix addresses of synthesized SPE events
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage
virt KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap mailmap: add Andrej Shadura
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Move Daniel Drake to credits
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS MAINTAINERS: adjust file entry for of_net.c after movement
Makefile Linux 5.15.37
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.