No description
Find a file
Paolo Abeni 000677f9d6 Merge branch 'mlxsw-fix-wformat-truncation-warnings'
Petr Machata says:

====================
mlxsw: Fix -Wformat-truncation warnings

Ido Schimmel writes:

Commit 6d4ab2e97d ("extrawarn: enable format and stringop overflow
warnings in W=1") enabled format warnings as part of W=1 builds,
resulting in two new warnings in mlxsw. Fix both and target at net-next
as the warnings are not indicative of actual bugs.
====================

Link: https://lore.kernel.org/r/cover.1696600763.git.petrm@nvidia.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2023-10-10 12:15:53 +02:00
arch
block
certs
crypto
Documentation netlink: specs: remove redundant type keys from attributes in subsets 2023-10-09 19:44:57 -07:00
drivers mlxsw: spectrum_ethtool: Fix -Wformat-truncation warning 2023-10-10 12:15:50 +02:00
fs
include tcp: record last received ipv6 flowlabel 2023-10-10 10:02:59 +02:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net tcp: change data receiver flowlabel after one dup 2023-10-10 10:02:59 +02:00
rust
samples
scripts
security
sound
tools tools: ynl-gen: handle do ops with no input attrs 2023-10-09 19:45:15 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.