public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Oded Gabbay <ogabbay@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] habanalabs fixes for 5.11-rc5
Date: Thu, 21 Jan 2021 21:25:14 +0200	[thread overview]
Message-ID: <20210121192514.GA5598@CORE.localdomain> (raw)

Hi Greg,

This pull request contains three important bug fixes for 5.11-rc5.
One of the fixes prevent a possible host machine crash, another
one prevents random card reset and the third adds a missing
backward compatibility to a uapi. More details are in the tag.

Thanks,
Oded

The following changes since commit cb5c681ab9037e25fcca20689c82cf034566d610:

  intel_th: pci: Add Alder Lake-P support (2021-01-21 18:54:43 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2dc4a6d79168e7e426e8ddf8e7219c9ffd13b2b1:

  habanalabs: disable FW events on device removal (2021-01-21 20:30:22 +0200)

----------------------------------------------------------------
This tag contains the following bug fixes for 5.11-rc5/6:

- Clear the fence field in the PCI counters packet before sending
  the packet to the F/W. Not clearing it might cause the driver
  and F/W to get out-of-sync

- Fix backward compatibility in the uapi of IDLE check that is
  part of the INFO IOCTL.

- Tell the F/W to not access the Host (device outbound) while
  the driver removes the device. If that happens, the server
  might crash.

----------------------------------------------------------------
Oded Gabbay (2):
      habanalabs: fix backward compatibility of idle check
      habanalabs: disable FW events on device removal

Ofir Bitton (1):
      habanalabs: zero pci counters packet before submit to FW

 drivers/misc/habanalabs/common/device.c           | 9 +++++++++
 drivers/misc/habanalabs/common/firmware_if.c      | 5 +++++
 drivers/misc/habanalabs/common/habanalabs_ioctl.c | 2 ++
 3 files changed, 16 insertions(+)

             reply	other threads:[~2021-01-21 19:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 19:25 Oded Gabbay [this message]
2021-01-21 19:39 ` [git pull] habanalabs fixes for 5.11-rc5 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210121192514.GA5598@CORE.localdomain \
    --to=ogabbay@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox