From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E845117F5; Tue, 5 Dec 2023 02:27:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LUviNjSM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A51F6C433C7; Tue, 5 Dec 2023 02:27:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701743250; bh=ZwC3qSAZfYKEV4lmUPujpx9iFrtL2THK5cK6G6Kv+18=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=LUviNjSM3lDsbgdG0110/E4gueBM0mni3upUVnXg6VDKol6i+x92wx4p4RJauOJty +pLQ9GMXxXwYjjBp/m6pCHKy6EfYc/HUP5Ds9q1rIL/n7HI367HLQGfQbgFNqxBQd3 leoMciv2/0RQvv6xRDLz+z9EmK3s2RJDKp3dTkefC0L2sbZBNsZRqsQ9/pNuAAmqK8 e31ApknJcB4JQ9jJSOKVle5lYO78V+zzRmh8wQoSAIZL30r4mgZKyAJ4VScjrxeC34 7mmYA91rQ7/H4iQI+gImhaONP7OR5dTOU6Cxw0wihFnpZoBydY+xZwB4CyhBoQO3wo 4M8G/xA6MujGg== Date: Mon, 4 Dec 2023 18:27:27 -0800 From: Jakub Kicinski To: Douglas Anderson Cc: linux-usb@vger.kernel.org, Greg Kroah-Hartman , "David S . Miller" , Eric Dumazet , Paolo Abeni , Grant Grundler , Hayes Wang , Simon Horman , =?UTF-8?B?QmrDuHJu?= 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: <20231204182727.1a52ae59@kernel.org> In-Reply-To: <20231201183113.343256-1-dianders@chromium.org> References: <20231201183113.343256-1-dianders@chromium.org> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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. -- pw-bot: not-applicable