Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2024-11-06 23:42:05 to 2024-11-19 23:57:11 UTC [more...]

[PATCH 01/15] modpost: remove incorrect code in do_eisa_entry()
 2024-11-19 23:56 UTC 

[PATCH v5 00/19] Implement DWARF modversions
 2024-11-19 21:37 UTC  (14+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms

Build failure with GCC 15 (-std=gnu23)
 2024-11-19 18:28 UTC  (8+ messages)

[PATCH 0/3] kbuild: enable objtool for more objects and re-enable KCSAN for *.mod.o
 2024-11-19 17:22 UTC  (7+ messages)
` [PATCH 1/3] kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib
` [PATCH 2/3] kbuild: enable objtool for *.mod.o and additional kernel objects
` [PATCH 3/3] kbuild: re-enable KCSAN for autogenerated *.mod.c intermediaries

[PATCH v8 0/3] Extended MODVERSIONS Support
 2024-11-19  1:33 UTC  (20+ messages)
` [PATCH v8 1/3] modules: Support extended MODVERSIONS info
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information

[PATCH net-next RFC v6 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-19  0:23 UTC  (10+ messages)
` [PATCH net-next RFC v6 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next RFC v6 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next RFC v6 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next RFC v6 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next RFC v6 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next RFC v6 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next RFC v6 7/9] ice: reduce size of queue context fields
` [PATCH net-next RFC v6 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next RFC v6 9/9] ice: cleanup Rx queue context programming functions

[PATCH v3] setlocalversion: work around "git describe" performance
 2024-11-18 23:19 UTC  (2+ messages)

[PATCH] setlocalversion: add -e option
 2024-11-18 23:09 UTC 

[PATCH v2 00/11] kbuild: support building external modules in a separate build directory
 2024-11-18 17:02 UTC  (14+ messages)
` [PATCH v2 01/11] kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
` [PATCH v2 02/11] kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
` [PATCH v2 03/11] kbuild: rename abs_objtree to abs_output
` [PATCH v2 04/11] kbuild: use 'output' variable to create the output directory
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
` [PATCH v2 06/11] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH v2 07/11] kbuild: support building external modules in a separate build directory
` [PATCH v2 08/11] kbuild: support -fmacro-prefix-map for external modules
` [PATCH v2 09/11] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH v2 10/11] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH v2 11/11] kbuild: allow to start building external modules in any directory

[PATCH v7 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-11-17 12:09 UTC  (2+ messages)

[PATCH v2] kbuild: Fix Propeller build option
 2024-11-17  4:52 UTC  (3+ messages)

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH] [PATCH] package: Add extra Provides to the kernel rpm package
 2024-11-16  9:51 UTC  (2+ messages)

[PATCH v3 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-11-16  8:31 UTC  (6+ messages)
` [PATCH v3 1/2] sparc/build: Put usage of -fcall-used* flags behind cc-option

[PATCH 0/4] kbuild: cross-compile linux-headers package
 2024-11-16  8:03 UTC  (7+ messages)
` [PATCH 4/4] kbuild: cross-compile linux-headers package when possible

[PATCH v2] kbuild: switch from lz4c to lz4 for compression
 2024-11-16  7:51 UTC  (6+ messages)

[PATCH net-next v5 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-15 23:44 UTC  (16+ messages)
` [PATCH net-next v5 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v5 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v5 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v5 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v5 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v5 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v5 7/9] ice: reduce size of queue context fields
` [PATCH net-next v5 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v5 9/9] ice: cleanup Rx queue context programming functions

[RFC][PATCH 0/8] module: Strict per-modname namespaces
 2024-11-15 12:49 UTC  (21+ messages)
` [RFC][PATCH 1/8] module: Prepare for script
` [RFC][PATCH 2/8] module: Convert symbol namespace to string literal
` [RFC][PATCH 3/8] module: Fix up after script
` [RFC][PATCH 4/8] module/modpost: Use for() loop
` [RFC][PATCH 5/8] module/modpost: Add basename helper
` [RFC][PATCH 6/8] module: Add module specific symbol namespace support
` [RFC][PATCH 7/8] module: Extend the MODULE_ namespace parsing
` [RFC][PATCH 8/8] module: Provide EXPORT_SYMBOL*_FOR() helpers

Lucrative Proposal
 2024-11-15  3:55 UTC 

[PATCH 1/2] kbuild: do not pass -r to genksyms when *.symref does not exist
 2024-11-14 10:57 UTC  (4+ messages)
` [PATCH 2/2] kbuild: remove support for single %.symtypes build rule

[RFC PATCH 00/11] output a valid shell script when running 'make -n'
 2024-11-14 10:49 UTC  (11+ messages)
` [RFC PATCH 07/11] kbuild: define 'make' as a no-op in --dry-run mode
` [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 v3] kbuild: rust: add PROCMACROLDFLAGS
 2024-11-13 13:34 UTC  (2+ messages)

[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-12 20:13 UTC  (9+ messages)
` [PATCH v6 3/7] Adjust symbol ordering in text output section

[PATCH] kbuild: switch from lz4c to lz4 for compression
 2024-11-12 15:00 UTC 

[PATCH v2] rust: warn on bindgen < 0.69.5 and libclang >= 19.1
 2024-11-12 11:42 UTC 

[PATCH] kbuild,bpf: pass make jobs' value to pahole
 2024-11-12  4:10 UTC  (2+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-11-10  1:36 UTC  (9+ messages)
` [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 0/3] Resolve some lintian errors/warnings
 2024-11-09 22:52 UTC  (7+ messages)
` [PATCH 1/3] package: debian: strip headers package
` [PATCH 2/3] package: debian: add missing Depends to linux-headers
` [PATCH 3/3] package: debian: don't include .gitignore under scripts/

[PATCH 2/3] kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
 2024-11-09 21:53 UTC  (3+ messages)

[PATCH v3] kbuild: deb-pkg: Don't fail if modules.order is missing
 2024-11-09 11:22 UTC  (2+ messages)

[PATCH net-next v4 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-09  6:16 UTC  (12+ messages)
` [PATCH net-next v4 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v4 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v4 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v4 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v4 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v4 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v4 7/9] ice: reduce size of queue context fields
` [PATCH net-next v4 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v4 9/9] ice: cleanup Rx queue context programming functions

[PATCH net-next v3 0/9] lib: packing: introduce and use (un)pack_fields
 2024-11-08 22:53 UTC  (16+ messages)
` [PATCH net-next v3 1/9] lib: packing: create __pack() and __unpack() variants without error checking
` [PATCH net-next v3 2/9] lib: packing: demote truncation error in pack() to a warning in __pack()
` [PATCH net-next v3 3/9] lib: packing: add pack_fields() and unpack_fields()
` [PATCH net-next v3 4/9] ice: remove int_q_state from ice_tlan_ctx
` [PATCH net-next v3 5/9] ice: use structures to keep track of queue context size
` [PATCH net-next v3 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data
` [PATCH net-next v3 7/9] ice: reduce size of queue context fields
` [PATCH net-next v3 8/9] ice: move prefetch enable to ice_setup_rx_ctx
` [PATCH net-next v3 9/9] ice: cleanup Rx queue context programming functions

[PATCH v2] kbuild: Fix Propeller build option
 2024-11-08 21:46 UTC 

[PATCH] kbuild: Fix Propeller build option
 2024-11-08 18:49 UTC  (3+ messages)

[RFC] module: Strict per-modname namespaces
 2024-11-08 15:35 UTC  (13+ messages)

[PATCH v3 0/7] Thunderbolt and DP altmode support for cros-ec-typec
 2024-11-08 11:41 UTC  (3+ messages)
` [PATCH v3 1/7] usb: typec: Only use SVID for matching altmodes

[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
 2024-11-07 21:54 UTC  (8+ messages)
` [PATCH v7 7/7] Add Propeller configuration for kernel build

[PATCH] arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG
 2024-11-07 18:40 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox