QCLINUX: qcom.config: enable the ICE related config#201
Open
arakshit011 wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
Open
QCLINUX: qcom.config: enable the ICE related config#201arakshit011 wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
arakshit011 wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
Conversation
Below is the reason why config aren't enable in upstream: Not all filesystem support encryption, the default config must be safe for all situation. Upstream kernel keeps optional features off by default. Filesystem encryption must be enabled in per-filesystem. Kernel developmenters added options to dosable fscrypt per-filesystem means it's not intended as default. Signed-off-by: Wenjia Zhang <[email protected]> Signed-off-by: Abhinaba Rakshit <[email protected]>
cab30ec to
6623cda
Compare
shashim-quic
approved these changes
Feb 3, 2026
Tests-kaanapali-qrd
Tests-lemans-evk
Tests-qcs615-ride
Tests-qcs6490-rb3gen2
Tests-qcs8300-ride
Tests-qcs9100-ride-r3
Tests-sm8750-mtp
Tests-x1e80100-crd
|
Contributor
|
Crash on rb3gen2 device : https://lava-oss.qualcomm.com/scheduler/job/31543 |
sgaud-quic
requested changes
Feb 4, 2026
Contributor
sgaud-quic
left a comment
There was a problem hiding this comment.
Crash on rb3gen2 device :
[ 19.427501][ T255] Call trace:
[ 19.427504][ T255] qcom_ice_check_supported+0x34/0x298 [qcom_ice] (P)
[ 19.427514][ T255] qcom_ice_create+0x94/0x160 [qcom_ice]
[ 19.427523][ T255] qcom_ice_probe+0x40/0x90 [qcom_ice]
[ 19.427532][ T255] platform_probe+0x64/0xa8
[ 19.427542][ T255] really_probe+0xc8/0x3a0
[ 19.427548][ T255] __driver_probe_device+0x84/0x170
[ 19.427553][ T255] driver_probe_device+0x44/0x120
[ 19.427559][ T255] __driver_attach+0xf8/0x208
[ 19.427564][ T255] bus_for_each_dev+0x84/0xf0
[ 19.427570][ T255] driver_attach+0x2c/0x40
[ 19.427574][ T255] bus_add_driver+0x118/0x248
[ 19.427579][ T255] driver_register+0x64/0x138
[ 19.427585][ T255] __platform_driver_register+0x2c/0x40
[ 19.427590][ T255] qcom_ice_driver_init+0x28/0xff8 [qcom_ice]
[ 19.427599][ T255] do_one_initcall+0x60/0x2c0
[ 19.427607][ T255] do_init_module+0x60/0x268
[ 19.427615][ T255] load_module+0x9c8/0xab0
[ 19.427622][ T255] init_module_from_file+0x90/0xe0
[ 19.427629][ T255] idempotent_init_module+0x1e0/0x2e8
[ 19.427636][ T255] __arm64_sys_finit_module+0x70/0xe8
[ 19.427643][ T255] invoke_syscall+0x50/0x120
[ 19.427649][ T255] el0_svc_common.constprop.0+0xc8/0xf0
[ 19.427654][ T255] do_el0_svc+0x24/0x38
[ 19.427659][ T255] el0_svc+0x38/0xe0
[ 19.427667][ T255] el0t_64_sync_handler+0xa0/0xe8
[ 19.427673][ T255] el0t_64_sync+0x19c/0x1a0
[ 19.427681][ T255] Code: aa1e03f7 f9400416 910022d6 d503201f (b94002d5)
[ 19.427686][ T255] ---[ end trace 0000000000000000 ]---
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.
Below is the reason why config aren't enable in upstream: Not all filesystem support encryption, the default config must be safe for all situation.
Upstream kernel keeps optional features off by default.
Filesystem encryption must be enabled in per-filesystem.
Kernel developmenters added options to dosable fscrypt per-filesystem means it's not intended as default.
CRs-Fixed: 4418940