mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
1, Adjust build infrastructure for 32BIT/64BIT;
2, Add HIGHMEM (PKMAP and FIX_KMAP) support;
3, Show and handle CPU vulnerabilites correctly;
4, Batch the icache maintenance for jump_label;
5, Add more atomic instructions support for BPF JIT;
6, Add more features (e.g. fsession) support for BPF trampoline;
7, Some bug fixes and other small changes.
-----BEGIN PGP SIGNATURE-----
iQJKBAABCAA0FiEEzOlt8mkP+tbeiYy5AoYrw/LiJnoFAmnpwWgWHGNoZW5odWFj
YWlAa2VybmVsLm9yZwAKCRAChivD8uImeiAXD/0RSRhj2y8LYGhVSPStMgN4uwMl
1ylbkRg0biTvV0g8sD1R3MQ58/tKBZY5wTeLjwT50rl+JgOqVdrN6OMAxjwOKzJ6
7C0rgpxBG5/YHI93paFVIYszsiWhRQaB5qfZCUOr230ZDJzvnfF1aH6JLybeHoMp
HvERNURQsRbZo9yc69YxhrmHETEbum37u9hsrY5mJSEs5Fh+QxvTSYjE36z3Dtal
YFqopTCaBgAhVw6BldVAcyvGvVK+d6iQEA035jObNLKKReNkwsQixxgnJhDSkbbG
Z3md+hWp+YQQElGIP5q6+rj1rJZGrs/XL3HAnTQfXN+8bXIUO9AOf2/l5f9fZx7o
2Vtt8n2/vVdzsVnKiHXGtsZ5uXrw4/kLiMZSCrUMZCtEOxJV9mmrVskPeie0iq0/
nDG9uCgRldL8Xpg7d5NM9coECui3J+ztNkv06tL/JLm02bJPuqNwt3FeA1T/aH1c
l2Hpw3Xuzl7lYuAYoa5CMm4X6yD/RA6w44pW1NKnb6j6llIOk6V6NwcwggWUnqht
oB5VIqPKMOYjZ+fLurI2o9VWqWokJxDdzyrHhXyaG0JRK9Vak06C8UI5BQuosu88
9WBoxK77PyNa60m56C32OZ5tu4UoPT8PgZWXDQDwn82SWzuYKWRruS2ng5A/JF7r
H2Ez4iBjs2/P7vTQHA==
=FiFl
-----END PGP SIGNATURE-----
Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Pull LoongArch updates from Huacai Chen:
- Adjust build infrastructure for 32BIT/64BIT
- Add HIGHMEM (PKMAP and FIX_KMAP) support
- Show and handle CPU vulnerabilites correctly
- Batch the icache maintenance for jump_label
- Add more atomic instructions support for BPF JIT
- Add more features (e.g. fsession) support for BPF trampoline
- Some bug fixes and other small changes
* tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson: (21 commits)
selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch
LoongArch: BPF: Add fsession support for trampolines
LoongArch: BPF: Introduce emit_store_stack_imm64() helper
LoongArch: BPF: Support up to 12 function arguments for trampoline
LoongArch: BPF: Support small struct arguments for trampoline
LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()
LoongArch: BPF: Support load-acquire and store-release instructions
LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
LoongArch: BPF: Add the default case in emit_atomic() and rename it
LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR
LoongArch: Batch the icache maintenance for jump_label
LoongArch: Add flush_icache_all()/local_flush_icache_all()
LoongArch: Add spectre boundry for syscall dispatch table
LoongArch: Show CPU vulnerabilites correctly
LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW exist
LoongArch: Use get_random_canary() for stack canary init
LoongArch: Improve the logging of disabling KASLR
LoongArch: Align FPU register state to 32 bytes
LoongArch: Handle CONFIG_32BIT in syscall_get_arch()
LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) support
...
130 lines
3.4 KiB
Plaintext
130 lines
3.4 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Kconfig for the kernel's cyclic redundancy check (CRC) library code
|
|
|
|
config CRC4
|
|
tristate
|
|
help
|
|
The CRC4 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc4.h>.
|
|
|
|
config CRC7
|
|
tristate
|
|
help
|
|
The CRC7 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc7.h>.
|
|
|
|
config CRC8
|
|
tristate
|
|
help
|
|
The CRC8 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc8.h>.
|
|
|
|
config CRC16
|
|
tristate
|
|
help
|
|
The CRC16 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc16.h>.
|
|
|
|
config CRC_CCITT
|
|
tristate
|
|
help
|
|
The CRC-CCITT library functions. Select this if your module uses any
|
|
of the functions from <linux/crc-ccitt.h>.
|
|
|
|
config CRC_ITU_T
|
|
tristate
|
|
help
|
|
The CRC-ITU-T library functions. Select this if your module uses
|
|
any of the functions from <linux/crc-itu-t.h>.
|
|
|
|
config CRC_T10DIF
|
|
tristate
|
|
help
|
|
The CRC-T10DIF library functions. Select this if your module uses
|
|
any of the functions from <linux/crc-t10dif.h>.
|
|
|
|
config CRC_T10DIF_ARCH
|
|
bool
|
|
depends on CRC_T10DIF && CRC_OPTIMIZATIONS
|
|
default y if ARM && KERNEL_MODE_NEON
|
|
default y if ARM64
|
|
default y if PPC64 && ALTIVEC
|
|
default y if RISCV && RISCV_ISA_ZBC
|
|
default y if X86
|
|
|
|
config CRC32
|
|
tristate
|
|
select BITREVERSE
|
|
help
|
|
The CRC32 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc32.h> or <linux/crc32c.h>.
|
|
|
|
config CRC32_ARCH
|
|
bool
|
|
depends on CRC32 && CRC_OPTIMIZATIONS
|
|
default y if ARM && KERNEL_MODE_NEON
|
|
default y if ARM64
|
|
default y if LOONGARCH && 64BIT
|
|
default y if MIPS && CPU_MIPSR6
|
|
default y if PPC64 && ALTIVEC
|
|
default y if RISCV && RISCV_ISA_ZBC
|
|
default y if S390
|
|
default y if SPARC64
|
|
default y if X86
|
|
|
|
config CRC64
|
|
tristate
|
|
help
|
|
The CRC64 library functions. Select this if your module uses any of
|
|
the functions from <linux/crc64.h>.
|
|
|
|
config CRC64_ARCH
|
|
bool
|
|
depends on CRC64 && CRC_OPTIMIZATIONS
|
|
default y if ARM64
|
|
default y if RISCV && RISCV_ISA_ZBC && 64BIT
|
|
default y if X86_64
|
|
|
|
config CRC_OPTIMIZATIONS
|
|
bool "Enable optimized CRC implementations" if EXPERT
|
|
depends on !UML
|
|
default y
|
|
help
|
|
Disabling this option reduces code size slightly by disabling the
|
|
architecture-optimized implementations of any CRC variants that are
|
|
enabled. CRC checksumming performance may get much slower.
|
|
|
|
Keep this enabled unless you're really trying to minimize the size of
|
|
the kernel.
|
|
|
|
config CRC_KUNIT_TEST
|
|
tristate "KUnit tests for CRC functions" if !KUNIT_ALL_TESTS
|
|
depends on KUNIT && (CRC7 || CRC16 || CRC_T10DIF || CRC32 || CRC64)
|
|
default KUNIT_ALL_TESTS
|
|
help
|
|
Unit tests for the CRC library functions.
|
|
|
|
This is intended to help people writing architecture-specific
|
|
optimized versions. If unsure, say N.
|
|
|
|
config CRC_ENABLE_ALL_FOR_KUNIT
|
|
tristate "Enable all CRC functions for KUnit test"
|
|
depends on KUNIT
|
|
select CRC7
|
|
select CRC16
|
|
select CRC_T10DIF
|
|
select CRC32
|
|
select CRC64
|
|
help
|
|
Enable all CRC functions that have test code in CRC_KUNIT_TEST.
|
|
|
|
Enable this only if you'd like the CRC KUnit test suite to test all
|
|
the CRC variants, even ones that wouldn't otherwise need to be built.
|
|
|
|
config CRC_BENCHMARK
|
|
bool "Benchmark for the CRC functions"
|
|
depends on CRC_KUNIT_TEST
|
|
help
|
|
Include benchmarks in the KUnit test suite for the CRC functions.
|