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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 E8769C31E44 for ; Fri, 14 Jun 2019 09:32:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C18812133D for ; Fri, 14 Jun 2019 09:32:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726530AbfFNJcs (ORCPT ); Fri, 14 Jun 2019 05:32:48 -0400 Received: from verein.lst.de ([213.95.11.211]:45475 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbfFNJcs (ORCPT ); Fri, 14 Jun 2019 05:32:48 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id F075D227A82; Fri, 14 Jun 2019 11:32:18 +0200 (CEST) Date: Fri, 14 Jun 2019 11:32:18 +0200 From: Christoph Hellwig To: Stephen Rothwell Cc: Andrew Morton , Greg Ungerer , Linux Next Mailing List , Linux Kernel Mailing List , Christoph Hellwig , YueHaibing Subject: Re: linux-next: manual merge of the akpm-current tree with the m68knommu tree Message-ID: <20190614093218.GA17214@lst.de> References: <20190614190606.559dc8dc@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190614190606.559dc8dc@canb.auug.org.au> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Jun 14, 2019 at 07:06:06PM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the akpm-current tree got a conflict in: > > fs/binfmt_flat.c > > between commit: > > 6071ecd874ac ("binfmt_flat: add endianess annotations") > > from the m68knommu tree and commit: > > db543c385059 ("fs/binfmt_flat.c: remove set but not used variable 'inode'") Maybe this should better be added to the maintainer tree as well..