1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 17:23:25 -05:00
No description
Find a file
xu xin 95e9a8552e ia64: mca: use strscpy() is more robust and safer
The implementation of strscpy() is more robust and safer.  That's now the
recommended way to copy NUL terminated strings.

Link: https://lkml.kernel.org/r/20220930061950.288290-1-xu.xin16@zte.com.cn
Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Xu Panda <xu.panda@zte.com.cn>
Signed-off-by: xu xin <xu.xin16@zte.com.cn>
Cc: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-10-11 18:51:10 -07:00
arch ia64: mca: use strscpy() is more robust and safer 2022-10-11 18:51:10 -07:00
block
certs
crypto
Documentation checkpatch: warn for non-standard fixes tag style 2022-10-03 14:21:44 -07:00
drivers
fs nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure 2022-10-11 18:51:10 -07:00
include ipc/msg: mitigate the lock contention with percpu counter 2022-10-03 14:21:44 -07:00
init init/Kconfig: fix unmet direct dependencies 2022-10-11 18:51:10 -07:00
io_uring
ipc ipc/msg: mitigate the lock contention with percpu counter 2022-10-03 14:21:44 -07:00
kernel fork: remove duplicate included header files 2022-10-11 18:51:10 -07:00
lib
LICENSES
mm
net
samples
scripts checkpatch: warn for non-standard fixes tag style 2022-10-03 14:21:44 -07:00
security
sound
tools
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 2022-10-03 14:21:44 -07:00
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.