Linux-KBuild Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 11:37:02 to 2021-08-18 06:17:24 UTC [more...]

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18  6:05 UTC  (45+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-18  5:31 UTC  (7+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "
` [PATCH 3/5] mm/page_alloc: "
` [PATCH 4/5] percpu: "
` [PATCH 5/5] mm/vmalloc: "

[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
 2021-08-18  4:45 UTC  (15+ messages)

[PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
 2021-08-18  4:28 UTC  (6+ messages)

[PATCH v4] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
 2021-08-18  2:33 UTC  (2+ messages)

[PATCH 0/7] kbuild: remove cc-option-yn
 2021-08-18  1:40 UTC  (18+ messages)
` [PATCH 1/7] MIPS: replace cc-option-yn uses with cc-option
` [PATCH 2/7] s390: "
` [PATCH 3/7] powerpc: "
` [PATCH 4/7] arc: "
` [PATCH 5/7] x86: remove cc-option-yn test for -mtune=
` [PATCH 6/7] Makefile: replace cc-option-yn uses with cc-option
` [PATCH 7/7] kbuild: remove cc-option-yn, update Docs

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (18+ messages)

[PATCH 1/2] kbuild: macrofy the condition of if_changed and friends
 2021-08-17  8:25 UTC  (3+ messages)
` [PATCH 2/2] kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk

[PATCH] Makefile: use -Wno-main in the full kernel tree
 2021-08-17  2:05 UTC  (9+ messages)

[PATCH v2] Makefile: remove stale cc-option checks
 2021-08-17  1:57 UTC  (2+ messages)

[PATCH] kbuild: Switch to 'f' variants of integrated assembler flag
 2021-08-17  1:52 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] Makefile: remove stale cc-option checks
 2021-08-17  1:38 UTC  (13+ messages)

cc-option-yn necessary? (vs cc-option)
 2021-08-17  0:24 UTC  (3+ messages)

[PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
 2021-08-16 21:39 UTC  (4+ messages)
` [PATCH 2/3] kbuild: Add a comment above -Wno-gnu
` [PATCH 3/3] kbuild: Shuffle blank line to improve comment meaning

[PATCH] MAINTAINERS: add Nick to Kbuild reviewers
 2021-08-16 18:23 UTC 

[PATCH v3] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
 2021-08-16 18:06 UTC  (3+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-13 19:44 UTC  (19+ messages)
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow

[PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file
 2021-08-13 15:00 UTC  (4+ messages)

[PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
 2021-08-12 20:34 UTC  (4+ messages)

[PATCH net-next v3 01/16] mctp: Add MCTP base
 2021-08-12 11:32 UTC  (3+ messages)

[PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
 2021-08-10  0:06 UTC  (3+ messages)

[PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
 2021-08-10  0:05 UTC  (4+ messages)

[PATCH v6 0/3] infer --target from SRCARCH for CC=clang
 2021-08-10  0:05 UTC  (13+ messages)
` [PATCH v6 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
` [PATCH v6 2/3] Makefile: infer --target from ARCH for CC=clang
` [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing

[PATCH] clang-tools: Print information when clang-tidy tool is missing
 2021-08-08 22:18 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] Kbuild fixes for v5.14-rc5
 2021-08-07 18:21 UTC  (2+ messages)

[PATCH] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
 2021-08-06 11:56 UTC 

[PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
 2021-08-05 23:48 UTC  (7+ messages)

{Spam?} Z. HD,Sehr geehrte / r Fondsempfänger
 2021-08-05 21:15 UTC 

[PATCH v2] Documentation/kbuild: Document the kconfig choice default value
 2021-08-05 12:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] Regex fixes for mips and x86 cross-compile
 2021-08-05 11:54 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 read-only IMAP folder(s) and NNTP newsgroup(s).