Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH] kbuild: Enable -Wsometimes-uninitialized, (continued)
- [PATCH v4] moduleparam: Save information about built-in modules in separate file, Alexey Gladkov
- [PATCH] .gitignore: add / prefix/suffix to generated include directories, Masahiro Yamada
- [PATCH] dontdiff: update with Kconfig build artifacts,
Masahiro Yamada
- [PATCH v3] moduleparam: Save information about built-in modules in separate file,
Alexey Gladkov
- [PATCH] scripts/tags.sh: fix direct execution of scripts/tags.sh,
Masahiro Yamada
- [PATCH v2] unicode: refactor the rule for regenerating utf8data.h,
Masahiro Yamada
- [PATCH] unicode: refactor the rule for regenerating utf8data.h,
Masahiro Yamada
- mini.config with defconfig,
Randy Dunlap
- [PATCH 1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS,
Masahiro Yamada
- [PATCH][next] unicode: fix dereference of a potentially null pointer,
Colin King
- [PATCH] scripts: override locale from environment when running recordmcount.pl,
Daniel Dadap
- [v2 1/1] kconfig: Terminate menu blocks with a comment in the generated config,
Alexander Popov
- [PATCH] kbuild: drop support for cc-ldoption,
Nick Desaulniers
- [PATCH v3 0/3] Refactor memory initialization hardening,
Kees Cook
- [PATCH AUTOSEL 5.0 75/98] kbuild: skip parsing pre sub-make code for recursion, Sasha Levin
- [PATCH AUTOSEL 5.0 93/98] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH AUTOSEL 4.19 64/68] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH AUTOSEL 4.14 40/43] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH AUTOSEL 4.9 28/29] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH AUTOSEL 4.4 21/21] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH AUTOSEL 3.18 15/15] kconfig/[mn]conf: handle backspace (^H) key, Sasha Levin
- [PATCH] Makefile: add kselftest-build target, Shuah Khan
- [PATCH 1/1] kconfig: Terminate menu blocks with a newline in the generated config,
Alexander Popov
- [PATCH] kbuild: re-enable int-in-bool-context warning, Masahiro Yamada
- [PATCH 00/57] Convert files to ReST,
Mauro Carvalho Chehab
- Message not available
[PATCH] memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/,
Masahiro Yamada
[PATCH v2 0/3] Refactor memory initialization hardening,
Kees Cook
[PATCH V1 0/3] kbuild: optimize modules_install,
Steve Sistare
[PATCH v3] modpost: make KBUILD_MODPOST_WARN also configurable for external modules,
Wiebe, Wladislav (Nokia - DE/Ulm)
[PATCH linux] objtool: fix pkg-config query in case of cross-compilation,
Nicolas Dichtel
Re: WARNING in usb_submit_urb (4), syzbot
[PATCH 0/3] Kconfig: Refactor memory initialization hardening,
Kees Cook
[PATCH v3 0/9] klp-convert livepatch build tooling,
Joe Lawrence
- [PATCH v3 2/9] kbuild: Support for Symbols.list creation, Joe Lawrence
- [PATCH v3 3/9] livepatch: Add klp-convert tool, Joe Lawrence
- [PATCH v3 7/9] livepatch: Add sample livepatch module, Joe Lawrence
- [PATCH v3 8/9] documentation: Update on livepatch elf format, Joe Lawrence
- [PATCH v3 9/9] livepatch/selftests: add klp-convert, Joe Lawrence
- [PATCH v3 6/9] modpost: Add modinfo flag to livepatch modules, Joe Lawrence
- [PATCH v3 5/9] modpost: Integrate klp-convert, Joe Lawrence
- [PATCH v3 4/9] livepatch: Add klp-convert annotation helpers, Joe Lawrence
- [PATCH v3 1/9] livepatch: Create and include UAPI headers, Joe Lawrence
- Re: [PATCH v3 0/9] klp-convert livepatch build tooling, Joe Lawrence
- Re: [PATCH v3 0/9] klp-convert livepatch build tooling, Balbir Singh
- Re: [PATCH v3 0/9] klp-convert livepatch build tooling, Joe Lawrence
- Re: [PATCH v3 0/9] klp-convert livepatch build tooling, Joe Lawrence
[PATCH v4 0/3] RFC: introduce CONFIG_INIT_ALL_MEMORY,
Alexander Potapenko
[PATCH v2] modpost: make KBUILD_MODPOST_WARN also configurable for,
Wiebe, Wladislav (Nokia - DE/Ulm)
[RESENT PATCH 1/1] kconfig: Make nconf-cfg.sh executable, Petr Vorel
syncconfig changes in 4.19.34 break builds,
Ivan Babrou
[PATCH v3 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY,
Alexander Potapenko
[PATCH 1/1] kconfig: Make nconf-cfg.sh executable,
Petr Vorel
[PATCH] kbuild: check arch/$(SRCARCH)/include/generated before out-of-tree build,
Masahiro Yamada
[PATCH] kbuild: remove unneeded dependency for include/config/kernel.release,
Masahiro Yamada
5.0.7 regression: .config file not found,
Harald Dunkel
[PATCH v2] moduleparam: Save information about built-in modules in separate file,
Alexey Gladkov
[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v1 09/17] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v1 10/17] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v1 11/17] kunit: test: add test managed resource tests, Brendan Higgins
- [PATCH v1 15/17] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v1 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v1 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v1 13/17] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v1 12/17] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v1 08/17] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v1 07/17] kunit: test: add initial tests, Brendan Higgins
- [PATCH v1 06/17] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v1 05/17] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v1 04/17] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v1 03/17] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v1 02/17] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v1 01/17] kunit: test: add KUnit test runner core, Brendan Higgins
[PATCH v2] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled,
Miroslav Benes
[kbuild:build-test2 2/2] arch/s390/include/asm/uaccess.h:141:9: warning: 'rc' may be used uninitialized in this function, kbuild test robot
[kbuild:build-test2 2/2] WARNING: vmlinux.o(.text.unlikely+0x984): Section mismatch in reference from the function check_mult_sh() to the variable .init.data:nowar, kbuild test robot
[PATCH 1/6] kbuild: pass $(MAKECMDGOALS) to sub-make as is,
Masahiro Yamada
[kbuild:build-test2 2/2] WARNING: vmlinux.o(.text.unlikely+0x9cc): Section mismatch in reference from the function check_mult_sh() to the variable .init.data:r4kwar, kbuild test robot
[GIT PULL] Kbuild fixes for v5.1-rc3,
Masahiro Yamada
[PATCH AUTOSEL 5.0 074/262] kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing, Sasha Levin
[PATCH AUTOSEL 5.0 075/262] kbuild: make -r/-R effective in top Makefile for old Make versions, Sasha Levin
[PATCH AUTOSEL 4.19 054/192] kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing, Sasha Levin
[PATCH] modpost: make KBUILD_MODPOST_WARN also configurable for external modules,
Wiebe, Wladislav (Nokia - DE/Ulm)
[PATCH] kbuild: fix warning "overriding recipe for target 'Makefile'",
Masahiro Yamada
[PATCH 5.0 47/52] x86/unwind: Handle NULL pointer calls better in frame unwinder, Greg Kroah-Hartman
[PATCH 5.0 48/52] x86/unwind: Add hardcoded ORC entry for NULL, Greg Kroah-Hartman
[PATCH 4.19 40/45] x86/unwind: Add hardcoded ORC entry for NULL, Greg Kroah-Hartman
[PATCH 4.19 39/45] x86/unwind: Handle NULL pointer calls better in frame unwinder, Greg Kroah-Hartman
[PATCH 4.14 26/41] x86/unwind: Add hardcoded ORC entry for NULL, Greg Kroah-Hartman
[PATCH 4.14 25/41] x86/unwind: Handle NULL pointer calls better in frame unwinder, Greg Kroah-Hartman
[PATCH] kbuild: move RETPOLINE flags below config-targets,
Masahiro Yamada
[PATCH] kbuild: do not overwrite .gitignore in output directory,
Masahiro Yamada
[PATCH] kbuild: skip parsing pre sub-make code for recursion, Masahiro Yamada
[PATCH] kbuild: strip whitespace in cmd_record_mcount findstring,
Joe Lawrence
[PATCH] kconfig/[mn]conf: handle backspace (^H) key,
Changbin Du
Re: general protection fault in __smc_diag_dump, syzbot
[PATCH] kbuild: modversions: Fix relative CRC byte order interpretion,
Fredrik Noring
Re: KASAN: use-after-free Write in hci_sock_release,
syzbot
[PATCH] scripts/package/Makefile: Add source RPM target, Major Hayden
[PATCH] objtool: query pkg-config for libelf location,
Rolf Eike Beer
[PATCH] kbuild: skip sub-make for in-tree build with GNU Make 4.x,
Masahiro Yamada
[PATCH] Revert "kbuild: use -Oz instead of -Os when using clang",
Matthias Kaehlcke
Re: [PATCH v2 8/8] documentation: Update on livepatch elf format,
Joe Lawrence
Re: [PATCH v2 7/8] livepatch: Add sample livepatch module, Joe Lawrence
Re: [PATCH v2 3/8] livepatch: Add klp-convert tool,
Joe Lawrence
Re: [PATCH v2 0/8] klp-convert,
Joe Lawrence
Commit seems to prevent use of GNUmakefile wrappers,
David Howells
Enabling -Wint-in-bool-context,
Masahiro Yamada
[GIT PULL] more Kbuild updates for v5.1,
Masahiro Yamada
Re: KASAN: slab-out-of-bounds Read in hci_event_packet, syzbot
Re: KASAN: slab-out-of-bounds Read in bacpy,
syzbot
[PATCH] kconfig: remove stale lxdialog/.gitignore, Masahiro Yamada
[PATCH 1/2] kbuild: warn redundant generic-y,
Masahiro Yamada
[PATCH] Revert "modsign: Abort modules_install when signing fails",
Douglas Anderson
[RESEND PATCH v1] moduleparam: Save information about built-in modules in separate file,
Alexey Gladkov
[PATCH] kbuild: Make NOSTDINC_FLAGS a simply expanded variable,
Douglas Anderson
[PATCH] kbuild: If the module stripping command fails the build should abort,
Douglas Anderson
[PATCH] kbuild: deb-pkg: set executable bit for debian/rules,
Mathieu Malaterre
[PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS,
Nathan Chancellor
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Nick Desaulniers
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Rasmus Villemoes
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Masahiro Yamada
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Nathan Chancellor
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Arnd Bergmann
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Nathan Chancellor
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Nick Desaulniers
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Nick Desaulniers
- [PATCH] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH] lib/string.c: implement a basic bcmp, Nick Desaulniers
- [PATCH v2] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v2] lib/string.c: implement a basic bcmp, Steven Rostedt
- Re: [PATCH v2] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v2] lib/string.c: implement a basic bcmp, Steven Rostedt
- Re: [PATCH v2] lib/string.c: implement a basic bcmp, Rasmus Villemoes
- Re: [PATCH v2] lib/string.c: implement a basic bcmp, Steven Rostedt
- [PATCH v3] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v3] lib/string.c: implement a basic bcmp, Steven Rostedt
- [PATCH v4] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Nathan Chancellor
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Masahiro Yamada
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Andy Shevchenko
- RE: [PATCH v4] lib/string.c: implement a basic bcmp, David Laight
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Rasmus Villemoes
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Andrew Morton
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Nick Desaulniers
- Re: [PATCH v4] lib/string.c: implement a basic bcmp, Andrew Morton
- Re: [PATCH] Makefile: Add '-fno-builtin-bcmp' to CLANG_FLAGS, Arnd Bergmann
Standalone version of Kconfig, Enrico Weigelt, metux IT consult
[GIT PULL] Kconfig updates for v5.1,
Masahiro Yamada
Fix and simplify -z noreloc-overflow" linker check in arch/x86/boot/compressed/Makefile,
Sedat Dilek
[PATCH] kconfig: fix 'Save As' menu of xconfig,
Masahiro Yamada
[PATCH v2 1/3] scripts/package/Makefile: put proper config in source tarball,
Arseny Maslennikov
[PATCH] scripts/kconfig/Makefile: kvmconfig: use KCONFIG_CONFIG if set, Arseny Maslennikov
[GIT PULL] Kbuild updates for v5.1,
Masahiro Yamada
[PATCH] kbuild: Speed up install, modules_install and kernelrelease,
Douglas Anderson
[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY,
Alexander Potapenko
Debian build polishing,
Enrico Weigelt, metux IT consult
- [PATCH v1 3/5] scripts: mkdebian: fix missing dependencies, Enrico Weigelt, metux IT consult
- [PATCH v1 1/5] Makefile: rules for printing kernel architecture and localversion, Enrico Weigelt, metux IT consult
- [PATCH v1 4/5] scripts: checkpatch.pl: don't complain that debian/rules is executable, Enrico Weigelt, metux IT consult
- [PATCH v1 5/5] debian: add generic rule file, Enrico Weigelt, metux IT consult
- [PATCH v1 2/5] scripts: mkdebian: allow renaming generated debian/rules via env, Enrico Weigelt, metux IT consult
- Re: Debian build polishing, Theodore Ts'o
- Re: Debian build polishing, Masahiro Yamada
[PATCH 1/3] kbuild: deb-pkg: add CONFIG_ prefix to kernel config options,
Masahiro Yamada
[PATCH v2] kbuild: add workaround for Debian make-kpkg,
Masahiro Yamada
[PATCH] kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG},
Masahiro Yamada
[PATCH] unicore32: simplify linker script generation for decompressor,
Masahiro Yamada
[PATCH 0/1] RFC: introduce CONFIG_INIT_ALL_MEMORY,
Alexander Potapenko
[PATCH v1] moduleparam: Save information about built-in modules in separate file, Alexey Gladkov
[PATCH] kbuild: add workaround for Debian make-kpkg,
Masahiro Yamada
Re: [PATCH 2/3] x86: apuv2: fix input dependencies,
Enrico Weigelt, metux IT consult
[PATCH 1/3] tools: move initial declarations out of 'for' loop,
Masahiro Yamada
[PATCH 0/3] kbuild: More KCONFIG_CONFIG ignorance,
Arseny Maslennikov
[PATCH] kbuild: remove build target scripts/basic/%, Masahiro Yamada
[PATCH] kbuild: use -Werror=implicit-... instead of -Werror-implicit-...,
Luc Van Oostenryck
[PATCH 1/3] kbuild: update comment block of scripts/clang-version.sh,
Masahiro Yamada
[PATCH 1/2] x86/unwind: handle NULL pointer calls better in frame unwinder,
Jann Horn
[PATCH] kbuild: remove commented-out INITRD_COMPRESS, Masahiro Yamada
[PATCH 1/2] kconfig: fix checkpatch warnings/errors in gconf.c,
Masahiro Yamada
[PATCH] [v2] kasan: turn off asan-stack for clang-8 and earlier,
Arnd Bergmann
[PATCH] kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to Kconfig, Masahiro Yamada
[PATCH v2 1/6] kbuild: move tools_silent to a more relevant place,
Masahiro Yamada
[GIT PULL] Kbuild fixes for v5.0(-rc8),
Masahiro Yamada
[PATCH] scripts/package/Makefile: put proper config in source tarball,
Arseny Maslennikov
[PATCH] kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig,
Masahiro Yamada
Re: [PATCH v2 6/8] modpost: Add modinfo flag to livepatch modules,
Miroslav Benes
Re: [PATCH v2 5/8] modpost: Integrate klp-convert,
Miroslav Benes
Re: [PATCH v2 2/8] kbuild: Support for Symbols.list creation,
Miroslav Benes
[PATCH v2] powerpc/prom_init: add __init markers to all functions,
Masahiro Yamada
[PATCH] kbuild: refactor cc-cross-prefix implementation, Masahiro Yamada
[PATCH] kbuild: hardcode genksyms path and remove GENKSYMS variable, Masahiro Yamada
[PATCH] kasan: turn off asan-stack for clang-8 and earlier,
Arnd Bergmann
[PATCH 1/5] scripts/gdb: delay generation of gdb constants.py,
Masahiro Yamada
-Wimplicit-fallthrough not working with ccache,
Kalle Valo
[PATCH] objtool: remove generated files with make clean,
Robin Meijboom
[PATCH 1/8] kbuild: pkg: use -f $(srctree)/Makefile to recurse to top Makefile,
Masahiro Yamada
consolidate a few more arch support config options,
Christoph Hellwig
- [PATCH 01/11] powerpc: remove dead ifdefs in <asm/checksum.h>, Christoph Hellwig
- [PATCH 02/11] riscv: remove the HAVE_KPROBES option, Christoph Hellwig
- [PATCH 03/11] kernel/locks: consolidate RWSEM_GENERIC_* options, Christoph Hellwig
- [PATCH 05/11] tracing: consolidate the TRACE_IRQFLAGS_SUPPORT symbol, Christoph Hellwig
- [PATCH 06/11] lockdep: consolidate the LOCKDEP_SUPPORT symbol, Christoph Hellwig
- [PATCH 08/11] lib: consolidate the GENERIC_BUG symbol, Christoph Hellwig
- [PATCH 10/11] lib: consolidate the GENERIC_HWEIGHT symbol, Christoph Hellwig
- [PATCH 11/11] s390: don't redefined the HAS_IOMEM symbol, Christoph Hellwig
- [PATCH 09/11] lib: consolidate the GENERIC_CSUM symbol, Christoph Hellwig
- [PATCH 07/11] init: consolidate the GENERIC_CALIBRATE_DELAY symbol, Christoph Hellwig
- [PATCH 04/11] tracing: consolidate the STACKTRACE_SUPPORT symbol, Christoph Hellwig
[PATCH v2 1/4] init/Kconfig: add config support for detecting linker,
ndesaulniers
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]