public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2] ppp: update Kconfig help message
@ 2026-04-02  5:00 Qingfang Deng
  2026-04-02  6:04 ` Jaco Kroon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Qingfang Deng @ 2026-04-02  5:00 UTC (permalink / raw)
  To: linux-ppp, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Qingfang Deng, Julian Braha,
	Eric Biggers, netdev, linux-kernel
  Cc: Paul Mackerras, Dianne Skoll, Jaco Kroon, James Carlson

Both links of the PPPoE section are no longer valid, and the CVS version
is no longer relevant.

- Replace the TLDP URL with the pppd project homepage.
- Update pppd version requirement for PPPoE.
- Update RP-PPPoE project homepage, and clarify that it's only needed
  for server mode.

Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
---
v2:
 - replace TLDP URL with pppd homepage
 - update pppd version requirement
 - document that rp-pppoe is only required for server
 https://lore.kernel.org/netdev/20260331033303.5664-1-dqfext@gmail.com/

 drivers/net/ppp/Kconfig | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/drivers/net/ppp/Kconfig b/drivers/net/ppp/Kconfig
index f57fba84fe55..753354b4e36c 100644
--- a/drivers/net/ppp/Kconfig
+++ b/drivers/net/ppp/Kconfig
@@ -13,10 +13,9 @@ config PPP
 	  otherwise you can't use it; most Internet access providers these
 	  days support PPP rather than SLIP.
 
-	  To use PPP, you need an additional program called pppd as described
-	  in the PPP-HOWTO, available at
-	  <http://www.tldp.org/docs.html#howto>.  Make sure that you have
-	  the version of pppd recommended in <file:Documentation/Changes>.
+	  To use PPP, you need an additional program called pppd, available at
+	  <https://ppp.samba.org>.  Make sure that you have the version of pppd
+	  recommended in <file:Documentation/Changes>.
 	  The PPP option enlarges your kernel by about 16 KB.
 
 	  There are actually two versions of PPP: the traditional PPP for
@@ -116,11 +115,10 @@ config PPPOE
 	help
 	  Support for PPP over Ethernet.
 
-	  This driver requires the latest version of pppd from the CVS
-	  repository at cvs.samba.org.  Alternatively, see the
-	  RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
-	  which contains instruction on how to use this driver (under
-	  the heading "Kernel mode PPPoE").
+	  To work in client mode, pppd version 2.4.2 or later is required.
+	  To work in server mode, the pppoe-server command from the RP-PPPoE
+	  package is also required, available at
+	  <https://dianne.skoll.ca/projects/rp-pppoe/>.
 
 choice
 	prompt "Number of PPPoE hash bits"
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] ppp: update Kconfig help message
  2026-04-02  5:00 [PATCH net-next v2] ppp: update Kconfig help message Qingfang Deng
@ 2026-04-02  6:04 ` Jaco Kroon
  2026-04-02 14:43 ` Julian Braha
  2026-04-03 23:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Jaco Kroon @ 2026-04-02  6:04 UTC (permalink / raw)
  To: Qingfang Deng, linux-ppp, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Julian Braha,
	Eric Biggers, netdev, linux-kernel
  Cc: Paul Mackerras, Dianne Skoll, James Carlson

Hi,

On 2026/04/02 07:00, Qingfang Deng wrote:
> Both links of the PPPoE section are no longer valid, and the CVS version
> is no longer relevant.
>
> - Replace the TLDP URL with the pppd project homepage.
> - Update pppd version requirement for PPPoE.
> - Update RP-PPPoE project homepage, and clarify that it's only needed
>    for server mode.
>
> Signed-off-by: Qingfang Deng <qingfang.deng@linux.dev>
FWIW:  Acked-by: Jaco Kroon <jaco@uls.co.za>

Looks good to me.

> ---
> v2:
>   - replace TLDP URL with pppd homepage
>   - update pppd version requirement
>   - document that rp-pppoe is only required for server
>   https://lore.kernel.org/netdev/20260331033303.5664-1-dqfext@gmail.com/
>
>   drivers/net/ppp/Kconfig | 16 +++++++---------
>   1 file changed, 7 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/net/ppp/Kconfig b/drivers/net/ppp/Kconfig
> index f57fba84fe55..753354b4e36c 100644
> --- a/drivers/net/ppp/Kconfig
> +++ b/drivers/net/ppp/Kconfig
> @@ -13,10 +13,9 @@ config PPP
>   	  otherwise you can't use it; most Internet access providers these
>   	  days support PPP rather than SLIP.
>   
> -	  To use PPP, you need an additional program called pppd as described
> -	  in the PPP-HOWTO, available at
> -	  <http://www.tldp.org/docs.html#howto>.  Make sure that you have
> -	  the version of pppd recommended in <file:Documentation/Changes>.
> +	  To use PPP, you need an additional program called pppd, available at
> +	  <https://ppp.samba.org>.  Make sure that you have the version of pppd
> +	  recommended in <file:Documentation/Changes>.
>   	  The PPP option enlarges your kernel by about 16 KB.
>   
>   	  There are actually two versions of PPP: the traditional PPP for
> @@ -116,11 +115,10 @@ config PPPOE
>   	help
>   	  Support for PPP over Ethernet.
>   
> -	  This driver requires the latest version of pppd from the CVS
> -	  repository at cvs.samba.org.  Alternatively, see the
> -	  RoaringPenguin package (<http://www.roaringpenguin.com/pppoe>)
> -	  which contains instruction on how to use this driver (under
> -	  the heading "Kernel mode PPPoE").
> +	  To work in client mode, pppd version 2.4.2 or later is required.
> +	  To work in server mode, the pppoe-server command from the RP-PPPoE
> +	  package is also required, available at
> +	  <https://dianne.skoll.ca/projects/rp-pppoe/>.
>   
>   choice
>   	prompt "Number of PPPoE hash bits"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] ppp: update Kconfig help message
  2026-04-02  5:00 [PATCH net-next v2] ppp: update Kconfig help message Qingfang Deng
  2026-04-02  6:04 ` Jaco Kroon
