Skip to content

Commit a8b9a35

Browse files
committed
CI: check-config: Update generic config check list
deepin inclusion category: other Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent c075a7c commit a8b9a35

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/generic_config_blacklist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
CONFIG_USB_ONBOARD_HUB
33
# https://github.com/deepin-community/kernel/pull/249
44
CONFIG_RT_GROUP_SCHED
5+
# https://github.com/deepin-community/kernel/pull/825
6+
CONFIG_IRQSOFF_TRACER

.github/workflows/generic_config_whitelist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ CONFIG_USB_NET_RNDIS_HOST
77
CONFIG_USB_IPHETH
88
# CONFIG_USB_NET_RNDIS_HOST depend
99
CONFIG_USB_USBNET
10+
# https://github.com/deepin-community/kernel/pull/1305
11+
CONFIG_USB_NET_CDC_MBIM
1012
# slabtop depends
1113
CONFIG_SLUB_DEBUG
1214
# see sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional
@@ -19,3 +21,11 @@ CONFIG_CAN
1921
CONFIG_USB_SERIAL
2022
# compat for some ArrowLake laptop, see https://github.com/deepin-community/kernel/pull/870
2123
CONFIG_ACPI_DEBUG
24+
# https://github.com/deepin-community/kernel/pull/857
25+
CONFIG_OVERLAY_FS
26+
# BPF CORE
27+
CONFIG_DEBUG_INFO_BTF
28+
# https://github.com/deepin-community/kernel/pull/1291
29+
CONFIG_PM_DEBUG
30+
# https://github.com/deepin-community/kernel/pull/952
31+
CONFIG_SECURITY_DMESG_RESTRICT

0 commit comments

Comments
 (0)