Go to file
Jan Stancek f8dafdafdd sign-file,extract-cert: avoid using deprecated ERR_get_error_line()
commit 467d60eddf upstream.

ERR_get_error_line() is deprecated since OpenSSL 3.0.

Use ERR_peek_error_line() instead, and combine display_openssl_errors()
and drain_openssl_errors() to a single function where parameter decides
if it should consume errors silently.

Signed-off-by: Jan Stancek <jstancek@redhat.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Tested-by: R Nageswara Sastry <rnsastry@linux.ibm.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-04-25 10:45:58 +02:00
arch LoongArch: Eliminate superfluous get_numa_distances_cnt() 2025-04-25 10:45:56 +02:00
block
certs sign-file,extract-cert: avoid using deprecated ERR_get_error_line() 2025-04-25 10:45:58 +02:00
crypto
Documentation netlink: specs: rt-link: adjust mctp attribute naming 2025-04-25 10:45:43 +02:00
drivers nvmet-fc: Remove unused functions 2025-04-25 10:45:57 +02:00
fs btrfs: fix qgroup reserve leaks in cow_file_range 2025-04-25 10:45:56 +02:00
include xdp: Reset bpf_redirect_info before running a xdp's BPF prog. 2025-04-25 10:45:57 +02:00
init
io_uring io_uring/net: fix accept multishot handling 2025-04-25 10:45:54 +02:00
ipc
kernel tracing: Fix filter string testing 2025-04-25 10:45:50 +02:00
lib string: Add load_unaligned_zeropad() code path to sized_strscpy() 2025-04-25 10:45:50 +02:00
LICENSES
mm mm: fix apply_to_existing_page_range() 2025-04-25 10:45:48 +02:00
net mptcp: sockopt: fix getting freebind & transparent 2025-04-25 10:45:54 +02:00
rust
samples
scripts sign-file,extract-cert: avoid using deprecated ERR_get_error_line() 2025-04-25 10:45:58 +02:00
security landlock: Add the errata interface 2025-04-25 10:45:57 +02:00
sound ASoC: qcom: Fix sc7280 lpass potential buffer overflow 2025-04-25 10:45:46 +02:00
tools landlock: Add the errata interface 2025-04-25 10:45:57 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS sign-file,extract-cert: move common SSL helper functions to a header 2025-04-25 10:45:57 +02:00
Makefile kbuild: Add '-fno-builtin-wcslen' 2025-04-25 10:45:54 +02:00
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.