Linux kernel source tree
Go to file
SeongJae Park 4d047d4f8a mm/damon: remove DAMON debugfs interface kunit tests
It's time to remove DAMON debugfs interface, which has deprecated long
before in February 2023.  Read the cover letter of this patch series for
more details.

Remove kunit tests for the interface, to prevent unnecessary test
failures.

Link: https://lkml.kernel.org/r/20250106191941.107070-8-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Alex Shi <alexs@kernel.org>
Cc: Brendan Higgins <brendan.higgins@linux.dev>
Cc: David Gow <davidgow@google.com>
Cc: Hu Haowen <2023002089@link.tyut.edu.cn>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Rae Moar <rmoar@google.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Yanteng Si <si.yanteng@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-01-25 20:22:29 -08:00
Documentation Docs/mm/damon/design: update for removal of DAMON debugfs interface 2025-01-25 20:22:29 -08:00
LICENSES
arch mm: introduce ctor/dtor at PGD level 2025-01-25 20:22:24 -08:00
block
certs
crypto
drivers
fs lib/list_debug.c: add object information in case of invalid object 2025-01-25 20:22:23 -08:00
include mm/damon/core: pass per-region filter-passed bytes to damos_walk_control->walk_fn() 2025-01-25 20:22:28 -08:00
init
io_uring
ipc
kernel
lib lib/list_debug.c: add object information in case of invalid object 2025-01-25 20:22:23 -08:00
mm mm/damon: remove DAMON debugfs interface kunit tests 2025-01-25 20:22:29 -08:00
net
rust
samples
scripts
security
sound
tools kunit: configs: remove configs for DAMON debugfs interface tests 2025-01-25 20:22:29 -08:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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 reStructuredText 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.