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 92B4342AAF for ; Fri, 19 Apr 2024 11:17:35 +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=1713525455; cv=none; b=jv0FBH7UPIs2qB5GXWA9hj/OxkAloPQ6ykjWncgF+Vecsb7pkf1MTgsrbDgYOBYOmVux7lvhq0AIKoO/mBJDVTqyc7/19zemxExNV/q+7NoRKe3fJHaYdnlDHJJy3tbY1eQdyIg2XP+NKOPa9A2YLRi7z+8+6NjeWon0o8LrAqw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713525455; c=relaxed/simple; bh=I4+7U3xvhgUEAhE6hbgwNUb4yuAljcPOswsn6Rd3Bpc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CCtg+jrq0XP+JYe5IuoYtSkIIYwMy1OKs9mk2y9Tr+Cy8xAuwHWaLXzIgXznLunKA0sl/NOg++NgKeoRsTevmplSc8y24NXlhYiLM7/PQ62T5vaKUE9ZzykkGTsNbvkw2C4C6FNon51n2Ek3Uefyxh6eQGqNojekhH5qPPjpXuY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=wI14gQcu; 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="wI14gQcu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7E76C2BD10; Fri, 19 Apr 2024 11:17:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1713525455; bh=I4+7U3xvhgUEAhE6hbgwNUb4yuAljcPOswsn6Rd3Bpc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wI14gQcu2Tp98KIMr08IE5PCPUaBGIG1spUrLqBZvboE0UWGYFnVMMqUFUvc9OxKp FvlDL4+7lH1sO9zAtqk9xsKq5OEqAGz41lHcosaBO8SljapG34dw/jWTLmY+KYhkqr C0iaCuWM8nwLTNZ2UHxTXn7bKY+l6+hT+IobWx18= Date: Fri, 19 Apr 2024 13:17:30 +0200 From: Greg KH To: Heiner Kallweit Cc: "stable@vger.kernel.org" Subject: Re: [PATCH] r8169: add missing conditional compiling for call to r8169_remove_leds Message-ID: <2024041922-triumph-stubbly-4866@gregkh> References: <8bfda5e5-083c-4555-a79b-155bb426ccc3@gmail.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8bfda5e5-083c-4555-a79b-155bb426ccc3@gmail.com> On Thu, Apr 18, 2024 at 10:36:26PM +0200, Heiner Kallweit wrote: > [ Upstream commit 97e176fcbbf3c0f2bd410c9b241177c051f57176 ] > > Add missing dependency on CONFIG_R8169_LEDS. As-is a link error occurs > if config option CONFIG_R8169_LEDS isn't enabled. > > Fixes: 19fa4f2a85d7 ("r8169: fix LED-related deadlock on module removal") > Cc: # 6.8.x > Reported-by: Venkat Rao Bagalkote > Signed-off-by: Heiner Kallweit > --- > This for v6.8 only. Both now queued up, thanks. greg k-h