summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2008-12-05 09:12:19 -0500
committerJames Morris <jmorris@namei.org>2008-12-20 09:01:03 +1100
commit459c19f524a9d89c65717a7d061d5f11ecf6bcb8 (patch)
treee3026017e0d58736e46406f13bd370b75cfdf674 /scripts/checkpatch.pl
parent1e641743f055f075ed9a4edd75f1fb1e05669ddc (diff)
downloadkernel-459c19f524a9d89c65717a7d061d5f11ecf6bcb8.tar.gz
SELinux: correctly detect proc filesystems of the form "proc/foo"
Map all of these proc/ filesystem types to "proc" for the policy lookup at filesystem mount time. Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions
clk: Use of_property_present() for testing DT property presenceRob Herring 2023-02-10clk: sprd: Add dependency for SPRD_UMS512_CLKCixi Geng 2022-10-04Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' int...Stephen Boyd 2022-09-30clk: sprd: Add clocks support for UMS512Cixi Geng 2022-08-19clk: sprd: Hold reference returned by of_get_parent()Liang He