Main-line Linux kernel tree http://www.kernel.org
Go to file
Keith Busch cc669954ab dmapool: simplify freeing
The actions for busy and not busy are mostly the same, so combine these
and remove the unnecessary function.  Also, the pool is about to be freed
so there's no need to poison the page data since we only check for poison
on alloc, which can't be done on a freed pool.

Link: https://lkml.kernel.org/r/20230126215125.4069751-10-kbusch@meta.com
Fixes: 2d55c16c0c ("dmapool: create/destroy cleanup")
Signed-off-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Tony Battersby <tonyb@cybernetics.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-05-06 10:33:37 -07:00
arch Locking changes in v6.4: 2023-05-05 12:56:55 -07:00
block
certs
crypto
Documentation Devicetree fixes for 6.4, part 1: 2023-05-05 13:27:59 -07:00
drivers Devicetree fixes for 6.4, part 1: 2023-05-05 13:27:59 -07:00
fs
include Minor tracing updates: 2023-05-05 13:11:02 -07:00
init
io_uring
ipc
kernel Minor tracing updates: 2023-05-05 13:11:02 -07:00
lib
LICENSES
mm dmapool: simplify freeing 2023-05-06 10:33:37 -07:00
net
rust
samples
scripts Locking changes in v6.4: 2023-05-05 12:56:55 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS A handful of late-arriving documentation fixes, plus one Spanish 2023-05-05 13:16:42 -07:00
Kbuild
Kconfig
MAINTAINERS Devicetree fixes for 6.4, part 1: 2023-05-05 13:27:59 -07:00
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.