Re: [PATCH v2] net: pxa168_eth: add netconsole support

2018-02-01 Thread David Miller
From: Alexander Monakov Date: Thu, 1 Feb 2018 22:45:17 +0300 (MSK) > This implements ndo_poll_controller callback which is necessary to > enable netconsole. > > Signed-off-by: Alexander Monakov Looks good, applied.

[PATCH v2] net: pxa168_eth: add netconsole support

2018-02-01 Thread Alexander Monakov
This implements ndo_poll_controller callback which is necessary to enable netconsole. Signed-off-by: Alexander Monakov Cc: Russell King Cc: Sebastian Hesselbarth Cc: Florian Fainelli --- Here's the revised patch that performs interrupt disabling correctly as far as I can tell. It's still uncl