arch: arm64: loongarch: x86: clean up release-bound kernel configs#335
Merged
opsiff merged 2 commits intolinux-6.6.yfrom Jul 25, 2024
Merged
arch: arm64: loongarch: x86: clean up release-bound kernel configs#335opsiff merged 2 commits intolinux-6.6.yfrom
opsiff merged 2 commits intolinux-6.6.yfrom
Conversation
Drop debug, unit tests, self-tests, error/fault injection, emulated/fake
drivers, and non-critical tracing support from the release kernel configs
to save space and unneeded debug outputs (that may confuse our users).
With the exception of DebugFS support for rtw88/89, as we maintain a set
of vendor patches for these devices and debug outputs are not enabled
by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed.
Signed-off-by: Mingcong Bai <baimingcong@uniontech.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto reviewRemove some debugging and testing options
|
opsiff
pushed a commit
to opsiff/UOS-kernel
that referenced
this pull request
Jul 29, 2024
[ Upstream commit 5f1d18d ] Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel deepin-community#332 tc_links_after:OK deepin-community#333 tc_links_append:OK deepin-community#334 tc_links_basic:OK deepin-community#335 tc_links_before:OK deepin-community#336 tc_links_chain_classic:OK deepin-community#337 tc_links_chain_mixed:OK deepin-community#338 tc_links_dev_chain0:OK deepin-community#339 tc_links_dev_cleanup:OK deepin-community#340 tc_links_dev_mixed:OK deepin-community#341 tc_links_ingress:OK deepin-community#342 tc_links_invalid:OK deepin-community#343 tc_links_prepend:OK deepin-community#344 tc_links_replace:OK deepin-community#345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20240708133130.11609-2-daniel@iogearbox.net Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit e41db26)
Avenger-285714
pushed a commit
that referenced
this pull request
Aug 12, 2024
[ Upstream commit 5f1d18d ] Add a test case which replaces an active ingress qdisc while keeping the miniq in-tact during the transition period to the new clsact qdisc. # ./vmtest.sh -- ./test_progs -t tc_link [...] ./test_progs -t tc_link [ 3.412871] bpf_testmod: loading out-of-tree module taints kernel. [ 3.413343] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel #332 tc_links_after:OK #333 tc_links_append:OK #334 tc_links_basic:OK #335 tc_links_before:OK #336 tc_links_chain_classic:OK #337 tc_links_chain_mixed:OK #338 tc_links_dev_chain0:OK #339 tc_links_dev_cleanup:OK #340 tc_links_dev_mixed:OK #341 tc_links_ingress:OK #342 tc_links_invalid:OK #343 tc_links_prepend:OK #344 tc_links_replace:OK #345 tc_links_revision:OK Summary: 14/0 PASSED, 0 SKIPPED, 0 FAILED Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Cc: Martin KaFai Lau <martin.lau@kernel.org> Link: https://lore.kernel.org/r/20240708133130.11609-2-daniel@iogearbox.net Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> (cherry picked from commit e41db26)
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Apr 27, 2025
…eepin-community#335) Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users). With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed. Signed-off-by: Mingcong Bai <baimingcong@uniontech.com> Co-authored-by: 忘怀 <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
May 9, 2025
…eepin-community#335) Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users). With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed. Signed-off-by: Mingcong Bai <baimingcong@uniontech.com> Co-authored-by: 忘怀 <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Nov 12, 2025
deepin inclusion
category: debug
pm_debug is very useful for debugging suspend issues such as wakeup,
and it has a dynamic debug output, used with kernel debug cmdline with:
"no_console_suspend pm_debug_messages" to enable it.
Fixes:00d6d3865ffb ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)")
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Nov 12, 2025
deepin inclusion
category: debug
pm_debug is very useful for debugging suspend issues such as wakeup,
and it has a dynamic debug output, used with kernel debug cmdline with:
"no_console_suspend pm_debug_messages" to enable it.
Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime.
Fixes:00d6d3865ffb ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)")
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Nov 12, 2025
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Nov 12, 2025
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
that referenced
this pull request
Nov 12, 2025
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Nov 12, 2025
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
added a commit
that referenced
this pull request
Nov 13, 2025
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
opsiff
pushed a commit
to opsiff/UOS-kernel
that referenced
this pull request
Dec 29, 2025
…eepin-community#335) Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users). With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed. Signed-off-by: Mingcong Bai <baimingcong@uniontech.com> Co-authored-by: 忘怀 <guanwentao@uniontech.com> Link: Link: deepin-community#335 (cherry picked from commit 00d6d38) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: arch/loongarch/configs/deepin_loongarch_desktop_defconfig arch/x86/configs/deepin_x86_desktop_defconfig
opsiff
pushed a commit
to opsiff/UOS-kernel
that referenced
this pull request
Dec 29, 2025
…eepin-community#335) Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users). With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed. Signed-off-by: Mingcong Bai <baimingcong@uniontech.com> Co-authored-by: 忘怀 <guanwentao@uniontech.com> Link: Link: deepin-community#335 (cherry picked from commit 00d6d38) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: arch/loongarch/configs/deepin_loongarch_desktop_defconfig arch/x86/configs/deepin_x86_desktop_defconfig
lanlanxiyiji
pushed a commit
that referenced
this pull request
Jan 4, 2026
) Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users). With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed. Signed-off-by: Mingcong Bai <baimingcong@uniontech.com> Co-authored-by: 忘怀 <guanwentao@uniontech.com> Link: Link: #335 (cherry picked from commit 00d6d38) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: arch/loongarch/configs/deepin_loongarch_desktop_defconfig arch/x86/configs/deepin_x86_desktop_defconfig
opsiff
added a commit
to opsiff/UOS-kernel
that referenced
this pull request
Feb 3, 2026
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (deepin-community#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com> (cherry picked from commit 6e621bb) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
dongert
pushed a commit
that referenced
this pull request
Feb 5, 2026
deepin inclusion category: debug pm_debug is very useful for debugging suspend issues such as wakeup, and it has a dynamic debug output, used with kernel debug cmdline with: "no_console_suspend pm_debug_messages" to enable it. PM_ADVANCED_DEBUG is useful for debug device runtime powersaving: /sys/devices/.../power/runtime_usage,runtime_active_kids,runtime_enabled,async. Also clean useless config, CONFIG_PM_STD_PARTITION, which set by system runtime. Fixes: 00d6d38 ("arch: arm64: loongarch: x86: clean up release-bound kernel configs (#335)") Signed-off-by: Wentao Guan <guanwentao@uniontech.com> (cherry picked from commit 6e621bb) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop debug, unit tests, self-tests, error/fault injection, emulated/fake drivers, and non-critical tracing support from the release kernel configs to save space and unneeded debug outputs (that may confuse our users).
With the exception of DebugFS support for rtw88/89, as we maintain a set of vendor patches for these devices and debug outputs are not enabled by default unless rtw8{8,9}_core.debug_mask=0x7fff was specificed.