public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.8-rc7
Date: Sun, 19 Jul 2020 09:13:22 +0300	[thread overview]
Message-ID: <20200719061322.GA31592@ogabbay-VM> (raw)

Hello Greg,

This pull request is for 5.8-rc7 and it contains an important bug fix for
possible out-of-bounds access error.

Details are in the tag message below.

Thanks,
Oded

The following changes since commit b279b1fe5799cf653de3822ca253f5d21639d90a:

  Merge tag 'misc-habanalabs-fixes-2020-07-10' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus (2020-07-17 11:56:58 +0200)

are available in the Git repository at:

  git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2020-07-19

for you to fetch changes up to cea7a0449ea3fa4883bf5dc8397f000d6b67d6cd:

  habanalabs: prevent possible out-of-bounds array access (2020-07-19 08:15:36 +0300)

----------------------------------------------------------------
This tag contains a single bug fix for 5.8-rc7:

- Check that an index is in valid range before using it to access an
  array. The index is received from the user. This is to prevent a
  possible out-of-bounds access error.

----------------------------------------------------------------
Oded Gabbay (1):
      habanalabs: prevent possible out-of-bounds array access

 drivers/misc/habanalabs/command_submission.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

             reply	other threads:[~2020-07-19  6:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19  6:13 Oded Gabbay [this message]
2020-07-20  8:02 ` [git pull] habanalabs fixes pull request for kernel 5.8-rc7 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=20200719061322.GA31592@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