From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934367AbdAJKG0 (ORCPT ); Tue, 10 Jan 2017 05:06:26 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:33065 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934233AbdAJKGX (ORCPT ); Tue, 10 Jan 2017 05:06:23 -0500 MIME-Version: 1.0 In-Reply-To: <20170110135201.2a62a4d9@canb.auug.org.au> References: <20170110135201.2a62a4d9@canb.auug.org.au> From: Arnd Bergmann Date: Tue, 10 Jan 2017 11:06:22 +0100 X-Google-Sender-Auth: dvzs3LRCWmpS0FJPT39ZNSutu2E Message-ID: Subject: Re: linux-next: manual merge of the y2038 tree with the net-next tree To: Stephen Rothwell Cc: David Miller , Networking , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Tina Ruchandani Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hmm, I thought I had removed that commit when you asked me about it last week. I've done it now, the conflict should be gone tomorrow. On Tue, Jan 10, 2017 at 3:52 AM, Stephen Rothwell wrote: > Hi Arnd, > > Today's linux-next merge of the y2038 tree got a conflict in: > > fs/afs/main.c > > between commit: > > 8e8d7f13b6d5 ("afs: Add some tracepoints") > > from the net-next tree and commit: > > 549eb7b22e24 ("AFS: Correctly use 64-bit time for UUID") > > from the y2038 tree. > > I fixed it up (see below) and can carry the fix as necessary. This > is now fixed as far as linux-next is concerned, but any non trivial > conflicts should be mentioned to your upstream maintainer when your tree > is submitted for merging. You may also want to consider cooperating > with the maintainer of the conflicting tree to minimise any particularly > complex conflicts. > > -- > Cheers, > Stephen Rothwell > > diff --cc fs/afs/main.c > index f8188feb03ad,129ff432391c..000000000000 > --- a/fs/afs/main.c > +++ b/fs/afs/main.c > @@@ -14,8 -14,7 +14,9 @@@ > #include > #include > #include > +#include > +#define CREATE_TRACE_POINTS > + #include > #include "internal.h" > > MODULE_DESCRIPTION("AFS Client File System");