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 61D47EAC7 for ; Thu, 30 Apr 2026 00:41: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=1777509687; cv=none; b=faoKcUzNcbVmvEv8U7Fr2fjiJ6+2KWui5sOgTDgwk5569G6AvqWbHVlUWuLA9fFF/57q7Xnww3WViNeXTu8DoW3+BTJTrfchsBhEg8dyVOeObfjbCJFiKv//S7W5Oj1Sz1PVKN2MlU3CiJoUbDHYN66jonzD97d1K6IYlaGW1tg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777509687; c=relaxed/simple; bh=wFIiLGQF6E5Fhq1gNmXeRevf25HC3Iq/ZjJOiXDh6D8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Q1+2IBumdfWgi0joYiWHqQnvwvWaLzZg3f1tI+OT8nZyDC3W38tFzUrwDXr3GXnYfgL3HpJ+Ipk69wsfjG8p4gwuxLGjQVXVoLArrIHsooDK5ENcyuMpXDpIYLMEs7SDBLs0uyl2pffY8tDgmAVZZdENJ4NvAiIrvoUuYZPRYdc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Nppr0a+/; 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="Nppr0a+/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65F13C19425; Thu, 30 Apr 2026 00:41:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777509687; bh=wFIiLGQF6E5Fhq1gNmXeRevf25HC3Iq/ZjJOiXDh6D8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Nppr0a+/F+t2es8NbgXM8iYuJjJIH5Q/agFP236BMeNdVOIKzCIWWYspPFba6fXG3 lGOVCSZ3gj26mwBZfp5z9EOrzInjwwgDiaGK7Xr9diW77kyHmaiuAfuTxcUajBLr0r LQRehnW5konXGEmDXKFsiUclyiOIMPYd3O25MzB0af7FYIa3WSfdBaZ6vk0D8gliTv NHZIG4/4jdnPlQwuPZ69yYfX354nGvmrZRrf9INrkalsY06l84fOKs4FlsHEmxjVsW VZC6iCZXgxgFRVcDHdFynzhjFv8b41hFhlvzZxnjo/5qEM7ZfDHVSWa3V8Q9JMAWqE TM0R95j5ou+xg== Date: Wed, 29 Apr 2026 17:41:25 -0700 From: Jakub Kicinski To: Jacob Keller Cc: Tony Nguyen , Przemek Kitszel , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , "Aleksandr Loktionov" , Simon Horman , Jiri Pirko , , Petr Oros , Alexander Nowlin , Arkadiusz Kubalewski Subject: Re: [PATCH net 11/11] ice: add dpll peer notification for paired SMA and U.FL pins Message-ID: <20260429174125.191f9e70@kernel.org> In-Reply-To: <3c1f1894-e969-4dc2-914f-9e15db35dab5@intel.com> References: <20260427-jk-iwl-net-petr-oros-fixes-v1-0-cdcb48303fd8@intel.com> <20260427-jk-iwl-net-petr-oros-fixes-v1-11-cdcb48303fd8@intel.com> <3c1f1894-e969-4dc2-914f-9e15db35dab5@intel.com> Precedence: bulk X-Mailing-List: netdev@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 Wed, 29 Apr 2026 16:28:48 -0700 Jacob Keller wrote: > Either way, to my eyes this looks like a pre-existing issue that may > need some attention but I don't feel like it should block these fixes. Yes, I think "fail to notify" is / should be handled by setting an error on all listener sockets. It's very much not the job for this series. Looks like the series did not get ingested by Sashiko fully, I kicked off another run locally, so probably won't get to apply this today. I don't have any "organic" comments :)