Go to file
Jerome Marchand 95188e6318 bpf: Fix jit blinding with new sdiv/smov insns
JIRA: https://issues.redhat.com/browse/RHEL-10691

commit 7058e3a31ee4b9240cccab5bc13c1afbfa3d16a0
Author: Yonghong Song <yonghong.song@linux.dev>
Date:   Thu Jul 27 18:12:25 2023 -0700

    bpf: Fix jit blinding with new sdiv/smov insns

    Handle new insns properly in bpf_jit_blind_insn() function.

    Acked-by: Eduard Zingerman <eddyz87@gmail.com>
    Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
    Link: https://lore.kernel.org/r/20230728011225.3715812-1-yonghong.song@linux.dev
    Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
2023-12-15 09:28:54 +01:00
Documentation bpf, docs: fix BPF_NEG entry in instruction-set.rst 2023-12-15 09:28:53 +01:00
LICENSES
arch bpf: Support new signed div/mod instructions. 2023-12-15 09:28:54 +01:00
block
certs
crypto
drivers
fs
include bpf: Fix jit blinding with new sdiv/smov insns 2023-12-15 09:28:54 +01:00
init
io_uring
ipc
kernel bpf: Fix jit blinding with new sdiv/smov insns 2023-12-15 09:28:54 +01:00
lib
mm
net
redhat
samples
scripts
security
sound
tools bpf: Support new sign-extension load insns 2023-12-15 09:28:53 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS
Makefile
Makefile.rhelver
README
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.