enable CONFIG_PSI_DEFAULT_DISABLED#16
Open
chiragp-mecha wants to merge 12 commits into
Open
Conversation
developed-by: Pratham Malaviya <prathamm@mechasystems.com> Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
disable audit logs developed-by: Pratham Malaviya <prathamm@mechasystems.com> Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
developed-by: Pratham Malaviya <prathamm@mechasystems.com> Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
developed-by: Pratham Malaviya <prathamm@mechasystems.com> Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
disable audit logs developed-by: Pratham Malaviya <prathamm@mechasystems.com> Signed-off-by: Chirag Parmar <chiragp@mechasystems.com>
bhush9
pushed a commit
that referenced
this pull request
May 11, 2026
Fix the IDR allocation flags by using atomic GFP
flags in non‑sleepable contexts to avoid the __might_sleep()
complaint.
268.290239] [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 0
[ 268.294900] BUG: sleeping function called from invalid context at ./include/linux/sched/mm.h:323
[ 268.295355] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1744, name: modprobe
[ 268.295705] preempt_count: 1, expected: 0
[ 268.295886] RCU nest depth: 0, expected: 0
[ 268.296072] 2 locks held by modprobe/1744:
[ 268.296077] #0: ffff8c3a44abd1b8 (&dev->mutex){....}-{4:4}, at: __driver_attach+0xe4/0x210
[ 268.296100] #1: ffffffffc1a6ea78 (amdgpu_pasid_idr_lock){+.+.}-{3:3}, at: amdgpu_pasid_alloc+0x26/0xe0 [amdgpu]
[ 268.296494] CPU: 12 UID: 0 PID: 1744 Comm: modprobe Tainted: G U OE 6.19.0-custom #16 PREEMPT(voluntary)
[ 268.296498] Tainted: [U]=USER, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[ 268.296499] Hardware name: AMD Majolica-RN/Majolica-RN, BIOS RMJ1009A 06/13/2021
[ 268.296501] Call Trace:
Fixes: 8f1de51 ("drm/amdgpu: prevent immediate PASID reuse case")
Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit ea56aa2)
Cc: stable@vger.kernel.org
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.
No description provided.