messages from 2025-04-14 20:11:20 to 2025-04-29 23:31:01 UTC [more...]
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-04-29 23:30 UTC (12+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking
[PATCH] kbuild: distributed build support for Clang ThinLTO
2025-04-29 20:34 UTC (2+ messages)
[PATCH v2] kbuild: make all file references relative to source root
2025-04-29 19:51 UTC (3+ messages)
[PATCH] randstruct: Rebuild completely if randstruct.seed changes
2025-04-29 16:52 UTC (3+ messages)
[PATCH v1 0/7] Add generated modalias to modules.builtin.modinfo
2025-04-29 15:15 UTC (16+ messages)
` [PATCH v1 1/7] mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
` [PATCH v1 2/7] scsi: Define MODULE_DEVICE_TABLE only if necessary
` [PATCH v1 3/7] modules: Add macros to specify modinfo prefix
` [PATCH v1 4/7] modpost: Make mod_device_table aliases more unique
` [PATCH v1 5/7] modpost: Create modalias for builtin modules
` [PATCH v1 6/7] kbuild: Move modules.builtin.modinfo to another makefile
` [PATCH v1 7/7] kbuild: Create modules.builtin.modinfo for modpost results
how to create early build deps?
2025-04-29 12:49 UTC (3+ messages)
[PATCH RFC v3 0/8] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-29 12:35 UTC (10+ messages)
` [PATCH RFC v3 1/8] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v3 2/8] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v3 3/8] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v3 4/8] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v3 5/8] rseq: add __always_inline for rseq_kernel_fields
` [PATCH RFC v3 6/8] kcov: add __always_inline for canonicalize_ip
` [PATCH RFC v3 7/8] x86/xen: add __init for xen_pgd_walk
` [PATCH RFC v3 8/8] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
[PATCH v3 0/2] kbuild: Support gendwarfksyms
2025-04-28 11:50 UTC (5+ messages)
` [PATCH v3 1/2] kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
` [PATCH v3 2/2] kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequires
[PATCH v4 0/4] Don't create Python bytecode when building the kernel
2025-04-28 7:35 UTC (8+ messages)
` [PATCH v4 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v4 3/4] scripts/kernel-doc.py: don't create *.pyc files
[PATCH] kunit: fix longest symbol length test
2025-04-27 20:09 UTC (2+ messages)
[PATCH] usr/include: openrisc: don't HDRTEST bpf_perf_event.h
2025-04-26 16:14 UTC (4+ messages)
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-25 21:44 UTC (29+ messages)
` [PATCH v2 security-next 1/4] security: "
` [PATCH v2 "
[PATCH 0/4] KVM: arm64: UBSAN at EL2
2025-04-25 17:30 UTC (9+ messages)
` [PATCH 1/4] arm64: Introduce esr_is_ubsan_brk()
` [PATCH 2/4] ubsan: Remove regs from report_ubsan_failure()
` [PATCH 3/4] KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
` [PATCH 4/4] KVM: arm64: Handle UBSAN faults
[PATCH v3 0/2] Don't create Python bytecode when building the kernel
2025-04-24 9:28 UTC (24+ messages)
` [PATCH v3 1/2] scripts/kernel-doc.py: don't create *.pyc files
[linus:master] [ubsan/overflow] ed2b548f10: INFO:task_blocked_for_more_than#seconds
2025-04-23 7:18 UTC
[PATCH v9 0/6] rust: reduce `as` casts, enable related lints
2025-04-22 15:15 UTC (24+ messages)
` [PATCH v9 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v9 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v9 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v9 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v9 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v9 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH v9 0/3] rust: extend `module!` macro with integer parameter support
2025-04-22 13:22 UTC (2+ messages)
[PATCH] kbuild: Switch from -Wvla to -Wvla-larger-than=0
2025-04-21 21:30 UTC (5+ messages)
[PATCH] kbuild: Use --strip-unneeded with INSTALL_MOD_STRIP
2025-04-21 6:06 UTC (10+ messages)
[PATCH v3] scripts: Do not strip .rela.dyn section
2025-04-21 6:04 UTC (2+ messages)
[PATCH v3 0/4] Don't create Python bytecode when building the kernel
2025-04-19 16:14 UTC (4+ messages)
` [PATCH v3 2/4] Makefile: move KERNELDOC macro to the main Makefile
` [PATCH v3 3/4] scripts/kernel-doc.py: don't create *.pyc files
[PATCH v10 0/6] rust: reduce `as` casts, enable related lints
2025-04-18 16:53 UTC (10+ messages)
` [PATCH v10 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v10 2/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v10 3/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v10 4/6] rust: enable `clippy::as_underscore` lint
` [PATCH v10 5/6] rust: enable `clippy::cast_lossless` lint
` [PATCH v10 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH RFC v2 0/5] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-18 10:24 UTC (9+ messages)
` [PATCH RFC v2 1/5] nvme: add __always_inline for nvme_pci_npages_prp
` [PATCH RFC v2 2/5] mm: add __always_inline for page_contains_unaccepted
` [PATCH RFC v2 3/5] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
` [PATCH RFC v2 4/5] tpm: add __always_inline for tpm_is_hwrng_enabled
` [PATCH RFC v2 5/5] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-16 10:09 UTC (3+ messages)
[PATCH] correct disabling of -Wshift-negative-value
2025-04-16 6:07 UTC (5+ messages)
[PATCH v8 0/6] rust: reduce `as` casts, enable related lints
2025-04-15 23:11 UTC (13+ messages)
` [PATCH v8 1/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v8 6/6] rust: enable `clippy::ref_as_ptr` lint
[PATCH] rust: kbuild: use `pound` to support GNU Make < 4.3
2025-04-15 18:47 UTC (5+ messages)
[PATCH] scripts/mksysmap: skip objtool __pfx_ symbols
2025-04-15 17:39 UTC (7+ messages)
[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
2025-04-15 7:13 UTC (3+ messages)
` [RFC PATCH 7/7] lib/Kconfig.debug: "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).