messages from 2024-11-09 02:56:49 to 2024-11-22 01:51:47 UTC [more...]
[PATCH v6 00/18] Implement DWARF modversions
2024-11-22 1:51 UTC (20+ 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] genksyms: reduce indentation in export_symbol()
2024-11-21 23:22 UTC
[PATCH v4 1/2] init/Kconfig: add python3 availability config
2024-11-21 22:28 UTC (7+ messages)
` [PATCH v4 2/2] drm/msm: depend on python3
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
[PROBLEM] make bindeb-pkg: When just one source line in a single driver is changed, all driver are rebuilt?
2024-11-21 21:43 UTC (2+ messages)
[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 (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 (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 (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 3/9] lib: packing: add pack_fields() and unpack_fields()
2024-11-09 6: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