No description
Find a file
Omar Sandoval a327553965 sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
The sbitmap queue wake batch is calculated such that once allocations
start blocking, all of the bits which are already allocated must be
enough to fulfill the batch counters of all of the waitqueues. However,
the shallow allocation depth can break this invariant, since we block
before our full depth is being utilized. Add
sbitmap_queue_min_shallow_depth(), which saves the minimum shallow depth
the sbq will use, and update sbq_calc_wake_batch() to take it into
account.

Acked-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2018-05-10 11:27:36 -06:00
arch KVM fixes for v4.17-rc4 2018-05-06 05:46:29 -10:00
block bfq-iosched: remove unused variable 2018-05-10 11:27:31 -06:00
certs
crypto
Documentation DeviceTree fixes for 4.17: 2018-05-07 05:33:29 -10:00
drivers mtip32xx: Fix an error handling path in 'mtip_pci_probe()' 2018-05-10 08:21:47 -06:00
firmware
fs First pull request for 4.17-rc 2018-05-04 20:51:10 -10:00
include sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() 2018-05-10 11:27:36 -06:00
init Fix typo in comment. 2018-05-07 05:41:46 -10:00
ipc
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-05-06 05:35:23 -10:00
lib sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow() 2018-05-10 11:27:36 -06:00
LICENSES
mm
net
samples
scripts DeviceTree fixes for 4.17: 2018-05-07 05:33:29 -10:00
security
sound
tools
usr
virt KVM/arm fixes for 4.17, take #2 2018-05-05 23:05:31 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Kbuild fixes for v4.17 2018-05-04 21:15:25 -10:00
Makefile Linux 4.17-rc4 2018-05-06 16:57:38 -10: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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.