messages from 2024-08-07 19:03:22 to 2024-08-19 21:47:06 UTC [more...]
[PATCH v2 00/19] Implement DWARF modversions
2024-08-19 21:46 UTC (31+ messages)
` [PATCH v2 01/19] tools: Add gendwarfksyms
` [PATCH v2 02/19] gendwarfksyms: Add symbol list handling
` [PATCH v2 03/19] gendwarfksyms: Add address matching
` [PATCH v2 04/19] gendwarfksyms: Add support for type pointers
` [PATCH v2 05/19] gendwarfksyms: Expand base_type
` [PATCH v2 06/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v2 07/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v2 08/19] gendwarfksyms: Expand subroutine_type
` [PATCH v2 09/19] gendwarfksyms: Expand array_type
` [PATCH v2 10/19] gendwarfksyms: Expand structure types
` [PATCH v2 11/19] gendwarfksyms: Limit structure expansion
` [PATCH v2 12/19] gendwarfksyms: Add die_map debugging
` [PATCH v2 13/19] gendwarfksyms: Add symtypes output
` [PATCH v2 14/19] gendwarfksyms: Add symbol versioning
` [PATCH v2 15/19] gendwarfksyms: Add support for declaration-only data structures
` [PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
` [PATCH v2 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v2 18/19] x86/asm-prototypes: Include <asm/ptrace.h>
` [PATCH v2 19/19] kbuild: Add gendwarfksyms as an alternative to genksyms
[PATCH v3 1/4] kbuild: rust: Define probing macros for rustc
2024-08-19 21:35 UTC (2+ messages)
` [PATCH v3 2/4] kbuild: rust: Enable KASAN support
[RFC PATCH 00/11] output a valid shell script when running 'make -n'
2024-08-19 16:03 UTC (12+ messages)
` [RFC PATCH 01/11] kbuild: ignore .config rule for make --always-make
` [RFC PATCH 02/11] kbuild: document some prerequisites
` [RFC PATCH 03/11] kbuild: pass KERNELVERSION and LOCALVERSION explicitly to setlocalversion
` [RFC PATCH 04/11] kbuild: don't execute .ko recipe in --dry-run mode
` [RFC PATCH 05/11] kbuild: execute modules.order "
` [RFC PATCH 06/11] kbuild: set $dry_run when running "
` [RFC PATCH 07/11] kbuild: define 'make' as a no-op "
` [RFC PATCH 08/11] kbuild: make link-vmlinux.sh respect $dry_run
` [RFC PATCH 09/11] kbuild: simplify commands in --dry-run mode
` [RFC PATCH 10/11] kbuild: don't test for file presence "
` [RFC PATCH 11/11] kbuild: suppress echoing of commands "
[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
2024-08-19 7:55 UTC (2+ messages)
` [PATCH v2b] "
[PATCH 0/6] kbuild: rust: add `RUSTC_VERSION` and reconfig/rebuild support
2024-08-19 7:28 UTC (20+ messages)
` [PATCH 1/6] kbuild: rust: add `CONFIG_RUSTC_VERSION`
` [PATCH 2/6] kbuild: rust: make command for `RUSTC_VERSION_TEXT` closer to the `CC` one
` [PATCH 3/6] kbuild: rust: re-run Kconfig if the version text changes
` [PATCH 4/6] kbuild: rust: rebuild "
` [PATCH 5/6] kbuild: rust: replace proc macros dependency on `core.o` with the version text
` [PATCH 6/6] docs: rust: include other expressions in conditional compilation section
[PATCH v3 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
2024-08-18 21:34 UTC (2+ messages)
[PATCH v3] kbuild: rust: split up helpers.c
2024-08-18 21:33 UTC (8+ messages)
[PATCH 00/12] Enable build system on macOS hosts
2024-08-18 16:55 UTC (16+ messages)
` [PATCH 03/12] file2alias: fix uuid_t definitions for macos
` [PATCH 06/12] selinux/genheaders: include bitsperlong and posix_types headers
` [PATCH 11/12] tty/vt: conmakehash requires linux/limits.h
[PATCH v2] kbuild: add debug package to pacman PKGBUILD
2024-08-18 12:35 UTC (5+ messages)
[PATCH] kbuild: remove *.symversions left-over
2024-08-18 8:37 UTC
[PATCH] kbuild: fix typos "prequisites" to "prerequisites"
2024-08-18 7:07 UTC
[PATCH v6 0/4] Generate address range data for built-in modules
2024-08-18 6:40 UTC (7+ messages)
` [PATCH v6 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v6 3/4] scripts: add verifier script for builtin module range data
` [PATCH v6 4/4] module: add install target for modules.builtin.ranges
[PATCH] menuconfig: Allow sorting the entries alphabetically
2024-08-17 17:46 UTC (2+ messages)
[PATCH] modpost: improve the section mismatch warning format
2024-08-17 13:17 UTC (2+ messages)
[PATCH 1/2] kbuild: pacman-pkg: move common commands to a separate function
2024-08-17 9:53 UTC (8+ messages)
` [PATCH 2/2] kbuild: pacman-pkg: do not override objtree
[PATCH v2 0/2] Rust KCFI support
2024-08-17 0:13 UTC (2+ messages)
[PATCH v3 00/16] Extended MODVERSIONS Support
2024-08-16 23:04 UTC (5+ messages)
` [PATCH v3 14/16] modules: Support extended MODVERSIONS info
[PATCH v2] modpost: simplify modpost_log()
2024-08-16 20:45 UTC (2+ messages)
[PATCH] modpost: simplify modpost_log()
2024-08-16 13:44 UTC (4+ messages)
[PATCH V3] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
2024-08-16 13:00 UTC (5+ messages)
[PATCH] Documentation/llvm: turn make command for ccache into code block
2024-08-16 12:36 UTC (3+ messages)
[PATCH v4 00/12] kconfig: Add support for conflict resolution
2024-08-16 10:23 UTC (14+ messages)
` [PATCH v4 02/12] kconfig: Add picosat.c (1/3)
` [PATCH v4 06/12] kconfig: Add files for building constraints
` [PATCH v4 07/12] kconfig: Add files for handling expressions
` [PATCH v4 09/12] kconfig: Add files with utility functions
` [PATCH v4 11/12] kconfig: Add xconfig-modifications
[PATCH 1/1] kbuild: Only build dtc if needed
2024-08-16 5:48 UTC (6+ messages)
` "
` "
[PATCH] tools build: Provide consistent build options for fixdep
2024-08-15 21:07 UTC (5+ messages)
[PATCH v2] tools build: Provide consistent build options for fixdep
2024-08-15 11:06 UTC (2+ messages)
[PATCH v5 0/4] Generate address range data for built-in modules
2024-08-15 1:02 UTC (13+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
Enquiry
2024-08-14 20:53 UTC
[PATCH v4 0/3] Generate address range data for built-in modules
2024-08-14 14:26 UTC (9+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules
[PATCH v2 1/3] kbuild: rust: Define probing macros for rustc
2024-08-14 11:30 UTC (5+ messages)
` [PATCH v2 2/3] kbuild: rust: Enable KASAN support
[PATCH v2] kbuild: rust: split up helpers.c
2024-08-14 10:43 UTC (4+ messages)
[PATCH] tools build: Respect HOSTCFLAGS in 'fixdep' compilation
2024-08-14 3:03 UTC
[BUG] depmod: ERROR: Cycle detected: qcom_scm -> qcom_tzmem -> qcom_scm
2024-08-13 21:55 UTC
[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
2024-08-13 16:59 UTC (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
[PATCH] tinyconfig: remove unnecessary 'is not set' for choice blocks
2024-08-13 9:57 UTC (2+ messages)
[PATCH] tty: vt: conmakehash: remove non-portable code printing comment header
2024-08-12 15:58 UTC (4+ messages)
[PATCH 1/4] kbuild: split x*alloc() functions in kconfig to scripts/include/xalloc.h
2024-08-12 12:48 UTC (4+ messages)
` [PATCH 2/4] modpost: replace the use of NOFAIL() with xmalloc() etc
` [PATCH 3/4] kallsyms: use xmalloc() and xrealloc()
` [PATCH 4/4] fixdep: use xmalloc()
[PATCH 1/3] kconfig: remove dummy assignments to cur_{filename,lineno}
2024-08-12 11:49 UTC (3+ messages)
` [PATCH 2/3] kconfig: stop adding P_SYMBOL property to symbols
` [PATCH 3/3] kconfig: remove P_SYMBOL property
[PATCH v2] kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
2024-08-11 20:46 UTC (10+ messages)
[PATCH] scripts: Enhance vmlinux checks as per TODO
2024-08-11 12:52 UTC
[PATCH] kbuild: rust-analyzer: mark `rust_is_available.sh` invocation as recursive
2024-08-09 22:10 UTC (2+ messages)
[PATCH 0/2] selinux: Do not include <linux/*.h> from host programs (+ extra clean-up)
2024-08-09 12:19 UTC (3+ messages)
` [PATCH 1/2] selinux: do not include <linux/*.h> headers from host programs
` [PATCH 2/2] selinux: move genheaders to security/selinux/
[linus:master] [kconfig] f79dc03fe6: segfault_at_ip_sp_error
2024-08-09 1:12 UTC (5+ messages)
[PATCH] scripts/remove-stale-files: clean up stale lib/test_fortify.log
2024-08-08 18:01 UTC (2+ messages)
[PATCH] kbuild: avoid scripts/kallsyms parsing /dev/null
2024-08-07 19:03 UTC (2+ 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