Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH 2/2] kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS, (continued)
- [PATCH 0/3] checkkconfigsymbols.py: Fix various bugs,
Ariel Marcovitch
- [PATCH V3 00/13] Introduce vfio_pci_core subsystem,
Yishai Hadas
- [PATCH V3 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c, Yishai Hadas
- [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h, Yishai Hadas
- [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device, Yishai Hadas
- [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings, Yishai Hadas
- [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h, Yishai Hadas
- [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c, Yishai Hadas
- [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c, Yishai Hadas
- [PATCH V3 08/13] vfio/pci: Move module parameters to vfio_pci.c, Yishai Hadas
- [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id, Yishai Hadas
- [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system, Yishai Hadas
- [PATCH V3 11/13] vfio: Use select for eventfd, Yishai Hadas
- [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on', Yishai Hadas
- [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko, Yishai Hadas
- What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?,
Joe Perches
- [PATCH 00/13] kbuild: refactoring after Clang LTO,
Masahiro Yamada
- [PATCH 03/13] kbuild: detect objtool changes correctly and remove .SECONDEXPANSION, Masahiro Yamada
- [PATCH 01/13] kbuild: move objtool_args back to scripts/Makefile.build, Masahiro Yamada
- [PATCH 02/13] gen_compile_commands: extract compiler command from a series of commands, Masahiro Yamada
- [PATCH 04/13] kbuild: remove unused quiet_cmd_update_lto_symversions, Masahiro Yamada
- [PATCH 07/13] kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh, Masahiro Yamada
- [PATCH 09/13] kbuild: do not create built-in.a.symversions or lib.a.symversions, Masahiro Yamada
- [PATCH 13/13] kbuild: merge cmd_ar_builtin and cmd_ar_module, Masahiro Yamada
- [PATCH 05/13] kbuild: remove stale *.symversions, Masahiro Yamada
- [PATCH 08/13] kbuild: merge vmlinux_link() between ARCH=um and other architectures, Masahiro Yamada
- [PATCH 12/13] kbuild: merge cmd_modversions_c and cmd_modversions_S, Masahiro Yamada
- [PATCH 06/13] kbuild: merge vmlinux_link() between the ordinary link and Clang LTO, Masahiro Yamada
- [PATCH 10/13] kbuild: build modules in the same way with/without Clang LTO, Masahiro Yamada
- [PATCH 11/13] kbuild: always postpone CRC links for module versioning, Masahiro Yamada
- Re: [PATCH 00/13] kbuild: refactoring after Clang LTO, Masahiro Yamada
- [PATCH v2] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y, Masahiro Yamada
- [PATCH v2 0/7] Add __alloc_size() for better bounds checking,
Kees Cook
- [PATCH V2 00/12] Introduce vfio_pci_core subsystem,
Yishai Hadas
- [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c, Yishai Hadas
- [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h, Yishai Hadas
- [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device, Yishai Hadas
- [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings, Yishai Hadas
- [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h, Yishai Hadas
- [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c, Yishai Hadas
- [PATCH V2 07/12] vfio/pci: Move igd initialization to vfio_pci.c, Yishai Hadas
- [PATCH V2 08/12] vfio/pci: Move module parameters to vfio_pci.c, Yishai Hadas
- [PATCH V2 10/12] vfio: Use select for eventfd, Yishai Hadas
- [PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id, Yishai Hadas
- [PATCH V2 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on', Yishai Hadas
- [PATCH V2 12/12] vfio/pci: Introduce vfio_pci_core.ko, Yishai Hadas
- [PATCH 5/5] Makefile: Enable -Wzero-length-bounds,
Kees Cook
- [PATCH 4/5] Makefile: Enable -Warray-bounds,
Kees Cook
- [PATCH v2 00/63] Introduce strict memcpy() bounds checking,
Kees Cook
- [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy(), Kees Cook
- [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad(), Kees Cook
- [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning, Kees Cook
- [PATCH v2 05/63] stddef: Introduce struct_group() helper macro, Kees Cook
- [PATCH v2 02/63] net/mlx5e: Avoid field-overflowing memcpy(), Kees Cook
- [PATCH v2 06/63] cxl/core: Replace unions with struct_group(), Kees Cook
- [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region, Kees Cook
- [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group(), Kees Cook
- [PATCH v2 09/63] mwl8k: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 10/63] libertas: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 13/63] iommu/amd: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 14/63] cxgb3: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 11/63] libertas_tf: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check, Kees Cook
- [PATCH v2 23/63] media: omap3isp: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time, Kees Cook
- [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings, Kees Cook
- [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths, Kees Cook
- [PATCH v2 24/63] sata_fsl: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 28/63] fortify: Explicitly disable Clang support, Kees Cook
- [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp, Kees Cook
- [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding, Kees Cook
- [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() at compile-time, Kees Cook
- [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing, Kees Cook
- [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region, Kees Cook
- [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header, Kees Cook
- [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time, Kees Cook
- [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions, Kees Cook
- [PATCH v2 63/63] fortify: Work around Clang inlining bugs, Kees Cook
- [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow, Kees Cook
- [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn, Kees Cook
- [PATCH v2 19/63] staging: wlan-ng: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 43/63] net: qede: Use memset_startat() for counters, Kees Cook
- [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache, Kees Cook
- [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl, Kees Cook
- [PATCH v2 26/63] lib/string: Move helper functions out of string.c, Kees Cook
- [PATCH v2 51/63] drbd: Use struct_group() to zero algs, Kees Cook
- [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry, Kees Cook
- [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator, Kees Cook
- [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status, Kees Cook
- [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr, Kees Cook
- [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size(), Kees Cook
- [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h, Kees Cook
- [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info, Kees Cook
- [PATCH v2 38/63] xfrm: Use memset_after() to clear padding, Kees Cook
- [PATCH v2 15/63] intersil: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 16/63] cxgb4: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 18/63] drm/amd/pm: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 20/63] drm/mga/mga_ioc32: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields, Kees Cook
- [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region, Kees Cook
- [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event, Kees Cook
- [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs, Kees Cook
- [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests, Kees Cook
- [PATCH v2 58/63] ethtool: stats: Use struct_group() to clear all stats at once, Kees Cook
- [PATCH v2 21/63] net/mlx5e: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 22/63] HID: cp2112: Use struct_group() for memcpy() region, Kees Cook
- [PATCH v2 33/63] lib: Introduce CONFIG_TEST_MEMCPY, Kees Cook
- [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors, Kees Cook
- [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct, Kees Cook
- [PATCH v2 54/63] dm integrity: Use struct_group() to zero struct journal_sector, Kees Cook
[PATCH 0/5] Add __alloc_size() for better bounds checking,
Kees Cook
[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+,
Nathan Chancellor
[PATCH 0/7] kbuild: remove cc-option-yn,
Nick Desaulniers
[PATCH] kbuild: Switch to 'f' variants of integrated assembler flag,
Nathan Chancellor
[PATCH v2] Makefile: remove stale cc-option checks,
Nick Desaulniers
[PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block,
Nathan Chancellor
Re: [PATCH] MAINTAINERS: add Nick to Kbuild reviewers, Nick Desaulniers
[PATCH v4] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG,
Sami Tolvanen
[PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y,
Masahiro Yamada
[PATCH] Makefile: use -Wno-main in the full kernel tree,
Randy Dunlap
[PATCH 1/2] kbuild: macrofy the condition of if_changed and friends,
Masahiro Yamada
[PATCH v3] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG,
Sami Tolvanen
Re: [PATCH net-next v3 01/16] mctp: Add MCTP base,
Geert Uytterhoeven
[PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file,
Randy Dunlap
[PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG,
Sami Tolvanen
[PATCH] Makefile: remove stale cc-option checks,
Nick Desaulniers
cc-option-yn necessary? (vs cc-option),
Nick Desaulniers
[GIT PULL] Kbuild fixes for v5.14-rc5,
Masahiro Yamada
[PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1,
Nick Desaulniers
[PATCH] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH, Lukas Bulwahn
[PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS,
Masahiro Yamada
[PATCH] MAINTAINERS: Add Luis Chamberlain as modules maintainer, Jessica Yu
[PATCH] scripts/Makefile.clang: default to LLVM_IAS=1,
Nick Desaulniers
[PATCH] scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local,
Nathan Chancellor
[PATCH v6 0/3] infer --target from SRCARCH for CC=clang,
Nick Desaulniers
Re: [PATCH 42/64] net: qede: Use memset_after() for counters,
Shai Malin
[PATCH] kbuild: warn if a different compiler is used for external module builds, Masahiro Yamada
[PATCH v5 0/3] infer --target from SRCARCH for CC=clang,
Nick Desaulniers
[PATCH v4 0/2] infer --target from SRCARCH for CC=clang,
Nick Desaulniers
[PATCH][RESEND] tools/thermal/tmon: simplify Makefile and fix cross build,
Rolf Eike Beer
[PATCH v3 0/2] infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1,
Nick Desaulniers
[PATCH] kbuild: cancel sub_make_done for the install target to fix DKMS,
Masahiro Yamada
[PATCH 00/64] Introduce strict memcpy() bounds checking,
Kees Cook
[PATCH 05/64] skbuff: Switch structure bounds to struct_group(), Kees Cook
[PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy(), Kees Cook
[PATCH 10/64] lib80211: Use struct_group() for memcpy() region, Kees Cook
[PATCH 22/64] bnx2x: Use struct_group() for memcpy() region, Kees Cook
[PATCH 14/64] libertas_tf: Use struct_group() for memcpy() region, Kees Cook
[PATCH 27/64] HID: cp2112: Use struct_group() for memcpy() region, Kees Cook
[PATCH 18/64] cxgb3: Use struct_group() for memcpy() region, Kees Cook
[PATCH 15/64] ipw2x00: Use struct_group() for memcpy() region, Kees Cook
[PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h, Kees Cook
[PATCH 26/64] net/mlx5e: Use struct_group() for memcpy() region, Kees Cook
[PATCH 29/64] lib/string: Move helper functions out of string.c, Kees Cook
[PATCH 07/64] staging: rtl8192e: Use struct_group() for memcpy() region, Kees Cook
[PATCH 08/64] staging: rtl8192u: Use struct_group() for memcpy() region, Kees Cook
[PATCH 12/64] mwl8k: Use struct_group() for memcpy() region, Kees Cook
[PATCH 13/64] libertas: Use struct_group() for memcpy() region, Kees Cook
[PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy(), Kees Cook
[PATCH 28/64] compiler_types.h: Remove __compiletime_object_size(), Kees Cook
[PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests, Kees Cook
[PATCH 31/64] fortify: Explicitly disable Clang support, Kees Cook
[PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region, Kees Cook
[PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region, Kees Cook
[PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap, Kees Cook
[PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region, Kees Cook
[PATCH 47/64] btrfs: Use memset_after() to clear end of struct, Kees Cook
[PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy(), Kees Cook
[PATCH 19/64] ip: Use struct_group() for memcpy() regions, Kees Cook
[PATCH 40/64] net: 802: Use memset_after() to clear struct fields, Kees Cook
[PATCH 16/64] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region, Kees Cook
[PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr, Kees Cook
[PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors, Kees Cook
[PATCH 42/64] net: qede: Use memset_after() for counters, Kees Cook
[PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write, Kees Cook
[PATCH 38/64] xfrm: Use memset_after() to clear padding, Kees Cook
[PATCH 41/64] net: dccp: Use memset_after() for TP zeroing, Kees Cook
[PATCH 54/64] ipv6: Use struct_group() to zero rt6_info, Kees Cook
[PATCH 39/64] mac80211: Use memset_after() to clear tx status, Kees Cook
[PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event, Kees Cook
[PATCH 17/64] iommu/amd: Use struct_group() for memcpy() region, Kees Cook
[PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl, Kees Cook
[PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once, Kees Cook
[PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache, Kees Cook
[PATCH 61/64] Makefile: Enable -Warray-bounds, Kees Cook
[PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding, Kees Cook
[PATCH 62/64] netlink: Avoid false-positive memcpy() warning, Kees Cook
[PATCH 20/64] intersil: Use struct_group() for memcpy() region, Kees Cook
[PATCH 21/64] cxgb4: Use struct_group() for memcpy() region, Kees Cook
[PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator, Kees Cook
[PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY, Kees Cook
[PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector, Kees Cook
[PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time, Kees Cook
[PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow, Kees Cook
[PATCH 23/64] drm/amd/pm: Use struct_group() for memcpy() region, Kees Cook
[PATCH 24/64] staging: wlan-ng: Use struct_group() for memcpy() region, Kees Cook
[PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry, Kees Cook
[PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region, Kees Cook
[PATCH 35/64] fortify: Detect struct member overflows in memmove() at compile-time, Kees Cook
[PATCH 60/64] fortify: Work around Clang inlining bugs, Kees Cook
[PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header, Kees Cook
[PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp, Kees Cook
[PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn, Kees Cook
[PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time, Kees Cook
[PATCH 48/64] drbd: Use struct_group() to zero algs, Kees Cook
[PATCH] scripts: make some scripts executable,
Masahiro Yamada
[PATCH] kbuild: do not require sub-make for separate output tree builds, Masahiro Yamada
[PATCH 00/12] Introduce vfio_pci_core subsystem,
Yishai Hadas
- [PATCH 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c, Yishai Hadas
- [PATCH 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h, Yishai Hadas
- [PATCH 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device, Yishai Hadas
- [PATCH 04/12] vfio/pci: Rename ops functions to fit core namings, Yishai Hadas
- [PATCH 05/12] vfio/pci: Include vfio header in vfio_pci_core.h, Yishai Hadas
- [PATCH 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c, Yishai Hadas
- [PATCH 07/12] vfio/pci: Move igd initialization to vfio_pci.c, Yishai Hadas
- [PATCH 08/12] vfio/pci: Move module parameters to vfio_pci.c, Yishai Hadas
- [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id, Yishai Hadas
- [PATCH 10/12] vfio: Use select for eventfd, Yishai Hadas
- [PATCH 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on', Yishai Hadas
- [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko, Yishai Hadas
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]