Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 15:08:31 to 2025-07-03 14:57:59 UTC [more...]

[PATCH 6.15 046/263] um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
 2025-07-03 14:39 UTC 

[PATCH 6.12 034/218] um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h
 2025-07-03 14:39 UTC 

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-03 14:01 UTC  (28+ messages)
` [PATCH v4 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v4 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v4 03/15] kbuild: doc: add label for userprogs section
` [PATCH v4 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v4 05/15] init: add nolibc build support
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v4 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v4 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v4 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v4 10/15] kunit: Always descend into kunit directory during build
` [PATCH v4 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v4 12/15] kunit: Introduce UAPI testing framework
` [PATCH v4 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v4 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v4 15/15] kunit: uapi: Validate usability of /proc

Building Debian from source spit out some warnings...please shed some light
 2025-07-03 13:37 UTC  (2+ messages)

[PATCH v14 0/7] rust: extend `module!` macro with integer parameter support
 2025-07-03  9:42 UTC  (20+ messages)
` [PATCH v14 1/7] rust: sync: add `OnceLock`
` [PATCH v14 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v14 3/7] rust: introduce module_param module
` [PATCH v14 4/7] rust: module: use a reference in macros::module::module
` [PATCH v14 5/7] rust: module: update the module macro with module parameter support
` [PATCH v14 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v14 7/7] modules: add rust modules files to MAINTAINERS

[PATCH 00/66] kconfig: improve xconfig and gconfig
 2025-07-02 22:02 UTC  (84+ messages)
` [PATCH 01/66] kconfig: set MENU_CHANGED to choice when the selected member is changed
` [PATCH 02/66] kconfig: qconf: do not show checkbox icon for choice
` [PATCH 03/66] kconfig: qconf: show selected choice in the Value column
` [PATCH 04/66] kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
` [PATCH 05/66] kconfig: re-add menu_get_parent_menu() that returns parent menu
` [PATCH 06/66] kconfig: gconf: make columns resizable
` [PATCH 07/66] kconfig: gconf: fix potential memory leak in renderer_edited()
` [PATCH 08/66] kconfig: gconf: always destroy dialog in on_window1_delete_event()
` [PATCH 10/66] kconfig: gconf: remove empty if-block
` [PATCH 11/66] kconfig: gconf: remove meaningless code in init_main_window()
` [PATCH 21/66] kconfig: gconf: remove unneeded variables in on_treeview*_button_press_event()
` [PATCH 25/66] kconfig: gconf: refactor view setting code
` [PATCH 26/66] kconfig: gconf: grey out button for current view
` [PATCH 29/66] kconfig: gconf: add static qualifiers to event handlers
` [PATCH 30/66] kconfig: gconf: remove glade_xml_signal_autoconnect() call
` [PATCH 36/66] kconfig: gconf: use GtkFileChooser in on_load1_activate()
` [PATCH 37/66] kconfig: gconf: use GtkFileChooser in on_save_as1_activate()
` [PATCH 38/66] kconfig: gconf: use GdkPixbuf in replace_button_icon()
` [PATCH 39/66] kconfig: gconf: refactor replace_button_icon()
` [PATCH 40/66] kconfig: gconf: make introduction, about, license dialogs modal
` [PATCH 41/66] kconfig: gconf: remove global 'tree' variable
` [PATCH 42/66] kconfig: gconf: merge 'current' and 'browsed' global variables
` [PATCH 43/66] kconfig: gconf: preserve menu selection when switching view mode
` [PATCH 44/66] kconfig: gconf: use GtkTreeModelFilter to control row visibility
` [PATCH 45/66] kconfig: gconf: remove global 'model1' and 'model2' variables
` [PATCH 46/66] kconfig: gconf: remove init_tree_model()
` [PATCH 47/66] kconfig: gconf: inline fill_row() into set_node()
` [PATCH 48/66] kconfig: gconf: do not reconstruct tree store when a symbol is changed
` [PATCH 49/66] kconfig: gconf: inline display_list() into set_view_mode()
` [PATCH 50/66] kconfig: gconf: remove dead code in display_tree_part()
` [PATCH 51/66] kconfig: gconf: rename display_tree_part()
` [PATCH 52/66] kconfig: gconf: remove fixup_rootmenu()
` [PATCH 53/66] kconfig: gconf: use size_allocate event handler
` [PATCH 54/66] kconfig: gconf: replace GDK_space with GDK_KEY_space
` [PATCH 55/66] kconfig: gconf: replace GTK_STOCK_{OK,NO,CANCEL}
` [PATCH 56/66] kconfig: gconf: remove "tooltips" property from glade
` [PATCH 57/66] kconfig: gconf: replace "tooltip" property with "tooltip-text"
` [PATCH 58/66] kconfig: gconf: remove unnecessary default message in text view
` [PATCH 59/66] kconfig: gconf: use gtk_check_menu_item_get_active() accessor
` [PATCH 60/66] kconfig: gconf: use gtk_dialog_get_content_area() accessor
` [PATCH 61/66] kconfig: gconf: remove GtkHandleBox from glade
` [PATCH 62/66] kconfig: gconf: rename gconf.glade to gconf.ui
` [PATCH 63/66] kconfig: gconf: migrate to GTK 3
` [PATCH 64/66] kconfig: gconf: replace GtkVbox with GtkBox
` [PATCH 65/66] kconfig: gconf: replace GdkColor with GdkRGBA
` [PATCH 66/66] kconfig: gconf: show GTK version in About dialog

[PATCH] MIPS/Loongson: Fix build warnings about export.h
 2025-07-02 11:55 UTC  (2+ messages)

[PATCH v13 0/6] rust: extend `module!` macro with integer parameter support
 2025-07-02 10:01 UTC  (32+ messages)
` [PATCH v13 2/6] rust: introduce module_param module
` [PATCH v13 5/6] rust: samples: add a module parameter to the rust_minimal sample

[v3 PATCH 0/1] kconfig: improve gconfig
 2025-07-02  3:55 UTC  (5+ messages)
` [v3 PATCH 1/1] kconfig: gconf: preserve menu selection when switching view mode

