No description
Find a file
Haowen Bai 3f9dbee1ee SUNRPC: Return true/false (not 1/0) from bool functions
[ Upstream commit 5f7b839d47 ]

Return boolean values ("true" or "false") instead of 1 or 0 from bool
functions.  This fixes the following warnings from coccicheck:

./fs/nfsd/nfs2acl.c:289:9-10: WARNING: return of 0/1 in function
'nfsaclsvc_encode_accessres' with return type bool
./fs/nfsd/nfs2acl.c:252:9-10: WARNING: return of 0/1 in function
'nfsaclsvc_encode_getaclres' with return type bool

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Stable-dep-of: ea5021e911 ("NFSD: Finish converting the NFSv2 GETACL result encoder")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:57:15 +08:00
arch perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box() 2023-04-19 17:57:14 +08:00
block
certs
crypto
Documentation
drivers EDAC/i10nm: fix refcount leak in pci_get_dev_wrapper() 2023-04-19 17:57:14 +08:00
fs SUNRPC: Return true/false (not 1/0) from bool functions 2023-04-19 17:57:15 +08:00
include timerqueue: Use rb_entry_safe() in timerqueue_getnext() 2023-04-19 17:57:13 +08:00
init
io_uring
ipc
kernel perf: Fix possible memleak in pmu_dev_alloc() 2023-04-19 17:57:13 +08:00
lib lib/fonts: fix undefined behavior in bit shift for get_default_font 2023-04-19 17:57:13 +08:00
LICENSES
mm
net
samples
scripts
security
sound
tools selftests/efivarfs: Add checking of the test return value 2023-04-19 17:57:14 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.