messages from 2019-08-28 18:26:20 to 2019-09-20 23:20:34 UTC [more...]
[PATCH v16 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-09-20 23:19 UTC (20+ 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)
[PATCH] kbuild: binrpm-pkg: Propagate O= to rpmbuild
2019-09-20 19:01 UTC
[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 (16+ 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 (4+ messages)
[PATCH 1/1] merge_config.sh: ignore unwanted grep errors
2019-09-02 14:53 UTC (7+ messages)
[PATCH v2] kbuild: refactor scripts/Makefile.extrawarn
2019-08-31 7:02 UTC (5+ messages)
[PATCH] Makefile: Convert -Wimplicit-fallthrough to -Wimplicit-fallthrough=2
2019-08-31 5:12 UTC (4+ messages)
[PATCH v6 4/4] tpm: tpm_tis_spi: Support cr50 devices
2019-08-30 15:40 UTC
[PATCH v3] kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)
2019-08-30 4:34 UTC
[kbuild:kbuild 50/55] efi.c:undefined reference to `__udivdi3'
2019-08-30 2:47 UTC
[RFC PATCH 1/2] Add clang-tidy and static analyzer support to makefile
2019-08-29 19:17 UTC
[kbuild:kbuild 48/54] arch/powerpc/kernel/prom_init_check.sh: 36: arch/powerpc/kernel/prom_init_check.sh: Syntax error: "(" unexpected
2019-08-29 19:03 UTC (2+ messages)
[PATCH v2] kbuild: Require W=1 for -Wimplicit-fallthrough with clang
2019-08-29 17:18 UTC (7+ messages)
` [PATCH] kbuild: Do not enable -Wimplicit-fallthrough for clang for now
[PATCH 1/6] kbuild: remove 'Using ... as source for kernel' message
2019-08-29 16:25 UTC (3+ messages)
` [PATCH 6/6] kbuild: check clean srctree even earlier
[PATCH v2 0/10] Symbol namespaces - RFC
2019-08-29 12:13 UTC (3+ messages)
` [PATCH v3 08/11] scripts: Coccinelle script for namespace dependencies
[PATCH 00/11] ftrace: add support for recording function parameters and return value
2019-08-28 23:41 UTC (4+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
[PATCH v2] kbuild: enable unused-function warnings for W= build with Clang
2019-08-28 23:10 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;
as well as URLs for NNTP newsgroup(s).