@ 2026-04-02 14:43 ` Julian Braha
  2026-04-03 23:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: Julian Braha @ 2026-04-02 14:43 UTC (permalink / raw)
  To: Qingfang Deng, linux-ppp, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Eric Biggers, netdev,
	linux-kernel
  Cc: Paul Mackerras, Dianne Skoll, Jaco Kroon, James Carlson

I didn't realize there were dead links in the Kconfig help texts.
I've added a check for this to kconfirm and found many more instances!
In most cases, I'm not the right person to be replacing these links;
I'll send out a message soon to the mailing list with what's been
detected. Thanks for the inspiration, Qingfang!

Also, LGTM, so:
Reviewed-by: Julian Braha <julianbraha@gmail.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH net-next v2] ppp: update Kconfig help message
  2026-04-02  5:00 [PATCH net-next v2] ppp: update Kconfig help message Qingfang Deng
  2026-04-02  6:04 ` Jaco Kroon
  2026-04-02 14:43 ` Julian Braha
@ 2026-04-03 23:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-04-03 23:10 UTC (permalink / raw)
  To: Qingfang Deng
  Cc: linux-ppp, andrew+netdev, davem, edumazet, kuba, pabeni,
	julianbraha, ebiggers, netdev, linux-kernel, paulus, dianne, jaco,
	carlsonj

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  2 Apr 2026 13:00:50 +0800 you wrote:
> Both links of the PPPoE section are no longer valid, and the CVS version
> is no longer relevant.
> 
> - Replace the TLDP URL with the pppd project homepage.
> - Update pppd version requirement for PPPoE.
> - Update RP-PPPoE project homepage, and clarify that it's only needed
>   for server mode.
> 
> [...]

Here is the summary with links:
  - [net-next,v2] ppp: update Kconfig help message
    https://git.kernel.org/netdev/net-next/c/779fae61a3c8

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-03 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02  5:00 [PATCH net-next v2] ppp: update Kconfig help message Qingfang Deng
2026-04-02  6:04 ` Jaco Kroon
2026-04-02 14:43 ` Julian Braha
2026-04-03 23:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox