Hello Greg, This pull request contains two memory leak bug fixes for 5.10-rc7. Details are in the tag.
Thanks, Oded The following changes since commit f0992098cadb4c9c6a00703b66cafe604e178fea: speakup: Reject setting the speakup line discipline outside of speakup (2020-11-30 09:20:32 +0100) are available in the Git repository at: ssh://[email protected]/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-fixes-2020-11-30 for you to fetch changes up to 5555b7c56bdec7a29c789fec27f84d40f52fbdfa: habanalabs: put devices before driver removal (2020-11-30 10:30:16 +0200) ---------------------------------------------------------------- This tag contains two bug fixes for v5.10-rc7: - Memory leak every time a user closes the file-descriptor of the device. The driver didn't always free all the VA range structures it maintains per user. - Memory leak every time the driver was removed. The device structure was not "put" at the device's teardown function in the driver. ---------------------------------------------------------------- Ofir Bitton (2): habanalabs: free host huge va_range if not used habanalabs: put devices before driver removal drivers/misc/habanalabs/common/device.c | 16 ++++++++-------- drivers/misc/habanalabs/common/memory.c | 1 + 2 files changed, 9 insertions(+), 8 deletions(-)

