mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Patch series "misc lib/raid/ improvements v2". This series improves the benchmark-based algorithm selection and adds kunit benchmarks for both the XOR and raid6 libraries, and tidies up a few very minor other bits. This patch (of 8): The code doesn't have any locking, so this is trivial. Link: https://lore.kernel.org/20260715144825.95432-1-hch@lst.de Link: https://lore.kernel.org/20260715144825.95432-2-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Eric Biggers <ebiggers@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
6 lines
108 B
Makefile
6 lines
108 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
CONTEXT_ANALYSIS := y
|
|
|
|
obj-$(CONFIG_XOR_KUNIT_TEST) += xor_kunit.o
|