Linux Kbuild
[Prev Page][Next Page]
- [PATCH 10/11] kbuild: remove 'prepare1' target, (continued)
- [PATCH 10/11] kbuild: remove 'prepare1' target, Masahiro Yamada
- [PATCH 06/11] kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH 05/11] kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH 08/11] kbuild: create *.mod with full directory path and remove MODVERDIR, Masahiro Yamada
- [PATCH 02/11] kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}, Masahiro Yamada
- [PATCH 03/11] kbuild: remove duplication from modules.order in sub-directories, Masahiro Yamada
- [PATCH 04/11] scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver, Masahiro Yamada
- [PATCH 09/11] kbuild: remove the first line of *.mod files, Masahiro Yamada
- [PATCH 11/11] kbuild: split out *.mod out of {single,multi}-used-m rules, Masahiro Yamada
- [PATCH 01/11] kbuild: do not create empty modules.order in the prepare stage, Masahiro Yamada
- [PATCH 07/11] kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH] kbuild: fix compression errors getting ignored,
Harald Seiler
- Re: uuid define issue build on macos, Sumit Garg
- [kbuild:kbuild 35/43] cc1: error: invalid --param name 'asan-instrument-allocas'; did you mean 'asan-instrument-writes'?,
kbuild test robot
- [PATCH v2] kbuild: get rid of misleading $(AS) from documents,
Masahiro Yamada
- [PATCH 1/3] kbuild: remove obj and src from the top Makefile,
Masahiro Yamada
- [PATCH 1/2] scripts/tags.sh: drop SUBARCH support for ARM,
Masahiro Yamada
- Re: mmotm 2019-07-04-15-01 uploaded (gpu/drm/i915/oa/), Randy Dunlap
- [PATCH] lkc_proto.h: Fix spelling of sym_is_changable,
Marco Ammon
- [PATCH v6 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v6 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v6 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v6 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v6 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v6 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v6 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v6 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v6 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v6 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v6 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v6 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v6 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v6 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v6 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v6 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v6 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v6 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v6 06/18] kbuild: enable building KUnit, Brendan Higgins
[PATCH 2/3] kasan: disable CONFIG_KASAN_STACK with clang on arm32,
Arnd Bergmann
[kbuild:header-test-v3 25/25] arch/sparc/include/asm/mman.h:22:6: error: 'current' undeclared, kbuild test robot
[PATCH 0/7] Compile-test UAPI and kernel headers,
Masahiro Yamada
[PATCH] kallsyms: exclude kasan local symbols on s390,
Vasily Gorbik
[PATCH 37/39] docs: adds some directories to the main documentation index,
Mauro Carvalho Chehab
[PATCH] kbuild: use -E instead of -c for __cc-option,
Masahiro Yamada
[PATCH] kbuild: get rid of misleading $(AS) from documents,
Masahiro Yamada
[PATCH] kbuild: Add ability to test Clang's integrated assembler,
Nathan Chancellor
[PATCH v3 0/4] Compile-test UAPI and kernel headers,
Masahiro Yamada
[PATCH v2 0/4] Compile-test UAPI and kernel headers,
Masahiro Yamada
Re: [PATCH] video: fbdev: s3c-fb: Mark expected switch fall-throughs,
Joe Perches
[PATCH] kbuild: add more hints about SUBDIRS replacement,
Masahiro Yamada
[PATCH v2] fixdep: check return value of printf() and putchar(),
Masahiro Yamada
[PATCH] fixdep: check return code of printf() and putchar(), Masahiro Yamada
[PATCH 1/2] kbuild: fix missed rebuild of modules.builtin,
Masahiro Yamada
[PATCH 1/3] kbuild: rename arg-check to cmd-check,
Masahiro Yamada
[PATCH] kbuild: fix a warning in double cleaning of separate build directory, Masahiro Yamada
[PATCH] kbuild: fix 'No such file or directory' warning for headers_install, Masahiro Yamada
[PATCH] kbuild: compile-test global headers to ensure they are self-contained,
Masahiro Yamada
[PATCH] kbuild: Remove unnecessary -Wno-unused-value,
Nathan Huckleberry
[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v5 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v5 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v5 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v5 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v5 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v5 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v5 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v5 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v5 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v5 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v5 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v5 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v5 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v5 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v5 07/18] kunit: test: add initial tests, Brendan Higgins
- Re: [PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework, Frank Rowand
[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package,
Cedric Hombourger
[PATCH 1/2] lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o,
Masahiro Yamada
[PATCH] kbuild: Enable -Wuninitialized,
Nathan Chancellor
[PATCH] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS,
Nathan Chancellor
Adding new build target,
Derrick McKee
[GIT PULL] Kbuild fixes for v5.2-rc4,
Masahiro Yamada
[RFC PATCH] kbuild: Add option to generate a Compilation Database,
Raul E Rangel
Re: mmotm 2019-06-04-16-33 uploaded (drivers/crypto/atmel), Ard Biesheuvel
[PATCH v2] kbuild: use more portable 'command -v' for cc-cross-prefix, Masahiro Yamada
[PATCH] kbuild: s390, do not remove autogenerated headers on clean,
Jiri Slaby
[PATCH] kconfig: run olddefconfig instead of oldconfig after merging fragments,
Masahiro Yamada
[PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers,
Masahiro Yamada
- [PATCH 02/15] kbuild: remove stale dependency between Documentation/ and headers_install, Masahiro Yamada
- [PATCH 14/15] fixup: kbuild: add support for ensuring headers are self-contained, Masahiro Yamada
- [PATCH 12/15] kbuild: deb-pkg: do not run headers_check, Masahiro Yamada
- [PATCH 11/15] kbuild: simplify scripts/headers_install.sh, Masahiro Yamada
- [PATCH 04/15] kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK, Masahiro Yamada
- [PATCH 08/15] kbuild: add 'headers' target to build up ready-to-install uapi headers, Masahiro Yamada
- [PATCH 07/15] kbuild: build all prerequisite of headers_install simultaneously, Masahiro Yamada
- [PATCH 01/15] kbuild: remove headers_{install,check}_all, Masahiro Yamada
- [PATCH 06/15] kbuild: remove build_unifdef target in scripts/Makefile, Masahiro Yamada
- [PATCH 13/15] kbuild: add support for ensuring headers are self-contained, Masahiro Yamada
- [PATCH 09/15] kbuild: re-implement Makefile.headersinst without directory descending, Masahiro Yamada
- [PATCH 03/15] kbuild: make gdb_script depend on prepare0 instead of prepare, Masahiro Yamada
- [PATCH 10/15] kbuild: move hdr-inst shorthand to top Makefile, Masahiro Yamada
- [PATCH 15/15] kbuild: compile test UAPI headers to ensure they are self-contained, Masahiro Yamada
- [PATCH 05/15] kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples, Masahiro Yamada
- Re: [PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers, Masahiro Yamada
- Re: [PATCH 00/15] kbuild: refactor headers_install and support compile-test of UAPI headers, Masahiro Yamada
[PATCH v2] scripts/checkstack.pl: Fix arm64 wrong or unknown architecture,
George G. Davis
[PATCH] kbuild: use more portable 'command -v' for cc-cross-prefix,
Masahiro Yamada
[RFC][PATCH] Makefile: Fix checkstack.pl arm64 wrong or unknown architecture,
George G. Davis
[PATCH] kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn,
Mathieu Malaterre
building individual files in subdirectories,
Christoph Hellwig
Re: [PATCH] powerpc/configs: Rename foo_basic_defconfig to foo_base.config,
Christoph Hellwig
[PATCH] kbuild: tar-pkg: enable communication with jobserver,
Trevor Bourget
[PATCH 1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional,
Masahiro Yamada
[PATCH] kconfig: tests: fix recursive inclusion unit test,
Masahiro Yamada
[PATCH] dt-bindings: Pass binding directory to validation tools, Rob Herring
[GIT PULL] Kbuild fixes for v5.2-rc2,
Masahiro Yamada
[PATCH] kbuild: teach kselftest-merge to find nested config files,
Dan Rue
[PATCH] kbuild: do not check name uniqueness of builtin modules,
Masahiro Yamada
[GIT PULL] more Kbuild updates for v5.2-rc1,
Masahiro Yamada
[v3 1/1] kconfig: Terminate menu blocks with a comment in the generated config,
Alexander Popov
[PATCH v3] kbuild: check uniqueness of module names,
Masahiro Yamada
[PATCH v2] kbuild: check uniqueness of module names,
Masahiro Yamada
[RFC 1/3] kbuild: add support for ensuring headers are self-contained,
Jani Nikula
Linux 4.19 and GCC 9,
Ivan Babrou
[PATCH] kbuild: add LICENSES to KBUILD_ALLDIRS, Masahiro Yamada
[GIT PULL] Kconfig updates for v5.2,
Masahiro Yamada
[RFC PATCH] kbuild: check uniqueness of basename of modules,
Masahiro Yamada
Re: [PATCH] objtool: Allow AR to be overridden with HOSTAR, Nick Desaulniers
[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v4 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v4 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v4 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v4 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v4 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v4 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v4 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v4 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v4 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v4 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v4 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v4 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v4 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v4 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v4 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v4 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v4 07/18] kunit: test: add initial tests, Brendan Higgins
[PATCH v3 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v3 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v3 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v3 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v3 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v3 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v3 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v3 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v3 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v3 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v3 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v3 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v3 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v3 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v3 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v3 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v3 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v3 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v3 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
[PATCH 0/4] kbuild: remove 'addtree' and 'flags' magic,
Masahiro Yamada
[PATCH] alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig,
Masahiro Yamada
[PATCH] kconfig: make conf_get_autoconfig_name() static, Masahiro Yamada
[PATCH] kbuild: turn auto.conf.cmd into a mandatory include file, Masahiro Yamada
[PATCH] .gitignore: exclude .get_maintainer.ignore and .gitattributes, Masahiro Yamada
[PATCH] kconfig: use snprintf for formatting pathnames,
Jacob Garber
[PATCH] kconfig: remove useless pointer check in conf_write_dep(),
Masahiro Yamada
[PATCH] kconfig: make parent directories for the saved .config as needed,
Masahiro Yamada
[kbuild:kunit 11/17] kunit/test-test.o: warning: objtool: kunit_test_unsuccessful_try() falls through to next function fake_resource_init(), kbuild test robot
[PATCH v2] kbuild: add all Clang-specific flags unconditionally,
Masahiro Yamada
[kbuild:kunit 6/17] kunit/kunit-stream.c:14:12: sparse: sparse: symbol 'kunit_stream_get_level' was not declared. Should it be static?,
kbuild test robot
[kbuild:kunit 16/17] kernel/sysctl-test.c:185:37: warning: integer overflow in expression of type 'long int' results in '2147483647', kbuild test robot
[PATCH 1/2] kconfig: do not accept a directory for configuration output,
Masahiro Yamada
[kbuild:kunit 14/17] htmldocs: include/kunit/kunit-stream.h:58: warning: Function parameter or member '2' not described in '__printf',
kbuild test robot
[kbuild:kunit 11/17] kunit/test-test.c:185:2: note: in expansion of macro 'KUNIT_EXPECT_EQ', kbuild test robot
[kbuild:kunit 16/17] kernel/sysctl-test.c:185:37: warning: integer overflow in expression, kbuild test robot
[PATCH] kbuild: add script check for cross compilation utilities,
Nick Desaulniers
[PATCH v4 00/10] klp-convert livepatch build tooling,
Joe Lawrence
- [PATCH v4 09/10] livepatch/selftests: add klp-convert, Joe Lawrence
- [PATCH v4 08/10] documentation: Update on livepatch elf format, Joe Lawrence
- [PATCH v4 10/10] livepatch/klp-convert: abort on special sections, Joe Lawrence
- [PATCH v4 07/10] livepatch: Add sample livepatch module, Joe Lawrence
- [PATCH v4 06/10] modpost: Add modinfo flag to livepatch modules, Joe Lawrence
- [PATCH v4 05/10] modpost: Integrate klp-convert, Joe Lawrence
- [PATCH v4 04/10] livepatch: Add klp-convert annotation helpers, Joe Lawrence
- [PATCH v4 03/10] livepatch: Add klp-convert tool, Joe Lawrence
- [PATCH v4 02/10] kbuild: Support for Symbols.list creation, Joe Lawrence
- [PATCH v4 01/10] livepatch: Create and include UAPI headers, Joe Lawrence
- Re: [PATCH v4 00/10] klp-convert livepatch build tooling, Miroslav Benes
[PATCH] arch: remove dangling asm-generic wrappers, Masahiro Yamada
[PATCH] kbuild: terminate Kconfig when $(CC) or $(LD) is missing,
Masahiro Yamada
[PATCH] kbuild: add some extra warning flags unconditionally,
Masahiro Yamada
[PATCH] kbuild: add -Wvla flag unconditionally,
Masahiro Yamada
[PATCH] kbuild: add most of Clang-specific flags unconditionally,
Masahiro Yamada
[PATCH] kconfig: remove trailing whitespaces,
Masahiro Yamada
[PATCH v2] samples: guard sub-directories with CONFIG options,
Masahiro Yamada
[PATCH v2] kbuild: re-enable int-in-bool-context warning,
Masahiro Yamada
Build-time tests?,
Joe Lawrence
[GIT PULL] Kbuild updates for v5.2,
Masahiro Yamada
[PATCH] .gitignore: add more all*.config patterns, Masahiro Yamada
Error message when compiler not present,
Joel Stanley
[PATCH] Remove MODULE_ALIAS() calls that take undefined macro,
Masahiro Yamada
[PATCH] MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux*,
Krzysztof Kozlowski
Re: [PATCH] kbuild: Fix cross compile link with ccache, Krzysztof Kozlowski
[ANNOUNCE] Kconfiglib GUI menuconfig, Ulf Magnusson
[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v2 01/17] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v2 02/17] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v2 03/17] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v2 04/17] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v2 05/17] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v2 06/17] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v2 07/17] kunit: test: add initial tests, Brendan Higgins
- [PATCH v2 08/17] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v2 09/17] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v2 11/17] kunit: test: add test managed resource tests, Brendan Higgins
- [PATCH v2 13/17] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v2 10/17] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v2 14/17] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v2 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v2 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]