From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55655C43603 for ; Mon, 9 Dec 2019 20:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 21BBD206E0 for ; Mon, 9 Dec 2019 20:31:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=paul-moore-com.20150623.gappssmtp.com header.i=@paul-moore-com.20150623.gappssmtp.com header.b="TQXKisb/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726562AbfLIUbW (ORCPT ); Mon, 9 Dec 2019 15:31:22 -0500 Received: from mail-lj1-f194.google.com ([209.85.208.194]:41110 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726354AbfLIUbW (ORCPT ); Mon, 9 Dec 2019 15:31:22 -0500 Received: by mail-lj1-f194.google.com with SMTP id h23so17183342ljc.8 for ; Mon, 09 Dec 2019 12:31:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RtSnkh/bQ3nRcwbPWyDEoC5sS6sTfNQ61n5WXag4RSg=; b=TQXKisb/u+nCZaUFIHZbt6vrBToHvsyyouYG83bL9aHsrrjtRvdZJwM/ghFdOcNL0l 7PwEsI2aN6kU6bd43IEAstkXa6YHlDXIOgcVERCOMQHucxZJOQ9BK7Fsx2wuivc2+4VI pYS+1LsVVnCQXPWL+2Y77ddGR7l38DTZ2RwKIFM9qvspawn4aM+iNu57Ek/PcDFJQ3Eb itaCwV988R+Rnfy/GmZbzGIelc409+ljtTRAXZXdKrMuauXcKavAsJC/j6Lkr+MlexwH XOFXIlLPFh+hANyweaeumsdP/KP5yvaPutyihrpesAZJJx8D5KVix6iJSHodZCcXXw40 NbyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RtSnkh/bQ3nRcwbPWyDEoC5sS6sTfNQ61n5WXag4RSg=; b=QgBWS/80cPCkJpmdaWTs03s4gVZpDhFTnMVd0+IFEAF/UJ1cit5LxD5D67NF9zwJmt bHWlcv0FgvMI7S37kvlTD0bV/ZJxkfVc97FsRVzX0GpBiAf24vmMMItpTg/IITfIDGsF V08EDHQXScx11BTtJ+LxW6ycv83qcBuqCU0IKsPr+zeIY2frrK7KTnoyweu+bvMQSktq jnJNo3w2k1aYCqKammqQBVomWP6Xv6S+aQ13nFcfGvpSlHS3Ef1Ki3YIdfyTW099Vzig R1hz1R9T0KfyGjV+JCx450M6K3VswsKK2TpuYcVo3NojjRF3hFRuyFy8CsCuVckY6xed wYwg== X-Gm-Message-State: APjAAAWOvlxcOphu1aowvMVg0vMu1g9D5+Oa/l5SOidyFsCCdXaPCcTB +6hjl71CUG263RA5GybkRnk2fvi2PXjTiUs7ibH9 X-Google-Smtp-Source: APXvYqwNuaM3T1RoYDtFsytt5qY7kCFzvkm2V35m9l8RLEbT2lVNz1KT7NTjE2alakRLWdNQcQZBGT6GCrkypO1NLyE= X-Received: by 2002:a2e:9d9a:: with SMTP id c26mr686698ljj.225.1575923480292; Mon, 09 Dec 2019 12:31:20 -0800 (PST) MIME-Version: 1.0 References: <20191201183347.18122-1-frextrite@gmail.com> <20191202211915.GF17234@google.com> <20191202233458.GN17234@google.com> In-Reply-To: <20191202233458.GN17234@google.com> From: Paul Moore Date: Mon, 9 Dec 2019 15:31:09 -0500 Message-ID: Subject: Re: [PATCH v3] kernel: audit.c: Add __rcu annotation to RCU pointer To: Joel Fernandes Cc: Amol Grover , Eric Paris , linux-audit@redhat.com, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Shuah Khan , paulmck@kernel.org, rcu@vger.kernel.org, rostedt@kernel.org Content-Type: text/plain; charset="UTF-8" Sender: rcu-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: rcu@vger.kernel.org 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 RCU maintainers list). > > > And, the list: rcu@vger.kernel.org > > > > > > Could anyone Ack the patch? Looks safe and straight forward. > > > > FWIW, this looks reasonable to me, but I don't see this as a critical > > fix that needs to go in during the merge window. Unless I see any > > objections, I'll plan on merging this into audit/next once the merge > > window closes. > > Sounds good, thanks! FYI, it's in audit/next now. Thanks again. -- paul moore www.paul-moore.com