linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] habanalabs fixes pull request for kernel 5.8-rc7
@ 2020-07-19  6:13 Oded Gabbay
  2020-07-20  8:02 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Oded Gabbay @ 2020-07-19  6:13 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [git pull] habanalabs fixes pull request for kernel 5.8-rc7
  2020-07-19  6:13 [git pull] habanalabs fixes pull request for kernel 5.8-rc7 Oded Gabbay
@ 2020-07-20  8:02 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-07-20  8:02 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: linux-kernel

On Sun, Jul 19, 2020 at 09:13:22AM +0300, Oded Gabbay wrote:
> 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

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-20  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-19  6:13 [git pull] habanalabs fixes pull request for kernel 5.8-rc7 Oded Gabbay
2020-07-20  8:02 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).