Linux Kbuild
[Prev Page][Next Page]
- [PATCH v12 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v12 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v12 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v12 04/18] kunit: test: add assertion printing library, Brendan Higgins
- [PATCH v12 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v12 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v12 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v12 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v12 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v12 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v12 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v12 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v12 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v12 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v12 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v12 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v12 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v12 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v12 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v2] kbuild: re-implement detection of CONFIG options leaked to user-space,
Masahiro Yamada
- [PATCH 00/11] kbuild: clean-ups and improvement of single targets,
Masahiro Yamada
- [PATCH 02/11] kbuild: refactor part-of-module more, Masahiro Yamada
- [PATCH 01/11] kbuild: move the Module.symvers check for external module build, Masahiro Yamada
- [PATCH 03/11] kbuild: fix modkern_aflags implementation, Masahiro Yamada
- [PATCH 05/11] kbuild: remove meaningless 'targets' in ./Kbuild, Masahiro Yamada
- [PATCH 06/11] kbuild: do not descend to ./Kbuild when cleaning, Masahiro Yamada
- [PATCH 07/11] kbuild: unset variables in top Makefile instead of setting 0, Masahiro Yamada
- [PATCH 04/11] kbuild: remove 'make /' support, Masahiro Yamada
- [PATCH 08/11] kbuild: unify vmlinux-dirs and module-dirs rules, Masahiro Yamada
- [PATCH 10/11] kbuild: make single targets work more correctly, Masahiro Yamada
- [PATCH 09/11] kbuild: unify clean-dirs rule for in-kernel and external module, Masahiro Yamada
- [PATCH 11/11] treewide: remove dummy Makefiles for single targets, Masahiro Yamada
- Re: [PATCH 00/11] kbuild: clean-ups and improvement of single targets, Masahiro Yamada
- can we use mandatory-y for non-uapi headers?,
Christoph Hellwig
- Re: [PATCH 1/2] kbuild: stop compile-testing kernel headers by wildcard patterns, Sam Ravnborg
- [GIT PULL] Kbuild fixes for v5.3-rc4,
Masahiro YAMADA
- [PATCH 0/1] kbuild: Support building a tree of modules with -M=<root>,
Shaun Tancheff
- [PATCH] merge_config.sh: Check error codes from make,
Mark Brown
- [PATCH RFC 0/1] kbuild: enable overriding the compiler using the environment,
Guillaume Tucker
- [PATCH v2] kbuild: show hint if subdir-y/m is used to visit module Makefile,
Masahiro Yamada
- [PATCH AUTOSEL 5.2 34/59] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules, Sasha Levin
- [PATCH AUTOSEL 5.2 35/59] kbuild: Check for unknown options with cc-option usage in Kconfig and clang, Sasha Levin
- [PATCH AUTOSEL 4.19 19/32] kbuild: Check for unknown options with cc-option usage in Kconfig and clang, Sasha Levin
- [PATCH AUTOSEL 4.19 18/32] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules, Sasha Levin
- [PATCH AUTOSEL 4.14 15/25] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules, Sasha Levin
- [PATCH AUTOSEL 4.9 10/17] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules, Sasha Levin
- [PATCH AUTOSEL 4.4 10/14] kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules, Sasha Levin
- [PATCH 1/2] kbuild: add OBJSIZE variable for the size tool,
Vasily Gorbik
- [PATCH 1/3] kbuild: fix false-positive need-builtin,
Masahiro Yamada
- [PATCH 0/5] kbuild: allow big modules to sub-divide Makefiles,
Masahiro Yamada
- [PATCH] kbuild: Remove unused variable TMPO of ld-option,
Xiao Yang
- [RFC PATCH] kbuild: re-implement detection of CONFIG options leaked to user-space,
Masahiro Yamada
- [GIT PULL] Kbuild fixes for v5.3-rc3,
Masahiro Yamada
- make_kernelconfig fails in OpenWRT buildroot,
Thomas Albers
- Re: [PATCH] kconfig: ignore auto-generated file,
Matteo Croce
- [PATCH] kbuild: revive single target %.ko,
Masahiro Yamada
- better kbuild support for drivers spanning multiple directories?, Jani Nikula
- [PATCH] kbuild: add [M] marker for build log of *.mod.o,
Masahiro Yamada
- [PATCH v3] kbuild: Check for unknown options with cc-option usage in Kconfig and clang,
Stephen Boyd
- [PATCH] lib/raid6: fix unnecessary rebuild of vpermxor*.c, Masahiro Yamada
- [PATCH 1/4] kbuild: modpost: include .*.cmd files only when targets exist,
Masahiro Yamada
- [PATCH v2] Makefile: rules for printing kernel architecture and localversion, Enrico Weigelt, metux IT consult
- [PATCH] kbuild: initialize CLANG_FLAGS correctly in the top Makefile,
Masahiro Yamada
- [PATCH 2/2] kbuild: detect missing header include guard,
Masahiro Yamada
- [GIT PULL] Kbuild fixes for v5.3-rc2,
Masahiro Yamada
- [PATCH] gen_compile_commands: lower the entry count threshold,
Masahiro Yamada
- [PATCH] Kbuild: Handle PREEMPT_RT for version string and magic,
Thomas Gleixner
- Re: INFO: rcu detected stall in vhost_worker,
syzbot
- [PATCH] kbuild: clean-up subdir-ym computation, Masahiro Yamada
- [PATCH] kbuild: remove unused single-used-m, Masahiro Yamada
- .h.s files spam,
Alexey Dobriyan
- [PATCH v2] kbuild: Check for unknown options with cc-option usage in Kconfig and clang,
Stephen Boyd
- [FWIW PATCH] kbuild: create modules.order in sub-directories visited by subdir-y,m, Masahiro Yamada
- [PATCH] kbuild: detect missing "WITH Linux-syscall-note" for uapi headers,
Masahiro Yamada
- [PATCH] kbuild: Check for unknown options with cc-option and clang in Kbuild,
Stephen Boyd
- [kbuild:uapi-header-test-v1 15/16] ld: cannot find include/lib.a: No such file or directory, kbuild test robot
- [PATCH] kbuild: remove unused objectify macro, Masahiro Yamada
- [PATCH 1/5] x86_64: -march=native support,
Alexey Dobriyan
- [PATCH 1/3] kbuild: use $(basename ...) for cmd_asn1_compiler,
Masahiro Yamada
- [GIT PULL] More Kbuild updates for v5.3-rc1,
Masahiro Yamada
- [TRIVIAL PATCH] of: per-file dtc preprocessor flags,
Eugeniy Paltsev
- [PATCH] kbuild: disable compile-test of kernel headers for now,
Masahiro Yamada
- [PATCH AUTOSEL 5.2 086/171] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS, Sasha Levin
- [PATCH AUTOSEL 5.2 095/171] fixdep: check return value of printf() and putchar(), Sasha Levin
- [PATCH AUTOSEL 5.1 072/141] fixdep: check return value of printf() and putchar(), Sasha Levin
- [PATCH AUTOSEL 5.1 065/141] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS, Sasha Levin
- [PATCH AUTOSEL 4.19 044/101] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS, Sasha Levin
- [PATCH AUTOSEL 4.9 21/45] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS, Sasha Levin
- [PATCH AUTOSEL 4.14 28/60] kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS, Sasha Levin
- [PATCH AUTOSEL 5.2 085/171] net/ipv4: fib_trie: Avoid cryptic ternary expressions, Sasha Levin
- Re: linux-next: Tree for Jul 18 (header build error),
Randy Dunlap
- [PATCH v2] kbuild: add -fcf-protection=none when using retpoline flags,
Seth Forshee
- Re: linux-next: Tree for Jul 17,
Sedat Dilek
- [PATCH v2] kbuild: update compile-test headers for v5.3-rc1, Masahiro Yamada
- [PATCH v3 00/12] kbuild: create *.mod with directory path and remove MODVERDIR,
Masahiro Yamada
- [PATCH v3 08/12] kbuild: export_report: read modules.order instead of .tmp_versions/*.mod, Masahiro Yamada
- [PATCH v3 02/12] kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}, Masahiro Yamada
- [PATCH v3 10/12] kbuild: remove the first line of *.mod files, Masahiro Yamada
- [PATCH v3 04/12] scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver, Masahiro Yamada
- [PATCH v3 07/12] kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH v3 09/12] kbuild: create *.mod with full directory path and remove MODVERDIR, Masahiro Yamada
- [PATCH v3 11/12] kbuild: remove 'prepare1' target, Masahiro Yamada
- [PATCH v3 12/12] kbuild: split out *.mod out of {single,multi}-used-m rules, Masahiro Yamada
- [PATCH v3 01/12] kbuild: do not create empty modules.order in the prepare stage, Masahiro Yamada
- [PATCH v3 03/12] kbuild: remove duplication from modules.order in sub-directories, Masahiro Yamada
- [PATCH v3 06/12] kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH v3 05/12] kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH v11 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v11 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v11 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v11 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v11 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v11 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v11 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v11 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v11 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v11 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v11 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v11 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v11 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v11 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v11 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v11 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v11 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v11 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v11 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH 1/2] kbuild: test headers listed in header-test-m as well,
Masahiro Yamada
- kbuild: Fail if gold linker is detected,
Thomas Gleixner
- [PATCH v10 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v10 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v10 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v10 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v10 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v10 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v10 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v10 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v10 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v10 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v10 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v10 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v10 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v10 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v10 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v10 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v10 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v10 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v10 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [kbuild:kbuild 5/19] drivers/atm/eni.o: warning: objtool: eni_init_one()+0xe42: indirect call found in RETPOLINE build,
kbuild test robot
- Re: linux-next: Tree for Jul 15 (HEADERS_TEST w/ netfilter tables offload),
Randy Dunlap
- [PATCH] kbuild: remove tag files by distclean instead of mrproper, Masahiro Yamada
- [PATCH] kbuild: remove unused hostcc-option, Masahiro Yamada
- [RFC PATCH] modpost: check for static EXPORT_SYMBOL* functions,
Denis Efremov
- [PATCH] kbuild: add --hash-style= and --build-id unconditionally,
Masahiro Yamada
- [PATCH v3] kbuild: get rid of misleading $(AS) from documents,
Masahiro Yamada
- [GIT PULL 2/2] Kconfig updates for v5.3-rc1,
Masahiro Yamada
- [GIT PULL 1/2] Kbuild updates for v5.3-rc1,
Masahiro Yamada
- [PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v9 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v9 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v9 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v9 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v9 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v9 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v9 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v9 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v9 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v9 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v9 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v9 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v9 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v9 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v9 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v9 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH] kconfig: fix missing choice values in auto.conf,
Masahiro Yamada
- [kbuild:kunit-v7 66/67] kernel/sysctl-test.c:44:9: sparse: sparse: incorrect type in argument 3 (different address spaces), kbuild test robot
- [RFC PATCH] bug: always show source-tree-relative paths in WARN()/BUG(),
Brian Norris
- [PATCH] kconfig: remove meaningless if-conditional in conf_read(), Masahiro Yamada
- [PATCH v2 00/11] kbuild: create *.mod with directory path and remove MODVERDIR,
Masahiro Yamada
- [PATCH v2 11/11] kbuild: split out *.mod out of {single,multi}-used-m rules, Masahiro Yamada
- [PATCH v2 02/11] kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin}, Masahiro Yamada
- [PATCH v2 04/11] scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver, Masahiro Yamada
- [PATCH v2 08/11] kbuild: create *.mod with full directory path and remove MODVERDIR, Masahiro Yamada
- [PATCH v2 07/11] kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH v2 09/11] kbuild: remove the first line of *.mod files, Masahiro Yamada
- [PATCH v2 10/11] kbuild: remove 'prepare1' target, Masahiro Yamada
- [PATCH v2 01/11] kbuild: do not create empty modules.order in the prepare stage, Masahiro Yamada
- [PATCH v2 05/11] kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH v2 03/11] kbuild: remove duplication from modules.order in sub-directories, Masahiro Yamada
- [PATCH v2 06/11] kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod, Masahiro Yamada
- [PATCH RFC] modpost: Support I2C Aliases from OF tables,
Kieran Bingham
- [PATCH v8 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v8 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v8 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v8 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v8 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v8 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v8 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v8 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v8 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v8 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v8 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v8 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v8 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH v8 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v8 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v8 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v8 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v8 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v8 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH] fixup! kbuild: remove obj and src from the top Makefile, Masahiro Yamada
- [PATCH] kbuild: add -fcf-protection=none to retpoline flags,
Seth Forshee
- [PATCH 0/5] PDF output fixes,
Mauro Carvalho Chehab
- [PATCH] kbuild: Inform user to pass ARCH= for make mrproper,
Geert Uytterhoeven
- [PATCH v2] kbuild: fix compression errors getting ignored,
Harald Seiler
- Issue/Bug report: auto.conf not generated correctly when CROSS_COMPILE environment var set,
Joonas Kylmälä
- [PATCH 1/4] Makefile: rules for printing kernel architecture and localversion,
Enrico Weigelt, metux IT consult
- [PATCH v2 01/11] kbuild: do not create empty modules.order in the prepare stage, Masahiro Yamada
- [PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework,
Brendan Higgins
- [PATCH v7 01/18] kunit: test: add KUnit test runner core, Brendan Higgins
- [PATCH v7 02/18] kunit: test: add test resource management API, Brendan Higgins
- [PATCH v7 03/18] kunit: test: add string_stream a std::stream like string builder, Brendan Higgins
- [PATCH v7 04/18] kunit: test: add kunit_stream a std::stream like logger, Brendan Higgins
- [PATCH v7 05/18] kunit: test: add the concept of expectations, Brendan Higgins
- [PATCH v7 06/18] kbuild: enable building KUnit, Brendan Higgins
- [PATCH v7 07/18] kunit: test: add initial tests, Brendan Higgins
- [PATCH v7 08/18] objtool: add kunit_try_catch_throw to the noreturn list, Brendan Higgins
- [PATCH v7 09/18] kunit: test: add support for test abort, Brendan Higgins
- [PATCH v7 10/18] kunit: test: add tests for kunit test abort, Brendan Higgins
- [PATCH v7 11/18] kunit: test: add the concept of assertions, Brendan Higgins
- [PATCH v7 12/18] kunit: test: add tests for KUnit managed resources, Brendan Higgins
- [PATCH v7 13/18] kunit: tool: add Python wrappers for running KUnit tests, Brendan Higgins
- [PATCH v7 14/18] kunit: defconfig: add defconfigs for building KUnit tests, Brendan Higgins
- [PATCH v7 15/18] Documentation: kunit: add documentation for KUnit, Brendan Higgins
- [PATCH v7 16/18] MAINTAINERS: add entry for KUnit the unit testing framework, Brendan Higgins
- [PATCH v7 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec(), Brendan Higgins
- [PATCH v7 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section, Brendan Higgins
- [PATCH] kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix, Masahiro Yamada
- [PATCH 00/11] kbuild: create *.mod with directory path and remove MODVERDIR,
Masahiro Yamada
- [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
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]