messages from 2024-09-13 17:12:41 to 2024-09-25 14:27:36 UTC [more...]
[PATCH 00/23] kbuild: support building external modules in a separate build directory
2024-09-25 14:27 UTC (43+ messages)
` [PATCH 01/23] kbuild: doc: update the description about Kbuild/Makefile split
` [PATCH 02/23] kbuild: doc: remove description about grepping CONFIG options
` [PATCH 03/23] kbuild: doc: remove outdated description of the limitation on -I usage
` [PATCH 04/23] kbuild: doc: remove the description about shipped files
` [PATCH 05/23] kbuild: doc: describe the -C option precisely for external module builds
` [PATCH 06/23] kbuild: doc: replace "gcc" in external module description
` [PATCH 07/23] kbuild: remove unnecessary prune of rust/alloc for rustfmt
` [PATCH 08/23] kbuild: simplify find command "
` [PATCH 09/23] speakup: use SPKDIR=$(src) to specify the source directory
` [PATCH 10/23] kbuild: refactor the check for missing config files
` [PATCH 11/23] kbuild: check the presence of include/generated/rustc_cfg
` [PATCH 12/23] scripts/nsdeps: use VPATH as src_prefix
` [PATCH 13/23] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [PATCH 14/23] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH 15/23] kbuild: rename abs_objtree to abs_output
` [PATCH 16/23] kbuild: use 'output' variable to create the output directory
` [PATCH 17/23] kbuild: build external modules in their directory
` [PATCH 18/23] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH 19/23] kbuild: support building external modules in a separate build directory
` [PATCH 20/23] kbuild: support -fmacro-prefix-map for external modules
` [PATCH 21/23] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH 22/23] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH 23/23] kbuild: allow to start building external module in any directory
[PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
2024-09-25 13:51 UTC (2+ messages)
Broken Kconfig scripts in v6.11: conf/mconf stuck in endless loop at 100% CPU
2024-09-25 11:27 UTC (2+ messages)
[PATCH] kconfig: fix infinite loop in sym_calc_choice()
2024-09-25 11:25 UTC
[RFC PATCH 00/11] output a valid shell script when running 'make -n'
2024-09-25 9:27 UTC (2+ messages)
[PATCH v4 00/16] Extended MODVERSIONS Support
2024-09-25 9:00 UTC (18+ messages)
` [PATCH v4 01/16] module: Take const arg in validate_section_offset
` [PATCH v4 02/16] module: Factor out elf_validity_ehdr
` [PATCH v4 03/16] module: Factor out elf_validity_cache_sechdrs
` [PATCH v4 04/16] module: Factor out elf_validity_cache_secstrings
` [PATCH v4 05/16] module: Factor out elf_validity_cache_index_info
` [PATCH v4 06/16] module: Factor out elf_validity_cache_index_mod
` [PATCH v4 07/16] module: Factor out elf_validity_cache_index_sym
` [PATCH v4 08/16] module: Factor out elf_validity_cache_index_str
` [PATCH v4 09/16] module: Group section index calculations together
` [PATCH v4 10/16] module: Factor out elf_validity_cache_strtab
` [PATCH v4 11/16] module: Additional validation in elf_validity_cache_strtab
` [PATCH v4 12/16] module: Reformat struct for code style
` [PATCH v4 13/16] export_report: Rehabilitate script
` [PATCH v4 14/16] modules: Support extended MODVERSIONS info
` [PATCH v4 15/16] modpost: Produce extended modversion information
` [PATCH v4 16/16] export_report: Use new version info format
[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
2024-09-25 8:17 UTC (9+ messages)
[PATCH] cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig
2024-09-25 8:10 UTC
[PATCH] kbuild: Fix building with LLVM on NixOS
2024-09-25 2:39 UTC (4+ messages)
[PATCH v3 1/2] kbuild: move non-boot built-in DTBs to .rodata section
2024-09-24 22:15 UTC (3+ messages)
` [PATCH v3 2/2] kbuild: add generic support for built-in boot DTBs
[PATCH] kconfig: use memcmp instead of deprecated bcmp
2024-09-24 20:49 UTC (2+ messages)
[GIT PULL] Kbuild updates for v6.12-rc1
2024-09-24 20:21 UTC (2+ messages)
[PATCH] kbuild: remove unnecessary export of RUST_LIB_SRC
2024-09-24 19:23 UTC (5+ messages)
[PATCH] mm: Make SPLIT_PTE_PTLOCKS depend on the existence of NR_CPUS
2024-09-24 14:16 UTC (3+ messages)
[PATCH v2 0/8] Enable build system on macOS hosts
2024-09-24 8:51 UTC (9+ messages)
` [PATCH v2 3/8] drm/xe: xe_gen_wa_oob: fix program_invocation_short_name for macos
` [PATCH v2 8/8] Documentation: add howto build in macos
(no subject)
2024-09-24 4:21 UTC (16+ messages)
` [PATCH 1/7] linux-kbuild: fix: config option can be bool
` [PATCH 2/7] linux-kbuild: fix: missing variable operator
` [PATCH 3/7] linux-kbuild: fix: ensure all defaults are tracked
` [PATCH 4/7] linux-kbuild: fix: ensure selected configs were turned on in original
` [PATCH 5/7] linux-kbuild: fix: implement choice for kconfigs
` [PATCH 6/7] linux-kbuild: fix: configs with defaults do not need a prompt
` [PATCH 7/7] linux-kbuild: fix: process config options set to "y"
`
[PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
2024-09-24 2:45 UTC (4+ messages)
[PATCH v3 00/20] Implement DWARF modversions
2024-09-23 18:19 UTC (21+ messages)
` [PATCH v3 01/20] scripts: import more list macros
` [PATCH v3 02/20] scripts: move genksyms crc32 implementation to a common include
` [PATCH v3 03/20] tools: Add gendwarfksyms
` [PATCH v3 04/20] gendwarfksyms: Add address matching
` [PATCH v3 05/20] gendwarfksyms: Expand base_type
` [PATCH v3 06/20] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v3 07/20] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v3 08/20] gendwarfksyms: Expand subroutine_type
` [PATCH v3 09/20] gendwarfksyms: Expand array_type
` [PATCH v3 10/20] gendwarfksyms: Expand structure types
` [PATCH v3 11/20] gendwarfksyms: Limit structure expansion
` [PATCH v3 12/20] gendwarfksyms: Add die_map debugging
` [PATCH v3 13/20] gendwarfksyms: Add symtypes output
` [PATCH v3 14/20] gendwarfksyms: Add symbol versioning
` [PATCH v3 15/20] gendwarfksyms: Add support for kABI rules
` [PATCH v3 16/20] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v3 17/20] gendwarfksyms: Add support for symbol type pointers
` [PATCH v3 18/20] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v3 19/20] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v3 20/20] Documentation/kbuild: Add DWARF module versioning
[PATCH] kbuild: add package-dbg to pacman packages
2024-09-23 12:05 UTC (2+ messages)
[linux-next:master] [cfi] ce4a262098: CFI_failure_at_do_basic_setup
2024-09-23 7:54 UTC (2+ messages)
[PATCH v5 00/11] kbuild, kconfig: Add support for conflict resolution
2024-09-20 11:11 UTC (13+ messages)
` [PATCH v5 01/11] kconfig: Add PicoSAT interface
` [PATCH v5 02/11] kbuild: Add list_is_{first,last}, list_size, list_at_index, list_for_each_from
` [PATCH v5 03/11] kconfig: Add definitions
` [PATCH v5 04/11] kconfig: Add files for building constraints
` [PATCH v5 05/11] kconfig: Add files for handling expressions
` [PATCH v5 06/11] kconfig: Add files for RangeFix
` [PATCH v5 07/11] kconfig: Add files with utility functions
` [PATCH v5 08/11] kconfig: Add tools
` [PATCH v5 09/11] kconfig: Add xconfig-modifications
` [PATCH v5 10/11] kconfig: Add loader.gif
` [PATCH v5 11/11] kconfig: Add documentation for the conflict resolver
[PATCH v4 02/12] kconfig: Add picosat.c (1/3)
2024-09-20 9:07 UTC (2+ messages)
[PATCH v9 0/4] Generate address range data for built-in modules
2024-09-20 0:24 UTC (12+ messages)
` [PATCH v10 2/4] kbuild: generate offset range data for builtin modules
[PATCH v2 1/5] kbuild: doc: throw out the local table of contents in modules.rst
2024-09-19 17:37 UTC (5+ messages)
` [PATCH v2 2/5] kbuild: doc: drop section numbering, use references "
` [PATCH v2 3/5] kbuild: doc: remove the description about shipped files
` [PATCH v2 4/5] kbuild: doc: describe the -C option precisely for external module builds
` [PATCH v2 5/5] kbuild: doc: replace "gcc" in external module description
[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
2024-09-19 11:52 UTC (3+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build
[PATCH v2 2/2] rust: cfi: add support for CFI_CLANG with Rust
2024-09-18 17:14 UTC (5+ messages)
` [PATCH v2b] "
[PATCH v2 0/7] linux-kbuild: fix: process configs set to "y"
2024-09-17 22:45 UTC (3+ messages)
[PATCH] kbuild: rpm-pkg: include vmlinux debug symbols
2024-09-17 13:35 UTC (4+ messages)
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-09-17 7:50 UTC (20+ messages)
` [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH v7] rust: support for shadow call stack sanitizer
2024-09-15 19:15 UTC (11+ messages)
[PATCH v2 0/2] Rust KCFI support
2024-09-15 19:09 UTC (4+ messages)
[PATCH v2] rust: enable arbitrary_self_types and remove `Receiver`
2024-09-15 13:26 UTC
External modules with O=... (was: Re: [PATCH] kbuild: Fix include path in scripts/Makefile.modpost)
2024-09-14 7:19 UTC (7+ messages)
[PATCH v3 0/6] livepatch: klp-convert tool - Minimal version
2024-09-13 23:16 UTC (3+ 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