No description
Find a file
Qais Yousef da7f73e7c8 sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()
[ Upstream commit a2e7f03ed2 ]

Use the new util_fits_cpu() to ensure migration margin and capacity
pressure are taken into account correctly when uclamp is being used
otherwise we will fail to consider CPUs as fitting in scenarios where
they should.

s/asym_fits_capacity/asym_fits_cpu/ to better reflect what it does now.

Fixes: b4c9c9f156 ("sched/fair: Prefer prev cpu in asymmetric wakeup path")
Signed-off-by: Qais Yousef <qais.yousef@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220804143609.515789-6-qais.yousef@arm.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:57:12 +08:00
arch ARM: mmp: fix timer_read delay 2023-04-19 17:57:11 +08:00
block
certs
crypto
Documentation
drivers tpm/tpm_crb: Fix error message in __crb_relinquish_locality() 2023-04-19 17:57:11 +08:00
fs ovl: remove privs in ovl_fallocate() 2023-04-19 17:57:12 +08:00
include soc: qcom: apr: make code more reuseable 2023-04-19 17:57:08 +08:00
init
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() 2023-04-19 17:57:04 +08:00
ipc
kernel sched/uclamp: Make asym_fits_capacity() use util_fits_cpu() 2023-04-19 17:57:12 +08:00
lib
LICENSES
mm
net Bluetooth: L2CAP: Fix u8 overflow 2023-04-19 17:57:06 +08:00
samples
scripts
security
sound ASoC: ops: Correct bounds check for second channel on SX controls 2023-04-19 17:57:05 +08:00
tools objtool, kcsan: Add volatile read/write instrumentation to whitelist 2023-04-19 17:57:08 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.85 2023-04-19 17:57:07 +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.