Linux Kbuild
[Prev Page][Next Page]
- [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
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
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]