No description
Find a file
Huang Shijie ce3c5039e6 arm64: irq: set the correct node for shadow call stack
commit 7b1a09e44d upstream.

The init_irq_stacks() has been changed to use the correct node:
https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?id=75b5e0bf90bf

The init_irq_scs() has the same issue with init_irq_stacks():
	cpu_to_node() is not initialized yet, it does not work.

This patch uses early_cpu_to_node() to set the init_irq_scs()
with the correct node.

Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20231213012046.12014-1-shijie@os.amperecomputing.com
Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-02-23 08:54:55 +01:00
arch arm64: irq: set the correct node for shadow call stack 2024-02-23 08:54:55 +01:00
block blk-mq: fix IO hang from sbitmap wakeup race 2024-02-23 08:54:52 +01:00
certs
crypto crypto: api - Disallow identical driver names 2024-02-23 08:54:23 +01:00
Documentation net: sysfs: Fix /sys/class/net/<iface> path 2024-02-23 08:54:55 +01:00
drivers ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550() 2024-02-23 08:54:54 +01:00
fs ceph: fix deadlock or deadcode of misusing dget() 2024-02-23 08:54:52 +01:00
include af_unix: fix lockdep positive in sk_diag_dump_icons() 2024-02-23 08:54:54 +01:00
init rootfs: Fix support for rootfstype= when root= is given 2024-01-25 14:52:48 -08:00
io_uring io_uring/rw: ensure io->bytes_done is always initialized 2024-01-25 14:52:48 -08:00
ipc
kernel perf: Fix the nr_addr_filters fix 2024-02-23 08:54:52 +01:00
lib debugobjects: Stop accessing objects after releasing hash bucket lock 2024-02-23 08:54:37 +01:00
LICENSES
mm mm/sparsemem: fix race in accessing memory_section->usage 2024-02-23 08:54:34 +01:00
net af_unix: fix lockdep positive in sk_diag_dump_icons() 2024-02-23 08:54:54 +01:00
samples samples/hw_breakpoint: fix building without module unloading 2023-09-23 11:10:01 +02:00
scripts scripts/get_abi: fix source path leak 2024-02-23 08:54:25 +01:00
security lsm: new security_file_ioctl_compat() hook 2024-02-23 08:54:25 +01:00
sound ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140 2024-02-23 08:54:49 +01:00
tools selftests: net: fix available tunnels detection 2024-02-23 08:54:55 +01:00
usr
virt KVM: Grab a reference to KVM for VM and vCPU stats file descriptors 2023-08-03 10:22:40 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-08-26 14:23:27 +02:00
Makefile Linux 5.15.148 2024-01-25 14:52:56 -08: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.