Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: 6.1: add missing CONFIG_TEST_DYNAMIC_DEBUG option #12775

Closed

Conversation

guidosarducci
Copy link
Contributor

This new option (default N) will generate prompts building with OpenWrt configs that set CONFIG_KERNEL_DYNAMIC_DEBUG=y. Fix this by adding the disabled option to the generic config.

Build and run-tested using ath79/generic for kernel 6.1 as part of #12764 .

Pinging @Ansuel or @chunkeey from that discussion for review, and I know @hauke has done many similar such fixes in the past. Thanks for your review!

This new option (default N) will generate prompts building with OpenWrt
configs that set CONFIG_KERNEL_DYNAMIC_DEBUG=y. Fix this by adding the
disabled option to the generic config.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
@github-actions github-actions bot added the kernel pull request/issue with Linux kernel related changes label May 31, 2023
@robimarko
Copy link
Contributor

This looks good to me, it should be disabled by default as it enables tracer callback and tests whether the requested number of debug prints was actually done so nothing that should be enabled by default.

@hauke
Copy link
Member

hauke commented May 31, 2023

Thank you for your patch, I applied it to main in fd572fe.

@hauke hauke closed this May 31, 2023
@guidosarducci guidosarducci deleted the master-fix-dyn-debug branch September 11, 2023 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel pull request/issue with Linux kernel related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants