RE: [PATCH net] net: lapbether: check register_netdevice_notifier() error in lapbeth_init_driver()

"Jagielski, Jedrzej" <[email protected]> Mon, 3 Aug 2026 11:23:11 +0000
Newsgroups org.kernel.vger.linux-x25,org.kernel.vger.linux-kernel,org.kernel.vger.netdev
Message-ID <PH0PR11MB5902AD4B873E7F99D36A9DB3F0D52@PH0PR11MB5902.namprd11.prod.outlook.com>
From: Minhong He <[email protected]>=20
Sent: Monday, August 3, 2026 11:00 AM

>lapbeth_init_driver() ignores register_netdevice_notifier() errors and
>always returns success, which can leave the module loaded without its
>netdev notifier registered.
>
>Check the error and remove the packet type on failure.
>
>Signed-off-by: Minhong He <[email protected]>


Hi Minhong

why do not gather all the patches into single series, all of them seem
to be doing similar things. that could help to deal with them in more
organized way

I believe also fixes tags might be missing