Revert "drm/amdgpu: don't attach the tlb fence for SI"
From Prike Liang
13e9ea445191390269a6f092d009b68e086e601b in linux-6.18.y/6.18.32
9163fe4d790fb4e16d6b0e23f55b43cddd3d4a65 in mainline linux
drm/amdgpu: Fix validating flush_gpu_tlb_pasid()
From Timur Kristof
576b73b246564c8fa75572d45c1ed9b053b4be5b in linux-6.18.y/6.18.32
e3a6eff92bbd960b471966d9afccb4d584546d17 in mainline linux
drm/amdgpu: validate the flush_gpu_tlb_pasid()
From Prike Liang
fd78e63459ab6fe99b9fd026c420808d09eaa8be in linux-6.18.y/6.18.32
f4db9913e4d3dabe9ff3ea6178f2c1bc286012b8 in mainline linux
drm/amdgpu/pm: align Hawaii mclk workaround with radeon
From Alex Deucher
f8f546883e8777493157ccc4fac5794c502fcbd2 in linux-6.18.y/6.18.32
1987c79b4fe5789dfa14423e78b5c25f6acf3e9d in mainline linux
drm/amdgpu/pm: add missing revision check for CI
From Alex Deucher
6fed6e9f10622db34a18ee6ce155cbe0fa211b23 in linux-6.18.y/6.18.32
2a561b361b7681509710f3cfc3d95d54c87ac69f in mainline linux
drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission
From John B. Moore
0b91ea46bb68abf98a082bf239092253bbd6aaa2 in linux-6.18.y/6.18.32
78d2e624fa073c14970aa097adcf3ea31c157a66 in mainline linux
drm/amdkfd: Make all TLB-flushes heavy-weight
From Felix Kuehling
6fbd52d210c15f3987e04d8fa2cf6ca3ace2d0d8 in linux-6.18.y/6.18.32
9b4e3495d1bd2469bf94b74930c153c2d534ddb7 in mainline linux
drm/amdgpu/gfx9: drop unnecessary 64-bit fence flag check in KIQ
From John B. Moore
71614ab2a683490bf7f43bf25afcf0d2a57a8403 in linux-6.18.y/6.18.32
7bbfb2559bcec39d1a4e1182d931a2046112c352 in mainline linux
drm/amdgpu: zero-initialize GART table on allocation
From Philip Yang
b17175d0a375b3ed5e81597dac4983fdb46e478d in linux-6.18.y/6.18.32
e6c2e6c2e1fa066968a16aca1cb66cd1bdde7741 in mainline linux
drm/radeon: add missing revision check for CI
From Alex Deucher
264ee64cf86794353e4fcb363282e3f9cf5249b3 in linux-6.18.y/6.18.32
17223816498f7b117d138d18eb0eba63604dc74e in mainline linux
drm: Set old handle to NULL before prime swap in change_handle
From Francis, David
672464dd53231509c9c771110798c56d4660e19e in linux-6.18.y/6.18.32
5e28b7b94408897e41c63477aabc9e1db439bc8c in mainline linux
drm/amdkfd: validate SVM ioctl nattr against buffer size
From Alysa Liu
db9530a9873a7c85d2266a922589ebcf427fa631 in linux-6.18.y/6.18.32
045e0ff208f0838a246c10204105126611b267a1 in mainline linux
drm/amd/display: Change dither policy for 10 bpc output back to dithering
From Mario Kleiner
158def957199b6c0b4d578f369ad05cbd7789fe9 in linux-6.18.y/6.18.32
d65bfb1782304b03862c8c725fac608015dffd36 in mainline linux
drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
From Benjamin Cheng
638e48ee39d0f2af9336f917a6f5d6692dd64d93 in linux-6.18.y/6.18.32
b193019860d61e92da395eae2011f2f6716b182f in mainline linux
drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
From Benjamin Cheng
63b51e8a9d54317d31cc3856c1e12407070d5fc2 in linux-6.18.y/6.18.32
0a78f2bac1424deb7c9d5e09c6b8e849d8e8b648 in mainline linux
drm/amdgpu/vce: Prevent partial address patches
From Benjamin Cheng
b3d1a0a45c4aec484fa2a5b060b611e3d3064470 in linux-6.18.y/6.18.32
de2a02cc28d6d5d37db07d00a9a684c754a5fd74 in mainline linux
drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
From Benjamin Cheng
a6d5563ba1f03a049561cd347574613167294e8d in linux-6.18.y/6.18.32
2444eb0ec8283f4a3845eb7febad378476e1ba3c in mainline linux
drm/amdgpu: Add bounds checking to ib_{get,set}_value
From Benjamin Cheng
fec8b11b55e53ff51a741e56894fe331a516f5c6 in linux-6.18.y/6.18.32
66085e206431ef88ce36f53c1f53d570790ccc9e in mainline linux
drm/amdkfd: Add upper bound check for num_of_nodes
From Alysa Liu
44d5a450c04d3d734c13a03561c3131020d66edf in linux-6.18.y/6.18.32
74b73fa56a395d46745e4f245225963e9f8be7f1 in mainline linux
drm/amd/pm: fix incorrect FeatureCtrlMask setting on smu v14.0.x
From Yang Wang
de137adccf7ade2d06e46bf9f0960ecc6be6ef13 in linux-6.18.y/6.18.32
504f0098ebd074ac8c0ce3471795d79f68e3d265 in mainline linux
Since libc (currently and probably forever) only calls __pledge_open()
with 3 flags (O_RDONLY, O_RDWR, and O_CLOEXEC) validate this before
calling deeper kernel code.
It is not trivial to check O_RDONLY because the flag isn't a bit in
the 3 (valid) states represented inside O_ACCMODE (which are converted
more carefully to FREAD|FWRITE nowadays). This brings me back to my youth
with the open(,3) bug...
ok beck
drm/amdgpu: gate VM CPU HDP flush on reset lock
From Chenglei Xie
f34eda3ff33d351a9d9c078420cbe1bd258b413e in linux-6.18.y/6.18.32
ddda81c4d7e71e41b1be91d921fd85747eddbd12 in mainline linux
drm/amdgpu: Use SMUIO 15.0.0 offsets for TSC upper and lower count.
From Ramalingeswara Reddy, Kanala
2795d325bb5c133ff7f32d9272eea4877f42f358 in linux-6.18.y/6.18.32
574b3b14f7d1b329fc6e67b79328f0e6f4d4b3d4 in mainline linux
drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure
From Amir Shetaia
77d0b5d11387071770246fd0185a69fa28e8e109 in linux-6.18.y/6.18.32
ad52d61d82181dbdb7f05826de38352d5e550cc2 in mainline linux
drm/i915/psr: Init variable to avoid early exit from et alignment loop
From Jouni Hogander
48fb2213e2c27f94dccf657a2ffd3c8256ad7729 in linux-6.18.y/6.18.32
314f6179e370988ac00dadf373a4f6166eb3db15 in mainline linux
drm/gpusvm: Force unmapping on error in drm_gpusvm_get_pages
From Matthew Brost
7fbb3b4bef023903e66138c25b205b47be19612b in linux-6.18.y/6.18.32
556dba95473900073a6c03121361c11f646dc551 in mainline linux