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 BF51E259496 for ; Thu, 12 Dec 2024 08:37:29 +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=1733992649; cv=none; b=nFEtFOf59nqYS1GGqpXoygJHV+tCBADBBh3pSjjxbRRPAlsIXqFMpVuVq6pScXLP+WxQxJDgMYp5IdKd8G8Snnb/XK7xoJQvCT/OPcA1vrl7dKnPF8p0V09f8ireFAvMjhDEBzNDfWlV3mQkhpvaEvsWX54jLP2k5+42+fGfnKw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733992649; c=relaxed/simple; bh=++pp15EJ+yIgUPJs/JFmpZFsZ33cBz6PSdmWIz94MkY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XU6wkDWu/PSyVkD7tEyYFUU3If0idGXSJDrYDaddrZgqDCbOPjuw+7xftFw09s/HYaAk8BbvqrbtQFSIK3UJ3Ip4K+cpOsXZLOfeRq9zv+43Bp5bTxQhqBNGwKUCgvIDoN7ZMyaPYkRaiUdW0GsLqpvPOjWKAkCL853AzAIZbfA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LNhwZGMG; 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="LNhwZGMG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF224C4CECE; Thu, 12 Dec 2024 08:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1733992649; bh=++pp15EJ+yIgUPJs/JFmpZFsZ33cBz6PSdmWIz94MkY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LNhwZGMG+LKpy9DJmr8sJVZv3S6n1WjBPENpAwUV3NKhGGQtY8coJW565Ctwe9A6p /KY5CHCkzii2wm9KxYQBpIWuz3gjIUNE2e0dKlaVO8FBaigTmTi2wrtkUKrzu6PVlf DzntF7+EjT8JWX/OdItHGVXHuEnp/jcOAcedVWRs= Date: Thu, 12 Dec 2024 09:37:26 +0100 From: Greg KH To: Hardik Gohil Cc: stable@vger.kernel.org Subject: Re: request to backport this patch to v6.6 stable tree Message-ID: <2024121203-blinking-unblock-b85a@gregkh> References: 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: On Wed, Dec 11, 2024 at 11:16:32AM +0530, Hardik Gohil wrote: > ethtool: fail closed if we can't get max channel used in indirection tables > > [ Upstream commit 2899d58462ba868287d6ff3acad3675e7adf934f ] > It does not apply cleanly at all, so obviously you didn't even test that this worked :( {sigh}