summaryrefslogtreecommitdiff
path: root/samples/rust/rust_debugfs.rs
diff options
context:
space:
mode:
authorChristian König <ckoenig.leichtzumerken@gmail.com>2025-11-20 15:41:08 +0100
committerChristian König <christian.koenig@amd.com>2025-11-25 10:07:08 +0100
commit17331d0f339fc6ec00a118e72ca28cb39d18e960 (patch)
treeaf2c48f6fe67feeea55e527fa621d6aa213bba3e /samples/rust/rust_debugfs.rs
parent0a8bc1d03e3eefb5d160fd51add3a016f29292e8 (diff)
downloadkernel-17331d0f339fc6ec00a118e72ca28cb39d18e960.tar.gz
dma-buf/sw-sync: always taint the kernel when sw-sync is used
The SW-sync functionality should only be used for testing and debugging since it is inherently unsave. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Sumit Semwal <sumit.semwal@linaro.org> Link: https://lore.kernel.org/r/20251120150018.27385-3-christian.koenig@amd.com
Diffstat (limited to 'samples/rust/rust_debugfs.rs')
0 files changed, 0 insertions, 0 deletions
c?h=linux-5.1.y&id=288bc54949fc2625a4fd811a188fb200cc498946'>mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V 2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens 2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes 2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen 2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun 2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli 2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli 2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen 2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen 2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen 2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi 2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko