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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 5996DC433DB for ; Fri, 19 Mar 2021 15:56:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 23ED06196A for ; Fri, 19 Mar 2021 15:56:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230225AbhCSPzw (ORCPT ); Fri, 19 Mar 2021 11:55:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:58136 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230377AbhCSPzg (ORCPT ); Fri, 19 Mar 2021 11:55:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 64F376195B; Fri, 19 Mar 2021 15:55:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1616169336; bh=+h2PVOl4z0hCd+XkNnkdPmhhicy6FuQnHON44EZsQPQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sDtAshkPcs8TfBv7THIsu4OlvFB1vz+W1ENIiHnaTbIGWvsj/37wBzwBMPRSpzFrp jdqDf5DwhkDVHlUM/0MTagyoZVibbpGiKzqcIubL23ET4IL9I5Bqc3VtigRSsmHsr9 y+PvAzNOvtg3CqYAXZRtZEjJ8FcioSySTrdEKkSUswnXakOnBhDcSmRcXY/ezQNYCu 4UYHw2Kmez4S2lnchhsEo4mWZc1n+ZHKLaXpXYfdyBd4vOZlLJmbA1yBPimXInCyOD IxF2dTL0IGSov5oGSawB7W/Ld5BhFB71jUmgOk5N2YmrGpZJnfA8kAK0ZXIJ0y55hF IImoNxO8uC10w== Date: Fri, 19 Mar 2021 17:55:32 +0200 From: Leon Romanovsky To: Stephen Rothwell Cc: David Miller , Networking , Linus Torvalds , Linux Kernel Mailing List , Linux Next Mailing List , Marc Kleine-Budde , Stephane Grosjean Subject: Re: linux-next: manual merge of the net tree with Linus' tree Message-ID: References: <20210319082939.77495e55@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210319082939.77495e55@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, Mar 19, 2021 at 08:29:39AM +1100, Stephen Rothwell wrote: > Hi all, >=20 > Today's linux-next merge of the net tree got a conflict in: >=20 > drivers/net/can/usb/peak_usb/pcan_usb_fd.c >=20 > between commit: >=20 > 6417f03132a6 ("module: remove never implemented MODULE_SUPPORTED_DEVICE= ") >=20 > from Linus' tree and commit: >=20 > 59ec7b89ed3e ("can: peak_usb: add forgotten supported devices") >=20 > from the net tree. >=20 > I fixed it up (I just removed the new MODULE_SUPPORTED_DEVICE() lines) > 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. Thanks Stephen, the code should be deleted and commit 59ec7b89ed3e needs to be reverted. >=20 > --=20 > Cheers, > Stephen Rothwell