Documentation: treewide: Replace remaining spinics links with lore
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 11 Jun 2025 06:52:55 +0000 (13:52 +0700)
committerJonathan Corbet <corbet@lwn.net>
Sat, 21 Jun 2025 20:20:51 +0000 (14:20 -0600)
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>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250611065254.36608-2-bagasdotme@gmail.com
Documentation/driver-api/gpio/driver.rst
Documentation/filesystems/ubifs-authentication.rst
Documentation/networking/device_drivers/ethernet/ti/cpsw.rst
Documentation/usb/gadget-testing.rst

index ae433261e11a061e680d29b6dbeaf8960e882ff0..85d86f92c41ba739b2af6e814948ea680343e35c 100644 (file)
@@ -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
 
index 3d85ee88719a6c00fc5985555fed050522fe3905..106bb9c056f611e6c31f3d2ccffa6200072d6927 100644 (file)
@@ -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
index a88946bd188baedb184a56e40ef9ac35abc246b2..d3e1304550439df8e0e070b65ef76b2d8d769a51 100644 (file)
@@ -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
index 1998dc146c56fdf3fdfc822202e7f34d2a208b80..5f90af1fb5732180d0a9fe34846583eb04588837 100644 (file)
@@ -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::