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]
Message-ID: <20210929093039.GA108003@ogabbay-vm2.habana-labs.com>
Date:   Wed, 29 Sep 2021 12:30:39 +0300
From:   Oded Gabbay <ogabbay@...nel.org>
To:     gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [git pull] habanalabs fixes for 5.15-rc4

Hi Greg,

One important fix for the habanalabs driver for 5.15.
It fixes an issue where we return -EINTR in the IOCTL that waits
on command submission completion, and the user-space will try
to immediately call that IOCTL again with the same
arguments structure it used in the previous call. More details
in the commit itself.

Thanks,
Oded

The following changes since commit bb8a4fcb2136508224c596a7e665bdba1d7c3c27:

  ipack: ipoctal: fix module reference leak (2021-09-27 17:38:49 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-fixes-2021-09-29

for you to fetch changes up to 4ca57d5139a0be3cf76c1667a4c0afb16d4a3b02:

  habanalabs: fix resetting args in wait for CS IOCTL (2021-09-29 12:18:48 +0300)

----------------------------------------------------------------
This tag contains the following fix for 5.15-rc4:

- Prevent memset of ioctl arguments in case driver returns -EINTR

----------------------------------------------------------------
Rajaravi Krishna Katta (1):
      habanalabs: fix resetting args in wait for CS IOCTL

 .../misc/habanalabs/common/command_submission.c    | 33 +++++++++++++---------
 include/uapi/misc/habanalabs.h                     |  6 ++--
 2 files changed, 21 insertions(+), 18 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