messages from 2024-12-09 01:00:45 to 2024-12-25 15:34:04 UTC [more...]
[PATCH 0/3] modpost: work around unaligned data access
2024-12-25 15:33 UTC (2+ messages)
` [PATCH 1/3] modpost: fix the missed iteration for the max bit in do_input()
[PATCH] scripts/mksysmap: Fix escape chars '$'
2024-12-23 21:47 UTC (2+ messages)
[PATCH v11 0/5] Extended MODVERSIONS Support
2024-12-23 20:13 UTC (6+ messages)
` [PATCH v11 1/5] modules: Support extended MODVERSIONS info
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v11 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v11 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH 0/2] perf: tests: Fix object code reading test for riscv
2024-12-23 16:33 UTC (10+ messages)
` [PATCH 1/2] kbuild: Check version of objdump
` [PATCH 2/2] tools: perf: tests: Fix code reading for riscv
[PATCH RFC] Makefile: Export absolute srctree path for out-of-tree builds
2024-12-23 1:00 UTC (5+ messages)
[GIT PULL] Kbuild fixes for v6.13-rc4
2024-12-21 19:30 UTC (2+ messages)
[PATCH] modpost: distinguish same module paths from different dump files
2024-12-21 3:48 UTC (5+ messages)
[PATCH] kbuild: deb-pkg: Do not install maint scripts for arch 'um'
2024-12-21 3:45 UTC (2+ messages)
[PATCH] kbuild: Drop architecture argument from headers_check.pl
2024-12-21 2:40 UTC (5+ messages)
[PATCH v2 0/2] objtool: Add option to fail build on vmlinux warnings
2024-12-20 20:10 UTC (12+ messages)
` [PATCH v2 1/2] objtool: Add --Werror
` [PATCH v2 2/2] kbuild: Add option to fail build on vmlinux objtool issues
[PATCH v5 0/8] Thunderbolt and DP altmode support for cros-ec-typec
2024-12-20 4:28 UTC (5+ messages)
` [PATCH v5 1/8] usb: typec: Only use SVID for matching altmodes
[PATCH v7 00/18] Implement DWARF modversions
2024-12-19 21:07 UTC (19+ messages)
` [PATCH v7 01/18] tools: Add gendwarfksyms
` [PATCH v7 02/18] gendwarfksyms: Add address matching
` [PATCH v7 03/18] gendwarfksyms: Expand base_type
` [PATCH v7 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v7 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v7 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v7 07/18] gendwarfksyms: Expand array_type
` [PATCH v7 08/18] gendwarfksyms: Expand structure types
` [PATCH v7 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v7 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v7 11/18] gendwarfksyms: Add symtypes output
` [PATCH v7 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v7 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v7 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v7 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v7 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v7 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v7 18/18] Documentation/kbuild: Add DWARF module versioning
[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
2024-12-19 12:02 UTC (5+ messages)
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
[PATCH 0/4] improve qconfig C++ code, take 2
2024-12-19 7:22 UTC (5+ messages)
` [PATCH 1/4] kconfig: qconf: use preferred form of QString API
` [PATCH 2/4] kconfig: qconf: use QCommandLineParser
` [PATCH 3/4] kconfig: qconf: remove overloaded constructor
` [PATCH 4/4] kconfig: qconf: use nullptr in C++11 code
[PATCH v1] kbuild: Allow building of samples with UML
2024-12-18 11:51 UTC
[PATCH 1/4] kheaders: exclude include/generated/utsversion.h from kheaders_data.tar.xz
2024-12-18 10:37 UTC (4+ messages)
` [PATCH 2/4] kheaders: avoid unnecessary process forks of grep
` [PATCH 3/4] kheaders: rename the 'cpio_dir' variable to 'tmpdir'
` [PATCH 4/4] kheaders: use 'tar' instead of 'cpio' for copying files
[PATCH v7] rust: use host dylib naming convention
2024-12-18 10:14 UTC (2+ messages)
[PATCH 0/2] objtool: Add option to fail build on vmlinux warnings
2024-12-18 9:08 UTC (8+ messages)
` [PATCH 1/2] objtool: Add --fail-on-warn
` [PATCH 2/2] kbuild: Add option to fail build on vmlinux objtool issues
[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
2024-12-18 2:16 UTC (32+ messages)
` [PATCH v3 1/4] rust: str: implement `PartialEq` for `BStr`
` [PATCH v3 2/4] rust: str: implement `strip_prefix` "
` [PATCH v3 3/4] rust: str: add radix prefixed integer parsing functions
` [PATCH v3 4/4] rust: add parameter support to the `module!` macro
[PATCH v6 00/18] Implement DWARF modversions
2024-12-17 0:28 UTC (11+ messages)
` [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning
[PATCH v2] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-16 16:57 UTC (2+ messages)
[PATCH -v2 0/7] module: Strict per-modname namespaces
2024-12-16 16:43 UTC (2+ messages)
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-12-16 13:25 UTC (3+ messages)
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
[PATCH RESEND v6] rust: use host dylib naming convention
2024-12-16 9:49 UTC (4+ messages)
[PATCH] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-14 9:58 UTC
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-12-14 8:37 UTC (7+ messages)
` "
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
[PATCH bpf-next] kbuild, bpf: Enable reproducible BTF generation
2024-12-12 23:31 UTC (9+ messages)
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-12-12 22:03 UTC (5+ messages)
` [PATCH v7 7/7] Add Propeller configuration for kernel build
[Bug] 6.12+ DKMS modsign breakage due to missing .config in Debian headers package
2024-12-12 20:29 UTC (5+ messages)
[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
2024-12-12 15:49 UTC (13+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
[PATCH] kbuild: deb-pkg: Do request initrd for user-mode-linux
2024-12-12 12:36 UTC (3+ messages)
[PATCH] kbuild: deb-pkg: add debarch for ARCH=um
2024-12-12 9:26 UTC (2+ messages)
[PATCH v2] selinux: add generated av_permissions.h to targets
2024-12-11 18:42 UTC (2+ messages)
[PATCH v4 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-12-11 9:40 UTC (3+ messages)
` [PATCH v4 1/7] usb: typec: Only use SVID for matching altmodes
[PATCH v6 02/11] kbuild: Add list_size, list_at_index, list_for_each_from
2024-12-11 3:49 UTC (3+ messages)
[PATCH v6 01/11] kconfig: Add PicoSAT interface
2024-12-11 3:48 UTC (3+ messages)
[PATCH v2] kbuild: suppress stdout from merge_config for silent builds
2024-12-10 19:21 UTC (2+ messages)
[PATCH bpf-next v3 0/2] kbuild: propagate CONFIG_WERROR to resolve_btfids
2024-12-10 17:09 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] tools/resolve_btfids: Add --fatal_warnings option
[PATCH] kbuild: suppress stdout from merge_config for silent builds
2024-12-10 10:19 UTC (4+ messages)
[PATCH 0/3] Update reference to include/asm-<arch>
2024-12-10 10:16 UTC (8+ messages)
` [PATCH 1/3] checkpatch: "
` [PATCH 2/3] kbuild: Drop support for include/asm-<arch> in headers_check.pl
[PATCH v2] kbuild: refactor cross-compiling linux-headers package
2024-12-10 10:06 UTC
[PATCH v3] kbuild: rust: add PROCMACROLDFLAGS
2024-12-10 0:50 UTC (3+ messages)
[PATCH 6.1&6.6 0/3] kbuild: Avoid weak external linkage where possible
2024-12-09 10:01 UTC (7+ messages)
[PATCH rdma-next] kbuild: Respect request to silent output when merging configs
2024-12-09 8:43 UTC (7+ messages)
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