On Tue, Apr 23, 2019 at 4:39 AM Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> wrote: > > On Mon, 22 Apr 2019 13:03:43 +0800, crag0715@xxxxxxxxx wrote: > > From: "Crag.Wang" <crag.wang@xxxxxxxx> > > > > Without this patch the socket address family sporadically gets wrong > > value ends up the dev_set_mac_address() fails to set the desired MAC > > address. > > > > Signed-off-by: Crag.Wang <crag.wang@xxxxxxxx> > > Code looks reasonable. This must have been caused by: > > Fixes: 25766271e42f ("r8152: Refresh MAC address during USBDEVFS_RESET") > > which is still in net-next. In the future please make sure you read: > > https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html > > In particular: > > https://www.kernel.org/doc/html/latest/networking/netdev-FAQ.html#q-how-do-i-indicate-which-tree-net-vs-net-next-my-patch-should-be-in > > To assure smooth flow of your patches into the tree :) > > Reviewed-by: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx> > Yes, patch is intended to fix 25766271e42f which is still in net-next. It appears that prefix is desired in the subject. Thanks for sharing the info. Crag