Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2357959pxu; Sun, 13 Dec 2020 23:35:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJz87VGhbqS+16zgIo2tEsPtXoh5EOETebgPQLOtrRBsCKVhkgxOQRhN1nMmmXMehtFjoBcD X-Received: by 2002:a17:907:a8a:: with SMTP id by10mr21061091ejc.423.1607931330881; Sun, 13 Dec 2020 23:35:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607931330; cv=none; d=google.com; s=arc-20160816; b=kkd63ny1J3bbgJkGXSAQv/1b1W8QPArU90mPP+JQvX0F0FlsglLjITdTyq8BvG3GYH j6AyASwyugpemoO5z7IAUeYWpjAmewZ911ppXAutR5CU0kaUWt9rwuPQT4HNIIEUrxjx 0tVkPlZ5l0jOGuWP9MWN0pjKJXHiTg2iAjSuu64ISqnnNZ/sh5hrvdKbdR6PdKE+C8tR TNS3HfP8cAA9u79PMa1tB6Pu9vxoJNUSK6NZ9kWiP404U3kl8MylKVcShYtwZs9LCPNC oWr9L9TlKMbkuJ+debzy6YrZ9+wXdr4VRknSx6ZoSM2P8A3q5wKf28deax3kxzwL83JL taZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:cc:to:in-reply-to:references:date:message-id :from:subject:content-transfer-encoding:mime-version:dkim-signature; bh=reTirJgEiCtxE9uS01USTyYrVUJw+z+S8nCMmkQHdJ0=; b=yTn/bqMCxX8/mLZAOnJnBNeIBQVAW5YOwZvUJzcYafyW+GNUYIqtsEp3iTYJEmYrch Fo9LtCtl9EeuzrPMlY/weEvEABazyVLspdV8YkkolCBRcRerF76LCLNg8vEkj9JTS8RY RAiYzEKnCaVl17NkWev4fuoNTIAFpsu/qfT/mWlTEs7yIvaWl1jXnTWiKzmdS4FooWZE 4q5ESaIFK7hY8pJ48PBAI1flbuxCJe0VHwjBkPwc8ycUZPFD54yKpAJgpt/xkKyWrMiM lDVvFwE1Q/6z0EDqE69AZokSotoTepzBXHHLwj9qTPWVe4QDkBl6e5FSIv1055HkgqaG Hl/w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=PUrh1E5t; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k9si11664590edv.493.2020.12.13.23.35.07; Sun, 13 Dec 2020 23:35:30 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=PUrh1E5t; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439963AbgLMBUu (ORCPT + 99 others); Sat, 12 Dec 2020 20:20:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:56190 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726074AbgLMBUr (ORCPT ); Sat, 12 Dec 2020 20:20:47 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607822407; bh=kamsfLluyGJCkDdF8e3xmFsL1h7UPia0fZmevAtdGyA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=PUrh1E5tCQlgQdTS/o9V6tgjCQdE/3Gq/mHswnQHYlSDyBUDj9fxqZclZbyzJPVMV lxe8u/UR1NKiJ/RP4PCGGaOBhqOmQt30TY958jDjjwKq3jsWTrLVEchTrOdpgvsJOn pvfFO9l3Fljrl5smVyRkRZFOJ+Vf3C/pcN0K/Sp1tXT1voyClBqA9d60/SWiHaXqjT xxzdhEw6eoDxTvSb5PwnxH8Q+9y4qGGgEXkk+enywvJnIDtUzq3Hp6RMX7wD3Iac2y bbSvRHOvs9/CZPDnGtgtNEl6uNxmb1m+7KmX+rF1SxN91Xe6DXgZMw0AmyEiKCZlpR 8AR9yB+xDuiqg== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: x25: Remove unimplemented X.25-over-LLC code stubs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160782240712.6413.5405278375067438996.git-patchwork-notify@kernel.org> Date: Sun, 13 Dec 2020 01:20:07 +0000 References: <20201209033346.83742-1-xie.he.0141@gmail.com> In-Reply-To: <20201209033346.83742-1-xie.he.0141@gmail.com> To: Xie He Cc: davem@davemloft.net, kuba@kernel.org, linux-x25@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ms@dev.tdt.de Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 8 Dec 2020 19:33:46 -0800 you wrote: > According to the X.25 documentation, there was a plan to implement > X.25-over-802.2-LLC. It never finished but left various code stubs in the > X.25 code. At this time it is unlikely that it would ever finish so it > may be better to remove those code stubs. > > Also change the documentation to make it clear that this is not a ongoing > plan anymore. Change words like "will" to "could", "would", etc. > > [...] Here is the summary with links: - [net-next] net: x25: Remove unimplemented X.25-over-LLC code stubs https://git.kernel.org/netdev/net-next/c/13458ffe0a95 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html