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.
Add ioctl for reading sdb buffer physical address. #8
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
Uh oh!
There was an error while loading. Please reload this page.
Add ioctl for reading sdb buffer physical address. #8
Changes from 1 commit
8d9f13d274b40b2bf797ab7d3d6d01c9283e2f904f182ffc6bbf6af446e7c7e86512c66735c12df89c1e59242fa4918285909dbf0169b938ecfa7fa84da97798cef102ff6558140210547e20936d84a8ccd76d30e9f147c09832a96a67b05dc731d2951117a96f1059d3472f7b8fa0b03b7e4a5c4738c6b927461c2f787fcea663322d3202f1b4bdd8ea180f7eef3b46a942842ec6949c2fd34d69cd304bbb13ad0307da6a4c9028731e0139a1d008831c90422f84ccd817b2c222dbec2f267495fc02e8475b8d6d70f9a300bedd789018964360837475cbce32ec4449db3040b1d629dc3883870f424ed57f498cea5591343c390bfe58e3d3f15e3e4a507538a90b433bb2f529acd96f1158aa7e68b7b9568995f1df0000cac2b7a5b235c16e4620d78c753250c5f890ac155da0ba413ac7c3b8df366aba14d6a932344d25f4e6b8a7b488de3043abf88c9091aff512fd4128401ac46c395685473d2d6b702d1b2df35e871b940bb1f30382cf1f36106c2a9bc3397784f1e06abbb6e11ec918902743e477b54a13f3ec475a6fc2a16c89abd92f8557f400270cae2f707866b430f84ee3312bd2da8455dd22c5ec7e789c97a291ea39f977a0b21e112cc57e7ecd83252b63de5eb1449423e5fce8a44d323d7ff110dc71242d240e845971c506a62b1d33e6e90253e7367146c0adda15e393870ab3ef2494362e1f84d4850ead5f57718bdd445de1ac9673c84253ea847507a75717783e0d4728117415e6146e2887392796e3bd61ebd0e45d7e8a552742a99ad3cf816c88ce6b356dcb34e862a7d6441181d7f511e29ee1feef97a0b271454a70058331304c6dce92c44206937a77b44e541a73a8392572db9a4f1e16399d2a8e8fc9d41ab08c3853781008213638dca584762aa0ad686981476d4f99cda4fdfc469d3afae7b5e0f93c1be59f823520c5b3aea234a7189778255720cf85dc8945b5c179a844afcc726abcc91ab6eb158ce31d67cc4a3bec5a465c231db3114dadbf976b524c5cf19b7685f98ad797557a121084d8a87058ed2a140041a2acfc9f6406e6bb39b8941c8dae4e5e4901a56628a621e4f60ccf1a44159c121f532cc44a26ec479561dd088d74e58e2d8037561db19aa0dc8dde7e15d0789f6c0f4d575fa2661e604af8cb661245cc3a8663b4e389588438078f0e1b933d77758b21c481a7fca962b0a7d81a1aec6048ef5049952533752f684fFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
In case of probe deferral, opp debugfs entry is not released which creates two issues: - A warning log at each probe attempt: "debugfs: Directory 'cpu0' with parent 'opp' already present!" - A memory leak (seen thank to kmemleak): root@stm32mp1:~# cat /sys/kernel/debug/kmemleak unreferenced object 0xde281b40 (size 64): comm "kworker/0:1", pid 22, jiffies 4294937523 (age 86.000s) hex dump (first 32 bytes): 24 6e 57 df 24 6e 57 df 10 40 ad df b8 d3 af de $nW.$nW..@...... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace: [<837aa36f>] _add_opp_dev+0x24/0x38 [<e0e47c66>] _opp_get_opp_table+0xe8/0x1c8 [<4ccf360b>] dev_pm_opp_set_supported_hw+0x14/0xa0 [<b14a10a7>] stm32_cpufreq_probe+0x9c/0x1bc [<b7ae2ec8>] platform_drv_probe+0x48/0x98 [<28167df6>] really_probe+0x24c/0x488 [<f3f5bbdd>] driver_probe_device+0x78/0x154 [<0fab043a>] bus_for_each_drv+0x84/0xd0 [<04d64c2c>] __device_attach+0xe0/0x178 [<55a4a023>] bus_probe_device+0x84/0x8c [<533275e8>] deferred_probe_work_func+0x84/0xc4 [<f2a58261>] process_one_work+0x1e8/0x588 [<f2135490>] worker_thread+0x248/0x528 [<898b4d00>] kthread+0x11c/0x144 [<4afe9fe2>] ret_from_fork+0x14/0x2c [<00000000>] 0x0 Fixes: c4d1d7d ("opp: core: Handle probe deferral for clock") Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com> Change-Id: I45b91a140dbff5a7aebd7d7239b9372724c38372 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/176154 Reviewed-by: Pascal PAILLET <p.paillet@st.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing