Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753843AbdDOK3F (ORCPT ); Sat, 15 Apr 2017 06:29:05 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34641 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091AbdDOK3B (ORCPT ); Sat, 15 Apr 2017 06:29:01 -0400 MIME-Version: 1.0 In-Reply-To: References: <1491613030-11599-1-git-send-email-deepa.kernel@gmail.com> <1491613030-11599-7-git-send-email-deepa.kernel@gmail.com> From: Arnd Bergmann Date: Sat, 15 Apr 2017 10:29:00 +0000 X-Google-Sender-Auth: cme-kcgvwoO9hOTbhb3PRF8H2U8 Message-ID: Subject: Re: [PATCH 06/12] audit: Use timespec64 to represent audit timestamps To: Deepa Dinamani Cc: Paul Moore , Linux Kernel Mailing List , Andrew Morton , Thomas Gleixner , Alexander Viro , Greg KH , "Dilger, Andreas" , "J. Bruce Fields" , Chris Mason , "David S. Miller" , David Sterba , Evgeniy Dushistov , Eric Paris , Jaegeuk Kim , Josef Bacik , Jeff Layton , John Stultz , James Simmons , Ingo Molnar , "Drokin, Oleg" , Steven Rostedt , yuchao0@huawei.com, ceph-devel , devel@driverdev.osuosl.org, linux-audit@redhat.com, linux-btrfs , linux-cifs@vger.kernel.org, "Linux F2FS DEV, Mailing List" , Linux FS-devel Mailing List , linux-mtd , LSM List , Lustre Development List , Linux Network Devel Mailing List , samba-technical@lists.samba.org, y2038 Mailman List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 816 Lines: 18 On Sat, Apr 8, 2017 at 5:58 PM, Deepa Dinamani wrote: >> I have no problem merging this patch into audit/next for v4.12, would >> you prefer me to do that so at least this patch is merged? > > This would be fine. > But, I think whoever takes the last 2 deletion patches should also take them. > I'm not sure how that part works out. > >> It would probably make life a small bit easier for us in the audit >> world too as it would reduce the potential merge conflict. However, >> that's a relatively small thing to worry about. As Andrew has picked the remaining patches up into -mm, this will work out fine: any patches picked up by the respective maintainers for v4.12 should arrive as git pull requests before the -mm patches get applied at a later stage of the merge window. Arnd