[{"id":3674031,"web_url":"http://patchwork.ozlabs.org/comment/3674031/","msgid":"<eb1f3edf-5a61-4b29-a51f-17a5f9c35d2e@linux.intel.com>","list_archive_url":null,"date":"2026-04-07T09:42:00","subject":"Re: [Intel-wired-lan] [PATCH net v2] i40e: Cleanup PTP registration\n on probe failure","submitter":{"id":88401,"url":"http://patchwork.ozlabs.org/api/people/88401/","name":"Dawid Osuchowski","email":"dawid.osuchowski@linux.intel.com"},"content":"On 2026-04-06 2:58 AM, Matt Vollrath wrote:\n\nHey Matt,\n\nThanks for the patch!\n\n> Fix two conditions which would leak PTP registration on probe failure:\n> \n> 1. i40e_setup_pf_switch can encounter an error in\n>     i40e_setup_pf_filter_control, call i40e_ptp_init, then return\n>     non-zero, sending i40e_probe to err_vsis.\n> \n> 2. i40e_setup_misc_vector can return non-zero, sending i40e_probe to\n>     err_vsis.\n> \n> Both of these conditions have been present since PTP was introduced in\n> this driver.\n> \n> Found with coccinelle.\n> \n> Fixes: beb0dff1251db (\"i40e: enable PTP\")\n> Signed-off-by: Matt Vollrath <tactii@gmail.com>\n> ---\n\nIn the future when sending to Intel-wired-lan (IWL) you should use \neither the iwl-net or iwl-next as the target tree, example based on this \npatch:\n\t[PATCH iwl-net v2] i40e: Cleanup PTP registration on probe failure\n\niwl-net is for fixes (such as this patch), iwl-next for new features / \nrefactors that don't need to be backported to stable kernels.\n\nGiven this is a fix you could also add in the commit msg:\n\tCc: stable@vger.kernel.org\n\nthat way it will be automatically picked up for backporting to currently \nmaintained stable kernel versions by the -stable maintainers [1].\n\nFor future submissions, if you send a v2/v3/vX... you should put a \nchangelog here of what has changed w.r.t. the previous revision. An \nexample in this case:\n\nv2:\n* add Fixes tag\n* change name of patch:\n\ti40e: Cleanup PTP upon probe failure -> i40e: Cleanup PTP registration \non probe failure\n\nThe important bit is to do include the changelog below the '---', that \nway it will be disregarded by e.g. 'git am' and won't pollute the commit \nmsg. Changelog is for reviewers only to quickly assess what to look for \n/ what has changed :)\n\n>   drivers/net/ethernet/intel/i40e/i40e_main.c | 1 +\n>   1 file changed, 1 insertion(+)\n> \n> diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c\n> index 926d001b2150..f3de147aaddf 100644\n> --- a/drivers/net/ethernet/intel/i40e/i40e_main.c\n> +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c\n> @@ -16109,6 +16109,7 @@ static int i40e_probe(struct pci_dev *pdev, const struct pci_device_id *ent)\n>   \t/* Unwind what we've done if something failed in the setup */\n>   err_vsis:\n>   \tset_bit(__I40E_DOWN, pf->state);\n> +\ti40e_ptp_stop(pf);\n\nAs for the change itself I'm not a PTP expert but will try to ping \nsomeone internally to review your patch.\n\nThanks\n~Dawid\n\n[1] https://docs.kernel.org/process/stable-kernel-rules.html#option-1\n\n>   \ti40e_clear_interrupt_scheme(pf);\n>   \tkfree(pf->vsi);\n>   err_switch_setup:","headers":{"Return-Path":"<intel-wired-lan-bounces@osuosl.org>","X-Original-To":["incoming@patchwork.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=osuosl.org header.i=@osuosl.org header.a=rsa-sha256\n header.s=default header.b=6Wq7RTP4;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=osuosl.org\n (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org;\n envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=patchwork.ozlabs.org)"],"Received":["from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fqh7968C4z1xtJ\n\tfor <incoming@patchwork.ozlabs.org>; Tue, 07 Apr 2026 19:42:13 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby smtp3.osuosl.org (Postfix) with ESMTP id DDB6C60B23;\n\tTue,  7 Apr 2026 09:42:06 +0000 (UTC)","from smtp3.osuosl.org ([127.0.0.1])\n by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id 65zXcMqINciM; Tue,  7 Apr 2026 09:42:06 +0000 (UTC)","from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142])\n\tby smtp3.osuosl.org (Postfix) with ESMTP id 177C96090A;\n\tTue,  7 Apr 2026 09:42:06 +0000 (UTC)","from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133])\n by lists1.osuosl.org (Postfix) with ESMTP id 4C87A1F6\n for <intel-wired-lan@lists.osuosl.org>; Tue,  7 Apr 2026 09:42:05 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n by smtp2.osuosl.org (Postfix) with ESMTP id 3E4B140092\n for <intel-wired-lan@lists.osuosl.org>; Tue,  7 Apr 2026 09:42:05 +0000 (UTC)","from smtp2.osuosl.org ([127.0.0.1])\n by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id 7F7U4R_E5qRR for <intel-wired-lan@lists.osuosl.org>;\n Tue,  7 Apr 2026 09:42:04 +0000 (UTC)","from mgamail.intel.com (mgamail.intel.com [192.198.163.8])\n by smtp2.osuosl.org (Postfix) with ESMTPS id 0323C4005F\n for <intel-wired-lan@osuosl.org>; Tue,  7 Apr 2026 09:42:03 +0000 (UTC)","from fmviesa005.fm.intel.com ([10.60.135.145])\n by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Apr 2026 02:42:03 -0700","from soc-5cg4396xfb.clients.intel.com (HELO [172.28.180.189])\n ([172.28.180.189])\n by fmviesa005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 07 Apr 2026 02:42:02 -0700"],"X-Virus-Scanned":["amavis at osuosl.org","amavis at osuosl.org"],"X-Comment":"SPF check N/A for local connections - client-ip=140.211.166.142;\n helo=lists1.osuosl.org; envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=<UNKNOWN> ","DKIM-Filter":["OpenDKIM Filter v2.11.0 smtp3.osuosl.org 177C96090A","OpenDKIM Filter v2.11.0 smtp2.osuosl.org 0323C4005F"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=osuosl.org;\n\ts=default; t=1775554926;\n\tbh=BoDm839H/Q58bGECHehVlrshxSnz5Cz0VPkDCVLAodk=;\n\th=Date:To:References:From:In-Reply-To:Subject:List-Id:\n\t List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:\n\t From;\n\tb=6Wq7RTP4dztlx7IAlYzsiTPQfy/Jp4+pLJPILvjW2PXt4m3bF0ATBOAQrwu10AY9L\n\t FMdSFPjbqKIw0BUIdHjKtLhRZW5all4pSRVwho6S5GgIVL/AZ7+JAG1Oo7gkZ+0BKn\n\t lxxcPy3K+mGwSACuTV0qcn0JPTYwoL3iB7FSMlkMu6AcZK/4sFzoYf3ugTobH8o1MP\n\t aJIkF+TYPmltsBOuNvHy5S9XAE+DbJBRSXeRRaHo5b9x1lfsQYwtWVjw7Aj6IYyORC\n\t YjAEFIvy+to3KFl0RRFb3CvnrIdk7HuGZ66RYC+BkZq5iWhNcIx633U8E92CgSPS43\n\t ZlOwOjyBlWDwQ==","Received-SPF":"Pass (mailfrom) identity=mailfrom; client-ip=192.198.163.8;\n helo=mgamail.intel.com; envelope-from=dawid.osuchowski@linux.intel.com;\n receiver=<UNKNOWN>","DMARC-Filter":"OpenDMARC Filter v1.4.2 smtp2.osuosl.org 0323C4005F","X-CSE-ConnectionGUID":["SpkS3gHUSQSS17oiENZxEg==","qVVE2tutQCCHR2WOpTIRKw=="],"X-CSE-MsgGUID":["41WMgouWRuyobQOr6Dry1Q==","oDQvn7OsQfedl2wz/5etgQ=="],"X-IronPort-AV":["E=McAfee;i=\"6800,10657,11751\"; a=\"94094799\"","E=Sophos;i=\"6.23,165,1770624000\"; d=\"scan'208\";a=\"94094799\"","E=Sophos;i=\"6.23,165,1770624000\"; d=\"scan'208\";a=\"232997366\""],"X-ExtLoop1":"1","Message-ID":"<eb1f3edf-5a61-4b29-a51f-17a5f9c35d2e@linux.intel.com>","Date":"Tue, 7 Apr 2026 11:42:00 +0200","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","To":"Matt Vollrath <tactii@gmail.com>, intel-wired-lan@osuosl.org","References":"<20260406005830.2250373-2-tactii@gmail.com>","Content-Language":"pl, en-US","From":"Dawid Osuchowski <dawid.osuchowski@linux.intel.com>","Organization":"Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298\n Gdansk - KRS 101882 - NIP 957-07-52-316","In-Reply-To":"<20260406005830.2250373-2-tactii@gmail.com>","Content-Type":"text/plain; charset=UTF-8; format=flowed","Content-Transfer-Encoding":"7bit","X-Mailman-Original-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n t=1775554924; x=1807090924;\n h=message-id:date:mime-version:subject:to:references:from:\n in-reply-to:content-transfer-encoding;\n bh=f1ta2mGZqayfd3iUogVxp13Rn3KjkuNaoZO9FhCk+Mk=;\n b=cusKeDRnMI+JtCoAHwttvBfnq+MQGf7EENT0mk2JfZ2yBdgi5rDC6klG\n GObp2stH4DHl+yGSjVYsiT5v70Uqo/72anLke8iKXhT42cI66DZ9buPAS\n jijy58f3zsCbH77YQ2lyVXeqhQgYXry9aYuKR0HxHVPF44ZrI6b888iir\n VGP+0PmcFB3SRtwCBpgNtD70SHPJunPPxQRNAWaNeCPOQWof0y6hff+/V\n om8pq9ivcERLiNBLYkAu2AysgCi6BHwQwdR2LF1EI5TYjfy5cXKUa4FUU\n BtdgPDs/QOwgEmChSUSTihJ+l4ymcmQmqDWnhDy5yhE5/5zPWeT53IGc7\n A==;","X-Mailman-Original-Authentication-Results":["smtp2.osuosl.org;\n dmarc=none (p=none dis=none)\n header.from=linux.intel.com","smtp2.osuosl.org;\n dkim=pass (2048-bit key,\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=cusKeDRn"],"Subject":"Re: [Intel-wired-lan] [PATCH net v2] i40e: Cleanup PTP registration\n on probe failure","X-BeenThere":"intel-wired-lan@osuosl.org","X-Mailman-Version":"2.1.30","Precedence":"list","List-Id":"Intel Wired Ethernet Linux Kernel Driver Development\n <intel-wired-lan.osuosl.org>","List-Unsubscribe":"<https://lists.osuosl.org/mailman/options/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=unsubscribe>","List-Archive":"<http://lists.osuosl.org/pipermail/intel-wired-lan/>","List-Post":"<mailto:intel-wired-lan@osuosl.org>","List-Help":"<mailto:intel-wired-lan-request@osuosl.org?subject=help>","List-Subscribe":"<https://lists.osuosl.org/mailman/listinfo/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=subscribe>","Errors-To":"intel-wired-lan-bounces@osuosl.org","Sender":"\"Intel-wired-lan\" <intel-wired-lan-bounces@osuosl.org>"}},{"id":3674269,"web_url":"http://patchwork.ozlabs.org/comment/3674269/","msgid":"<1c605b20-4f83-4c61-9a90-78f4241350ac@gmail.com>","list_archive_url":null,"date":"2026-04-07T16:00:03","subject":"Re: [Intel-wired-lan] [PATCH net v2] i40e: Cleanup PTP registration\n on probe failure","submitter":{"id":92679,"url":"http://patchwork.ozlabs.org/api/people/92679/","name":"Matt Vollrath","email":"tactii@gmail.com"},"content":"On 4/7/26 05:42, Dawid Osuchowski wrote:\n> In the future when sending to Intel-wired-lan (IWL) you should use either the iwl-net or iwl-next as the target tree, example based on this patch:\n>      [PATCH iwl-net v2] i40e: Cleanup PTP registration on probe failure\n> \n> iwl-net is for fixes (such as this patch), iwl-next for new features / refactors that don't need to be backported to stable kernels.\n> \n> Given this is a fix you could also add in the commit msg:\n>      Cc: stable@vger.kernel.org\n> \n> that way it will be automatically picked up for backporting to currently maintained stable kernel versions by the -stable maintainers [1].\n> \n> For future submissions, if you send a v2/v3/vX... you should put a changelog here of what has changed w.r.t. the previous revision. An example in this case:\n> \n> v2:\n> * add Fixes tag\n> * change name of patch:\n>      i40e: Cleanup PTP upon probe failure -> i40e: Cleanup PTP registration on probe failure\n> \n> The important bit is to do include the changelog below the '---', that way it will be disregarded by e.g. 'git am' and won't pollute the commit msg. Changelog is for reviewers only to quickly assess what to look for / what has changed :)\n\nThanks Dawid, I'll do that.\nmv","headers":{"Return-Path":"<intel-wired-lan-bounces@osuosl.org>","X-Original-To":["incoming@patchwork.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","intel-wired-lan@lists.osuosl.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=osuosl.org header.i=@osuosl.org header.a=rsa-sha256\n header.s=default header.b=faPO1ApW;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=osuosl.org\n (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org;\n envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=patchwork.ozlabs.org)"],"Received":["from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fqrWM5Yc0z1xy1\n\tfor <incoming@patchwork.ozlabs.org>; Wed, 08 Apr 2026 02:00:13 +1000 (AEST)","from localhost (localhost [127.0.0.1])\n\tby smtp4.osuosl.org (Postfix) with ESMTP id 6627C4059C;\n\tTue,  7 Apr 2026 16:00:11 +0000 (UTC)","from smtp4.osuosl.org ([127.0.0.1])\n by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id uNix_Lsw4u1F; Tue,  7 Apr 2026 16:00:10 +0000 (UTC)","from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142])\n\tby smtp4.osuosl.org (Postfix) with ESMTP id 0D9C440577;\n\tTue,  7 Apr 2026 16:00:10 +0000 (UTC)","from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136])\n by lists1.osuosl.org (Postfix) with ESMTP id 4013E1F6\n for <intel-wired-lan@lists.osuosl.org>; Tue,  7 Apr 2026 16:00:08 +0000 (UTC)","from localhost (localhost [127.0.0.1])\n by smtp3.osuosl.org (Postfix) with ESMTP id 3099C6064D\n for <intel-wired-lan@lists.osuosl.org>; Tue,  7 Apr 2026 16:00:08 +0000 (UTC)","from smtp3.osuosl.org ([127.0.0.1])\n by localhost (smtp3.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP\n id OCUc7nvxW1Xi for <intel-wired-lan@lists.osuosl.org>;\n Tue,  7 Apr 2026 16:00:07 +0000 (UTC)","from mail-dl1-x122f.google.com (mail-dl1-x122f.google.com\n [IPv6:2607:f8b0:4864:20::122f])\n by smtp3.osuosl.org (Postfix) with ESMTPS id 86B716077A\n for <intel-wired-lan@osuosl.org>; Tue,  7 Apr 2026 16:00:07 +0000 (UTC)","by mail-dl1-x122f.google.com with SMTP id\n a92af1059eb24-12732e6a123so1003622c88.1\n for <intel-wired-lan@osuosl.org>; Tue, 07 Apr 2026 09:00:07 -0700 (PDT)","from ?IPV6:2600:6c5c:6b00:62b::23? ([2600:6c5c:6b00:62b::23])\n by smtp.gmail.com with ESMTPSA id\n 5a478bee46e88-2d16d115c00sm3800813eec.12.2026.04.07.09.00.05\n (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128);\n Tue, 07 Apr 2026 09:00:05 -0700 (PDT)"],"X-Virus-Scanned":["amavis at osuosl.org","amavis at osuosl.org"],"X-Comment":"SPF check N/A for local connections - client-ip=140.211.166.142;\n helo=lists1.osuosl.org; envelope-from=intel-wired-lan-bounces@osuosl.org;\n receiver=<UNKNOWN> ","DKIM-Filter":["OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0D9C440577","OpenDKIM Filter v2.11.0 smtp3.osuosl.org 86B716077A"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=osuosl.org;\n\ts=default; t=1775577610;\n\tbh=CQAH5zJ2CIcYEwDkdxNu8DXoykgeIWOSxtKdo6LbwSw=;\n\th=Date:To:References:From:In-Reply-To:Subject:List-Id:\n\t List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:\n\t From;\n\tb=faPO1ApWFd1f0akZVsduQ9fYeua5sbPPnJKN/nH+V4QheVViPypYtqYdmSyWqlYS9\n\t 0APNfhyWxmQTNhM/ACUUTHpobL4FqOet/2GyVGNq2AQqotCUb81tPYApsLnAnpPjOc\n\t DXO/EgobtGuVy/YkNCzl+bX6USdyXSnjseKfG3w4ezqZEWb023+waNmnVejzZeK7IK\n\t zpPR03Dwbh96l0PJGB3vj4kwUEBYanEUWwoeVJngZVlROH0lQo+s9Nyd9gZGgVOMC0\n\t fWkrCFELW8Fn3UsaTetMMQnuQ1PM7Tki55FQjXRdPotQTWVz9B9JhrLVkrr9DzG6r/\n\t neDC++wkdQp+w==","Received-SPF":"Pass (mailfrom) identity=mailfrom;\n client-ip=2607:f8b0:4864:20::122f; helo=mail-dl1-x122f.google.com;\n envelope-from=tactii@gmail.com; receiver=<UNKNOWN>","DMARC-Filter":"OpenDMARC Filter v1.4.2 smtp3.osuosl.org 86B716077A","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1775577606; x=1776182406;\n h=content-transfer-encoding:in-reply-to:from:content-language\n :references:to:subject:user-agent:mime-version:date:message-id\n :x-gm-gg:x-gm-message-state:from:to:cc:subject:date:message-id\n :reply-to;\n bh=CQAH5zJ2CIcYEwDkdxNu8DXoykgeIWOSxtKdo6LbwSw=;\n b=Al+0boi+lZjpnkUpFKdQQL8gCQScH2mNzToXU+osTeIoSGF98Vc8f6ZmGTE5PY15wC\n ZW33hJdFtPFC/ZtL7fpyFzQgRjF8LSM3VeLu+eiPerPFe/R63hP7fLRfDSOdnLaSpPfD\n 3r/39jxlw5jH4Fn4lAHl1TFS6M8TyhuVn3isxPdzuswPT4pd2XVrG4F9clPO0UaAlHFx\n YWXWf3dAFOsC2EZrGiPDFrsRLdvdpqVzcujB0tXwsQbbsnw8XCSFTMD9Qx0hOM8GVJ65\n M9kZmPdNxAUXFAlCrCmQqjxGDcHirdWsfge0kts02sVo1yaTRW3nSzyqxBJcA68Awb3I\n CGCQ==","X-Forwarded-Encrypted":"i=1;\n AJvYcCXmaDO7GhteSfcoQjN5JeylRc/40YG3OdYxjRNMJuLXX5R+pRZZNVP251S0UivIunOhF2EmbGXKuiKrPMCFPH4=@osuosl.org","X-Gm-Message-State":"AOJu0Yx7lY25cbZQqxkl7xzlC1SLlHkHR6E92cXvtCbVhXXPMetz9+Qp\n NbvUCvsZt4pczqYVHrnGxyZMYpuyUPcPZYrjDjE3HnVIrmOzH/xpTOrnWdRHiRc4","X-Gm-Gg":"AeBDietSVShO1TyO2oXghuJC33A8qe49SUo+2vz7uN+htNeru0a0ijZfBumiEaRlxdn\n q6LAlYJYEObf+/XciXh/6ZJtqLW822dJuQ7Ic5tw8ElzC6A2aVfDqx55rIDDXqhyJlWtbhENOI/\n 45kQhM1sS50Nh8dgOF4eYZJAPiIuxm8yZpbFSCcIT9D98Q2QeY+uj8pBLgLtk9Yw4LOf/ffoNQs\n FG/RKIymRbo7Yw+m2UEw3QouzQQasfqlhN6Yh/lj3to6cBPhDdRLfngPvZy9KC44e5o1YhUGm4V\n Poa+IG5IFh5qm3szOTTNtBlSEKXkVDhg2psWHaWZ+Ree51cgv+AdKMcObQotJaQ9kZvisrPLtg7\n Y177MLWBu5i9ID1VGxeiqyNfX+SMcRE+9Z3M5Pyvb5Sxp6mw3AWAlgfROVQ+cZlGqAsr7oz5sLP\n t9R9jlmamwbPf25m4FZnDzRHcR","X-Received":"by 2002:a05:7300:dc8b:b0:2c6:31f0:a018 with SMTP id\n 5a478bee46e88-2cbfb98f39amr8648259eec.22.1775577606272;\n Tue, 07 Apr 2026 09:00:06 -0700 (PDT)","Message-ID":"<1c605b20-4f83-4c61-9a90-78f4241350ac@gmail.com>","Date":"Tue, 7 Apr 2026 12:00:03 -0400","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","To":"Dawid Osuchowski <dawid.osuchowski@linux.intel.com>,\n intel-wired-lan@osuosl.org","References":"<20260406005830.2250373-2-tactii@gmail.com>\n <eb1f3edf-5a61-4b29-a51f-17a5f9c35d2e@linux.intel.com>","Content-Language":"en-US","From":"Matt Vollrath <tactii@gmail.com>","In-Reply-To":"<eb1f3edf-5a61-4b29-a51f-17a5f9c35d2e@linux.intel.com>","Content-Type":"text/plain; charset=UTF-8; format=flowed","Content-Transfer-Encoding":"8bit","X-Mailman-Original-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=gmail.com; s=20251104; t=1775577606; x=1776182406; darn=osuosl.org;\n h=content-transfer-encoding:in-reply-to:from:content-language\n :references:to:subject:user-agent:mime-version:date:message-id:from\n :to:cc:subject:date:message-id:reply-to;\n bh=CQAH5zJ2CIcYEwDkdxNu8DXoykgeIWOSxtKdo6LbwSw=;\n b=rkIL0Uj1QIKhEGbI68HbbCUWZbmmDW56ZeR+nX74oc4jtY34+YVucV81gcR1QvMZuL\n k/H7mcJcIBk4Yxcj8INHchcSXyKbAde+DvK44FySq+ibQ1B80VrODPIZ9bWQuCi7pFyn\n nXHdIwGk3ZxL/Mh4Zyyajt6YZVJBV0wsi6RQNLlIOF0WrG0aMWqZxxj6avoiZb7/XQIE\n 96257bDdBSi7LtGwWs0QaPIAyT2bC/wf+iEhz3U807eOKqv9nlDioNzfUBhWjOHvXLKx\n 4Kto69uart412aq7pGzRAAUT90BlIHVnWrwR7ixaSNY/ZyrZvRz2V3M0+EWaVOdHA2xD\n VwTw==","X-Mailman-Original-Authentication-Results":["smtp3.osuosl.org;\n dmarc=pass (p=none dis=none)\n header.from=gmail.com","smtp3.osuosl.org;\n dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com\n header.a=rsa-sha256 header.s=20251104 header.b=rkIL0Uj1"],"Subject":"Re: [Intel-wired-lan] [PATCH net v2] i40e: Cleanup PTP registration\n on probe failure","X-BeenThere":"intel-wired-lan@osuosl.org","X-Mailman-Version":"2.1.30","Precedence":"list","List-Id":"Intel Wired Ethernet Linux Kernel Driver Development\n <intel-wired-lan.osuosl.org>","List-Unsubscribe":"<https://lists.osuosl.org/mailman/options/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=unsubscribe>","List-Archive":"<http://lists.osuosl.org/pipermail/intel-wired-lan/>","List-Post":"<mailto:intel-wired-lan@osuosl.org>","List-Help":"<mailto:intel-wired-lan-request@osuosl.org?subject=help>","List-Subscribe":"<https://lists.osuosl.org/mailman/listinfo/intel-wired-lan>,\n <mailto:intel-wired-lan-request@osuosl.org?subject=subscribe>","Errors-To":"intel-wired-lan-bounces@osuosl.org","Sender":"\"Intel-wired-lan\" <intel-wired-lan-bounces@osuosl.org>"}}]