Linux Kbuild
[Prev Page][Next Page]
- [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 23/63] media: omap3isp: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 11/63] libertas_tf: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 14/63] cxgb3: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 13/63] iommu/amd: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 10/63] libertas: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 09/63] mwl8k: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 02/63] net/mlx5e: Avoid field-overflowing memcpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 00/63] Introduce strict memcpy() bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 2/5] slab: Add __alloc_size attributes for better bounds checking
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH 5/5] mm/vmalloc: Add __alloc_size attributes for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 1/5] Compiler Attributes: Add __alloc_size() for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 2/5] slab: Add __alloc_size attributes for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 3/5] mm/page_alloc: Add __alloc_size attributes for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 4/5] percpu: Add __alloc_size attributes for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 0/5] Add __alloc_size() for better bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Philip Li <philip.li@xxxxxxxxx>
- Re: [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v4] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 4/7] arc: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 4/7] arc: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 2/2] kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
- From: Nicolas Schier <n.schier@xxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 3/7] powerpc: replace cc-option-yn uses with cc-option
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH 7/7] kbuild: remove cc-option-yn, update Docs
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 6/7] Makefile: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 5/7] x86: remove cc-option-yn test for -mtune=
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 4/7] arc: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 2/7] s390: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 1/7] MIPS: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2] Makefile: remove stale cc-option checks
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2] kbuild: Switch to 'f' variants of integrated assembler flag
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 3/7] powerpc: replace cc-option-yn uses with cc-option
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: cc-option-yn necessary? (vs cc-option)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 7/7] kbuild: remove cc-option-yn, update Docs
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 6/7] Makefile: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 5/7] x86: remove cc-option-yn test for -mtune=
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 4/7] arc: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 3/7] powerpc: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 2/7] s390: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 1/7] MIPS: replace cc-option-yn uses with cc-option
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 0/7] kbuild: remove cc-option-yn
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v2] kbuild: Switch to 'f' variants of integrated assembler flag
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Switch to 'f' variants of integrated assembler flag
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] kbuild: Switch to 'f' variants of integrated assembler flag
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] kbuild: Switch to 'f' variants of integrated assembler flag
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH v2] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 3/3] kbuild: Shuffle blank line to improve comment meaning
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH 2/3] kbuild: Add a comment above -Wno-gnu
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] MAINTAINERS: add Nick to Kbuild reviewers
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v3] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v4] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Nicolas Pitre <nico@xxxxxxxxxxx>
- Re: [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Fāng-ruì Sòng <maskray@xxxxxxxxxx>
- Re: [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH v3] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH] Makefile: use -Wno-main in the full kernel tree
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file
- From: Nicolas Schier <n.schier@xxxxxx>
- Re: [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH 2/2] kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH 1/2] kbuild: macrofy the condition of if_changed and friends
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH v3] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH net-next v3 01/16] mctp: Add MCTP base
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 01/16] mctp: Add MCTP base
- From: Jeremy Kerr <jk@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 01/16] mctp: Add MCTP base
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH] kbuild: allow "make" targets 'versioncheck' and 'includecheck' withoug .config file
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH RESEND v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: cc-option-yn necessary? (vs cc-option)
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Makefile: remove stale cc-option checks
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH] Makefile: remove stale cc-option checks
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- cc-option-yn necessary? (vs cc-option)
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v6 0/3] infer --target from SRCARCH for CC=clang
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH v2] clang-tools: Print information when clang-tidy tool is missing
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [GIT PULL] Kbuild fixes for v5.14-rc5
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] Kbuild fixes for v5.14-rc5
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH v2] clang-tools: Print information when clang-tidy tool is missing
- From: Maciej Falkowski <maciej.falkowski9@xxxxxxxxx>
- Re: [PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
- From: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 2/3] Makefile: infer --target from ARCH for CC=clang
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Khem Raj <raj.khem@xxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IAS
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v6 2/3] Makefile: infer --target from ARCH for CC=clang
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v6 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v3] Documentation/kbuild: Document the kconfig choice default value
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 0/2] Regex fixes for mips and x86 cross-compile
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH 00/12] Introduce vfio_pci_core subsystem
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 00/12] Introduce vfio_pci_core subsystem
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH 0/2] Regex fixes for mips and x86 cross-compile
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- [PATCH] MAINTAINERS: Add Luis Chamberlain as modules maintainer
- From: Jessica Yu <jeyu@xxxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Khem Raj <raj.khem@xxxxxxxxx>
- Re: [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH] scripts/Makefile.clang: default to LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v6 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Fāng-ruì Sòng <maskray@xxxxxxxxxx>
- [PATCH] scripts/recordmcount.pl: Remove check_objcopy() and $can_use_local
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH v6 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v6 2/3] Makefile: infer --target from ARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v6 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v6 0/3] infer --target from SRCARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v5 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 42/64] net: qede: Use memset_after() for counters
- From: Shai Malin <smalin@xxxxxxxxxxx>
- Re: [PATCH 42/64] net: qede: Use memset_after() for counters
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 42/64] net: qede: Use memset_after() for counters
- From: Shai Malin <smalin@xxxxxxxxxxx>
- Re: [PATCH] scripts: merge_config: add strict mode to fail upon any redefinition
- From: Lee Jones <lee.jones@xxxxxxxxxx>
- Re: [PATCH] kbuild: cancel sub_make_done for the install target to fix DKMS
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] kbuild: warn if a different compiler is used for external module builds
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] scripts: merge_config: add strict mode to fail upon any redefinition
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 42/64] net: qede: Use memset_after() for counters
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v5 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 00/13] [RFC] Rust support
- From: Dillan Jackson <a1.jackson@xxxxxxxxxx>
- Re: [PATCH v5 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Fangrui Song <maskray@xxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: "Williams, Dan J" <dan.j.williams@xxxxxxxxx>
- Re: [PATCH v4 1/2] Makefile: infer --target from ARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v5 3/3] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v5 2/3] Makefile: infer --target from ARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v5 1/3] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v5 0/3] infer --target from SRCARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v4 0/2] infer --target from SRCARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v4 1/2] Makefile: infer --target from ARCH for CC=clang
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 2/2] Documentation/llvm: update CROSS_COMPILE inferencing
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v4 1/2] Makefile: infer --target from ARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v4 0/2] infer --target from SRCARCH for CC=clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: Tyrel Datwyler <tyreld@xxxxxxxxxxxxx>
- Re: [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: Tyrel Datwyler <tyreld@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: cancel sub_make_done for the install target to fix DKMS
- From: John S Gruber <johnsgruber@xxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH 1/2] tools/thermal: tmon: simplify Makefile
- From: Rolf Eike Beer <eb@xxxxxxxxx>
- [PATCH 2/2] tools/thermal: tmon: default to prefixed pkg-config when crosscompiling
- From: Rolf Eike Beer <eb@xxxxxxxxx>
- [PATCH][RESEND] tools/thermal/tmon: simplify Makefile and fix cross build
- From: Rolf Eike Beer <eb@xxxxxxxxx>
- Re: [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Lars Ellenberg <lars.ellenberg@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 23/64] drm/amd/pm: Use struct_group() for memcpy() region
- From: Alex Deucher <alexdeucher@xxxxxxxxx>
- Re: [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH v3 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v3 1/2] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v3 0/2] infer CROSS_COMPILE from SRCARCH for CC=clang LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [PATCH] kbuild: cancel sub_make_done for the install target to fix DKMS
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 15/64] ipw2x00: Use struct_group() for memcpy() region
- From: Stanislav Yakovlev <stas.yakovlev@xxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: David Sterba <dsterba@xxxxxxx>
- Re: [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Leon Romanovsky <leonro@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] scripts: make some scripts executable
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 08/64] staging: rtl8192u: Use struct_group() for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 24/64] staging: wlan-ng: Use struct_group() for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 07/64] staging: rtl8192e: Use struct_group() for memcpy() region
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Leon Romanovsky <leonro@xxxxxxxxxx>
- Re: [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
- From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
- Re: [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
- From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
- Re: [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
- Re: [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
- From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH] scripts: make some scripts executable
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] scripts: make some scripts executable
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
- From: Michael Chan <michael.chan@xxxxxxxxxxxx>
- Re: [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: "Gustavo A. R. Silva" <gustavoars@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 07/64] staging: rtl8192e: Use struct_group() for memcpy() region
- From: Larry Finger <Larry.Finger@xxxxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 31/64] fortify: Explicitly disable Clang support
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 48/64] drbd: Use struct_group() to zero algs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 31/64] fortify: Explicitly disable Clang support
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 60/64] fortify: Work around Clang inlining bugs
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 35/64] fortify: Detect struct member overflows in memmove() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 24/64] staging: wlan-ng: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 23/64] drm/amd/pm: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 21/64] cxgb4: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 20/64] intersil: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 61/64] Makefile: Enable -Warray-bounds
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 17/64] iommu/amd: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 39/64] mac80211: Use memset_after() to clear tx status
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 38/64] xfrm: Use memset_after() to clear padding
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 42/64] net: qede: Use memset_after() for counters
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 16/64] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 19/64] ip: Use struct_group() for memcpy() regions
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 25/64] drm/mga/mga_ioc32: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 00/64] Introduce strict memcpy() bounds checking
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 31/64] fortify: Explicitly disable Clang support
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 13/64] libertas: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 08/64] staging: rtl8192u: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 07/64] staging: rtl8192e: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 29/64] lib/string: Move helper functions out of string.c
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 26/64] net/mlx5e: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 15/64] ipw2x00: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 18/64] cxgb3: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 27/64] HID: cp2112: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 14/64] libertas_tf: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 22/64] bnx2x: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 04/64] stddef: Introduce struct_group() helper macro
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH] scripts: make some scripts executable
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] scripts: make some scripts executable
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- [PATCH] kbuild: do not require sub-make for separate output tree builds
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] scripts: merge_config: add strict mode to fail upon any redefinition
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Keith Busch <kbusch@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Max Gurtovoy <mgurtovoy@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Leon Romanovsky <leonro@xxxxxxxxxx>
- [PATCH 12/12] vfio/pci: Introduce vfio_pci_core.ko
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 10/12] vfio: Use select for eventfd
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 08/12] vfio/pci: Move module parameters to vfio_pci.c
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 07/12] vfio/pci: Move igd initialization to vfio_pci.c
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 04/12] vfio/pci: Rename ops functions to fit core namings
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- [PATCH 00/12] Introduce vfio_pci_core subsystem
- From: Yishai Hadas <yishaih@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2] Decouple build from userspace headers
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 0/2] Regex fixes for mips and x86 cross-compile
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v2] Documentation/kbuild: Document the kconfig choice default value
- From: Robert Richter <rrichter@xxxxxxx>
- [PATCH v3] Documentation/kbuild: Document the kconfig choice default value
- From: Robert Richter <rrichter@xxxxxxx>
- [PATCH v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v2] Documentation/kbuild: Document the kconfig choice default value
- From: Robert Richter <rrichter@xxxxxxx>
- Re: [GIT PULL] Kbuild fixes for v5.14-rc2
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT PULL] Kbuild fixes for v5.14-rc2
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v4] Kbuild: lto: fix module versionings mismatch in GNU make 3.X
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: do not suppress Kconfig prompts for silent build
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2] Decouple build from userspace headers
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH -mm] fixup "Decouple build from userspace headers"
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH -mm] fixup "Decouple build from userspace headers"
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] Documentation/kbuild: Document the kconfig choice default value
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Alexander Lobakin <alobakin@xxxxx>
- Re: [PATCH] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Building a Linux kernel with make deb-pkg and own modifications
- From: Christian Stalp <chris@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Alexander Lobakin <alobakin@xxxxx>
- [PATCH] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH v2] Decouple build from userspace headers
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [PATCH v2] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH v2] Decouple build from userspace headers
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- [PATCH -mm] fixup "Decouple build from userspace headers"
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- [PATCH] Documentation/kbuild: Document the kconfig choice default value
- From: Robert Richter <rrichter@xxxxxxx>
- [PATCH v4] Kbuild: lto: fix module versionings mismatch in GNU make 3.X
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)
- Re: [PATCH 13/17] docs: add Rust documentation
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH AUTOSEL 4.4 08/10] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 14/18] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 23/28] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 42/51] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 33/39] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 22/51] kbuild: sink stdout from cmd for silent build
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 75/88] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 32/88] kbuild: sink stdout from cmd for silent build
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.12 089/102] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.12 039/102] kbuild: sink stdout from cmd for silent build
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 095/108] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 039/108] kbuild: sink stdout from cmd for silent build
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 13/17] docs: add Rust documentation
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v2] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Tor Vic <torvic9@xxxxxxxxxxx>
- Re: [PATCH] Decouple build from userspace headers
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] kbuild: do not suppress Kconfig prompts for silent build
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] Decouple build from userspace headers
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- [PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Tor Vic <torvic9@xxxxxxxxxxx>
- Re: [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: torvic9@xxxxxxxxxxx
- Re: [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: torvic9@xxxxxxxxxxx
- Re: [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: torvic9@xxxxxxxxxxx
- Re: [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
- From: Tor Vic <torvic9@xxxxxxxxxxx>
- Re: [GIT PULL] Kbuild updates for v5.14-rc1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2 1/2] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [GIT PULL] Kbuild updates for v5.14-rc1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 05/17] rust: add C helpers
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 05/17] rust: add C helpers
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- [PATCH v2 2/2] Makefile: infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v2 1/2] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH v2 0/2] infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH 2/2] Makefile: drop CROSS_COMPILE for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 1/2] Makefile: move initial clang flag handling into scripts/Makefile.clang
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH 04/17] vsprintf: add new `%pA` format specifier
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Finn Behrens <finn@xxxxxxxxxx>
- Re: [PATCH 04/17] vsprintf: add new `%pA` format specifier
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Wedson Almeida Filho <wedsonaf@xxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH 05/17] rust: add C helpers
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH 16/17] MAINTAINERS: Rust
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH] scripts: add generic syscallnr.sh
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 13/17] docs: add Rust documentation
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH 16/17] MAINTAINERS: Rust
- From: Pedro Tammela <pctammela@xxxxxxxxx>
- Re: [PATCH 13/17] docs: add Rust documentation
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 15/17] scripts: add `generate_rust_analyzer.py`
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH] cc-can-link.sh: check for linking capability in a more robust way
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH] cc-can-link.sh: check for linking capability in a more robust way
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH] clang-tools: Print information when clang-tidy tool is missing
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH] kbuild: check duplicated syscall number in syscall table
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 15/17] scripts: add `generate_rust_analyzer.py`
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH 13/17] docs: add Rust documentation
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Willy Tarreau <w@xxxxxx>
- Re: [PATCH v3 2/2] Kbuild: lto: add make version checking
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Gary Guo <gary@xxxxxxxxxxx>
- Re: [PATCH 00/17] Rust support
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH AUTOSEL 5.4 27/50] Makefile: fix GDB warning with CONFIG_RELR
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.10 43/70] Makefile: fix GDB warning with CONFIG_RELR
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.12 46/80] Makefile: fix GDB warning with CONFIG_RELR
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.13 49/85] Makefile: fix GDB warning with CONFIG_RELR
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Gary Guo <gary@xxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Gary Guo <gary@xxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH 16/17] MAINTAINERS: Rust
- [PATCH 15/17] scripts: add `generate_rust_analyzer.py`
- [PATCH 14/17] samples: add Rust examples
- [PATCH 13/17] docs: add Rust documentation
- [PATCH 12/17] Kbuild: add Rust support
- [PATCH 11/17] rust: export generated symbols
- [PATCH 09/17] rust: add `macros` crate
- [PATCH 08/17] rust: add `build_error` crate
- [PATCH 06/17] rust: add `compiler_builtins` crate
- [PATCH 05/17] rust: add C helpers
- [PATCH 04/17] vsprintf: add new `%pA` format specifier
- [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds
- [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512
- [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths)
- [PATCH 00/17] Rust support
- Re: [PATCH] clang-tools: Print information when clang-tidy tool is missing
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v3 2/2] Kbuild: lto: add make version checking
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH] cc-can-link.sh: check for linking capability in a more robust way
- From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
- [PATCH] clang-tools: Print information when clang-tidy tool is missing
- From: Maciej Falkowski <maciej.falkowski9@xxxxxxxxx>
- [PATCH v3 0/2] Kbuild: lto: add make version checking for MODVERSIONS
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH v3 2/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH v3 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [RESEND PATCH v2 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH] x86: enable dead code and data elimination
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [RESEND PATCH v2 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH] x86: enable dead code and data elimination
- From: Rui Salvaterra <rsalvaterra@xxxxxxxxx>
- [RESEND PATCH v2 2/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [RESEND PATCH v2 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [RESEND PATCH v2 0/2] Kbuild: lto: add make version checking for MODVERSIONS
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH v2 2/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH v2 1/2] [PATCH 1/2] Kbuild: lto: add CONFIG_MAKE_VERSION
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH v2 0/2] Kbuild: lto: add make version checking for MODVERSIONS
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH 2/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH 1/2] Kbuild: lto: add make-version macros
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH 2/2] Kbuild: lto: add make version checking
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH 1/2] Kbuild: lto: add make-version macros
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- [PATCH 0/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH 2/2] Kbuild: lto: add make version checking
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- [PATCH 1/2] Kbuild: lto: add make-version macros
- From: Lecopzer Chen <lecopzer.chen@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: allow checking single device tree file
- From: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
- Re: [PATCH v2 0/5] builddeb: make deb building more flexible
- From: Bastian Germann <bage@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e)
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e)
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e)
- From: Feng Tang <feng.tang@xxxxxxxxx>
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: Looking for help with Kconfig dependencies
- From: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2] kbuild: modpost: Explicitly warn about unprototyped symbols
- From: Mark Brown <broonie@xxxxxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Peter Oberparleiter <oberpar@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] Kconfig: CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH 2/2] Kconfig: CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH 2/2] Kconfig: CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2 2/3] compiler_attributes.h: cleanups for GCC 4.9+
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2 1/3] compiler_attributes.h: define __no_profile, add to noinstr
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH v2 2/3] compiler_attributes.h: cleanups for GCC 4.9+
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]