Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region, (continued)
- [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
- Re: [PATCH 00/12] Introduce vfio_pci_core subsystem, Yishai Hadas
- Re: [PATCH 0/2] Regex fixes for mips and x86 cross-compile,
Nick Desaulniers
- [PATCH v2] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG,
Sami Tolvanen
- [GIT PULL] Kbuild fixes for v5.14-rc2,
Masahiro Yamada
- Building a Linux kernel with make deb-pkg and own modifications, Christian Stalp
- [PATCH] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG,
Sami Tolvanen
- [PATCH] Documentation/kbuild: Document the kconfig choice default value,
Robert Richter
- [PATCH v4] Kbuild: lto: fix module versionings mismatch in GNU make 3.X,
Lecopzer Chen
- [PATCH AUTOSEL 4.4 08/10] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 4.9 14/18] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 4.14 23/28] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 5.4 42/51] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 4.19 33/39] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 5.4 22/51] kbuild: sink stdout from cmd for silent build, Sasha Levin
- [PATCH AUTOSEL 5.10 75/88] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 5.10 32/88] kbuild: sink stdout from cmd for silent build, Sasha Levin
- [PATCH AUTOSEL 5.12 089/102] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 5.12 039/102] kbuild: sink stdout from cmd for silent build, Sasha Levin
- [PATCH AUTOSEL 5.13 095/108] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set, Sasha Levin
- [PATCH AUTOSEL 5.13 039/108] kbuild: sink stdout from cmd for silent build, Sasha Levin
- [PATCH] kbuild: do not suppress Kconfig prompts for silent build,
Masahiro Yamada
- [PATCH] Decouple build from userspace headers,
Alexey Dobriyan
- [PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory,
Tor Vic
- [PATCH 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory,
Tor Vic
- [GIT PULL] Kbuild updates for v5.14-rc1,
Masahiro Yamada
- [PATCH v2 0/2] infer CROSS_COMPILE from SRCARCH for LLVM=1 LLVM_IAS=1,
Nick Desaulniers
- [PATCH 0/2] infer CROSS_COMPILE from ARCH for LLVM=1 LLVM_IAS=1,
Nick Desaulniers
- [PATCH] scripts: add generic syscallnr.sh, Masahiro Yamada
- [PATCH] kbuild: check duplicated syscall number in syscall table, Masahiro Yamada
- [PATCH AUTOSEL 5.4 27/50] Makefile: fix GDB warning with CONFIG_RELR, Sasha Levin
- [PATCH AUTOSEL 5.10 43/70] Makefile: fix GDB warning with CONFIG_RELR, Sasha Levin
- [PATCH AUTOSEL 5.12 46/80] Makefile: fix GDB warning with CONFIG_RELR, Sasha Levin
- [PATCH AUTOSEL 5.13 49/85] Makefile: fix GDB warning with CONFIG_RELR, Sasha Levin
- [PATCH 00/17] Rust support,
ojeda
- [PATCH 01/17] kallsyms: support big kernel symbols (2-byte lengths), ojeda
- [PATCH 02/17] kallsyms: increase maximum kernel symbol length to 512, ojeda
- [PATCH 03/17] Makefile: generate `CLANG_FLAGS` even in GCC builds, ojeda
- [PATCH 04/17] vsprintf: add new `%pA` format specifier, ojeda
- [PATCH 05/17] rust: add C helpers, ojeda
- [PATCH 06/17] rust: add `compiler_builtins` crate, ojeda
- [PATCH 08/17] rust: add `build_error` crate, ojeda
- [PATCH 09/17] rust: add `macros` crate, ojeda
- [PATCH 11/17] rust: export generated symbols, ojeda
- [PATCH 12/17] Kbuild: add Rust support, ojeda
- [PATCH 13/17] docs: add Rust documentation, ojeda
- [PATCH 14/17] samples: add Rust examples, ojeda
- [PATCH 15/17] scripts: add `generate_rust_analyzer.py`, ojeda
- [PATCH 16/17] MAINTAINERS: Rust, ojeda
- Re: [PATCH 00/17] Rust support, Miguel Ojeda
- Re: [PATCH 00/17] Rust support, Christoph Hellwig
- Re: [PATCH 00/17] Rust support, Marco Elver
- [PATCH] cc-can-link.sh: check for linking capability in a more robust way,
Alexey Dobriyan
- [PATCH] clang-tools: Print information when clang-tidy tool is missing,
Maciej Falkowski
- [PATCH v3 0/2] Kbuild: lto: add make version checking for MODVERSIONS,
Lecopzer Chen
- Re: [PATCH] x86: enable dead code and data elimination,
Rui Salvaterra
- [RESEND PATCH v2 0/2] Kbuild: lto: add make version checking for MODVERSIONS,
Lecopzer Chen
- [PATCH v2 0/2] Kbuild: lto: add make version checking for MODVERSIONS,
Lecopzer Chen
- [PATCH 0/2] Kbuild: lto: add make version checking,
Lecopzer Chen
- Re: [linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e),
Feng Tang
[PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO,
Nick Desaulniers
- [PATCH v2 1/3] compiler_attributes.h: define __no_profile, add to noinstr, Nick Desaulniers
- [PATCH v2 2/3] compiler_attributes.h: cleanups for GCC 4.9+, Nick Desaulniers
- [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Nick Desaulniers
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Nathan Chancellor
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Peter Zijlstra
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Mark Rutland
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Heiko Carstens
- Re: [PATCH v2 3/3] Kconfig: add ARCH_WANTS_NO_INSTR+CC_HAS_NO_PROFILE_FN_ATTR, depend on for GCOV and PGO, Peter Oberparleiter
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO, Peter Zijlstra
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO, Kees Cook
- Re: [PATCH v2 0/3] no_profile fn attr and Kconfig for GCOV+PGO, Kees Cook
Re: [PATCH] arm64: clean up vdso and vdso32 files, Geert Uytterhoeven
[PATCH 0/2] no_profile fn attr and Kconfig for GCOV+PGO,
Nick Desaulniers
Looking for help with Kconfig dependencies,
Matthias Kaehlcke
Re: [next] [arm64] allmodconfig build failed - xhci-plat.c:427: undefined reference to `onboard_hub_destroy_pdevs',
Matthias Kaehlcke
[PATCH] kbuild: lto: fix module versionings mismatch in incremental build,
Lecopzer Chen
[PATCH 1/1] Makefile: Pass -warn-stack-size only on LLD < 13.0.0,
Tor Vic
[PATCH] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set,
Matthias Maennich
Makefile: make modules install output,
Julia Lawall
[PATCH v2] kbuild: modpost: Explicitly warn about unprototyped symbols,
Mark Brown
Re: [PATCH] recordmcount: avoid using ABS symbol as reference,
Ard Biesheuvel
Re: [linux-next:master 6856/7430] hppa64-linux-ld: init/do_mounts.o(.text.unlikely+0x88): cannot reach dump_page,
Arnd Bergmann
[PATCH] kbuild: modpost: Explicitly warn about unprototyped symbols,
Mark Brown
[PATCH AUTOSEL 5.12 34/43] Makefile: LTO: have linker check -Wframe-larger-than, Sasha Levin
Re: Building an existing .config (provided for gcc) with clang?,
Nick Desaulniers
[PATCH v2] kbuild: remove trailing slashes from $(KBUILD_EXTMOD),
Masahiro Yamada
[PATCH] kbuild: remove trailing slashes from $(KBUILD_EXTMOD), Masahiro Yamada
Re: [PATCH v9] pgo: add clang's Profile Guided Optimization infrastructure, Kees Cook
[PATCH] pgo: rename the raw profile file to vmlinux.profraw,
Bill Wendling
[PATCH 4/4] block: move CONFIG_BLOCK guard to top Makefile, Masahiro Yamada
[PATCH] kconfig: constify long_opts,
Masahiro Yamada
[PATCH v2] kbuild: quote OBJCOPY var to avoid a pahole call break the build,
Javier Martinez Canillas
[PATCH] Revert "kbuild: merge scripts/mkmakefile to top Makefile",
Michal Suchanek
Re: (BTF) [PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets,
Michal Suchánek
[PATCH v2 0/5] builddeb: make deb building more flexible,
bage
[kbuild:kbuild 4/12] Makefile:1820: target 'arch/m68k' given more than once in the same rule,
kernel test robot
[GIT PULL] Kbuild fixes for v5.13-rc3,
Masahiro Yamada
[PATCH 1/5] scripts/setlocalversion: remove mercurial, svn and git-svn supports,
Masahiro Yamada
[PATCH] kbuild: quote OBJCOPY var to avoid a pahole call break the build,
Javier Martinez Canillas
[PATCH 1/4] kbuild: merge scripts/mkmakefile to top Makefile,
Masahiro Yamada
[PATCH] kbuild: dummy-tools: adjust to stricter stackprotector check,
Michal Kubecek
[PATCH] Kbuild: shut up uboot mkimage output when building quietly,
Arnd Bergmann
[PATCH] kbuild: allow checking single device tree file,
Dmitry Baryshkov
[PATCH kernel v3] powerpc/makefile: Do not redefine $(CPP) for preprocessor,
Alexey Kardashevskiy
[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild,
Masahiro Yamada
[PATCH 1/2] kbuild: hide tools/ build targets from external module builds,
Masahiro Yamada
arch/um/include/asm/Kbuild question,
Randy Dunlap
[PATCH kernel v2] powerpc/makefile: Do not redefine $(CPP) for preprocessor,
Alexey Kardashevskiy
Re: [PATCH kernel v2] powerpc/makefile: Do not redefine $(CPP) for preprocessor, Nathan Chancellor
[PATCH kconfig] Add annotation symbol to configuration handling.,
Christian Melki
[GIT PULL] More Kbuild updates for v5.13-rc1,
Masahiro Yamada
긴급한 답변 부탁드립니다...緊急の返信をお願いします, Official
[PATCH] builddeb: Support signing kernels with a Machine Owner Key,
Matthew Wilcox (Oracle)
[PATCH] Makefile: extend 32B aligned debug option to 64B aligned,
Feng Tang
[PATCH] Makefile: Introduce CONFIG_ZERO_CALL_USED_REGS,
Kees Cook
[PATCH v2] linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>,
Masahiro Yamada
[PATCH AUTOSEL 4.4 14/19] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 4.9 14/22] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 4.19 21/32] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 4.14 16/25] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 5.4 28/46] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 5.10 79/85] kbuild: generate Module.symvers only when vmlinux exists, Sasha Levin
[PATCH AUTOSEL 5.10 54/85] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 5.11 098/104] kbuild: generate Module.symvers only when vmlinux exists, Sasha Levin
[PATCH AUTOSEL 5.11 070/104] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH AUTOSEL 5.12 108/116] kbuild: generate Module.symvers only when vmlinux exists, Sasha Levin
[PATCH AUTOSEL 5.12 079/116] kconfig: nconf: stop endless search loops, Sasha Levin
[PATCH] kbuild: Don't remove link-vmlinux temporary files on exit/signal,
Andi Kleen
[PATCH 1/3] kbuild: make distclean work against $(objtree) instead of $(srctree),
Masahiro Yamada
[PATCH 1/3] kbuild: parameterize the .o part of suffix-search,
Masahiro Yamada
[PATCH 1/2] kbuild: remove ARCH=sh64 support from top Makefile,
Masahiro Yamada
[PATCH] Raise the minimum GCC version to 5.2,
Masahiro Yamada
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]