]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ena-hibernation-and-rmmod-bug-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2018 23:13:00 +0000 (15:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2018 23:13:00 +0000 (15:13 -0800)
commit7e1d5e09429804291b1901ae9981f4c1ef1512ea
tree7d69b94604c49e503d0a26fc9e40dc6e9b79417e
parentd85a1b8d1493b5f78adef346726ff41fedbac25c
parent029c44e5a3ad2e84925df61490583bfd23cdfe9a
Merge branch 'ena-hibernation-and-rmmod-bug-fixes'

Arthur Kiyanovski says:

====================
net: ena: hibernation and rmmod bug fixes

This patchset includes 2 bug fixes:
1. A fix to a crash during resume from hibernation.
2. A fix to an illegal memory access during driver removal (e.g. during rmmod)
   which might cause a crash in certain systems.

The subminor number in the driver version is also promoted to indicate driver
was changed.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>