--- kernel.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/kernel.spec b/kernel.spec index 21c0951a3151..5f736aaa7464 100644 --- a/kernel.spec +++ b/kernel.spec @@ -32,7 +32,7 @@
Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0235 +Release: %{hulkrelease}.0236 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -247,6 +247,10 @@ Checkpatches() {
set +e while read patch; do + if head -n 10 $PATCH_DIR/$patch | grep -q "mainline inclusion|stable inclusion"; then + continue + fi + output=$(scripts/checkpatch.pl --ignore $ignores_for_main $PATCH_DIR/$patch) if echo "$output" | grep -q "ERROR:"; then echo "checkpatch $patch failed" @@ -831,6 +835,10 @@ fi %endif
%changelog + +* Wed Nov 8 2023 Yu Liao liaoyu15@huawei.com - 4.19.90-2311.1.0.0236 +- kernel.spec: skip check patches that from linux master or stable + * Mon Nov 6 2023 YunYi Yang yangyunyi2@huawei.com - 4.19.90-2311.1.0.0235 - Fix the header file location error and adjust the function and structure version. - perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
反馈: 您发送到kernel-build@openeuler.org的补丁/补丁集,已成功转换为PR! PR链接地址: https://gitee.com/src-openeuler/kernel/pulls/1285 邮件列表地址:https://mailweb.openeuler.org/hyperkitty/list/kernel-build@openeuler.org/mes...
FeedBack: The patch(es) which you have sent to kernel-build@openeuler.org mailing list has been converted to a pull request successfully! Pull request link: https://gitee.com/src-openeuler/kernel/pulls/1285 Mailing list address: https://mailweb.openeuler.org/hyperkitty/list/kernel-build@openeuler.org/mes...