Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-09 Thread Paul Moore
On Mon, Dec 2, 2019 at 6:35 PM Joel Fernandes wrote: > On Mon, Dec 02, 2019 at 06:24:29PM -0500, Paul Moore wrote: > > On Mon, Dec 2, 2019 at 4:19 PM Joel Fernandes > > wrote: > > > Good idea to CC the following on RCU patches: > > > Paul McKenney > > > Steven Rostedt > > > (Any others on the RC

Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-02 Thread Joel Fernandes
On Mon, Dec 02, 2019 at 05:26:39PM -0500, Steven Rostedt wrote: > On Mon, 2 Dec 2019 16:19:15 -0500 > Joel Fernandes wrote: > > > Good idea to CC the following on RCU patches: > > Paul McKenney > > Steven Rostedt > > I'm fine with this if it doesn't cause any rcu splats with sparse. Not > sure i

Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-02 Thread Joel Fernandes
On Mon, Dec 02, 2019 at 06:24:29PM -0500, Paul Moore wrote: > On Mon, Dec 2, 2019 at 4:19 PM Joel Fernandes wrote: > > Good idea to CC the following on RCU patches: > > Paul McKenney > > Steven Rostedt > > (Any others on the RCU maintainers list). > > And, the list: r...@vger.kernel.org > > > > Co

Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-02 Thread Paul Moore
On Mon, Dec 2, 2019 at 4:19 PM Joel Fernandes wrote: > Good idea to CC the following on RCU patches: > Paul McKenney > Steven Rostedt > (Any others on the RCU maintainers list). > And, the list: r...@vger.kernel.org > > Could anyone Ack the patch? Looks safe and straight forward. FWIW, this looks

Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-02 Thread Steven Rostedt
On Mon, 2 Dec 2019 16:19:15 -0500 Joel Fernandes wrote: > Good idea to CC the following on RCU patches: > Paul McKenney > Steven Rostedt I'm fine with this if it doesn't cause any rcu splats with sparse. Not sure if use cases of RCU requires RCU maintainers Cc'd. Although we can usually keep peo

Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer

2019-12-02 Thread Joel Fernandes
Good idea to CC the following on RCU patches: Paul McKenney Steven Rostedt (Any others on the RCU maintainers list). And, the list: r...@vger.kernel.org Could anyone Ack the patch? Looks safe and straight forward. On Mon, Dec 02, 2019 at 12:03:48AM +0530, Amol Grover wrote: > Add __rcu annotation