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 A4D4F154457 for ; Wed, 18 Dec 2024 06:52:49 +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=1734504769; cv=none; b=OGJnFUyJ6V3G5jz/Vq02AczYFUZuQhQbQQa5ZkB8sm4gM5T92xAsl4ih5lN8F68AAPAlxa5uOlTE4KjhjoeUP4hR0f1S+c+9nUIUcsoV0crctuMuq+JqDZq7Kgpee4b0S4mgXisOF+ASN+LlkmB8ZTNcu0bfd/3HfNYhe+0jsm0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734504769; c=relaxed/simple; bh=JeCCIouZu23ZKnvVaCAJUitqcKF2AsGRefdtpLEGEB4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gCeeIV4syWgYrBQda8Ugd5zTgjODXHg/urlXsKjlgDwmra3WBRWShp3nQ4BXtBsbiw6GIGsxf77H49qdH2Nm9H1cKDyDNzJTkCNvQkVCJVBHX11jap9oNb0vJm9SH3sXV2EylV4PQjHE73p5rhAS8rLaGBrAR3jcjp+byTPPD2o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZNxosPpN; 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="ZNxosPpN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74AAEC4CECE; Wed, 18 Dec 2024 06:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734504769; bh=JeCCIouZu23ZKnvVaCAJUitqcKF2AsGRefdtpLEGEB4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZNxosPpNkVlIaT0byojcrIJSWep4nT15S47lV+hMD2q5gynfZt/qdy4wmIP8uBWvV C68bo9XEn597HJu0PRRy9trbhGBNGKvI8XiYHt5Oth0FUjygCBHsr1fRfq57L3+X8O PXIJpbjZDlHvR43QBAklozqOr6+3Kx/ZBWwiS12w= Date: Wed, 18 Dec 2024 06:16:15 +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: <2024121858-puma-thinning-6f65@gregkh> References: <2024121203-blinking-unblock-b85a@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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Dec 18, 2024 at 10:35:51AM +0530, Hardik Gohil wrote: > On Thu, Dec 12, 2024 at 2:07 PM Greg KH wrote: > > It does not apply cleanly at all, so obviously you didn't even test that > > this worked :( > > > > {sigh} > > The dependency patch for this fix is > fb6e30a72539ce28c1323aef4190d35aac106f6f (net: ethtool: pass a pointer > to parameters to get/set_rxfh ethtool ops) I have no context here :( Please submit a set of working patches that you have properly tested. thanks, greg k-h