* [PATCH] Documentation: treewide: Replace remaining spinics links with lore
@ 2025-06-11 6:52 Bagas Sanjaya
2025-06-13 13:07 ` Simon Horman
2025-06-21 20:20 ` Jonathan Corbet
0 siblings, 2 replies; 5+ messages in thread
From: Bagas Sanjaya @ 2025-06-11 6:52 UTC (permalink / raw)
To: Linux Kernel Mailing List, Linux Documentation, Linux GPIO,
Linux MTD, Linux Networking, Linux USB
Cc: Linus Walleij, Bartosz Golaszewski, Jonathan Corbet,
Richard Weinberger, Zhihao Cheng, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Simon Horman, Greg Kroah-Hartman,
Andrzej Pietrasiewicz, Felipe Balbi, Mauro Carvalho Chehab,
Uwe Kleine-König, Bagas Sanjaya
Long before introduction of lore.kernel.org, people would link
to LKML threads on third-party archives (here spinics.net), which
in some cases can be unreliable (as these were outside of
kernel.org control). Replace links to them with lore counterparts
(if any).
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Documentation/driver-api/gpio/driver.rst | 2 +-
Documentation/filesystems/ubifs-authentication.rst | 2 +-
.../networking/device_drivers/ethernet/ti/cpsw.rst | 6 +++---
Documentation/usb/gadget-testing.rst | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/driver-api/gpio/driver.rst b/Documentation/driver-api/gpio/driver.rst
index ae433261e11a06..85d86f92c41ba7 100644
--- a/Documentation/driver-api/gpio/driver.rst
+++ b/Documentation/driver-api/gpio/driver.rst
@@ -750,7 +750,7 @@ compliance:
- Test your driver with the appropriate in-kernel real-time test cases for both
level and edge IRQs
-* [1] http://www.spinics.net/lists/linux-omap/msg120425.html
+* [1] https://lore.kernel.org/r/1437496011-11486-1-git-send-email-bigeasy@linutronix.de/
* [2] https://lore.kernel.org/r/1443209283-20781-2-git-send-email-grygorii.strashko@ti.com
* [3] https://lore.kernel.org/r/1443209283-20781-3-git-send-email-grygorii.strashko@ti.com
diff --git a/Documentation/filesystems/ubifs-authentication.rst b/Documentation/filesystems/ubifs-authentication.rst
index 3d85ee88719a6c..106bb9c056f611 100644
--- a/Documentation/filesystems/ubifs-authentication.rst
+++ b/Documentation/filesystems/ubifs-authentication.rst
@@ -443,6 +443,6 @@ References
[DM-VERITY] https://www.kernel.org/doc/Documentation/device-mapper/verity.rst
-[FSCRYPT-POLICY2] https://www.spinics.net/lists/linux-ext4/msg58710.html
+[FSCRYPT-POLICY2] https://lore.kernel.org/r/20171023214058.128121-1-ebiggers3@gmail.com/
[UBIFS-WP] http://www.linux-mtd.infradead.org/doc/ubifs_whitepaper.pdf
diff --git a/Documentation/networking/device_drivers/ethernet/ti/cpsw.rst b/Documentation/networking/device_drivers/ethernet/ti/cpsw.rst
index a88946bd188bae..d3e1304550439d 100644
--- a/Documentation/networking/device_drivers/ethernet/ti/cpsw.rst
+++ b/Documentation/networking/device_drivers/ethernet/ti/cpsw.rst
@@ -268,14 +268,14 @@ Example 1: One port tx AVB configuration scheme for target board
// Run your appropriate tools with socket option "SO_PRIORITY"
// to 3 for class A and/or to 2 for class B
- // (I took at https://www.spinics.net/lists/netdev/msg460869.html)
+ // (I took at https://lore.kernel.org/r/20171017010128.22141-1-vinicius.gomes@intel.com/)
./tsn_talker -d 18:03:73:66:87:42 -i eth0.100 -p3 -s 1500&
./tsn_talker -d 18:03:73:66:87:42 -i eth0.100 -p2 -s 1500&
13) ::
// run your listener on workstation (should be in same vlan)
- // (I took at https://www.spinics.net/lists/netdev/msg460869.html)
+ // (I took at https://lore.kernel.org/r/20171017010128.22141-1-vinicius.gomes@intel.com/)
./tsn_listener -d 18:03:73:66:87:42 -i enp5s0 -s 1500
Receiving data rate: 39012 kbps
Receiving data rate: 39012 kbps
@@ -555,7 +555,7 @@ Example 2: Two port tx AVB configuration scheme for target board
20) ::
// run your listener on workstation (should be in same vlan)
- // (I took at https://www.spinics.net/lists/netdev/msg460869.html)
+ // (I took at https://lore.kernel.org/r/20171017010128.22141-1-vinicius.gomes@intel.com/)
./tsn_listener -d 18:03:73:66:87:42 -i enp5s0 -s 1500
Receiving data rate: 39012 kbps
Receiving data rate: 39012 kbps
diff --git a/Documentation/usb/gadget-testing.rst b/Documentation/usb/gadget-testing.rst
index 1998dc146c56fd..5f90af1fb57321 100644
--- a/Documentation/usb/gadget-testing.rst
+++ b/Documentation/usb/gadget-testing.rst
@@ -874,7 +874,7 @@ where uvc-gadget is this program:
with these patches:
- http://www.spinics.net/lists/linux-usb/msg99220.html
+ https://lore.kernel.org/r/1386675637-18243-1-git-send-email-r.baldyga@samsung.com/
host::
base-commit: d3f825032091fc14c7d5e34bcd54317ae4246903
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: treewide: Replace remaining spinics links with lore
2025-06-11 6:52 [PATCH] Documentation: treewide: Replace remaining spinics links with lore Bagas Sanjaya
@ 2025-06-13 13:07 ` Simon Horman
2025-06-14 3:08 ` Bagas Sanjaya
2025-06-21 20:20 ` Jonathan Corbet
1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2025-06-13 13:07 UTC (permalink / raw)
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 Kleine-König
On Wed, Jun 11, 2025 at 01:52:55PM +0700, Bagas Sanjaya wrote:
> Long before introduction of lore.kernel.org, people would link
> to LKML threads on third-party archives (here spinics.net), which
> in some cases can be unreliable (as these were outside of
> kernel.org control). Replace links to them with lore counterparts
> (if any).
>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/driver-api/gpio/driver.rst | 2 +-
> Documentation/filesystems/ubifs-authentication.rst | 2 +-
> .../networking/device_drivers/ethernet/ti/cpsw.rst | 6 +++---
> Documentation/usb/gadget-testing.rst | 2 +-
Thanks Bagas,
These changes look nice and correct to me.
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: treewide: Replace remaining spinics links with lore
2025-06-13 13:07 ` Simon Horman
@ 2025-06-14 3:08 ` Bagas Sanjaya
2025-06-16 15:03 ` Simon Horman
0 siblings, 1 reply; 5+ messages in thread
From: Bagas Sanjaya @ 2025-06-14 3:08 UTC (permalink / raw)
To: Simon Horman
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 Kleine-König,
Sebastian Andrzej Siewior
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
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
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: treewide: Replace remaining spinics links with lore
2025-06-14 3:08 ` Bagas Sanjaya
@ 2025-06-16 15:03 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2025-06-16 15:03 UTC (permalink / raw)
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 Kleine-König,
Sebastian Andrzej Siewior
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 <horms@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Documentation: treewide: Replace remaining spinics links with lore
2025-06-11 6:52 [PATCH] Documentation: treewide: Replace remaining spinics links with lore Bagas Sanjaya
2025-06-13 13:07 ` Simon Horman
@ 2025-06-21 20:20 ` Jonathan Corbet
1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2025-06-21 20:20 UTC (permalink / raw)
To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Documentation,
Linux GPIO, Linux MTD, Linux Networking, Linux USB
Cc: Linus Walleij, Bartosz Golaszewski, Richard Weinberger,
Zhihao Cheng, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Simon Horman, Greg Kroah-Hartman,
Andrzej Pietrasiewicz, Felipe Balbi, Mauro Carvalho Chehab,
Uwe Kleine-König, Bagas Sanjaya
Bagas Sanjaya <bagasdotme@gmail.com> writes:
> Long before introduction of lore.kernel.org, people would link
> to LKML threads on third-party archives (here spinics.net), which
> in some cases can be unreliable (as these were outside of
> kernel.org control). Replace links to them with lore counterparts
> (if any).
>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/driver-api/gpio/driver.rst | 2 +-
> Documentation/filesystems/ubifs-authentication.rst | 2 +-
> .../networking/device_drivers/ethernet/ti/cpsw.rst | 6 +++---
> Documentation/usb/gadget-testing.rst | 2 +-
> 4 files changed, 6 insertions(+), 6 deletions(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-21 20:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 6:52 [PATCH] Documentation: treewide: Replace remaining spinics links with lore Bagas Sanjaya
2025-06-13 13:07 ` Simon Horman
2025-06-14 3:08 ` Bagas Sanjaya
2025-06-16 15:03 ` Simon Horman
2025-06-21 20:20 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).