Skip to content

Commit 256264c

Browse files
authored
fix: close BUG_ON_DATA_CORRUPTION (#37)
* fix: close BUG_ON_DATA_CORRUPTION on deepin_desktop_laptop_defconfig BUG_ON_DATA_CORRUPTION casue select DEBUG_LIST DEBUG_LIST add some checks on list opeartions like list_add,close for performance and no kdump installed. (when we no configure, it causes BUG() when detected list errer) Link:https://cateee.net/lkddb/web-lkddb/BUG_ON_DATA_CORRUPTION.html * fix: close BUG_ON_DATA_CORRUPTION on deepin_desktop_common_defconfig BUG_ON_DATA_CORRUPTION casue select DEBUG_LIST DEBUG_LIST add some checks on list opeartions like list_add,close for performance and no kdump installed. (when we no configure, it causes BUG() when detected list errer) Link:https://cateee.net/lkddb/web-lkddb/BUG_ON_DATA_CORRUPTION.html
1 parent 42ba3e2 commit 256264c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arch/x86/configs/deepin_desktop_common_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5642,7 +5642,6 @@ CONFIG_SCHEDSTATS=y
56425642
CONFIG_DEBUG_PLIST=y
56435643
CONFIG_DEBUG_SG=y
56445644
CONFIG_DEBUG_NOTIFIERS=y
5645-
CONFIG_BUG_ON_DATA_CORRUPTION=y
56465645
CONFIG_DEBUG_CREDENTIALS=y
56475646
CONFIG_RCU_CPU_STALL_TIMEOUT=60
56485647
# CONFIG_RCU_TRACE is not set

arch/x86/configs/deepin_desktop_laptop_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,6 @@ CONFIG_SCHEDSTATS=y
56465646
CONFIG_DEBUG_PLIST=y
56475647
CONFIG_DEBUG_SG=y
56485648
CONFIG_DEBUG_NOTIFIERS=y
5649-
CONFIG_BUG_ON_DATA_CORRUPTION=y
56505649
CONFIG_DEBUG_CREDENTIALS=y
56515650
CONFIG_RCU_CPU_STALL_TIMEOUT=60
56525651
# CONFIG_RCU_TRACE is not set

0 commit comments

Comments
 (0)