[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <565CE0A3.2010403@cumulusnetworks.com>
Date: Tue, 1 Dec 2015 00:49:55 +0100
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
To: Akinobu Mita <akinobu.mita@...il.com>,
Nikolay Aleksandrov <razor@...ckwall.org>
Cc: LKML <linux-kernel@...r.kernel.org>, shm@...ulusnetworks.com,
gospo@...ulusnetworks.com, roopa@...ulusnetworks.com,
dsa@...ulusnetworks.com, "David S. Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: add support for netdev notifier error injection
On 12/01/2015 12:48 AM, Akinobu Mita wrote:
> 2015-11-28 21:45 GMT+09:00 Nikolay Aleksandrov <razor@...ckwall.org>:
>> From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
>>
>> 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 injecting
>> a custom module, but now this infrastructure makes it trivial to test
>> these failure paths. Some of the recent bugs I fixed were found using
>> this module.
>> Here's an example:
>> $ cd /sys/kernel/debug/notifier-error-inject/netdev
>> $ echo -22 > actions/NETDEV_CHANGEMTU/error
>> $ ip link set eth0 mtu 1024
>> RTNETLINK answers: Invalid argument
>
> This patch looks good to me. It would be nice if you add tools like
> tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh for this feature.
>
Thanks for reviewing and noted. I'll take a look and make some tests.
Do you mind if I post it as a follow-up ?
Cheers,
Nik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists