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 D239784039; Mon, 16 Jun 2025 15:03:56 +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=1750086237; cv=none; b=mVSJ6VmE92MbyX3W3w7c5hl/fLYrJPUUW5S0RxtJ1grJzb4B20MvVdFn14St4AO0A4PKwe5qqcOUjxg0qH4bjWTaVxomu+e3sZLpT3PkLD/k+jQpb1k7ffa0O9TdZnYEvfEpbflW9xxx1Gl6LH+6eaMxdJQL233EwaUOHBdkiTs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750086237; c=relaxed/simple; bh=Z1NVxtB6FWsUaP0Tts63iaOqkQo4XjWoxebAKiOjg/w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rPnG7SUHkoHfa/DqCBTHGT7KeGvXz8U0qpMaMITvUI6A+k4y/OEHyPa9PMNbT3aJAxZqCAYcZkXnUCpi7IzpxEOf7nzLTjEDA/3LxDnCAtUYqLaFjA1N+DIRnclC5xzqMGM2uq6oQ6E+aZE+Qll1i/DSQr4Bd1nqe3VsbaaD5D8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ncCrwldi; 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="ncCrwldi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D093C4CEEA; Mon, 16 Jun 2025 15:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750086236; bh=Z1NVxtB6FWsUaP0Tts63iaOqkQo4XjWoxebAKiOjg/w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ncCrwldi7KW2oR0BGna/HBIIAJv+ZAHCoEZKs/BPyn5/AoAX6SCi4QOiYwdfUhXDK FvYkI2VE7Pi53zget0gbSimS3IiNE01ZriAjIc10bUcXNbMISKldm54Qislz5xWw1f t47CTk8CTT7AkauDj92qs5EMcK6scec1Am7KlSq0juEFKe+cnu7xsAAkKXnZXx8TzS 9IXoFG9gUOcL9xgDdicFC5WOZ0S4TKm3GFmf77drUF6ZLUl4a04uBgm0QIiIsIygdf IMMz13YeWwL0zt0oYXWq6XHO3ofduFutX9NUVepde1X3iycMWpig7Uv+Ub61MAfe9i sp4gIvBdMMjRA== Date: Mon, 16 Jun 2025 16:03:50 +0100 From: Simon Horman To: Bagas Sanjaya Cc: Linux Kernel Mailing List , Linux Documentation , Linux GPIO , Linux MTD , Linux Networking , Linux USB , Linus Walleij , Bartosz Golaszewski , Jonathan Corbet , Richard Weinberger , Zhihao Cheng , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Greg Kroah-Hartman , Andrzej Pietrasiewicz , Felipe Balbi , Mauro Carvalho Chehab , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Sebastian Andrzej Siewior Subject: Re: [PATCH] Documentation: treewide: Replace remaining spinics links with lore Message-ID: <20250616150350.GC6918@horms.kernel.org> References: <20250611065254.36608-2-bagasdotme@gmail.com> <20250613130753.GE414686@horms.kernel.org> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Jun 14, 2025 at 10:08:29AM +0700, Bagas Sanjaya wrote: > On Fri, Jun 13, 2025 at 02:07:53PM +0100, Simon Horman wrote: > > I am wondering if you considered also addressing > > the spinics.net links in gadget-testing.rst. > > They are the only other instances I see under Documentation. > > I can't find on lore remaing spinics threads ([1], [2], [3]). These are all > from 2012-2013 and somehow lore doesn't have linux-usb archive on that year. > > Andrzej, Sebastian, what do you think? > > Thanks. > > [1]: https://lore.kernel.org/all/?q=s%3A%22f_phonet+with+SOCK_DGRAM%22 > [2]: https://lore.kernel.org/all/?q=s%3A%22pnxmit.c%2C+test+program%22 > [3]: https://lore.kernel.org/all/?q=s%3A%22usb%2Fgadget%3A+the+start+of+the+configfs+interface%22 Hi Bagas, Thanks for the explanation. Based on that I think this patch is fine. And the remaining links can be updated in future if appropriate. Reviewed-by: Simon Horman