From: Tonghao Zhang
Date: Tue, 25 Jul 2017 10:43:26 +0800
> One question, this type bugfix will be applied to net-next ?
'net' is periodically merged into 'net-next', so yes.
One question, this type bugfix will be applied to net-next ?
> On Jul 25, 2017, at 4:45 AM, David Miller wrote:
>
>>
>> There is some codes of tun/tap module which did not check the return
>> value of register_netdevice_notifier. Add the check now.
>>
>> Signed-off-by: Tonghao Zhang
>
> Appli
From: Tonghao Zhang
Date: Thu, 20 Jul 2017 02:41:34 -0700
> There is some codes of tun/tap module which did not check the return
> value of register_netdevice_notifier. Add the check now.
>
> Signed-off-by: Tonghao Zhang
Applied.
There is some codes of tun/tap module which did not check the return
value of register_netdevice_notifier. Add the check now.
Signed-off-by: Tonghao Zhang
---
drivers/net/tun.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
ind