Go to file
Zqiang 60904fb2d9 smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()
BugLink: https://bugs.launchpad.net/bugs/2081278

[ Upstream commit 77aeb1b685f9db73d276bad4bb30d48505a6fd23 ]

For CONFIG_DEBUG_OBJECTS_WORK=y kernels sscs.work defined by
INIT_WORK_ONSTACK() is initialized by debug_object_init_on_stack() for
the debug check in __init_work() to work correctly.

But this lacks the counterpart to remove the tracked object from debug
objects again, which will cause a debug object warning once the stack is
freed.

Add the missing destroy_work_on_stack() invocation to cure that.

[ tglx: Massaged changelog ]

Signed-off-by: Zqiang <qiang.zhang1211@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Paul E. McKenney <paulmck@kernel.org>
Link: https://lore.kernel.org/r/20240704065213.13559-1-qiang.zhang1211@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:33 +02:00
Documentation PM / devfreq: Fix buffer overflow in trans_stat_show 2024-09-27 10:50:28 +02:00
LICENSES
arch um: line: always fill *error_out in setup_one_line() 2024-09-27 10:50:32 +02:00
block block: initialize integrity buffer to zero before writing it to media 2024-09-27 10:50:30 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-08-26 11:10:49 +02:00
crypto crypto: aead, cipher - zeroize key buffer after use 2024-09-27 10:50:29 +02:00
debian UBUNTU: [Packaging] Remove fips-checks script 2024-03-28 15:18:45 +01:00
debian.master UBUNTU: Upstream stable to v5.4.283 2024-09-27 10:50:28 +02:00
drivers wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id() 2024-09-27 10:50:33 +02:00
fs udf: Avoid excessive partition lengths 2024-09-27 10:50:31 +02:00
include i2c: Use IS_REACHABLE() for substituting empty ACPI functions 2024-09-27 10:50:30 +02:00
init init: open /initrd.image with O_LARGEFILE 2024-06-07 15:01:40 +02:00
ipc ipc: replace costly bailout check in sysvipc_find_ipc() 2023-02-24 14:01:18 +01:00
kernel smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu() 2024-09-27 10:50:33 +02:00
lib overflow: Implement size_t saturating arithmetic helpers 2024-09-27 10:50:22 +02:00
mm memcg_write_event_control(): fix a user-triggerable oops 2024-09-27 10:50:22 +02:00
net net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN 2024-09-27 10:50:32 +02:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-06-07 15:01:29 +02:00
scripts kbuild: Fix '-S -c' in x86 stack protector scripts 2024-09-27 10:50:21 +02:00
security smack: unix sockets: fix accept()ed socket label 2024-09-27 10:50:31 +02:00
sound ASoC: topology: Properly initialize soc_enum values 2024-09-27 10:50:32 +02:00
tools libbpf: Add NULL checks to bpf_object__{prev_map,next_map} 2024-09-27 10:50:33 +02:00
ubuntu
usr
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-06-07 15:01:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-10-30 11:41:56 +01:00
Makefile Linux 5.4.283 2024-09-27 10:50:28 +02:00
README
Ubuntu.md UBUNTU: [Packaging] update Ubuntu.md 2021-11-05 16:43:42 +01:00
dropped.txt
snapcraft.yaml

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.