Re: [PATCH] net: add support for netdev notifier error injection

2015-12-01 Thread David Miller
From: Nikolay Aleksandrov Date: Sat, 28 Nov 2015 13:45:28 +0100 > From: Nikolay Aleksandrov > > This module allows to insert errors in some of netdevice's notifier > events. All network drivers use these notifiers to signal various events > and to check if they are allowed, e.g. PRECHANGEMTU an

Re: [PATCH] net: add support for netdev notifier error injection

2015-11-30 Thread Nikolay Aleksandrov
On 12/01/2015 12:48 AM, Akinobu Mita wrote: > 2015-11-28 21:45 GMT+09:00 Nikolay Aleksandrov : >> From: Nikolay Aleksandrov >> >> This module allows to insert errors in some of netdevice's notifier >> events. All network drivers use these notifiers to signal various events >> and to check if they

Re: [PATCH] net: add support for netdev notifier error injection

2015-11-30 Thread Akinobu Mita
2015-11-28 21:45 GMT+09:00 Nikolay Aleksandrov : > From: Nikolay Aleksandrov > > This module allows to insert errors in some of netdevice's notifier > events. All network drivers use these notifiers to signal various events > and to check if they are allowed, e.g. PRECHANGEMTU and CHANGEMTU > afte

[PATCH] net: add support for netdev notifier error injection

2015-11-28 Thread Nikolay Aleksandrov
From: Nikolay Aleksandrov This module allows to insert errors in some of netdevice's notifier events. All network drivers use these notifiers to signal various events and to check if they are allowed, e.g. PRECHANGEMTU and CHANGEMTU afterwards. Until recently I had to run failure tests by injecti