Linux kernel source tree
 
 
 
 
 
 
Go to file
Pedro Tammela 8e4553ef3e net/sched: sch_hfsc: warn about class in use while deleting
Add extack to warn that delete was rejected because
the class is still in use

Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Pedro Tammela <pctammela@mojatatu.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2023-08-01 10:47:24 +02:00
Documentation net: change accept_ra_min_rtr_lft to affect all RA lifetimes 2023-07-28 13:30:51 -07:00
LICENSES
arch riscv: dts: allwinner: d1: Add CAN controller nodes 2023-07-28 08:47:18 +02:00
block
certs
crypto
drivers net: bcmgenet: Remove TX ring full logging 2023-07-31 14:42:08 -07:00
fs Networking fixes for 6.5-rc4, including fixes from can, netfilter 2023-07-27 12:27:37 -07:00
include net/sched: wrap open coded Qdics class filter counter 2023-08-01 10:47:24 +02:00
init
io_uring
ipc
kernel tcx: Fix splat during dev unregister 2023-07-31 14:44:02 -07:00
lib netfilter net-next pull request 2023-07-27 2023-07-27 20:25:43 -07:00
mm memblock: reset memblock.reserved to system init state to prevent UAF 2023-07-27 11:37:34 -07:00
net net/sched: sch_hfsc: warn about class in use while deleting 2023-08-01 10:47:24 +02:00
rust
samples
scripts
security
sound
tools selftests: mptcp: userspace_pm: unmute unexpected errors 2023-07-31 20:11:53 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add myself as maintainer of the ems_pci.c driver 2023-07-28 08:47:18 +02:00
Makefile
README

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.