linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-06 18:43:09 to 2022-01-05 21:53:31 UTC [more...]

[PATCH v2 1/2] lib/crypto: blake2s: include as built-in
 2022-01-05 21:53 UTC  (21+ messages)
        ` [PATCH v3] "
          ` [PATCH v4] "
            ` [PATCH v5] "
              ` [PATCH v6] "
                        ` [PATCH v7] "

[PATCH v9 00/15] Function Granular KASLR
 2022-01-05 18:46 UTC  (37+ messages)
` [PATCH v9 01/15] modpost: fix removing numeric suffixes
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "
` [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v9 09/15] x86: Add support for function granular KASLR
` [PATCH v9 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v9 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v9 12/15] module: Reorder functions
` [PATCH v9 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v9 14/15] Documentation: add documentation "
` [PATCH v9 15/15] maintainers: add MAINTAINERS entry "

[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2022-01-05  9:42 UTC  (10+ messages)

[PATCH v2 00/11] kbuild: do not quote string values in Makefile
 2022-01-04 23:48 UTC  (13+ messages)
` [PATCH v2 01/11] certs: use $< and $@ to simplify the key generation rule
` [PATCH v2 02/11] certs: unify duplicated cmd_extract_certs and improve the log
` [PATCH v2 03/11] certs: remove unneeded -I$(srctree) option for system_certificates.o
` [PATCH v2 04/11] certs: refactor file cleaning
` [PATCH v2 05/11] certs: remove misleading comments about GCC PR
` [PATCH v2 06/11] kbuild: stop using config_filename in scripts/Makefile.modsign
` [PATCH v2 07/11] certs: simplify $(srctree)/ handling and remove config_filename macro
` [PATCH v2 08/11] kbuild: do not include include/config/auto.conf from shell scripts
` [PATCH v2 09/11] kbuild: do not quote string values in include/config/auto.conf
` [PATCH v2 10/11] certs: move scripts/extract-cert to certs/
` [PATCH v2 11/11] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}

[PATCH v2 1/2] kbuild: move headers_check.pl to usr/include/
 2022-01-04 23:47 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: remove headers_check stub

[PATCH v2] builddeb: Support signing kernels with the module signing key
 2022-01-04 18:13 UTC  (3+ messages)

[PATCH] Fix compilation errors when using special directory
 2022-01-04 18:07 UTC  (4+ messages)

[PATCH] doc: kbuild: fix default in `imply` table
 2022-01-03  6:55 UTC  (2+ messages)

[PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage
 2022-01-03  1:24 UTC 

Missing closing files in linux/scripts/kconfig/confdata.c
 2021-12-31  6:43 UTC  (2+ messages)

Happy Weekend:
 2021-12-26  9:29 UTC 

[PATCH RFC kbuild] lib/crypto: blake2s: include as built-in
 2021-12-25  7:10 UTC  (5+ messages)

[PATCH] kernel/module.c: fix for symbol decode in stack trace for stripped modules
 2021-12-25  1:08 UTC  (14+ messages)
                  ` [PATCH v2] kernel/module.c: heuristic enhancement when INSTALL_MOD_STRIP= "--strip-unneeded" is used

[PATCH 0/1] Use target CPP to pre-process dts as supported flag checks are done on target toolchain
 2021-12-21 23:30 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 1/1] kbuild: install the modules.order for external modules
 2021-12-20 18:13 UTC  (3+ messages)

[PATCH] kbuild: Report enabled nodes with duplicated address
 2021-12-18  1:02 UTC  (3+ messages)

[PATCH] builddeb: Support signing kernels with a Machine Owner Key
 2021-12-17 15:29 UTC  (5+ messages)

[PATCH v2 1/2] kbuild: use perl instead of shell to get file size
 2021-12-17 13:45 UTC  (7+ messages)
  ` [PATCH v2 2/2] kbuild: pass --stream-size --no-content-size to zstd

[PATCH -kbuild] Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
 2021-12-15 13:46 UTC 

[PATCH 0/2] kconfig: Improve comment blocks in the .config file
 2021-12-14  8:27 UTC  (5+ messages)
` [PATCH 1/2] kconfig: Show menuconfigs as menus "
` [PATCH 2/2] kconfig: Make comments look different than menus in .config

[PATCH 00/10] kbuild: do not quote string values in Makefile
 2021-12-14  1:50 UTC  (19+ messages)
` [PATCH 01/10] certs: use $@ to simplify the key generation rule
` [PATCH 02/10] certs: unify duplicated cmd_extract_certs and improve the log
` [PATCH 03/10] certs: remove unneeded -I$(srctree) option for system_certificates.o
` [PATCH 04/10] certs: refactor file cleaning
` [PATCH 05/10] certs: remove misleading comments about GCC PR
` [PATCH 06/10] kbuild: stop using config_filename in scripts/Makefile.modsign
` [PATCH 07/10] certs: simplify $(srctree)/ handling and remove config_filename macro
` [PATCH 08/10] kbuild: do not include include/config/auto.conf from shell scripts
` [PATCH 09/10] kbuild: do not quote string values in include/config/auto.conf
` [PATCH 10/10] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}

[masahiroy-kbuild:testing-kconfig 24/25] scripts/gen_autoksyms.sh: 1526: include/config/auto.conf: Syntax error: "(" unexpected
 2021-12-13  8:18 UTC 

[masahiroy-kbuild:testing-kconfig 24/25] scripts/gen_autoksyms.sh: 1138: include/config/auto.conf: Syntax error: "(" unexpected
 2021-12-13  6:27 UTC 

[PATCH 00/19] Rust support
 2021-12-11 15:53 UTC  (21+ messages)
` [PATCH 05/19] rust: add `compiler_builtins` crate
` [PATCH 11/19] vsprintf: add new `%pA` format specifier
` [PATCH 14/19] docs: add Rust documentation
` [PATCH 15/19] Kbuild: add Rust support

[PATCH v8 00/14] Function Granular KASLR
 2021-12-10 13:20 UTC  (8+ messages)
` [PATCH v8 07/14] kallsyms: Hide layout
  ` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

question about all*config and COMPILE_TEST
 2021-12-10  0:07 UTC  (3+ messages)

[PATCH v2] kbuild: Enable DT schema checks for %.dtb targets
 2021-12-08 22:37 UTC  (4+ messages)

[RFC 0/3] headers: start rework to avoid recursive inclusion
 2021-12-08 16:50 UTC  (15+ messages)
` [RFC 1/3] headers: add more types to linux/types.h
` [RFC 2/3] headers: introduce linux/struct_types.h
` [RFC 3/3] headers: repurpose linux/fs_types.h

[PATCH v1 3/3] mmc: Add driver for LiteX's LiteSDCard interface
 2021-12-07  8:01 UTC  (3+ messages)

Makefile: CC_IMPLICIT_FALLTHROUGH passed quoted as argument to gcc
 2021-12-07  0:46 UTC  (9+ messages)


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).