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 230541D0141 for ; Wed, 2 Oct 2024 12:55:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727873739; cv=none; b=YrVdiY1me5WTlIeJISRhpag8lMBFuwlSakjhQiN+FiUb3WINipBiu/WxU7ZTiexl/n0QK79c9lbvSMrIZ/8FhcjxZA9wRku8US9V+oiJ5lXbtr86xe9/Tt4P5CDUx7Em/kFuwWgP69vZqEkGQSIPWsoc6wlNLQ+phRgv/0dF4ok= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727873739; c=relaxed/simple; bh=NEm7yL1tY+z8OyLIg67x8nN2SXHaA3+9XqrxKRl2XHQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rx/d58LNTMpEJyI1EGUNicZZ43m4+m/q5DsKlWgO6KfVhqhpr75S2t6s6h6FFFYETzFK9ZeycLO7GEilRuUsxd6sS0sF0WMPiJWf7gYh7gy5ONrM/wEsAOxPAXlterQFFD55B3KUKgyYSS2u19oVDWHVh7rfLoV2O+84le/MlQ4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KS8snWKQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KS8snWKQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55192C4CEC5; Wed, 2 Oct 2024 12:55:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1727873738; bh=NEm7yL1tY+z8OyLIg67x8nN2SXHaA3+9XqrxKRl2XHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KS8snWKQcifTgbnPXZFgXbP7GivAI8q8/a5UToOtdG4voaBDEUWSiMHdMlLc+GXz7 4JobqJJMaN9iEZFNc0SMU0hAnOX/USrP1zt7vLaeudpfgsXbRPo2vIQffJWEwLU2I8 kKfbukL0B86hthtDuilKjLw3jGtdHOBlXlLIZ6jo= Date: Wed, 2 Oct 2024 14:55:36 +0200 From: Greg KH To: Georg =?iso-8859-1?Q?M=FCller?= Cc: stable@vger.kernel.org, Lorenzo Bianconi , Stuart Hayhurst , Helmut Grohne , Kalle Valo Subject: Re: [PATCH] wifi: mt76: do not run mt76_unregister_device() on unregistered hw Message-ID: <2024100229-washcloth-unworldly-e913@gregkh> References: <2024100221-flight-whenever-eedb@gregkh> <20241002120721.1324759-1-georgmueller@gmx.net> <2024100217-sighing-rehab-b6fd@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Oct 02, 2024 at 02:41:21PM +0200, Georg Müller wrote: > > What kernel tree(s) do you want this applied to? > > linux-6.1.y, please. Now queued up, thanks. greg k-h