[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202ffe3e-689f-d824-1f8c-c9f99835e0b5@canonical.com>
Date: Wed, 31 May 2023 15:12:20 -0700
From: John Johansen <john.johansen@...onical.com>
To: "GONG, Ruiqi" <gongruiqi@...weicloud.com>,
Paul Moore <paul@...l-moore.com>,
James Morris <jmorris@...ei.org>,
"Serge E . Hallyn" <serge@...lyn.com>
Cc: apparmor@...ts.ubuntu.com, linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org,
Wang Weiyang <wangweiyang2@...wei.com>,
Xiu Jianfeng <xiujianfeng@...wei.com>, gongruiqi1@...wei.com
Subject: Re: [PATCH] apparmor: remove unused macro
On 5/31/23 04:18, GONG, Ruiqi wrote:
> SOCK_ctx() doesn't seem to be used anywhere in the code, so remove it.
>
> Signed-off-by: GONG, Ruiqi <gongruiqi@...weicloud.com>
Acked-by: John Johansen <john.johansen@...onical.com>
I will pull this into the apparmor-next tree
> ---
> security/apparmor/include/net.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/security/apparmor/include/net.h b/security/apparmor/include/net.h
> index 6fa440b5daed..64a0112bf62d 100644
> --- a/security/apparmor/include/net.h
> +++ b/security/apparmor/include/net.h
> @@ -52,7 +52,6 @@ struct aa_sk_ctx {
> };
>
> #define SK_CTX(X) ((X)->sk_security)
> -#define SOCK_ctx(X) SOCK_INODE(X)->i_security
> #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \
> struct lsm_network_audit NAME ## _net = { .sk = (SK), \
> .family = (F)}; \
Powered by blists - more mailing lists