From f743a7adbd6e230d66a6206fa115b59fec2d88eb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 22 Nov 2023 01:07:42 +0000 Subject: [PATCH] disable pwm7 --- kernel/security/apparmor/lsm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/security/apparmor/lsm.c b/kernel/security/apparmor/lsm.c index 898752b..690c8fc 100644 --- a/kernel/security/apparmor/lsm.c +++ b/kernel/security/apparmor/lsm.c @@ -45,7 +45,7 @@ int apparmor_initialized; DEFINE_PER_CPU(struct aa_buffers, aa_buffers); - +DEFINE_LOCAL_IRQ_LOCK(aa_buffers_lock); /* * LSM hook functions -- Gitblit v1.6.2