From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C4B40233952 for ; Wed, 24 Jun 2026 03:00:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782270019; cv=none; b=BNWZoc+zLA46nG+FgKd/94/saqtanIOvxJGyqYwgNnSo1AFe9OLRGEkops8f3FIO+b2eR3c54FP6pfRIB98K8xioiHWTPCk4E3uUwVXaBO0tYNbR5JF+T9LKvbYXA6nDURqLCOu/g+kb1FDA+eCgGpULPslhRl/VmKrEQtoFJaw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782270019; c=relaxed/simple; bh=/sFDRXCGiR5v249Umo0KYPCPMQT4LDI65W21VM1JZAU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=JigQvaxG4paSzxPpr8hwRzBOTKq10aVJ0+BnD2995jRLRCK5cTpVPx2TaRwwa1rKFSndeIOptT2Cr2ALRtwJm6JRdRuWMd0gaqezpwEl4eDhRSZMimuMB09BDpTIlPtLmubBayg1YNLPkopA7v+p8idUk/rCu6r5k1tUHPn76fE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KT95Qr23; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KT95Qr23" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DC771F000E9; Wed, 24 Jun 2026 03:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782270018; bh=K2hq0j9rzoX2xdMvNm+BE75YFf6k1QT24YxhizRBxRA=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=KT95Qr23HSPYvKCOorEOrvhDHbu2wZynZzVepiHKMgW+4ZEYpOMLH6xVFYM1DLLFW /zIRiWpQ0I05oQZgD64JiRVh4ffPmwTBo4CGtm6VNtJX4M65s4081aaIvtlr/i82ps U/7PAEBBk0BLeErkC0eueKMcExinxgvXJDehB3+Ue1Xf9pNnQ1Zkzj8SGrAHauqzZE DzIfIox0oL5LsfO74p7aoAWhP8wPs97WCvZo086Q3MWkIbfv3Y2CKqR8f+xS3hrN2x gmMQ/zplfbKxiXgBvV0yPZ68G9lJ49PamdV9hnN2G4kAT1JvTfKGtKqzoq4nlHa0Ul CPHOy+H3rdaiw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D09BD3931030; Wed, 24 Jun 2026 03:00:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] eth: fbnic: fix ordering of heartbeat vs ownership From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178227000733.2525878.4158207920722049162.git-patchwork-notify@kernel.org> Date: Wed, 24 Jun 2026 03:00:07 +0000 References: <20260622154753.827506-1-kuba@kernel.org> In-Reply-To: <20260622154753.827506-1-kuba@kernel.org> To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, alexanderduyck@fb.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 22 Jun 2026 08:47:53 -0700 you wrote: > When requesting ownership of the NIC (MAC/PHY control), we set up > the heartbeat to look stale: > > /* Initialize heartbeat, set last response to 1 second in the past > * so that we will trigger a timeout if the firmware doesn't respond > */ > fbd->last_heartbeat_response = req_time - HZ; > fbd->last_heartbeat_request = req_time; > > [...] Here is the summary with links: - [net] eth: fbnic: fix ordering of heartbeat vs ownership https://git.kernel.org/netdev/net/c/d87363b0edfc You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html