]> 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)
commit64f5436316dd4db5348c34860856186c4735f9f8
tree7d69b94604c49e503d0a26fc9e40dc6e9b79417e
parent8bf5605be155720c43192af664f87b7759867662
parent9df823e32cc66d46708f6aa5a0dc6819a0409f8e
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>