linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] habanalabs fixes pull request for kernel 5.8-rc2
@ 2020-06-24 11:55 Oded Gabbay
  2020-06-26 13:48 ` Oded Gabbay
  2020-06-26 15:24 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Oded Gabbay @ 2020-06-24 11:55 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Hello Greg,

This pull request contains important bug fixes for the GAUDI code that was
just merged. Details are in the tag message below.

Thanks,
Oded

The following changes since commit 8c289ea064165237891a7b4be77b74d5cba8fa99:

  mei: me: add tiger lake point device ids for H platforms. (2020-06-23 07:55:47 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ce04326edd59d7902d7ef3a9d853864096e0cd1a:

  habanalabs: increase h/w timer when checking idle (2020-06-24 12:35:23 +0300)

----------------------------------------------------------------
This tag contains the following fixes for kernel 5.8-rc2:

- close security hole in GAUDI command buffer parsing by blocking an
  instruction that might allow user to run command buffer that wasn't
  parsed on a secured engine.

- Fix bug in GAUDI MMU cache invalidation code.

- Rename a function to resolve conflict with a static inline function in
  arch/m68k/include/asm/mcfmmu.h

- Increase watchdog timeout of GAUDI QMAN arbitration H/W to prevent false
  reports on timeouts

- Fix bug of dereferencing NULL pointer when an error occurs during command
  submission

- Increase H/W timer for checking if PDMA engine is IDLE in GAUDI.

----------------------------------------------------------------
Oded Gabbay (3):
      habanalabs: block scalar load_and_exe on external queue
      habanalabs: rename mmu_write() to mmu_asid_va_write()
      habanalabs: increase GAUDI QMAN ARB WDT timeout

Ofir Bitton (1):
      habanalabs: Correct handling when failing to enqueue CB

Omer Shpigelman (2):
      habanalabs: use PI in MMU cache invalidation
      habanalabs: increase h/w timer when checking idle

 drivers/misc/habanalabs/command_submission.c       | 13 ++++++++
 drivers/misc/habanalabs/debugfs.c                  |  4 +--
 drivers/misc/habanalabs/gaudi/gaudi.c              | 37 ++++++++++++++++++++--
 drivers/misc/habanalabs/gaudi/gaudiP.h             |  3 ++
 .../misc/habanalabs/include/gaudi/gaudi_packets.h  |  3 ++
 5 files changed, 56 insertions(+), 4 deletions(-)

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

* Re: [git pull] habanalabs fixes pull request for kernel 5.8-rc2
  2020-06-24 11:55 [git pull] habanalabs fixes pull request for kernel 5.8-rc2 Oded Gabbay
@ 2020-06-26 13:48 ` Oded Gabbay
  2020-06-26 14:06   ` Greg Kroah-Hartman
  2020-06-26 15:24 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Oded Gabbay @ 2020-06-26 13:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux-Kernel@Vger. Kernel. Org

Hi Greg,
Pinging you about this pull request to merge for -rc3
Thanks,
Oded

On Wed, Jun 24, 2020 at 1:49 PM Oded Gabbay <oded.gabbay@gmail.com> wrote:
>
> Hello Greg,
>
> This pull request contains important bug fixes for the GAUDI code that was
> just merged. Details are in the tag message below.
>
> Thanks,
> Oded
>
> The following changes since commit 8c289ea064165237891a7b4be77b74d5cba8fa99:
>
>   mei: me: add tiger lake point device ids for H platforms. (2020-06-23 07:55:47 +0200)
>
> are available in the Git repository at:
>
>   git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2020-06-24
>
> for you to fetch changes up to ce04326edd59d7902d7ef3a9d853864096e0cd1a:
>
>   habanalabs: increase h/w timer when checking idle (2020-06-24 12:35:23 +0300)
>
> ----------------------------------------------------------------
> This tag contains the following fixes for kernel 5.8-rc2:
>
> - close security hole in GAUDI command buffer parsing by blocking an
>   instruction that might allow user to run command buffer that wasn't
>   parsed on a secured engine.
>
> - Fix bug in GAUDI MMU cache invalidation code.
>
> - Rename a function to resolve conflict with a static inline function in
>   arch/m68k/include/asm/mcfmmu.h
>
> - Increase watchdog timeout of GAUDI QMAN arbitration H/W to prevent false
>   reports on timeouts
>
> - Fix bug of dereferencing NULL pointer when an error occurs during command
>   submission
>
> - Increase H/W timer for checking if PDMA engine is IDLE in GAUDI.
>
> ----------------------------------------------------------------
> Oded Gabbay (3):
>       habanalabs: block scalar load_and_exe on external queue
>       habanalabs: rename mmu_write() to mmu_asid_va_write()
>       habanalabs: increase GAUDI QMAN ARB WDT timeout
>
> Ofir Bitton (1):
>       habanalabs: Correct handling when failing to enqueue CB
>
> Omer Shpigelman (2):
>       habanalabs: use PI in MMU cache invalidation
>       habanalabs: increase h/w timer when checking idle
>
>  drivers/misc/habanalabs/command_submission.c       | 13 ++++++++
>  drivers/misc/habanalabs/debugfs.c                  |  4 +--
>  drivers/misc/habanalabs/gaudi/gaudi.c              | 37 ++++++++++++++++++++--
>  drivers/misc/habanalabs/gaudi/gaudiP.h             |  3 ++
>  .../misc/habanalabs/include/gaudi/gaudi_packets.h  |  3 ++
>  5 files changed, 56 insertions(+), 4 deletions(-)

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

* Re: [git pull] habanalabs fixes pull request for kernel 5.8-rc2
  2020-06-26 13:48 ` Oded Gabbay
@ 2020-06-26 14:06   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-26 14:06 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: Linux-Kernel@Vger. Kernel. Org

On Fri, Jun 26, 2020 at 04:48:45PM +0300, Oded Gabbay wrote:
> Hi Greg,
> Pinging you about this pull request to merge for -rc3

Patience...


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

* Re: [git pull] habanalabs fixes pull request for kernel 5.8-rc2
  2020-06-24 11:55 [git pull] habanalabs fixes pull request for kernel 5.8-rc2 Oded Gabbay
  2020-06-26 13:48 ` Oded Gabbay
@ 2020-06-26 15:24 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2020-06-26 15:24 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: linux-kernel

On Wed, Jun 24, 2020 at 02:55:39PM +0300, Oded Gabbay wrote:
> Hello Greg,
> 
> This pull request contains important bug fixes for the GAUDI code that was
> just merged. Details are in the tag message below.
> 
> Thanks,
> Oded
> 
> The following changes since commit 8c289ea064165237891a7b4be77b74d5cba8fa99:
> 
>   mei: me: add tiger lake point device ids for H platforms. (2020-06-23 07:55:47 +0200)
> 
> are available in the Git repository at:
> 
>   git://people.freedesktop.org/~gabbayo/linux tags/misc-habanalabs-fixes-2020-06-24

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2020-06-26 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 11:55 [git pull] habanalabs fixes pull request for kernel 5.8-rc2 Oded Gabbay
2020-06-26 13:48 ` Oded Gabbay
2020-06-26 14:06   ` Greg Kroah-Hartman
2020-06-26 15:24 ` 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).