linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] device_cgroup: Fix typo in devcgroup_css_alloc description
@ 2023-03-04  7:29 Kamalesh Babulal
  2023-03-08 22:07 ` Paul Moore
  0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2023-03-04  7:29 UTC (permalink / raw)
  To: Paul Moore, James Morris, Serge E . Hallyn
  Cc: linux-security-module, linux-kernel

Fix the stale cgroup.c path in the devcgroup_css_alloc() description.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
---
 security/device_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index bef2b9285fb3..7507d14eacc7 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -216,7 +216,7 @@ static void devcgroup_offline(struct cgroup_subsys_state *css)
 }
 
 /*
- * called from kernel/cgroup.c with cgroup_lock() held.
+ * called from kernel/cgroup/cgroup.c with cgroup_lock() held.
  */
 static struct cgroup_subsys_state *
 devcgroup_css_alloc(struct cgroup_subsys_state *parent_css)
-- 
2.34.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] device_cgroup: Fix typo in devcgroup_css_alloc description
  2023-03-04  7:29 [PATCH] device_cgroup: Fix typo in devcgroup_css_alloc description Kamalesh Babulal
@ 2023-03-08 22:07 ` Paul Moore
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Moore @ 2023-03-08 22:07 UTC (permalink / raw)
  To: Kamalesh Babulal
  Cc: James Morris, Serge E . Hallyn, linux-security-module, linux-kernel

On Sat, Mar 4, 2023 at 2:30 AM Kamalesh Babulal
<kamalesh.babulal@oracle.com> wrote:
>
> Fix the stale cgroup.c path in the devcgroup_css_alloc() description.
>
> Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
> ---
>  security/device_cgroup.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged into lsm/next, thanks.

> diff --git a/security/device_cgroup.c b/security/device_cgroup.c
> index bef2b9285fb3..7507d14eacc7 100644
> --- a/security/device_cgroup.c
> +++ b/security/device_cgroup.c
> @@ -216,7 +216,7 @@ static void devcgroup_offline(struct cgroup_subsys_state *css)
>  }
>
>  /*
> - * called from kernel/cgroup.c with cgroup_lock() held.
> + * called from kernel/cgroup/cgroup.c with cgroup_lock() held.
>   */
>  static struct cgroup_subsys_state *
>  devcgroup_css_alloc(struct cgroup_subsys_state *parent_css)
> --
> 2.34.3

-- 
paul-moore.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-08 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-04  7:29 [PATCH] device_cgroup: Fix typo in devcgroup_css_alloc description Kamalesh Babulal
2023-03-08 22:07 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).