From: Oded Gabbay <oded.gabbay@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] habanalabs fixes for 5.1 rc2/3
Date: Thu, 21 Mar 2019 17:28:16 +0200 [thread overview]
Message-ID: <20190321152816.GA1381@ogabbay-VM> (raw)
Hi Greg,
A couple of important fixes for habanalabs driver:
- Fix host crash upon resume after suspend
- Fix MMU related bugs which result in user's jobs getting stuck
- Fix race between user context cleanup and hard-reset which results in
host crash
- Fix sparse warning
Thanks,
Oded
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
are available in the Git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2019-03-21
for you to fetch changes up to 2198b040b98cfbed62716692a34eb971e0383f93:
habanalabs: cast to expected type (2019-03-03 10:23:29 +0200)
----------------------------------------------------------------
Oded Gabbay (3):
habanalabs: perform accounting for active CS
habanalabs: prevent host crash during suspend/resume
habanalabs: cast to expected type
Omer Shpigelman (4):
habanalabs: fix MMU number of pages calculation
habanalabs: fix bug when mapping very large memory area
habanalabs: complete user context cleanup before hard reset
habanalabs: fix mapping with page size bigger than 4KB
drivers/misc/habanalabs/command_submission.c | 6 +++
drivers/misc/habanalabs/debugfs.c | 7 +--
drivers/misc/habanalabs/device.c | 71 ++++++++++++++++++++++++++--
drivers/misc/habanalabs/goya/goya.c | 65 +------------------------
drivers/misc/habanalabs/habanalabs.h | 21 ++++----
drivers/misc/habanalabs/hw_queue.c | 5 +-
drivers/misc/habanalabs/memory.c | 38 ++++++++-------
drivers/misc/habanalabs/mmu.c | 6 ++-
8 files changed, 117 insertions(+), 102 deletions(-)
next reply other threads:[~2019-03-21 15:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-21 15:28 Oded Gabbay [this message]
2019-03-26 7:53 ` [git pull] habanalabs fixes for 5.1 rc2/3 Greg KH
2019-03-26 7:54 ` Oded Gabbay
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=20190321152816.GA1381@ogabbay-VM \
--to=oded.gabbay@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.