messages from 2019-09-02 14:21:08 to 2019-09-23 09:03:02 UTC [more...]
[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-23 9:02 UTC (3+ messages)
` [PATCH v18 01/19] kunit: test: add KUnit test runner core
` [PATCH v18 02/19] kunit: test: add test resource management API
[PATCH] kbuild: binrpm-pkg: Propagate O= to rpmbuild
2019-09-22 21:08 UTC (3+ messages)
[PATCH AUTOSEL 5.2 077/185] kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINE
2019-09-22 18:47 UTC
[PATCH AUTOSEL 5.3 086/203] kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINE
2019-09-22 18:41 UTC
[PATCH v17 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-22 16:28 UTC (21+ messages)
` [PATCH v17 01/19] kunit: test: add KUnit test runner core
` [PATCH v17 02/19] kunit: test: add test resource management API
` [PATCH v17 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v17 04/19] kunit: test: add assertion printing library
` [PATCH v17 05/19] kunit: test: add the concept of expectations
` [PATCH v17 06/19] lib: enable building KUnit in lib/
` [PATCH v17 07/19] kunit: test: add initial tests
` [PATCH v17 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v17 09/19] kunit: test: add support for test abort
` [PATCH v17 10/19] kunit: test: add tests for kunit "
` [PATCH v17 11/19] kunit: test: add the concept of assertions
` [PATCH v17 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v17 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v17 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v17 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v17 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v17 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v17 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v17 19/19] kunit: fix failure to build without printk
[PATCH] Corrected formatting of header in kbuild module docs
2019-09-22 5:10 UTC (2+ messages)
[PATCH] kbuild: update comment about KBUILD_ALLDIRS
2019-09-21 13:18 UTC
[PATCH] kbuild: remove SUBDIRS support
2019-09-21 7:05 UTC
[PATCH] kbuild: remove ar-option and KBUILD_ARFLAGS
2019-09-21 6:49 UTC
[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-20 23:52 UTC (23+ messages)
` [PATCH v16 01/19] kunit: test: add KUnit test runner core
` [PATCH v16 02/19] kunit: test: add test resource management API
` [PATCH v16 03/19] kunit: test: add string_stream a std::stream like string builder
` [PATCH v16 04/19] kunit: test: add assertion printing library
` [PATCH v16 05/19] kunit: test: add the concept of expectations
` [PATCH v16 06/19] lib: enable building KUnit in lib/
` [PATCH v16 07/19] kunit: test: add initial tests
` [PATCH v16 08/19] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v16 09/19] kunit: test: add support for test abort
` [PATCH v16 10/19] kunit: test: add tests for kunit "
` [PATCH v16 11/19] kunit: test: add the concept of assertions
` [PATCH v16 12/19] kunit: test: add tests for KUnit managed resources
` [PATCH v16 13/19] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v16 14/19] kunit: defconfig: add defconfigs for building "
` [PATCH v16 15/19] Documentation: kunit: add documentation for KUnit
` [PATCH v16 16/19] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v16 17/19] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v16 18/19] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section
` [PATCH v16 19/19] kunit: fix failure to build without printk
[RFC] buildtar: add case for riscv architecture
2019-09-20 22:40 UTC (8+ messages)
[GIT PULL] Kbuild updates for v5.4-rc1
2019-09-20 16:35 UTC (9+ messages)
"arm64: use asm-generic/dma-mapping.h" introduced a kbuild warning
2019-09-20 13:42 UTC (4+ messages)
[PATCH 1/3] firmware/dmi_scan: Add dmi_save_release to save releases fields
2019-09-18 9:43 UTC (3+ messages)
` [PATCH 2/3] firmware/dmi: Report DMI Bios release
` [PATCH 3/3] firmware/dmi: Report DMI Embedded Firmware release
Wohltätigkeitsspende von 2.000.000 Millionen Euro
2019-09-17 5:03 UTC
[PATCH v2] Documentation: kbuild: Add document about reproducible builds
2019-09-15 7:24 UTC (3+ messages)
[PATCH] Documentation: kbuild: Add document about reproducible builds
2019-09-14 11:15 UTC (7+ messages)
[kbuild:kbuild 65/67] warning: 'arch/openrisc/boot/dts/or1ksim.dtb.o' will not be linked to vmlinux even though obj-y is specified
2019-09-12 19:03 UTC
[kbuild:kbuild 65/67] warning: 'arch/openrisc/boot/dts/simple_smp.dtb.o' will not be linked to vmlinux even though obj-y is specified
2019-09-12 18:59 UTC
[PATCH v2 1/4] kbuild: do not create built-in.a that is never linked to vmlinux
2019-09-12 16:22 UTC (4+ messages)
` [PATCH v2 2/4] kbuild: warn orphan built-in objects
` [PATCH v2 3/4] kbuild: clear KBUILD_MODULES in top Makefile if CONFIG_MODULES=n
` [PATCH v2 4/4] kbuild: change need-modorder implementation slightly
[PATCH v2] kbuild: allow Clang to find unused static inline functions for W=1 build
2019-09-12 11:49 UTC (2+ messages)
[PATCH 1/2] export.h: remove defined(__KERNEL__)
2019-09-12 11:48 UTC (9+ messages)
` [PATCH 2/2] export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols
[PATCH] genksyms: convert to SPDX License Identifier for lex.l and parse.y
2019-09-12 11:45 UTC
[PATCH v2] kbuild: change need-modorder implementation slightly
2019-09-12 8:06 UTC
[PATCH 1/3] kbuild: do not create built-in.a that is never linked to vmlinux
2019-09-12 7:33 UTC (3+ messages)
` [PATCH 2/3] kbuild: warn orphan obj-y objects
` [PATCH 3/3] kbuild: change need-modorder implementation slightly
[RFC PATCH] gpu: no need to compile drm/ if CONFIG_DRM=n
2019-09-12 0:52 UTC (3+ messages)
Inquiry 11/Sept/2019
2019-09-11 12:08 UTC
Zdravstvujte! Vas interesujut klientskie bazy dannyh?
2019-09-10 21:54 UTC
[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree
2019-09-10 6:30 UTC (7+ messages)
` [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf
` [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication
[PATCH 1/2] modpost: use MODULE_INFO() for __module_depends
2019-09-09 11:34 UTC (2+ messages)
` [PATCH 2/2] modpost: use __section in the output to *.mod.c
[PATCH] mostpost: don't warn about symbols from another file
2019-09-09 10:58 UTC (6+ messages)
[PATCH 0/6] Symbol namespaces
2019-09-09 8:35 UTC (43+ messages)
` [PATCH v4 00/12] Symbol Namespaces
` [PATCH v4 01/12] module: support reading multiple values per modinfo tag
` [PATCH v4 02/12] export: explicitly align struct kernel_symbol
` [PATCH v4 03/12] module: add support for symbol namespaces
` [PATCH v4 04/12] modpost: "
` [PATCH v4 05/12] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
` [PATCH v4 06/12] export: allow definition default namespaces in Makefiles or sources
` [PATCH v4 07/12] modpost: add support for generating namespace dependencies
` [PATCH v4 08/12] scripts: Coccinelle script for "
` [PATCH v4 09/12] docs: Add documentation for Symbol Namespaces
` [PATCH v4 10/12] usb-storage: remove single-use define for debugging
` [PATCH v4 11/12] RFC: usb-storage: export symbols in USB_STORAGE namespace
` [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace
` [usb-storage] "
` [PATCH v5 00/11] Symbol Namespaces
` [PATCH v5 01/11] module: support reading multiple values per modinfo tag
` [PATCH v5 02/11] export: explicitly align struct kernel_symbol
` [PATCH v5 03/11] module: add support for symbol namespaces
` [PATCH v5 04/11] modpost: "
` [PATCH v5 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
` [PATCH v5 06/11] export: allow definition default namespaces in Makefiles or sources
` [PATCH v5 07/11] modpost: add support for generating namespace dependencies
` [PATCH v5 08/11] scripts: Coccinelle script for "
` [PATCH v5 09/11] docs: Add documentation for Symbol Namespaces
` [PATCH v5 10/11] usb-storage: remove single-use define for debugging
` [PATCH v5 11/11] usb-storage: export symbols in USB_STORAGE namespace
[PATCH v3 1/2] kbuild: refactor scripts/Makefile.extrawarn
2019-09-07 2:29 UTC (12+ messages)
` [PATCH v3 2/2] kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARN
Please forgive me
2019-09-07 1:35 UTC
[kbuild:kbuild 51/57] scripts/mkuboot.sh: 20: scripts/mkuboot.sh: -path:: not found
2019-09-04 13:49 UTC (3+ messages)
[PATCH 1/3] init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
2019-09-04 3:08 UTC (5+ messages)
` [PATCH 2/3] kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
` [PATCH 2/3] kbuild, arc: "
[PATCH 1/2] kbuild: refactor scripts/Makefile.extrawarn
2019-09-03 15:39 UTC (9+ messages)
` [PATCH 2/2] kbuild: allow Clang to find unused static inline functions for W=1 build
[PATCH v2] merge_config.sh: ignore unwanted grep errors
2019-09-03 14:35 UTC (3+ messages)
[PATCH v2] merge_config.sh: Check error codes from make
2019-09-02 15:59 UTC (3+ messages)
[PATCH 1/1] merge_config.sh: ignore unwanted grep errors
2019-09-02 14:53 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox