Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 14:25:05 to 2023-06-16 15:01:26 UTC [more...]

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-06-16 14:02 UTC  (17+ messages)
` [PATCH v2 01/11] kbuild: rust_is_available: remove -v option
` [PATCH v2 02/11] kbuild: rust_is_available: fix version check when CC has multiple arguments
` [PATCH v2 03/11] docs: rust: add paragraph about finding a suitable `libclang`
` [PATCH v2 04/11] kbuild: rust_is_available: print docs reference
` [PATCH v2 05/11] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH v2 06/11] kbuild: rust_is_available: check that environment variables are set
` [PATCH v2 07/11] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH v2 08/11] kbuild: rust_is_available: normalize version matching
` [PATCH v2 09/11] kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN`
` [PATCH v2 10/11] kbuild: rust_is_available: check that output looks as expected
` [PATCH v2 11/11] kbuild: rust_is_available: add test suite

[PATCH v2 1/2] kbuild: revive "Entering directory" for Make >= 4.4.1
 2023-06-16 14:57 UTC  (2+ messages)
` [PATCH v2 2/2] kbuild: respect GNU Make -w flag

Specifying CFLAGS for a directory on the command line
 2023-06-16  6:37 UTC  (10+ messages)

[PATCH v4] script: modpost: emit a warning when the description is missing
 2023-06-15 23:40 UTC 

[PATCH v3] script: modpost: emit a warning when the description is missing
 2023-06-15 23:34 UTC 

[PATCH v2] script: modpost: emit a warning when the description is missing
 2023-06-15 23:28 UTC  (3+ messages)

[PATCH] kbuild: revive "Entering directory" for Make >= 4.4.1
 2023-06-15 14:16 UTC  (3+ messages)

Suggestion: Improve the dependency information during Kconfig compilation
 2023-06-15 13:02 UTC  (5+ messages)
  `  "
        `  "

[PATCH] kbuild: deb-pkg: Include modules.builtin* even if non-modular
 2023-06-15 11:22 UTC  (3+ messages)

[PATCH] kbuild: make modules_install copy modules.builtin(.modinfo)
 2023-06-15 11:17 UTC 

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-14  8:25 UTC  (99+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name
` [PATCH v3 02/57] apparmor: "
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure
` [PATCH v3 04/57] kbuild: Drop -Wdeclaration-after-statement
` [PATCH v3 05/57] sched: Simplify get_nohz_timer_target()
` [PATCH v3 06/57] sched: Simplify sysctl_sched_uclamp_handler()
` [PATCH v3 07/57] sched: Simplify: migrate_swap_stop()
` [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
` [PATCH v3 09/57] sched: Simplify ttwu()
` [PATCH v3 10/57] sched: Simplify sched_exec()
` [PATCH v3 11/57] sched: Simplify sched_tick_remote()
` [PATCH v3 12/57] sched: Simplify try_steal_cookie()
` [PATCH v3 13/57] sched: Simplify sched_core_cpu_{starting,deactivate}()
` [PATCH v3 14/57] sched: Simplify set_user_nice()
` [PATCH v3 15/57] sched: Simplify syscalls
` [PATCH v3 16/57] sched: Simplify sched_{set,get}affinity()
` [PATCH v3 17/57] sched: Simplify yield_to()
` [PATCH v3 18/57] sched: Simplify sched_rr_get_interval()
` [PATCH v3 19/57] sched: Simplify sched_move_task()
` [PATCH v3 20/57] sched: Simplify tg_set_cfs_bandwidth()
` [PATCH v3 21/57] sched: Misc cleanups
` [PATCH v3 22/57] perf: Fix cpuctx refcounting
` [PATCH v3 23/57] perf: Simplify perf_event_alloc() error path
` [PATCH v3 24/57] perf: Simplify perf_pmu_register() "
` [PATCH v3 25/57] perf: Simplify perf_fget_light()
` [PATCH v3 26/57] perf: Simplify event_function*()
` [PATCH v3 27/57] perf: Simplify perf_cgroup_connect()
` [PATCH v3 28/57] perf; Simplify event_sched_in()
` [PATCH v3 29/57] perf: Simplify: __perf_install_in_context()
` [PATCH v3 30/57] perf: Simplify: *perf_event_{dis,en}able*()
` [PATCH v3 31/57] perf: Simplify perf_event_modify_attr()
` [PATCH v3 32/57] perf: Simplify perf_event_context_sched_in()
` [PATCH v3 33/57] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH v3 34/57] perf: Simplify perf_event_*_on_exec()
` [PATCH v3 35/57] perf: Simplify *perf_event_read*()
` [PATCH v3 36/57] perf: Simplify find_get_pmu_context()
` [PATCH v3 37/57] perf: Simplify perf_read_group()
` [PATCH v3 38/57] perf: Simplify IOC_SET_OUTPUT
` [PATCH v3 39/57] perf: Simplify perf_event_*_userpage()
` [PATCH v3 40/57] perf: Simplify perf_mmap_close()/perf_aux_sample_output()
` [PATCH v3 41/57] perf: Simplify __perf_event_output()
` [PATCH v3 42/57] perf: Simplify perf_iterate_sb()
` [PATCH v3 43/57] perf: Simplify perf_sw_event()
` [PATCH v3 44/57] perf: Simplify bpf_overflow_handler()
` [PATCH v3 45/57] perf: Simplify perf_event_parse_addr_filter()
` [PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
` [PATCH v3 47/57] perf: Simplify perf_pmu_register()
` [PATCH v3 48/57] perf: Simplify perf_init_event()
` [PATCH v3 49/57] perf: Simplify perf_event_alloc()
` [PATCH v3 50/57] perf: Simplify sys_perf_event_open()
` [PATCH v3 51/57] perf: Simplify perf_event_create_kernel_counter()
` [PATCH v3 52/57] perf: Simplify perf_event_init_context()
` [PATCH v3 53/57] perf: Simplify perf_event_sysfs_init()
` [PATCH v3 54/57] perf: Misc cleanups
` [PATCH v3 55/57] perf: Simplify find_get_context()
` [PATCH v3 56/57] perf: Simplify perf_pmu_output_stop()
` [PATCH v3 57/57] perf: Simplify perf_install_in_context()

[linux-next:master] [kbuild] df8fc4e934: BUG:unable_to_handle_page_fault_for_address
 2023-06-13 20:58 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-06-13  7:30 UTC 

[bug report] modpost: handle relocations mismatch in __ex_table
 2023-06-12 10:22 UTC  (4+ messages)

About Kconfig tree
 2023-06-12  8:03 UTC  (3+ messages)

[PATCH v9 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-11 15:51 UTC  (12+ messages)
` [PATCH v9 01/11] ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
` [PATCH v9 02/11] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v9 03/11] kbuild: generate KSYMTAB entries by modpost
` [PATCH v9 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v9 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v9 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v9 07/11] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v9 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v9 09/11] modpost: merge two similar section mismatch warnings
` [PATCH v9 10/11] modpost: show offset from symbol for "
` [PATCH v9 11/11] linux/export.h: rename 'sec' argument to 'license'

