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 9840A3FCC; Wed, 25 Feb 2026 00:11:27 +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=1771978287; cv=none; b=bdsGQ0pk3ZBsAB8MLpFjIVg5HRoKVzz3mYo4wSjHYzIbXsZXZQWDiTGZVLvh8k+Quf9wdFYcZg1AT8HHmdnGoMnREVsMwdpMYnYVogiAmu2wiwy+Wnsj/DH6yNAjP/F5EA5lwaF7lpjYWh2b0a49y82X49htWESCL0u2io2AiAY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771978287; c=relaxed/simple; bh=Eu/+E6Fe9CTf+32ncOdkyu0tZxs9mpbn4gaiq8dFxqQ=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=C0aP4z1vVQrKFS4fMm1qzHtF97HHJSPoREpQCyPiCa4h7kRTxx52kSzXrLU2N96CSaaizfbmp+pvoWcvyk92wMcfLiRrYfrZclfszHgxoOxRcsH6DEzIeNtR0jbLLjdZV4TWHXbS15YncX8J6mKGDYkNnAj/WJchJqjey4pshGs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lbi/yUto; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lbi/yUto" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ED3C0C116D0; Wed, 25 Feb 2026 00:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771978287; bh=Eu/+E6Fe9CTf+32ncOdkyu0tZxs9mpbn4gaiq8dFxqQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lbi/yUtoqADzlCBITKE11CFaiT9gHa2IQJaQhHBj1QC+6Wt2Qjk5Geuw94XAswPnu VkNTgQaQoYnKdsGeCm3WEwDZDkTq5zeElAauS5dhoIMmHiyF5JHWUdTfM80fYjEClV DHnsPzaCHBM8HBh5yXL6LcVO+DfE9r33ZR54RDBEOAsDN08T8Il9U8SpkaANG8oZZN pJe6Mf4+tnK+oQyqMbMs1wFexYT97Et3D98VX/C4iOkLhGnjnA6gt0OsXa+RytVUus CZzyyxuSi2c1rYLqn2/47SjD+KzY0LLWR5xujimd1Sx1k8X0gj/qHI9ZED9J2VuA++ slqj/wVFasEVw== Date: Tue, 24 Feb 2026 16:11:25 -0800 From: Jakub Kicinski To: Tony Nguyen Cc: Simon Horman , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [net,13/13] e1000e: correct TIMINCA on ADP/TGP systems with wrong XTAL frequency Message-ID: <20260224161125.4dc744eb@kernel.org> In-Reply-To: <842bb101-d73c-4470-a01e-f49f96847370@intel.com> References: <20260220004027.729384-14-anthony.l.nguyen@intel.com> <20260222162835.23954-1-horms@kernel.org> <842bb101-d73c-4470-a01e-f49f96847370@intel.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-Transfer-Encoding: 7bit On Tue, 24 Feb 2026 14:59:36 -0800 Tony Nguyen wrote: > Yea, looks like we need to do some adjustments here. Also, the AI review > I just ran on this is reporting another issue that we'll need to look > into. I'm going to drop this one from the series to not hold the others > up on this. I'd sometimes apply series partially for y'all but FWIW the idpf "defensive programming instead of proper rollback" patches really don't make me want to interact with this series more than I have to. You don't have to rework them. Just expect some delays, I guess.