Go to file
Andrew Halaney 5277972bb0 panic: Flush kernel log buffer at the end
JIRA: https://issues.redhat.com/browse/RHEL-3987
Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git/

commit db621f13961fb858c2545305b62a569ccf95314e
Author: John Ogness <john.ogness@linutronix.de>
Date:   Thu Dec 14 20:48:23 2023 +0000

    panic: Flush kernel log buffer at the end

    If the kernel crashes in a context where printk() calls always
    defer printing (such as in NMI or inside a printk_safe section)
    then the final panic messages will be deferred to irq_work. But
    if irq_work is not available, the messages will not get printed
    unless explicitly flushed. The result is that the final
    "end Kernel panic" banner does not get printed.

    Add one final flush after the last printk() call to make sure
    the final panic messages make it out as well.

    Signed-off-by: John Ogness <john.ogness@linutronix.de>
    Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
2024-05-09 11:26:24 -04:00
Documentation exit: Allow oops_limit to be disabled 2024-05-09 11:26:19 -04:00
LICENSES
arch arm64: defconfig: Increase SERIAL_8250_NR_UARTS 2024-05-09 11:26:03 -04:00
block Merge: block: Fix page refcounts for unaligned buffers in __bio_release_pages() 2024-05-03 12:43:33 +02:00
certs
crypto
drivers serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART 2024-05-09 11:26:18 -04:00
fs sysctl: fix proc_dobool() usability 2024-05-09 11:25:32 -04:00
include printk: nbcon: Allow drivers to mark unsafe regions and check state 2024-05-09 11:26:22 -04:00
init Revert "printk: add infrastucture for atomic consoles" 2024-05-09 11:23:16 -04:00
io_uring eventfd: simplify eventfd_signal_mask() 2024-04-15 19:14:00 +02:00
ipc Merge: Backport ability for code running within an IPC namespace to alter its IPC and MQ limits 2024-04-24 19:32:48 +00:00
kernel panic: Flush kernel log buffer at the end 2024-05-09 11:26:24 -04:00
lib kernel/panic: Drop unblank_screen call 2024-05-09 11:25:06 -04:00
mm printk: export console trace point for kcsan/kasan/kfence/kmsan 2024-05-09 11:26:20 -04:00
net tty: rfcomm: convert counts to size_t 2024-05-09 11:25:58 -04:00
redhat redhat/configs: Disable CONFIG_RPMSG_TTY 2024-05-09 11:26:18 -04:00
samples Merge: CNB95: eventfd: update to v6.8 2024-04-24 19:33:58 +00:00
scripts Merge: kbuild: Fix building in external dir due to missing asm/qspinlock.h 2024-05-08 19:44:56 +00:00
security Merge: nvme: update the drivers to the latest version 2024-05-08 20:14:40 +00:00
sound ASoC: ti: ams-delta: Fix cx81801_receive() argument types 2024-05-09 11:26:02 -04:00
tools tools/bootconfig: Print all error message in stderr 2024-05-09 11:26:18 -04:00
usr
virt eventfd: simplify eventfd_signal() 2024-04-15 19:14:00 +02:00
.clang-format printk: Prepare for SRCU console list protection 2024-05-09 11:25:16 -04:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml gitlab-ci: allow coverage template to disable debug builds again 2024-04-09 14:39:33 +02:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS serial: 8250_pci1xxxx: Add driver for quad-uart support 2024-05-09 11:25:31 -04:00
Makefile redhat: version two of Makefile.rhelver tweaks 2024-04-09 19:15:12 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-447.el9 2024-05-07 08:24:27 +02:00
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.