From: Oded Gabbay <oded.gabbay@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] habanalabs fixes pull request for kernel 5.9-rc2/3
Date: Sat, 22 Aug 2020 13:12:50 +0300 [thread overview]
Message-ID: <20200822101250.GA16935@ogabbay-VM> (raw)
Hello Greg,
This is the pull request for habanalabs driver fixes for 5.9-rc2/3.
Mostly security fixes but also some functionality fixes. More details are
in the tag.
Thanks,
Oded
The following changes since commit 51072c0f5b5e98a035c6f63b83ba2afedbb7accd:
mei: hdcp: fix mei_hdcp_verify_mprime() input parameter (2020-08-18 15:39:38 +0200)
are available in the Git repository at:
git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2020-08-22
for you to fetch changes up to 5aba368893c0d9e275f4b823e053fd16155f63b9:
habanalabs: correctly report inbound pci region cfg error (2020-08-22 12:47:58 +0300)
----------------------------------------------------------------
This tag contains the following bug fixes for 5.9-rc2/3:
- Correct cleanup of PCI bar mapping in case of failure during
initialization.
- Several security fixes:
- Validating user addresses before mapping them
- Validating packet id (from user) before using it as index for array.
- Validating F/W file size before coping it.
- Prevent possible overflow when validating address from user in
profiler.
- Validate queue index (from user) before using it as index for array.
- Check for correct vmalloc return code
- Fix memory corruption in debugfs entry
- Fix a loop in gaudi_extract_ecc_info()
- Fix the set clock gating function in gaudi code
- Set maximum power to F/W according to the card type
- Cix incorrect check on failed workqueue create
- Correctly report error when configuring the PCI controller
----------------------------------------------------------------
Colin Ian King (1):
habanalabs: fix incorrect check on failed workqueue create
Dan Carpenter (2):
habanalabs: Fix memory corruption in debugfs
habanalabs: Fix a loop in gaudi_extract_ecc_info()
Oded Gabbay (1):
habanalabs: set max power according to card type
Ofir Bitton (9):
habanalabs: unmap PCI bars upon iATU failure
habanalabs: Validate user address before mapping
habanalabs: validate packet id during CB parse
habanalabs: verify user input in cs_ioctl_signal_wait
habanalabs: set clock gating according to mask
habanalabs: proper handling of alloc size in coresight
habanalabs: validate FW file size
habanalabs: check correct vmalloc return code
habanalabs: correctly report inbound pci region cfg error
drivers/misc/habanalabs/common/command_buffer.c | 16 +++-
.../misc/habanalabs/common/command_submission.c | 8 ++
drivers/misc/habanalabs/common/debugfs.c | 8 +-
drivers/misc/habanalabs/common/device.c | 9 ++-
drivers/misc/habanalabs/common/firmware_if.c | 9 +++
drivers/misc/habanalabs/common/habanalabs.h | 7 +-
drivers/misc/habanalabs/common/memory.c | 9 ++-
drivers/misc/habanalabs/common/mmu.c | 2 +-
drivers/misc/habanalabs/common/pci.c | 8 +-
drivers/misc/habanalabs/common/sysfs.c | 7 +-
drivers/misc/habanalabs/gaudi/gaudi.c | 92 ++++++++++++++++------
drivers/misc/habanalabs/gaudi/gaudiP.h | 3 +-
drivers/misc/habanalabs/gaudi/gaudi_coresight.c | 8 +-
drivers/misc/habanalabs/goya/goya.c | 31 ++++++++
drivers/misc/habanalabs/goya/goya_coresight.c | 8 +-
15 files changed, 178 insertions(+), 47 deletions(-)
next reply other threads:[~2020-08-22 10:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-22 10:12 Oded Gabbay [this message]
2020-08-23 11:21 ` [git pull] habanalabs fixes pull request for kernel 5.9-rc2/3 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=20200822101250.GA16935@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox