On 03/24/2017 06:16 PM, Joao Pinto wrote: > This patch set contains two fixes for problems I detected when ran the driver > in single queue mode. > > Please test in your setups to check if you get better results. > > Joao Pinto (2): > net: stmmac: fix netdev release > net: stmmac: fix number of tx queues in stmmac_poll > > drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 18 +++++++++++------- > 1 file changed, 11 insertions(+), 7 deletions(-) >
Hello Joao, I think that it would be helpful if these commit messages were a little more elaborate. Both of these commit messages just say "fixes kernel crash". Please include the relevant part of the stack trace so that others will know if the bug you are fixing is the same as theirs. Regards, Niklas