Re: [PATCH 0/5] net: mvpp2: fixes and cleanups

2017-06-08 Thread David Miller
From: Thomas Petazzoni Date: Thu, 8 Jun 2017 17:27:22 +0200 > Here is a small set of fixes/improvements for the mvpp2 driver. > > The first two patches are fixes: they fix bogus usage of > smp_processor_id() in a migration-enabled context. Indeed currently > the driver outputs some fat warnings

[PATCH 0/5] net: mvpp2: fixes and cleanups

2017-06-08 Thread Thomas Petazzoni
Hello, Here is a small set of fixes/improvements for the mvpp2 driver. The first two patches are fixes: they fix bogus usage of smp_processor_id() in a migration-enabled context. Indeed currently the driver outputs some fat warnings in CONFIG_DEBUG_PREEMPT-enabled kernels. Therefore, some fixes s