lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 30 Nov 2020 10:38:30 +0200
From:   Oded Gabbay <ogabbay@...nel.org>
To:     gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [git pull] habanalabs fixes for 5.10-rc7

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://git@...olite.kernel.org/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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