Go to file
Wenlin Kang 3c5d210805 tipc: fix -Wstringop-truncation warnings
Replace strncpy() with strscpy(), fixes the following warning:

In function 'bearer_name_validate',
    inlined from 'tipc_enable_bearer' at net/tipc/bearer.c:246:7:
net/tipc/bearer.c:143:2: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
  strncpy(name_copy, name, TIPC_MAX_BEARER_NAME);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-11-19 10:20:11 -05:00
arch This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
block block: ratelimit handle_bad_sector() message 2020-10-29 10:08:17 +01:00
certs .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
crypto crypto: algif_skcipher - EBUSY on aio should be an error 2020-10-29 10:07:17 +01:00
Documentation This is the 5.8.17 stable release 2020-11-02 09:38:51 -05:00
drivers This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
fs ext4: fix -Wstringop-truncation warnings 2020-11-19 10:20:10 -05:00
include This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
init This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites 2020-06-09 09:39:14 -07:00
kernel This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
lib x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() 2020-11-01 12:45:37 +01:00
LICENSES LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
mm This is the 5.8.17 stable release 2020-11-02 09:38:51 -05:00
net tipc: fix -Wstringop-truncation warnings 2020-11-19 10:20:11 -05:00
samples misc: vop: add round_up(x,4) for vring_size to avoid kernel panic 2020-10-29 10:08:22 +01:00
scripts This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
security This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
sound ASoC: Intel: sof_rt5682: override quirk data for tgl_max98373_rt5682 2020-10-29 10:08:28 +01:00
tools perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_t 2020-11-19 10:04:40 -05:00
usr initramfs: allow an optional wrapper script around initramfs generation 2020-08-07 10:41:11 -04:00
virt KVM: fix memory leak in kvm_io_bus_unregister_dev() 2020-09-17 13:55:44 +02:00
.clang-format block: add bio_for_each_bvec_all() 2020-05-25 11:25:24 +02:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore .gitignore: Do not track defconfig from make savedefconfig 2020-07-05 16:15:46 +09:00
.mailmap mailmap: add entry for Mike Rapoport 2020-07-24 12:42:41 -07:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS mailmap: change email for Ricardo Ribalda 2020-05-25 18:59:59 -06:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS aufs5: aufs5-base 2020-08-07 10:41:23 -04:00
Makefile This is the 5.8.18 stable release 2020-11-10 13:38:21 -05:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.