2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 03:33:59 +08:00
Mainline Linux tree for various devices, only for fun :)
Go to file
Zheyu Ma c69b2f4687 cavium: Fix return values of the probe function
During the process of driver probing, the probe function should return < 0
for failure, otherwise, the kernel will treat value > 0 as success.

Signed-off-by: Zheyu Ma <zheyuma97@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-10-19 13:09:57 +01:00
arch Networking fixes for 5.15-rc6. 2021-10-14 18:21:39 -04:00
block
certs
crypto
Documentation mctp: unify sockaddr_mctp types 2021-10-18 13:47:09 +01:00
drivers cavium: Fix return values of the probe function 2021-10-19 13:09:57 +01:00
fs
include mctp: Be explicit about struct sockaddr_mctp padding 2021-10-18 13:47:09 +01:00
init
ipc
kernel
lib
LICENSES
mm
net net/sched: act_ct: Fix byte count on fragmented packets 2021-10-18 13:31:58 +01:00
samples
scripts
security
sound
tools selftests/tls: add SM4 algorithm dependency for tls selftests 2021-10-18 13:52:11 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Networking fixes for 5.15-rc6. 2021-10-14 18:21:39 -04: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.