openeuler-ci-bot
2b8eb17a17
!394 [sync] PR-392: Handle non-continuous data blocks in directory extents
...
From: @openeuler-sync-bot
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2024-05-11 08:00:09 +00:00
肖在
15ec184dc9
Handle non-continuous data blocks in directory extents
...
(cherry picked from commit eaccc141e1795ac3b376afe158a54a6f52fc6b62)
2024-05-11 15:47:50 +08:00
肖在
3e8531a1a5
Revert "Handle non-continuous data blocks in"
...
This reverts commit e0cd43f8a5486debeba17349abbb088001164d70.
(cherry picked from commit 88a9257d4914cb2aca40f3b0494a0dcb8927482d)
2024-05-11 15:47:50 +08:00
肖在
10587ba6bf
Handle non-continuous data blocks in
...
directory extents
The directory extent list does not have to be a continuous list of data
blocks. When GRUB tries to read a non-existant member of the list,
grub_xfs_read_file() will return a block of zero'ed memory. Checking for
a zero'ed magic number is sufficient to skip this non-existant data block.
Prior to commit 07318ee7e (fs/xfs: Fix XFS directory extent parsing)
this was handled as a subtle side effect of reading the (non-existant)
tail data structure. Since the block was zero'ed the computation of the
number of directory entries in the block would return 0 as well.
(cherry picked from commit e0cd43f8a5486debeba17349abbb088001164d70)
2024-05-11 15:47:50 +08:00
肖在
a2b94147ab
Revert " Handle non-continuous data blocks in"
...
This reverts commit 242fa05f2412202b241bbea01dc2bd69214b2e33.
(cherry picked from commit fd1e9fdd653fbd874133cbfd0a7885bd1fb2916f)
2024-05-11 15:47:50 +08:00
肖在
23a4c6f1d0
Handle non-continuous data blocks in
...
directory extents
The directory extent list does not have to be a continuous list of data
blocks. When GRUB tries to read a non-existant member of the list,
grub_xfs_read_file() will return a block of zero'ed memory. Checking for
a zero'ed magic number is sufficient to skip this non-existant data block.
(cherry picked from commit 242fa05f2412202b241bbea01dc2bd69214b2e33)
2024-05-11 15:47:50 +08:00
openeuler-ci-bot
ea04a11aa5
!389 [sync] PR-388: sync patches from 22.03-LTS-SP3
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-05-07 13:44:55 +00:00
Qiumiao Zhang
30809adee6
sync patches from openEuler-22.03-LTS-SP3
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit ce31b98a9c7cb28116572daf9e62349bc24e2a2f)
2024-05-07 21:32:10 +08:00
openeuler-ci-bot
3691e19c7e
!385 [sync] PR-384: sync patches from 22.03-LTS-Next
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-10 06:07:41 +00:00
Qiumiao Zhang
6e27946b9f
sync patches from 22.03-LTS-Next
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 908a3e71137970eaa927be7b646ead3ac17ce084)
2024-04-10 11:25:20 +08:00
openeuler-ci-bot
3ae430b473
!382 [sync] PR-380: fix compressed kernel verification failed
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-08 11:57:21 +00:00
Qiumiao Zhang
89baa5568c
fix compressed kernel verification failed
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit f567bbdc444bb5ddf157c65e568e5b50a1f17169)
2024-04-08 16:50:46 +08:00
openeuler-ci-bot
3069ba8926
!381 [sync] PR-376: Interface for replacing the EFI signature
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-08 08:10:48 +00:00
jinlun
09babe7e08
Interface for replacing the EFI signature
...
(cherry picked from commit c9cf3a76023a60fa416036bb95da3e32cb977d4f)
2024-04-08 15:48:15 +08:00
openeuler-ci-bot
f0c1716190
!379 [sync] PR-374: add TPCM support with ipmi channel
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-01 07:20:30 +00:00
Qiumiao Zhang
1021e175e1
add TPCM support with ipmi channel
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 1e52014b39673718830070eb7dfe450646954074)
2024-04-01 14:48:49 +08:00
openeuler-ci-bot
f4f1db2b59
!377 [sync] PR-369: Don't require a password to boot entries generated by grub-mkconfig
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-01 06:48:02 +00:00
Qiumiao Zhang
faefb4e8c7
Don't require a password to boot entries generated by grub-mkconfig
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit e07518a0fb083b68bc4dbf4ea3b2eb6bcbe7c5f6)
2024-04-01 14:36:25 +08:00
openeuler-ci-bot
ef0833d49b
!367 [sync] PR-366: look for grub.cfg on efi where the app was found
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2024-04-01 06:21:35 +00:00
Qiumiao Zhang
7aa8ba7c07
look for grub.cfg on efi where the app was found
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 4c4771d498e643899d768f102c0bc6f49fe3e7be)
2024-03-08 18:11:31 +08:00
openeuler-ci-bot
bb82f8bfcf
!365 modify klist in 10_linux.in
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2024-03-07 02:51:53 +00:00
Qiumiao Zhang
03ef4d01cf
modify klist in 10_linux.in
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2024-03-07 02:39:46 +00:00
openeuler-ci-bot
24f7187f72
!359 update to 2.12
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2024-03-04 13:27:40 +00:00
Qiumiao Zhang
3f42453819
update to 2.12
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2024-03-04 19:17:07 +08:00
openeuler-ci-bot
d8f6ba6c90
!346 loongarch: Disable relaxation relocations
...
From: @vesta_admin
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-12-28 01:54:40 +00:00
Yingkun Meng
54048ecd9e
loongarch: Disable relaxation relocations
...
Signed-off-by: Yingkun Meng <mengyingkun@loongson.cn>
2023-12-25 11:26:57 +08:00
Yingkun Meng
781871c861
loongarch: Make patches meet specification requirements
...
As described in [1], the ifarch macro is no longer recommanded for use,
and the number of architecture related patch should start from 1000.
[1] https://gitee.com/openeuler/TC/pulls/71
Signed-off-by: Yingkun Meng <mengyingkun@loongson.cn>
2023-12-25 11:22:14 +08:00
openeuler-ci-bot
c2dd5e0bce
!349 [sync] PR-348: skip verification when just opening the grub.cfg without loading it
...
From: @openeuler-sync-bot
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-12-23 07:18:09 +00:00
Qiumiao Zhang
317a2cc40c
skip verification when not loading grub.cfg
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 1a70c89178317faf0fe5fe4a7402ce5c1f301084)
2023-12-22 15:30:05 +08:00
openeuler-ci-bot
ff34a017a8
!342 [sync] PR-336: change the name of module tpcm to tpcm_kunpeng
...
From: @openeuler-sync-bot
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-12-11 08:50:41 +00:00
Qiumiao Zhang
6c106ce2b6
change the name of module tpcm to tpcm_kunpeng
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit a5fc32e5290b5fd2231cad4ed738d840460e0133)
2023-12-11 14:44:54 +08:00
openeuler-ci-bot
83f2c01a64
!340 [sync] PR-335: add TPCM support with ipmi channel
...
From: @openeuler-sync-bot
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-12-11 06:34:44 +00:00
Qiumiao Zhang
5fbe53a8e7
add TPCM support with ipmi channel
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit bf5379d84f0bd61d407e87d2e4a1dd90528e2e1d)
2023-12-11 10:10:08 +08:00
openeuler-ci-bot
ed347ecc87
!333 [sync] PR-332: support openEuler signature
...
From: @openeuler-sync-bot
Reviewed-by: @zhangqiumiao
Signed-off-by: @zhangqiumiao
2023-11-16 11:31:41 +00:00
Qiumiao Zhang
01e5499b45
support openEuler signature
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit ff7aab7c6032ca8c05300ebc886d3d6c8c58af2f)
2023-11-16 16:52:43 +08:00
openeuler-ci-bot
058486aa96
!324 fix CVE-2023-4692 and CVE-2023-4693
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-10-09 06:56:29 +00:00
Qiumiao Zhang
0d987655f0
fix CVE-2023-4692 and CVE-2023-4693
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2023-10-07 19:56:25 +08:00
openeuler-ci-bot
2575f39a34
!314 backport some patches from upstream
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-09-16 08:01:47 +00:00
Qiumiao Zhang
fbde2eddf8
backport some patches from upstream
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2023-09-13 22:49:55 +08:00
openeuler-ci-bot
0793726a95
!312 add a patch to fix build error
...
From: @ouuleilei
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-09-08 06:38:59 +00:00
ouuleilei
034249d78b
add a patch to fix build error
2023-09-08 10:11:09 +08:00
openeuler-ci-bot
4dc1555fc9
!306 backport some patches from upstream
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-08-17 12:23:53 +00:00
Qiumiao Zhang
fa477f729e
backport some patches from upstream
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2023-08-17 19:47:05 +08:00
openeuler-ci-bot
45b8b41aec
!299 LoongArch: Fix the initrd parameter passing
...
From: @vesta_admin
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-08-17 09:31:32 +00:00
Yingkun Meng
1eae189350
loongarch: Fix the initrd parameter passing
...
Signed-off-by: Yingkun Meng <mengyingkun@loongson.cn>
2023-08-09 14:16:50 +08:00
openeuler-ci-bot
419d9de659
!293 remove the items of unsupported filesystems in fs.lst
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-07-25 12:30:09 +00:00
Qiumiao Zhang
526de9571a
remove the items of unsupported filesystems in fs.lst
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2023-07-24 22:06:04 +08:00
openeuler-ci-bot
4e138beb1e
!288 Override the linker and force noexecstack stacks
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-07-17 08:36:20 +00:00
Qiumiao Zhang
794af19021
Override the linker and force noexecstack stacks
...
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2023-07-17 16:17:40 +08:00
openeuler-ci-bot
0e6b8e7a12
!283 use xsdt_addr if present
...
From: @zhangqiumiao
Reviewed-by: @t_feng
Signed-off-by: @t_feng
2023-07-04 01:29:37 +00:00