Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-11 15:51:35 to 2023-06-22 02:27:35 UTC [more...]

[PATCH v7 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-22  2:26 UTC  (4+ messages)
` [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost

[PATCH v2] ubsan: Tighten UBSAN_BOUNDS on GCC
 2023-06-22  0:50 UTC  (4+ messages)

[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
 2023-06-21 21:54 UTC  (3+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "

Specifying CFLAGS for a directory on the command line
 2023-06-21  8:54 UTC  (15+ messages)

[PATCH] ARM: change link order of $(mmy-y) to avoid veneers
 2023-06-20 19:13 UTC  (4+ messages)

[PATCH 1/3] modpost: factor out inst location calculation to section_rel()
 2023-06-20 12:05 UTC  (3+ messages)
` [PATCH 2/3] modpost: factor out Elf_Sym pointer "
` [PATCH 3/3] modpost: continue even with unknown relocation type

[PATCH v4] script: modpost: emit a warning when the description is missing
 2023-06-20  9:26 UTC  (3+ messages)

[PATCH v2 00/11] `scripts/rust_is_available.sh` improvements
 2023-06-20  5:26 UTC  (39+ 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-19 12:51 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: respect GNU Make -w flag

[PATCH] kbuild: make modules_install copy modules.builtin(.modinfo)
 2023-06-19 12:34 UTC  (2+ messages)

[PATCH] kbuild: make clean rule robust against too long argument error
 2023-06-19  9:32 UTC  (4+ messages)

[PATCH 0/4] dt-bindings: fix 'make clean' and improve dt-schema check rules
 2023-06-19  9:27 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: fix error in 'make clean' after 'make dt_binding_check'

[PATCH v1] scripts: kconfig: nconf: Add search jump feature
 2023-06-18  0:16 UTC 

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-16 22:41 UTC  (100+ 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()

[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)

[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  (7+ messages)
` [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'


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).