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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9074FC4167B for ; Tue, 5 Dec 2023 02:34:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344088AbjLECee (ORCPT ); Mon, 4 Dec 2023 21:34:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343967AbjLECed (ORCPT ); Mon, 4 Dec 2023 21:34:33 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EE18127 for ; Mon, 4 Dec 2023 18:34:40 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F47CC433C8; Tue, 5 Dec 2023 02:34:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701743679; bh=liax+sIHnmEKfEfVW+s4DmqLUntZruIqSMcTRWSs0Tk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b/w5kHwP00LQYOnC9+5b7PG1sxSHiFKwsRB1yDsd5YpDaHD+tSl0X7jbWde2cdt4L xyzfu0VP8pQO9lGfB36ETlCv1oD21KUHIKTVAq7ykuYLNXWUVeTt3CjFi3M0dIu3bE Uv6oZJvVMMkEG9gllT8ApZkUrAyVwSu42Y+khv8Q= Date: Tue, 5 Dec 2023 11:34:36 +0900 From: Greg Kroah-Hartman To: Jakub Kicinski Cc: Douglas Anderson , linux-usb@vger.kernel.org, "David S . Miller" , Eric Dumazet , Paolo Abeni , Grant Grundler , Hayes Wang , Simon Horman , =?iso-8859-1?Q?Bj=F8rn?= Mork , netdev@vger.kernel.org, Brian Geffon , Alan Stern , Hans de Goede , Heikki Krogerus , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] net: usb: r8152: Fix lost config across deauthorize+authorize Message-ID: <2023120521-fervor-subscript-20b1@gregkh> References: <20231201183113.343256-1-dianders@chromium.org> <20231204182727.1a52ae59@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231204182727.1a52ae59@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 04, 2023 at 06:27:27PM -0800, Jakub Kicinski wrote: > On Fri, 1 Dec 2023 10:29:49 -0800 Douglas Anderson wrote: > > Since these three patches straddle the USB subsystem and the > > networking subsystem then maintainers will (obviously) need to work > > out a way for them to land. I don't have any strong suggestions here > > so I'm happy to let the maintainers propose what they think will work > > best. > > No strong preference here, on a quick read it seems more like a USB > change than networking change, tho, so I'll defer to Greg unless told > otherwise. I took these in my tree already, sorry for not saying anything here. thanks, greg k-h