No description
Find a file
Artem Chernyshev 9944d203fa broadcom: b44: Use b44_writephy() return value
Return result of b44_writephy() instead of zero to
deal with possible error.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Signed-off-by: Artem Chernyshev <artem.chernyshev@red-soft.ru>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-08-16 07:08:29 +01:00
arch x86: Move gds_ucode_mitigated() declaration to header 2023-08-10 09:13:21 -07:00
block
certs
crypto
Documentation Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2023-08-10 18:18:25 -07:00
drivers broadcom: b44: Use b44_writephy() return value 2023-08-16 07:08:29 +01:00
fs two ksmbd server fixes 2023-08-09 21:12:56 -07:00
include Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2023-08-10 18:18:25 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm mm: Fix access_remote_vm() regression on tagged addresses 2023-08-09 08:05:23 -07:00
net net: openvswitch: reject negative ifindex 2023-08-15 19:07:52 -07:00
rust
samples
scripts
security
sound
tools selftests: mirror_gre_changes: Tighten up the TTL test match 2023-08-14 11:14:24 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from netfilter, wireless and bpf. 2023-08-10 12:37:24 -07:00
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.