[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2176480.1580223610@warthog.procyon.org.uk>
Date: Tue, 28 Jan 2020 15:00:10 +0000
From: David Howells <dhowells@...hat.com>
To: Amol Grover <frextrite@...il.com>
Cc: dhowells@...hat.com, Shakeel Butt <shakeelb@...gle.com>,
James Morris <jamorris@...ux.microsoft.com>,
Oleg Nesterov <oleg@...hat.com>,
Kees Cook <keescook@...omium.org>,
Thomas Gleixner <tglx@...utronix.de>,
Jann Horn <jannh@...gle.com>, linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org,
Joel Fernandes <joel@...lfernandes.org>,
Madhuparna Bhowmik <madhuparnabhowmik04@...il.com>,
"Paul E . McKenney" <paulmck@...nel.org>
Subject: Re: [PATCH] cred: Use RCU primitives to access RCU pointers
Amol Grover <frextrite@...il.com> wrote:
> task_struct.cred and task_struct.real_cred are annotated by __rcu,
> hence use rcu_access_pointer to access them.
>
> Fixes the following sparse errors:
> kernel/cred.c:144:9: error: incompatible types in comparison expression
> (different address spaces):
> kernel/cred.c:144:9: struct cred *
> kernel/cred.c:144:9: struct cred const [noderef] <asn:4> *
> kernel/cred.c:145:9: error: incompatible types in comparison expression
> (different address spaces):
> kernel/cred.c:145:9: struct cred *
> kernel/cred.c:145:9: struct cred const [noderef] <asn:4> *
>
> Signed-off-by: Amol Grover <frextrite@...il.com>
Reviewed-by: David Howells <dhowells@...hat.com>
Powered by blists - more mailing lists