183 Commits

Author SHA1 Message Date
Xue Liu
48fdc532e5 Fix that patch233 introduced old code 2024-05-28 17:03:18 +08:00
openeuler-ci-bot
62983851cc
!401 LoongArch: Add back-compatibility for linux kernel.
From: @gaojuxin09 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-05-27 03:05:53 +00:00
Juxin Gao
49d8f0dc10 LoongArch: Add back-compatibility for linux kernel.
Signed-off-by: Juxin Gao <gaojuxin@loongson.cn>
2024-05-25 13:03:15 +08:00
openeuler-ci-bot
e6551ba542
!400 Add sophgo's patch to support risc-v machine SG2042
From: @ouuleilei 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-05-25 02:15:18 +00:00
ouuleilei
20f2ea943e Add sophgo's patch to support risc-v machine SG2042 2024-05-24 20:51:30 +08:00
openeuler-ci-bot
eb9f51bde7
!393 loongarch64: fix GRUB_EFI_MAX_ALLOCATION_ADDRESS undeclared
From: @zhangqiumiao 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-05-11 08:19:55 +00:00
Qiumiao Zhang
c7c9317412 loongarch64: fix GRUB_EFI_MAX_ALLOCATION_ADDRESS undeclared
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
2024-05-11 07:11:21 +00:00
openeuler-ci-bot
1736ff0a0c
!392 Handle non-continuous data blocks in directory extents
From: @xiao-zai-kylinos 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-05-11 07:03:37 +00:00
肖在
eaccc141e1 Handle non-continuous data blocks in directory extents 2024-05-11 11:33:07 +08:00
肖在
88a9257d49
Revert "Handle non-continuous data blocks in"
This reverts commit e0cd43f8a5486debeba17349abbb088001164d70.
2024-05-11 03:26:36 +00:00
肖在
e0cd43f8a5 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.
2024-05-11 10:06:01 +08:00
肖在
fd1e9fdd65
Revert " Handle non-continuous data blocks in"
This reverts commit 242fa05f2412202b241bbea01dc2bd69214b2e33.
2024-05-11 01:46:46 +00:00
肖在
242fa05f24 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.
2024-05-11 09:32:27 +08:00
openeuler-ci-bot
d86712f2ce
!390 [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:51:53 +00:00
Qiumiao Zhang
c7050828a7 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:14 +08:00
openeuler-ci-bot
47abdd45ff
!386 [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:26 +00:00
Qiumiao Zhang
d513a38b43 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:24 +08:00
openeuler-ci-bot
7caad006fb
!383 [sync] PR-380: fix compressed kernel verification failed
From: @openeuler-sync-bot 
Reviewed-by: @zhangqiumiao 
Signed-off-by: @zhangqiumiao
2024-04-08 11:57:05 +00:00
Qiumiao Zhang
b0a4604866 fix compressed kernel verification failed
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit f567bbdc444bb5ddf157c65e568e5b50a1f17169)
2024-04-08 16:50:50 +08:00
openeuler-ci-bot
bf503b086b
!378 [sync] PR-376: Interface for replacing the EFI signature
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-04-02 02:25:19 +00:00
jinlun
6cc7cbae24 Interface for replacing the EFI signature
(cherry picked from commit c9cf3a76023a60fa416036bb95da3e32cb977d4f)
2024-04-01 14:48:32 +08:00
openeuler-ci-bot
183b058470
!375 [sync] PR-374: add TPCM support with ipmi channel
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-03-22 09:03:06 +00:00
Qiumiao Zhang
acc6d8a204 add TPCM support with ipmi channel
Signed-off-by: Qiumiao Zhang <zhangqiumiao1@huawei.com>
(cherry picked from commit 1e52014b39673718830070eb7dfe450646954074)
2024-03-21 20:54:55 +08:00
openeuler-ci-bot
e2073a0c9f
!372 [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-03-15 06:27:34 +00:00
Qiumiao Zhang
8d295b5bc5 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-03-15 14:18:01 +08:00
openeuler-ci-bot
6946a73eb4
!368 [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-03-15 06:17:15 +00:00
Qiumiao Zhang
4a55b3894f 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:35 +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