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 DB5FD231A41; Wed, 25 Feb 2026 00:01:13 +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=1771977674; cv=none; b=WvPZ3wpa4vcGgAcPDXn64PXayGmEyRueFLxTtXLpIWE6lGq0ixP/gwHnktHNKUZogqXK5aG5h5+2ld2jpHEVx/A3+OBapc557IBZj13PWLiL4ej449HZx4LyNkY/9qCaWBCu58EWgJoVMVucr0vFl7vV1PFBg+Uav48IdGjyT9E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771977674; c=relaxed/simple; bh=diIyggRBunM6pAfWp7NBfWsC45RGZ/ElFCUHcJyXFD0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CysRJ2m2KfNNTJvxFwwSwxbyI1VsKGeE18Udy9+7RFCpSThDWTJU+f5nlR5gWVAE9xG7olhNxxunjvMh0ahv4M9d382HXTFzgGoopGXUnquU2r12Z+juYYA/U+/QmX96owRYy5g62e+eGDsQMi9AZrY5nvBzZcc7PDmhCnDGYPE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=h+uEs5Ct; 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="h+uEs5Ct" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2AE0C116D0; Wed, 25 Feb 2026 00:01:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771977673; bh=diIyggRBunM6pAfWp7NBfWsC45RGZ/ElFCUHcJyXFD0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=h+uEs5Cth7K1xNZGkGsweindLvyFzd30R6BXvOvsqKbe5nyJ2KHRwE1V+kbnR+vpb HK24DdUn4jyTczWNSVt+SPdC7ZBQMtxdmk7s7kI2AGOAq1kVVUc9C0O3VnKteNsFNI aJxOQRsNDr/xJQVtIcJphv7yPbNa4QG3ON8yPn1fmkrQ3gqLPZNtUwNi1szx8bxTJr LduStCDS0caF074KkeVpzjNsVIC/kWJ9oGACYN5gzpxoN+1ZWvTT6PK13ga914Rx2t Y+U8BCGtBE5Nx5km/r0bPWsIUBZFe+k98LQSBbzAY3uI/QOlX71jRE58gsK/HyTTWG ddkOrTxCO9GLA== Date: Tue, 24 Feb 2026 16:01:12 -0800 From: Jakub Kicinski To: Gabriel Goller Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Jonathan Corbet , Shuah Khan , netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] docs: net: document neigh gc_interval and gc_stale_time sysctls Message-ID: <20260224160112.0795dfc5@kernel.org> In-Reply-To: References: <20260219162200.510325-1-g.goller@proxmox.com> <20260223145809.2369117c@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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 10:06:41 +0100 Gabriel Goller wrote: > On 23.02.2026 14:58, Jakub Kicinski wrote: > > On Mon, 23 Feb 2026 11:23:29 +0100 Gabriel Goller wrote: > > > Superseded by: > > > - [PATCH net-next v2] docs: net: document neigh gc_stale_time sysctl > > > https://lore.kernel.org/netdev/20260223101257.47563-1-g.goller@proxmox.com/ > > > > > > -- > > > pw-bot: superseded > > > > Where did you get the idea to send this email?? > > Haha, I changed the title of the patch in the new version, so Patchwork > didn't automatically recognize it and mark the old one as superseded. Oh, that's nice of you! Would have been useful to mention the reason in the email to avoid my grumbling :) > I saw in Documentation/process/maintainer-netdev.rst that there's a way > to manually set the state to superseded using pw-bot commands. However, > it turns out I don't have the necessary permissions to do that :) You should as the author, I think the issue is DKIM. Your email from the archive fails DKIM verification, probably because headers were modified to look like they were sent by the list? You can try to complain to your email provider, most get it right.