diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-19 18:31:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-20 13:13:59 +0100 |
commit | 1c688b1049610be22e01ce6c6edbf06430a1b0d5 (patch) | |
tree | 65646f1bd92b94115ee1f0ff06ee3d217ebf4492 /meta/recipes-kernel | |
parent | 2e269144c9f36a915bd967b33836aeb3da022d51 (diff) | |
download | poky-1c688b1049610be22e01ce6c6edbf06430a1b0d5.tar.gz |
kexec-tools: upgrade 2.0.23 -> 2.0.24
refresh 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch
(From OE-Core rev: 633247f8b84aeb2bd109567bb469a4de4cf53804)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | 19 | ||||
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb (renamed from meta/recipes-kernel/kexec/kexec-tools_2.0.23.bb) | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch index c2301e711d..ddc1519126 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | |||
@@ -33,20 +33,20 @@ Upstream-Status: Submitted [http://lists.infradead.org/pipermail/kexec/2020-Nove | |||
33 | kexec/arch/arm64/kexec-arm64.c | 14 +------------- | 33 | kexec/arch/arm64/kexec-arm64.c | 14 +------------- |
34 | 1 file changed, 1 insertion(+), 13 deletions(-) | 34 | 1 file changed, 1 insertion(+), 13 deletions(-) |
35 | 35 | ||
36 | Index: kexec-tools-2.0.20/kexec/arch/arm64/kexec-arm64.c | 36 | diff --git a/kexec/arch/arm64/kexec-arm64.c b/kexec/arch/arm64/kexec-arm64.c |
37 | =================================================================== | 37 | index ec6df4b..10238d9 100644 |
38 | --- kexec-tools-2.0.20.orig/kexec/arch/arm64/kexec-arm64.c | 38 | --- a/kexec/arch/arm64/kexec-arm64.c |
39 | +++ kexec-tools-2.0.20/kexec/arch/arm64/kexec-arm64.c | 39 | +++ b/kexec/arch/arm64/kexec-arm64.c |
40 | @@ -428,7 +428,7 @@ static int setup_2nd_dtb(struct dtb *dtb | 40 | @@ -503,7 +503,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) |
41 | int len, range_len; | 41 | int len, range_len; |
42 | int nodeoffset; | 42 | int nodeoffset; |
43 | int new_size; | 43 | int new_size; |
44 | - int result, kaslr_seed; | 44 | - int i, result, kaslr_seed; |
45 | + int result; | 45 | + int i, result; |
46 | 46 | ||
47 | result = fdt_check_header(dtb->buf); | 47 | result = fdt_check_header(dtb->buf); |
48 | 48 | ||
49 | @@ -499,18 +499,6 @@ static int setup_2nd_dtb(struct dtb *dtb | 49 | @@ -576,18 +576,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) |
50 | return result; | 50 | return result; |
51 | } | 51 | } |
52 | } else { | 52 | } else { |
@@ -65,3 +65,6 @@ Index: kexec-tools-2.0.20/kexec/arch/arm64/kexec-arm64.c | |||
65 | /* | 65 | /* |
66 | * Invoke the getrandom system call with | 66 | * Invoke the getrandom system call with |
67 | * GRND_NONBLOCK, to make sure we | 67 | * GRND_NONBLOCK, to make sure we |
68 | -- | ||
69 | 2.25.1 | ||
70 | |||
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.23.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb index 4e58a5acbd..fdad40ed6a 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.23.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.24.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz | |||
20 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ | 20 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "c7dcc59f5b66004d9d91264324e20e0387ea263dbb449708fbf84a4e5ff7decc" | 23 | SRC_URI[sha256sum] = "1ff9137327aeac3b2ab922a71bc6eb4655571a0ff77c071cb92783a9a59d4d26" |
24 | 24 | ||
25 | inherit autotools update-rc.d systemd | 25 | inherit autotools update-rc.d systemd |
26 | 26 | ||