Re: [PATCH net] felix: Fix initialization of ioremap resources

2020-05-22 Thread David Miller
From: Claudiu Manoil Date: Fri, 22 May 2020 11:54:34 +0300 > The caller of devm_ioremap_resource(), either accidentally > or by wrong assumption, is writing back derived resource data > to global static resource initialization tables that should > have been constant. Meaning that after it comput

Re: [PATCH net] felix: Fix initialization of ioremap resources

2020-05-22 Thread Vladimir Oltean
On Fri, 22 May 2020 at 11:55, Claudiu Manoil wrote: > > The caller of devm_ioremap_resource(), either accidentally > or by wrong assumption, is writing back derived resource data > to global static resource initialization tables that should > have been constant. Meaning that after it computes the

[PATCH net] felix: Fix initialization of ioremap resources

2020-05-22 Thread Claudiu Manoil
The caller of devm_ioremap_resource(), either accidentally or by wrong assumption, is writing back derived resource data to global static resource initialization tables that should have been constant. Meaning that after it computes the final physical start address it saves the address for no reaso