Enable CONFIG_SCHEDSTATS for systemd-bootchart#24
Closed
pavel-shirshov wants to merge 3 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/CONFIG_SCHEDSTATS
Closed
Enable CONFIG_SCHEDSTATS for systemd-bootchart#24pavel-shirshov wants to merge 3 commits intosonic-net:masterfrom pavel-shirshov:pavelsh/CONFIG_SCHEDSTATS
pavel-shirshov wants to merge 3 commits intosonic-net:masterfrom
pavel-shirshov:pavelsh/CONFIG_SCHEDSTATS
Conversation
|
@pavel-shirshov, |
Contributor
|
I am not sure the kernel build uses this config file. |
Author
|
Make the change as a patch |
Author
|
This change breaks ABI. |
dgsudharsan
pushed a commit
to dgsudharsan/sonic-linux-kernel
that referenced
this pull request
May 12, 2025
…2412 (sonic-net#24) ```<br>* f9ee9d3 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-linux-kernel into 202412 (2025-03-01) [Sonic Automation] * 8bd11c2 - (origin/202411) Revert "[optoe] Reset page select byte to 0 before upper memory access on page 0h" (sonic-net#468) (2025-02-26) [mssonicbld] * a5e9588 - [optoe] Reset page select byte to 0 before upper memory access on page 0h (sonic-net#464) (2025-02-15) [mssonicbld]<br>```
dal00
pushed a commit
to kamelnetworks/sonic-linux-kernel
that referenced
this pull request
Jul 20, 2025
Signed-off-by: maipbui maibui@microsoft.com Why I did it subprocess is used with shell=True, which is very dangerous for shell injection. How I did it remove shell=True, use shell=False How to verify it Pass UT Manual test
dal00
pushed a commit
to kamelnetworks/sonic-linux-kernel
that referenced
this pull request
Jul 20, 2025
This reverts commit 409ecc3.
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.
we can use systemd-bootchart to understand cpu/memory/io usage. But currently it doesn't work because CONFIG_SCHEDSTATS is disabled in kernel.