fixes
This commit is contained in:
11
debian/patches/krd/0005-certs-genkey.patch
vendored
Normal file
11
debian/patches/krd/0005-certs-genkey.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/certs/Makefile
|
||||
+++ b/certs/Makefile
|
||||
@@ -47,7 +47,7 @@ keytype-$(CONFIG_MODULE_SIG_KEY_TYPE_ECD
|
||||
quiet_cmd_gen_key = GENKEY $@
|
||||
cmd_gen_key = openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
|
||||
-batch -x509 -config $< \
|
||||
- -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1
|
||||
+ -outform PEM -out $@ -keyout $@ $(keytype-y) 2>/dev/null
|
||||
|
||||
$(obj)/signing_key.pem: $(obj)/x509.genkey FORCE
|
||||
$(call if_changed,gen_key)
|
@@ -138,7 +138,7 @@ Signed-off-by: Vinay Banakar <vny@google.com>
|
||||
+ goto skip_pageout_locked;
|
||||
+
|
||||
+ mapping = folio_mapping(folio);
|
||||
+ pageout_t pageout_res = pageout(folio, mapping, &plug);
|
||||
+ pageout_t pageout_res = pageout(folio, mapping, &plug, &pageout_list);
|
||||
+ switch (pageout_res) {
|
||||
+ case PAGE_KEEP:
|
||||
+ goto skip_pageout_locked;
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -113,6 +113,7 @@ krd/0001-Revert-objtool-dont-fail-the-kernel-build-on-fatal-errors.patch
|
||||
krd/0002-established-timeout.patch
|
||||
krd/0003-local-ports.patch
|
||||
krd/0004-bridge-group_fwd_mask.patch
|
||||
krd/0005-certs-genkey.patch
|
||||
|
||||
## 3rd party patches
|
||||
|
||||
|
Reference in New Issue
Block a user