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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 E2DC4C43142 for ; Thu, 28 Jun 2018 07:51:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9CB732705D for ; Thu, 28 Jun 2018 07:51:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9CB732705D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sipsolutions.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933573AbeF1Hv1 (ORCPT ); Thu, 28 Jun 2018 03:51:27 -0400 Received: from s3.sipsolutions.net ([144.76.63.242]:44262 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932086AbeF1HvZ (ORCPT ); Thu, 28 Jun 2018 03:51:25 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1fYRhv-00086U-1V; Thu, 28 Jun 2018 09:51:11 +0200 Message-ID: <1530172269.4988.1.camel@sipsolutions.net> Subject: Re: linux-next: manual merge of the xarray tree with the wireless-drivers-next tree From: Johannes Berg To: Stephen Rothwell , Matthew Wilcox , Kalle Valo , Wireless Cc: Linux-Next Mailing List , Linux Kernel Mailing List Date: Thu, 28 Jun 2018 09:51:09 +0200 In-Reply-To: <20180628145900.4ca1e648@canb.auug.org.au> References: <20180628145900.4ca1e648@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 (3.26.6-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-06-28 at 14:59 +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the xarray tree got a conflict in: > > lib/Kconfig.debug > > between commit: > > 0e2dc70e3d0d ("bitfield: add tests") > > from the wireless-drivers-next tree and commit: > > d968f529e39f ("xarray: Add XArray load operation") > > from the xarray tree. Thanks for the heads-up! Not really sure where/how we'll be able to get that resolved before it hits Linus, but as the conflict seems rather easy (overlapping additions), I guess it's not such a big deal. johannes