Show patches with: Submitter = Masahiro Yamada       |    State = Action Required       |    Archived = No       |   40 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/5] kbuild: do not print extra logs for V=2 Untitled series #706525 - 1 - --- 2022-12-22 Masahiro Yamada New
certs: make system keyring depend on built-in x509 parser certs: make system keyring depend on built-in x509 parser - - - --- 2022-09-12 Masahiro Yamada New
[4/4] certs: unify blacklist_hashes.c and blacklist_nohashes.c [1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist - 2 - --- 2022-06-11 Masahiro Yamada New
[3/4] certs: move scripts/check-blacklist-hashes.awk to certs/ [1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist - 2 - --- 2022-06-11 Masahiro Yamada New
[2/4] certs: fix and refactor CONFIG_SYSTEM_BLACKLIST_HASH_LIST build [1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist - 2 - --- 2022-06-11 Masahiro Yamada New
[1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist [1/4] certs/blacklist_hashes.c: fix const confusion in certs blacklist - 2 - --- 2022-06-11 Masahiro Yamada New
[2/2] certs: simplify empty certs creation in certs/Makefile [1/2] certs: include certs/signing_key.x509 unconditionally - 1 - --- 2022-02-18 Masahiro Yamada New
[1/2] certs: include certs/signing_key.x509 unconditionally [1/2] certs: include certs/signing_key.x509 unconditionally - - - --- 2022-02-18 Masahiro Yamada New
[2/2] certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty [1/2] certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI - - 1 --- 2022-01-20 Masahiro Yamada New
[1/2] certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI [1/2] certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI - - - --- 2022-01-20 Masahiro Yamada New
[v2,11/11] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV} kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[v2,10/11] certs: move scripts/extract-cert to certs/ kbuild: do not quote string values in Makefile - - - --- 2021-12-14 Masahiro Yamada New
[v2,09/11] kbuild: do not quote string values in include/config/auto.conf kbuild: do not quote string values in Makefile - - - --- 2021-12-14 Masahiro Yamada New
[v2,08/11] kbuild: do not include include/config/auto.conf from shell scripts kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[v2,07/11] certs: simplify $(srctree)/ handling and remove config_filename macro kbuild: do not quote string values in Makefile - - - --- 2021-12-14 Masahiro Yamada New
[v2,06/11] kbuild: stop using config_filename in scripts/Makefile.modsign kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[v2,05/11] certs: remove misleading comments about GCC PR kbuild: do not quote string values in Makefile - - - --- 2021-12-14 Masahiro Yamada New
[v2,04/11] certs: refactor file cleaning kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[v2,03/11] certs: remove unneeded -I$(srctree) option for system_certificates.o kbuild: do not quote string values in Makefile - - - --- 2021-12-14 Masahiro Yamada New
[v2,02/11] certs: unify duplicated cmd_extract_certs and improve the log kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[v2,01/11] certs: use $< and $@ to simplify the key generation rule kbuild: do not quote string values in Makefile - 1 - --- 2021-12-14 Masahiro Yamada New
[10/10] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV} kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[09/10] kbuild: do not quote string values in include/config/auto.conf kbuild: do not quote string values in Makefile - - - --- 2021-12-12 Masahiro Yamada New
[08/10] kbuild: do not include include/config/auto.conf from shell scripts kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[07/10] certs: simplify $(srctree)/ handling and remove config_filename macro kbuild: do not quote string values in Makefile - - - --- 2021-12-12 Masahiro Yamada New
[06/10] kbuild: stop using config_filename in scripts/Makefile.modsign kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[05/10] certs: remove misleading comments about GCC PR kbuild: do not quote string values in Makefile - - - --- 2021-12-12 Masahiro Yamada New
[04/10] certs: refactor file cleaning kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[03/10] certs: remove unneeded -I$(srctree) option for system_certificates.o kbuild: do not quote string values in Makefile - - - --- 2021-12-12 Masahiro Yamada New
[02/10] certs: unify duplicated cmd_extract_certs and improve the log kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[01/10] certs: use $@ to simplify the key generation rule kbuild: do not quote string values in Makefile - 1 - --- 2021-12-12 Masahiro Yamada New
[5/5] certs: use if_changed to re-generate the key when the key type is changed certs: various cleanups of certs/Makefile - - - --- 2021-11-05 Masahiro Yamada New
[4/5] certs: use 'cmd' to hide openssl output in silent builds more simply certs: various cleanups of certs/Makefile - - - --- 2021-11-05 Masahiro Yamada New
[3/5] certs: remove noisy messages while generating the signing key certs: various cleanups of certs/Makefile - - - --- 2021-11-05 Masahiro Yamada New
[2/5] certs: check-in the default x509 config file certs: various cleanups of certs/Makefile - - - --- 2021-11-05 Masahiro Yamada New
[1/5] certs: remove meaningless $(error ...) in certs/Makefile certs: various cleanups of certs/Makefile - - - --- 2021-11-05 Masahiro Yamada New
certs: move the 'depends on' to the choice of module signing keys certs: move the 'depends on' to the choice of module signing keys - - - --- 2021-10-01 Masahiro Yamada New
[v2] .gitignore: prefix local generated files with a slash [v2] .gitignore: prefix local generated files with a slash 5 - - --- 2021-04-30 Masahiro Yamada New
[4/5] .gitignore: prefix local generated files with a slash Untitled series #472813 2 - - --- 2021-04-25 Masahiro Yamada New
extract-cert: add static to local data extract-cert: add static to local data - - - --- 2020-07-29 Masahiro Yamada New