messages from 2024-11-11 17:18:10 to 2024-11-25 09:22:05 UTC [more...]
[PATCH v6 00/18] Implement DWARF modversions
2024-11-25 9:21 UTC (22+ messages)
` [PATCH v6 01/18] tools: Add gendwarfksyms
` [PATCH v6 02/18] gendwarfksyms: Add address matching
` [PATCH v6 03/18] gendwarfksyms: Expand base_type
` [PATCH v6 04/18] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v6 05/18] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v6 06/18] gendwarfksyms: Expand subroutine_type
` [PATCH v6 07/18] gendwarfksyms: Expand array_type
` [PATCH v6 08/18] gendwarfksyms: Expand structure types
` [PATCH v6 09/18] gendwarfksyms: Limit structure expansion
` [PATCH v6 10/18] gendwarfksyms: Add die_map debugging
` [PATCH v6 11/18] gendwarfksyms: Add symtypes output
` [PATCH v6 12/18] gendwarfksyms: Add symbol versioning
` [PATCH v6 13/18] gendwarfksyms: Add support for kABI rules
` [PATCH v6 14/18] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v6 15/18] gendwarfksyms: Add support for symbol type pointers
` [PATCH v6 16/18] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v6 17/18] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning
[PATCH RFC] kbuild: disable -Wc23-extensions from clang
2024-11-25 9:03 UTC
[PATCH] kconfig: prefer toolchain default for debug information choice
2024-11-25 8:45 UTC (4+ messages)
[PATCH 0/3] kbuild: propagate CONFIG_WERROR to resolve_btfids
2024-11-25 8:35 UTC (9+ messages)
` [PATCH 1/3] kbuild: add dependency from vmlinux "
` [PATCH 2/3] tools/resolve_btfids: Add --fatal-warnings option
` [PATCH 3/3] kbuild: propagate CONFIG_WERROR to resolve_btfids
[PATCH v4] setlocalversion: work around "git describe" performance
2024-11-24 2:10 UTC (5+ messages)
[PROBLEM] make bindeb-pkg: When just one source line in a single driver is changed, all driver are rebuilt?
2024-11-23 14:57 UTC (4+ messages)
[PATCH] kbuild: Fix names of .tmp_vmlinux kallsyms files
2024-11-23 13:22 UTC
kbuild-next: .tmp vmlinux syms files
2024-11-23 12:44 UTC (2+ messages)
[PATCH] modpost: replace tdb_hash() with hash_str()
2024-11-23 8:36 UTC
[PATCH] kbuild: deb-pkg: add python3:native to build dependency
2024-11-23 8:26 UTC
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2024-11-23 4:39 UTC (8+ messages)
` [EXTERNAL] "
[PATCH v10 0/5] Extended MODVERSIONS Support
2024-11-23 2:42 UTC (6+ messages)
` [PATCH v10 1/5] modules: Support extended MODVERSIONS info
` [PATCH v10 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v10 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v10 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v10 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v9 0/5] Extended MODVERSIONS Support
2024-11-23 1:44 UTC (8+ messages)
` [PATCH v9 1/5] modules: Support extended MODVERSIONS info
` [PATCH v9 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v9 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v9 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS
[PATCH v4 1/2] init/Kconfig: add python3 availability config
2024-11-22 20:41 UTC (11+ messages)
` [PATCH v4 2/2] drm/msm: depend on python3
[PATCH] genksyms: reduce indentation in export_symbol()
2024-11-21 23:22 UTC
build issue in builddeb (dpkg-checkbuilddeps: error: Unmet build dependencies: libssl-dev) in 6.12
2024-11-21 22:09 UTC (2+ messages)
[PATCH v8 0/3] Extended MODVERSIONS Support
2024-11-21 21:51 UTC (13+ messages)
` [PATCH v8 2/3] modpost: Produce extended MODVERSIONS information
[PATCH] selinux: explicitly clean generated av_permissions.h
2024-11-21 8:09 UTC (3+ messages)
[PATCH v5 00/19] Implement DWARF modversions
2024-11-20 21:54 UTC (16+ messages)
` [PATCH v5 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v5 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v5 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms
[PATCH v3 1/2] init/Kconfig: add python3 availability check
2024-11-20 20:26 UTC (2+ messages)
` [PATCH v3 2/2] drm/msm: require python3
[PATCH v2 1/2] init/Kconfig: add python3 availability check
2024-11-20 20:22 UTC (2+ messages)
` [PATCH v2 2/2] drm/msm: require python3 and xml.parsers.expat module
[RFC][PATCH 1/1] drm/msm: require python3 and xml.parsers.expat module
2024-11-20 20:08 UTC (3+ messages)
[PATCH 01/15] modpost: remove incorrect code in do_eisa_entry()
2024-11-20 2:37 UTC (16+ messages)
` [PATCH 02/15] modpost: remove unnecessary check in do_acpi_entry()
` [PATCH 03/15] modpost: introduce module_alias_printf() helper
` [PATCH 04/15] modpost: deduplicate MODULE_ALIAS() for all drivers
` [PATCH 05/15] modpost: remove DEF_FIELD_ADDR_VAR() macro
` [PATCH 06/15] modpost: pass (struct module *) to do_*_entry() functions
` [PATCH 07/15] modpost: call module_alias_printf() from all "
` [PATCH 08/15] modpost: convert do_pnp_card_entries() to a generic handler
` [PATCH 09/15] modpost: convert do_pnp_device_entry() "
` [PATCH 10/15] modpost: convert do_of_table() "
` [PATCH 11/15] modpost: convert do_usb_table() "
` [PATCH 12/15] modpost: move strstarts() to modpost.h
` [PATCH 13/15] modpost: rename variables in handle_moddevtable()
` [PATCH 14/15] modpost: rename alias symbol for MODULE_DEVICE_TABLE()
` [PATCH 15/15] modpost: improve error messages in device_id_check()
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 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 (4+ messages)
` [PATCH v2 05/11] kbuild: change working directory to external module directory with M=
[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 (2+ 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 (2+ messages)
[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 (6+ messages)
` [PATCH net-next v5 3/9] lib: packing: add pack_fields() and unpack_fields()
[RFC][PATCH 0/8] module: Strict per-modname namespaces
2024-11-15 12:49 UTC (14+ messages)
` [RFC][PATCH 1/8] module: Prepare for script
` [RFC][PATCH 6/8] module: Add module specific symbol namespace support
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)
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