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=-4.1 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 80A83C433E7 for ; Thu, 15 Oct 2020 22:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3620020776 for ; Thu, 15 Oct 2020 22:37:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602801428; bh=BMOsWE4aVRcmEffotsqEU3bAwwqr/B4tqNeqo6EqSZ8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=D4zuy5uOetvDogvRdbBmYm2tKecUVCBPBR8VR67dJwOMjW2fBtYELpTquDUn+kwsp gRb0RCdc6RX2C8DaAx3O9wFGkhElb2QsODPDbje1d6QoZpHy+jN2oIPvSrkOqBl+Wi a/t2dfIfO41T5PZblj5hFYHDAF4tYf2NC/dWYLdk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731813AbgJOWhE (ORCPT ); Thu, 15 Oct 2020 18:37:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:57650 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731449AbgJOWhE (ORCPT ); Thu, 15 Oct 2020 18:37:04 -0400 Received: from kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com (unknown [163.114.132.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9CC382076A; Thu, 15 Oct 2020 22:37:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602801423; bh=BMOsWE4aVRcmEffotsqEU3bAwwqr/B4tqNeqo6EqSZ8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eKkhfJzyd9CAGLCnNQz4n69pnUtmKxaWMJbcII+kR9FyuBUhL76wxmMh3lGn0pp+w AJl+PrYiOPkiIiOncBMhXxPyeMTk4S4YJe+2HDFAYGBZ0hE+kyOJtw1feWG85MQJzT sKlbe8qQt//mCCwsEhr/D9V+5b3cq+e+ujXmXXfQ= Date: Thu, 15 Oct 2020 15:37:00 -0700 From: Jakub Kicinski To: Stephen Rothwell Cc: Greg KH , Anant Thazhemadam , petkan@nucleusys.com, davem@davemloft.net, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, linux-next@vger.kernel.org Subject: Re: [PATCH v2] net: usb: rtl8150: don't incorrectly assign random MAC addresses Message-ID: <20201015153700.1e97b354@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <20201015152451.125895b1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> References: <20201010064459.6563-1-anant.thazhemadam@gmail.com> <20201011173030.141582-1-anant.thazhemadam@gmail.com> <20201012091428.103fc2be@canb.auug.org.au> <20201016085922.4a2b90d1@canb.auug.org.au> <20201015152451.125895b1@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, 15 Oct 2020 15:24:51 -0700 Jakub Kicinski wrote: > On Fri, 16 Oct 2020 08:59:22 +1100 Stephen Rothwell wrote: > > > I will apply the above patch to the merge of the usb tree today to fix > > > up a semantic conflict between the usb tree and Linus' tree. > > > > It looks like you forgot to mention this one to Linus :-( > > > > It should probably say: > > > > Fixes: b2a0f274e3f7 ("net: rtl8150: Use the new usb control message API.") > > Umpf. I think Greg sent his changes first, so this is on me. > > The networking PR is still outstanding, can we reply to the PR with > the merge guidance. Or is it too late? I take that back, this came through net, not net-next so our current PR is irrelevant :)