Re: [PATCH net 2/2] ppp: ppp_synctty: simplify tty disc_data access

From: Eric Dumazet

Date: Fri Aug 28 2026 - 10:36:35 EST


On Fri, Aug 28, 2026 at 9:33 AM Qingfang Deng <qingfang.deng@xxxxxxxxx> wrote:
>
> Apply the same simplification as the preceding ppp_async change.
>
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Reported-by: syzbot+b503105c2410c3433459@xxxxxxxxxxxxxxxxxxxxxxxxx
> Closes: https://syzbot.org/bug?extid=b503105c2410c3433459
> Signed-off-by: Qingfang Deng <qingfang.deng@xxxxxxxxx>
> ---
> drivers/net/ppp/ppp_synctty.c | 83 +++--------------------------------
> 1 file changed, 7 insertions(+), 76 deletions(-)

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>

Thanks!