[PATCH v2 0/2] gendwarfksyms - improve symtypes output
 2025-07-02  2:30 UTC  (5+ messages)
  ` [PATCH v2 1/2] gendwarfksyms: use preferred form of sizeof for allocation
  ` [PATCH v2 2/2] gendwarfksyms: order -T symtypes output by name

[PATCH] clocksource/drivers/nxp-timer: Don't call platform driver struct nxp_stm_probe
 2025-07-01 15:39 UTC 

[PATCH] irqchip/qcom-irq-combiner: Rename driver struct to end in _driver
 2025-07-01 14:24 UTC  (4+ messages)

[PATCH v2 0/9] kconfig: improve gconfig
 2025-06-30 23:16 UTC  (18+ messages)
` [PATCH v2 1/9] kconfig: gconf: fix behavior of a menu under a symbol in split view
` [PATCH v2 2/9] kconfig: gconf: use configure-event handler to adjust pane separator
` [PATCH v2 3/9] kconfig: gconf: rename display_tree_part()
` [PATCH v2 4/9] kconfig: gconf: rename gconf.glade to gconf.ui
` [PATCH v2 5/9] kconfig: gconf: migrate to GTK 3
` [PATCH v2 6/9] kconfig: gconf: replace GtkVbox with GtkBox
` [PATCH v2 7/9] kconfig: gconf: replace GdkColor with GdkRGBA
` [PATCH v2 8/9] kconfig: gconf: replace GtkHPaned and GtkVPaned with GtkPaned
` [PATCH v2 9/9] kconfig: gconf: show GTK version in About dialog

[PATCH] gendwarfksyms: make -T symtypes output be in name order
 2025-06-30 15:40 UTC  (8+ messages)
` [PATCH] gendwarfksyms: order -T symtypes output by name
          ` [PATCH] gendwarfksyms: use preferred form of sizeof for allocation

[PATCH] kconfig: qconf: confine {begin,end}Group to constructor and destructor
 2025-06-29 18:50 UTC 

[PATCH] kconfig: qconf: fix ConfigList::updateListAllforAll()
 2025-06-29 18:48 UTC 

[PATCH] kconfig: add a function to dump all menu entries in a tree-like format
 2025-06-29 18:48 UTC 

[PATCH] docs: kbuild/kconfig: add alldefconfig to the all*configs
 2025-06-27  9:04 UTC  (2+ messages)

[PATCH v3] kconfig/nconf: Ensure null termination where strncpy is used
 2025-06-27  9:01 UTC  (2+ messages)

[PATCH v3] kconfig: check for a NULL pointer before access
 2025-06-27  0:42 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/3] QRTR bus and Qualcomm Sensor Manager IIO drivers
 2025-06-25 22:20 UTC  (7+ messages)
` [PATCH 1/3] net: qrtr: Turn QRTR into a bus
` [PATCH 3/3] iio: Add Qualcomm Sensor Manager drivers

[PATCH] Documentation: kbuild: note CONFIG_DEBUG_EFI in reproducible builds
 2025-06-25 17:07 UTC  (2+ messages)

[PATCH] arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=y
 2025-06-25 14:11 UTC  (2+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-25  1:09 UTC  (5+ messages)
` [PATCH v2 10/14] loongarch: Handle KCOV __init vs inline mismatches

[PATCH v2] Kconfig: Added compare capabilities for mconf Ver. 2
 2025-06-24 19:14 UTC  (6+ messages)

[PATCH v3] Kconfig: Added compare capabilities for mconf
 2025-06-24 19:14 UTC 

[PATCH] scripts: add zboot support to extract-vmlinux
 2025-06-24 17:56 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).