Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'seg6-fix-typos-in-comments-within-the-srv6-subsystem'

Andrea Mayer says:

====================
seg6: fix typos in comments within the SRv6 subsystem

In this patchset, we correct some typos found both in the SRv6 Endpoints
implementation (i.e., seg6local) and in some SRv6 selftests, using
codespell.
====================

Link: https://patch.msgid.link/20250629171226.4988-1-andrea.mayer@uniroma2.it
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+5 -5
+1 -1
net/ipv6/seg6_local.c
··· 2087 2087 static int seg6_chk_next_csid_cfg(__u8 block_len, __u8 func_len) 2088 2088 { 2089 2089 /* Locator-Block and Locator-Node Function cannot exceed 128 bits 2090 - * (i.e. C-SID container lenghts). 2090 + * (i.e. C-SID container length). 2091 2091 */ 2092 2092 if (next_csid_chk_cntr_bits(block_len, func_len)) 2093 2093 return -EINVAL;
+1 -1
tools/testing/selftests/net/srv6_end_next_csid_l3vpn_test.sh
··· 594 594 dev "${DUMMY_DEVNAME}" 595 595 596 596 # all SIDs for VPNs start with a common locator. Routes and SRv6 597 - # Endpoint behavior instaces are grouped together in the 'localsid' 597 + # Endpoint behavior instances are grouped together in the 'localsid' 598 598 # table. 599 599 ip -netns "${nsname}" -6 rule \ 600 600 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_end_x_next_csid_l3vpn_test.sh
··· 681 681 set_underlay_sids_reachability "${rt}" "${rt_neighs}" 682 682 683 683 # all SIDs for VPNs start with a common locator. Routes and SRv6 684 - # Endpoint behavior instaces are grouped together in the 'localsid' 684 + # Endpoint behavior instances are grouped together in the 'localsid' 685 685 # table. 686 686 ip -netns "${nsname}" -6 rule \ 687 687 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_hencap_red_l3vpn_test.sh
··· 395 395 dev "${VRF_DEVNAME}" 396 396 397 397 # all SIDs for VPNs start with a common locator. Routes and SRv6 398 - # Endpoint behavior instaces are grouped together in the 'localsid' 398 + # Endpoint behavior instances are grouped together in the 'localsid' 399 399 # table. 400 400 ip -netns "${nsname}" -6 rule \ 401 401 add to "${VPN_LOCATOR_SERVICE}::/16" \
+1 -1
tools/testing/selftests/net/srv6_hl2encap_red_l2vpn_test.sh
··· 343 343 encap seg6local action End dev "${DUMMY_DEVNAME}" 344 344 345 345 # all SIDs for VPNs start with a common locator. Routes and SRv6 346 - # Endpoint behaviors instaces are grouped together in the 'localsid' 346 + # Endpoint behaviors instances are grouped together in the 'localsid' 347 347 # table. 348 348 ip -netns "${nsname}" -6 rule add \ 349 349 to "${VPN_LOCATOR_SERVICE}::/16" \