[PATCH v8 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-11 15:33 UTC  (13+ messages)
` [PATCH v8 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
` [PATCH v8 02/11] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v8 03/11] kbuild: generate KSYMTAB entries by modpost
` [PATCH v8 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v8 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v8 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v8 07/11] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v8 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v8 09/11] modpost: merge two similar section mismatch warnings
` [PATCH v8 10/11] modpost: show offset from symbol for "
` [PATCH v8 11/11] linux/export.h: rename 'sec' argument to 'license'

[PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-10  8:56 UTC  (15+ messages)
` [PATCH v7 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"
` [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost
` [PATCH v7 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v7 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v7 07/11] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v7 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v7 09/11] modpost: merge two similar section mismatch warnings
` [PATCH v7 10/11] modpost: show offset from symbol for "
` [PATCH v7 11/11] linux/export.h: rename 'sec' argument to 'license'

[PATCH v3 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-10  7:40 UTC  (3+ messages)
` [PATCH v3 2/2] kbuild: enable kernel-doc -Wall for W=2

[PATCH] drm/amd/amdgpu: enable W=1 for amdgpu
 2023-06-10  6:49 UTC  (3+ messages)

[RFC] [kbuild test robot] random-order parallel building
 2023-06-09 15:59 UTC  (5+ messages)

[PATCH v2 1/2] kernel-doc: don't let V=1 change outcome
 2023-06-09  8:42 UTC  (6+ messages)

[RFC][PATCH] build: Deal with change in "make --no-print-directory" behaviour change
 2023-06-09  8:03 UTC  (2+ messages)

[PATCH] modpost: fix off by one in is_executable_section()
 2023-06-08 14:55 UTC  (2+ 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).