Linux kernel modifications for the Kernel Hacking exam
Find a file
Zhongqiu Han 1d20e5d437
riscv: signal: Remove unlikely() from WARN_ON() condition
"WARN_ON(unlikely(x))" is excessive. WARN_ON() already uses unlikely()
internally.

Signed-off-by: Zhongqiu Han <quic_zhonhan@quicinc.com>
Reviewed-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Andy Chiu <andy.chiu@sifive.com>
Link: https://lore.kernel.org/r/20240620033434.3778156-1-quic_zhonhan@quicinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2024-07-26 05:50:46 -07:00
arch riscv: signal: Remove unlikely() from WARN_ON() condition 2024-07-26 05:50:46 -07:00
block SCSI misc on 20240718 2024-07-19 10:56:58 -07:00
certs
crypto
Documentation RISC-V Patches for the 6.11 Merge Window, Part 1 2024-07-20 09:11:27 -07:00
drivers Merge patch series "riscv: Separate vendor extensions from standard extensions" 2024-07-22 15:37:01 -07:00
fs for-6.11-tag 2024-07-19 14:34:52 -07:00
include Merge patch series "Add ACPI NUMA support for RISC-V" 2024-07-22 10:31:51 -07:00
init
io_uring
ipc
kernel pci-v6.11-changes 2024-07-19 19:03:18 -07:00
lib Char/Misc and other driver changes for 6.11-rc1 2024-07-19 15:55:08 -07:00
LICENSES
mm
net Notably this includes fixes for a s390 build breakage. 2024-07-19 14:58:12 -07:00
rust
samples Char/Misc and other driver changes for 6.11-rc1 2024-07-19 15:55:08 -07:00
scripts powerpc updates for 6.11 2024-07-19 21:00:33 -07:00
security This update includes the following changes: 2024-07-19 08:52:58 -07:00
sound Char/Misc and other driver changes for 6.11-rc1 2024-07-19 15:55:08 -07:00
tools RISC-V Patches for the 6.11 Merge Window, Part 1 2024-07-20 09:11:27 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - added support for Realtek RTL9302C 2024-07-20 09:03:36 -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 reStructuredText 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.