Go to file
Waiman Long 4753d1c10a workqueue: use LIST_HEAD to initialize cull_list
JIRA: https://issues.redhat.com/browse/RHEL-25103

commit 9680540c0c56a1f75a2d6aab31bf38aa429aa9d9
Author: Yang Yingliang <yangyingliang@huawei.com>
Date:   Fri, 4 Aug 2023 11:22:15 +0800

    workqueue: use LIST_HEAD to initialize cull_list

    Use LIST_HEAD() to initialize cull_list instead of open-coding it.

    Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
    Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>
    Signed-off-by: Tejun Heo <tj@kernel.org>

Signed-off-by: Waiman Long <longman@redhat.com>
2024-05-03 13:39:25 -04:00
Documentation workqueue: Track and monitor per-workqueue CPU time usage 2024-05-03 13:39:24 -04:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch powerpc, workqueue: Use alloc_ordered_workqueue() to create ordered workqueues 2024-05-03 13:39:24 -04:00
block Merge: Updates for powerpc smp nr_cpu_ids 2024-04-22 12:47:54 +00:00
certs integrity: PowerVM support for loading third party code signing keys 2024-02-05 19:05:32 +08:00
crypto Merge: crypto: dh - implement FIPS PCT and a panic on a failure 2024-03-20 13:38:07 -03:00
drivers soc: qcom: qmi: Use alloc_ordered_workqueue() to create ordered workqueues 2024-05-03 13:39:25 -04:00
fs Merge: quota: Fix potential NULL pointer dereference 2024-04-29 14:08:00 +00:00
include workqueue: Warn attempt to flush system-wide workqueues. 2024-05-03 13:39:25 -04:00
init init: flush async file closing 2024-04-17 10:10:57 +08: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 workqueue: use LIST_HEAD to initialize cull_list 2024-05-03 13:39:25 -04:00
lib workqueue: Fix cpu_intensive_thresh_us name in help text 2024-05-03 13:39:25 -04:00
mm Merge: block: open block device as file 2024-04-29 14:05:40 +00:00
net Merge: Wireless core and drivers rebase to v6.8 2024-04-29 14:06:09 +00:00
redhat redhat/configs: Add CONFIG_WQ_CPU_INTENSIVE_REPORT 2024-05-03 13:39:24 -04:00
samples Merge: CNB95: eventfd: update to v6.8 2024-04-24 19:33:58 +00:00
scripts checkpatch: add ethtool_sprintf rules 2024-04-05 11:27:37 +02:00
security Merge: CNB95: netlink: update netlink core to the upstream v6.3 2024-04-24 19:47:18 +00:00
sound Merge: arch/x86: backport 2024-03-26 11:25:15 -04:00
tools workqueue: Track and monitor per-workqueue CPU time usage 2024-05-03 13:39:24 -04:00
usr shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage 2024-03-20 09:42:28 -04:00
virt eventfd: simplify eventfd_signal() 2024-04-15 19:14:00 +02:00
.clang-format cpumask: re-introduce constant-sized cpumask optimizations 2024-03-20 09:42:41 -04:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore kbuild: Cleanup DT Overlay intermediate files as appropriate 2024-03-15 14:47:39 -05:00
.gitlab-ci.yml gitlab-ci: allow coverage template to disable debug builds again 2024-04-09 14:39:33 +02:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS MAINTAINERS: Orphan Cadence PCIe IP 2024-02-25 08:39:32 -07:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option 2024-01-12 14:27:16 +01:00
MAINTAINERS Merge: Wireless core and drivers rebase to v6.8 2024-04-29 14:06:09 +00:00
Makefile redhat: version two of Makefile.rhelver tweaks 2024-04-09 19:15:12 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-445.el9 2024-04-29 11:26:01 -03:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04: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.