linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 14:22:30 to 2021-11-30 08:45:28 UTC [more...]

[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-11-30  8:45 UTC  (5+ messages)
` [PATCH v2 2/2] net: mdio: fixup ethernet phy module auto-load function

[PATCH v3 1/2] modpost: file2alias: make mdio alias configure match mdio uevent
 2021-11-30  8:21 UTC  (2+ messages)
` [PATCH v3 2/2] net: mdio: rework mdio_uevent for mdio ethernet phy device

[PATCH RFC 0/6] Bump minimum supported version of LLVM to 11.0.0
 2021-11-29 18:30 UTC  (10+ messages)
` [PATCH RFC 1/6] Documentation: Raise the "
` [PATCH RFC 2/6] mm, slab: Remove compiler check in __kmalloc_index
` [PATCH RFC 3/6] arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANG
` [PATCH RFC 4/6] Revert "ARM: 9070/1: Make UNWINDER_ARM depend on ld.bfd or ld.lld 11.0.0+"
` [PATCH RFC 5/6] gcov: Remove compiler version check
` [PATCH RFC 6/6] init/Kconfig: Drop linker version check for LD_ORPHAN_WARN

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-29 14:42 UTC  (34+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v2 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v2 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH v2 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH v2 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH v2 08/23] kcsan: Show location access was reordered to
` [PATCH v2 09/23] kcsan: Document modeling of weak memory
` [PATCH v2 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH v2 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH v2 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH v2 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH v2 14/23] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH v2 15/23] locking/barriers, kcsan: Support generic instrumentation
` [PATCH v2 16/23] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH v2 17/23] asm-generic/bitops, "
` [PATCH v2 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH v2 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH v2 20/23] mm, kcsan: Enable barrier instrumentation
` [PATCH v2 21/23] sched, kcsan: Enable memory "
` [PATCH v2 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH v1 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-11-26 10:27 UTC  (10+ messages)
` [PATCH v1 2/2] net: mdio: fixup ethernet phy module auto-load function

[PATCH] streamline_config.pl: show the full Kconfig name
 2021-11-26  8:04 UTC  (2+ messages)

[PATCH v2 1/2] kbuild: use perl instead of shell to get file size
 2021-11-24 15:31 UTC  (2+ messages)
  ` [PATCH v2 2/2] kbuild: pass --stream-size --no-content-size to zstd

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-11-24 13:33 UTC  (5+ messages)
` [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region

[PATCH v1 2/2] net: mdio: fixup ethernet phy module auto-load function
 2021-11-23  5:32 UTC 

[PATCH 1/2] kbuild: use perl instead of shell to get file size
 2021-11-22 19:20 UTC  (3+ messages)
  ` [PATCH 2/2] kbuild: pass --stream-size --no-content-size to zstd

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-22 16:44 UTC  (27+ messages)
` [PATCH v2 1/5] preempt: Restore preemption model selection configs
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors
` [PATCH v2 4/5] kscan: "
` [PATCH v2 5/5] ftrace: Use preemption model accessors for trace header printout

[PATCH] kconfig: Add `make mod2noconfig` to disable module options
 2021-11-20 15:41 UTC  (3+ messages)

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2021-11-19  2:35 UTC  (17+ messages)
` [PATCH 01/12] riscv: remove unused __cmpxchg_user() macro
` [PATCH 02/12] riscv: consolidate __ex_table construction
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 04/12] riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
` [PATCH 05/12] riscv: extable: make fixup_exception() return bool
` [PATCH 06/12] riscv: extable: use `ex` for `exception_table_entry`
` [PATCH 07/12] riscv: lib: uaccess: fold fixups into body
` [PATCH 08/12] riscv: extable: consolidate definitions
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
` [PATCH 10/12] riscv: add gpr-num.h
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler
` [PATCH 12/12] riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

[PATCH bpf] samples: bpf: fix build error due to -isystem removal
 2021-11-15 23:00 UTC  (2+ messages)

[PATCH v5] configs: Introduce debug.config for CI-like setup
 2021-11-15 14:10 UTC  (2+ messages)

[PATCH v3 0/4] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-15  7:00 UTC  (6+ messages)
` [PATCH v3 1/4] preempt: Restore preemption model selection configs
` [PATCH v3 2/4] preempt/dynamic: Introduce preemption model accessors
` [PATCH v3 3/4] kcsan: Use "
` [PATCH v3 4/4] ftrace: Use preemption model accessors for trace header printout

[PATCH v3] kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
 2021-11-15  2:48 UTC 

[PATCH] kconfig: Add support for -Wimplicit-fallthrough
 2021-11-15  2:16 UTC  (9+ messages)

[PATCH v2] kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
 2021-11-15  2:07 UTC 

[PATCH v2] scripts/config: allow "O=config-dir" option
 2021-11-11 21:04 UTC  (3+ messages)

[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-11 11:35 UTC  (6+ messages)
` [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH v4] configs: Introduce debug.config for CI-like setup
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH 0/6] MODULE_DEVICE_TABLE() support for the ISHTP bus
 2021-11-09 10:42 UTC  (11+ messages)
` [PATCH 1/6] HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()

[GIT PULL] Kbuild updates for v5.16-rc1
 2021-11-08 17:39 UTC  (2+ messages)

Given an x32 userspace with a gcc to match (ie defaults to -mx32) then CONFIG_EFI_STUB is unavailable
 2021-11-07 23:33 UTC  (5+ messages)

[PATCH 01/10] kconfig: remove 'const' from the return type of sym_escape_string_value()
 2021-11-05 11:40 UTC  (5+ messages)
` [PATCH 03/10] kconfig: refactor conf_write_symbol()

[RFC v3 00/12] kconfig: add support for conflict resolution
 2021-11-04  9:30 UTC  (3+ messages)
` [RFC v3 11/12] Add xconfig-modifications

[PATCH] builddeb: Support signing kernels with a Machine Owner Key
 2021-11-04  9:28 UTC  (3+ messages)

[PATCH v2] raid5-ppl: use swap() to make code cleaner
 2021-11-03  6:47 UTC  (4+ messages)

[PATCH] scripts/config: allow "O=config-dir" option
 2021-11-02 22:38 UTC  (3+ messages)

[PATCHv3 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-11-02  1:20 UTC  (2+ messages)

[GIT PULL] hardening updates for v5.16-rc1
 2021-11-02  0:50 UTC  (2+ messages)

[PATCH v3] configs: Introduce debug.config for CI-like setup
 2021-11-01 14:28 UTC 

[PATCH v2] configs: Introduce debug.config for CI-like setup
 2021-11-01 12:32 UTC  (5+ messages)

[PATCH] kbuild: Support clang-$ver builds
 2021-10-31 12:38 UTC  (13+ messages)

[PATCH] sh: decompressor: do not copy source files while building
 2021-10-30 19:02 UTC  (3+ messages)

[PATCHv2 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-10-28 17:14 UTC  (2+ messages)

[PATCH] configs: Introduce debug.config for CI-like setup
 2021-10-28 16:43 UTC 

Introduce "make debugconfig"
 2021-10-28 15:08 UTC  (3+ 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 NNTP newsgroup(s).