linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull v2] habanalabs fixes for 5.2-rc2/3
@ 2019-05-24 19:49 Oded Gabbay
  2019-05-31 16:08 ` Oded Gabbay
  2019-05-31 16:21 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Oded Gabbay @ 2019-05-24 19:49 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

Hi Greg,

This is the pull request containing fixes for 5.2-rc2/3. It is now
correctly rebased on your char-misc-linux branch.

It supersedes the pull request from 12/5, so you can discard that pull
request, as I see you didn't merge it anyway.

It contains 3 fixes and 1 change to a new IOCTL that was introduced to
kernel 5.2 in the previous pull requests.

See the tag comment for more details.

Thanks,
Oded

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8d45f1de3994c566cb5ce9b3cb07ff1518e68ddb:

  habanalabs: Avoid using a non-initialized MMU cache mutex (2019-05-24 22:46:15 +0300)

----------------------------------------------------------------
This tag contains the following fixes:

- Halt debug engines when user process closes the FD. We can't allow the
  device to issue transactions for a user which doesn't exists anymore.

- Fix various security holes in debugfs API.

- Add a new opcode to the DEBUG IOCTL API. The opcode is designed
  for setting the device into and out of debug mode. Although not a fix
  per-se, because this is a new IOCTL which is upstreamed in kernel 5.2, I
  think this is justified at this point because we won't be able to change
  the API later.

- Fix a bug where the code used an uninitialized mutex

----------------------------------------------------------------
Jann Horn (1):
      habanalabs: fix debugfs code

Oded Gabbay (1):
      uapi/habanalabs: add opcode for enable/disable device debug mode

Omer Shpigelman (1):
      habanalabs: halt debug engines on user process close

Tomer Tayar (1):
      habanalabs: Avoid using a non-initialized MMU cache mutex

 drivers/misc/habanalabs/context.c             |  6 +++
 drivers/misc/habanalabs/debugfs.c             | 60 ++++++++-------------------
 drivers/misc/habanalabs/device.c              |  2 +
 drivers/misc/habanalabs/goya/goya.c           |  3 +-
 drivers/misc/habanalabs/goya/goyaP.h          |  1 +
 drivers/misc/habanalabs/goya/goya_coresight.c | 17 ++++++++
 drivers/misc/habanalabs/habanalabs.h          |  2 +
 drivers/misc/habanalabs/mmu.c                 |  8 +---
 include/uapi/misc/habanalabs.h                | 22 +++++++++-
 9 files changed, 69 insertions(+), 52 deletions(-)

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

* Re: [git pull v2] habanalabs fixes for 5.2-rc2/3
  2019-05-24 19:49 [git pull v2] habanalabs fixes for 5.2-rc2/3 Oded Gabbay
@ 2019-05-31 16:08 ` Oded Gabbay
  2019-05-31 16:20   ` Greg Kroah-Hartman
  2019-05-31 16:21 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Oded Gabbay @ 2019-05-31 16:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux-Kernel@Vger. Kernel. Org

On Fri, May 24, 2019 at 10:49 PM Oded Gabbay <oded.gabbay@gmail.com> wrote:
>
> Hi Greg,
>
> This is the pull request containing fixes for 5.2-rc2/3. It is now
> correctly rebased on your char-misc-linux branch.
>
> It supersedes the pull request from 12/5, so you can discard that pull
> request, as I see you didn't merge it anyway.
>
> It contains 3 fixes and 1 change to a new IOCTL that was introduced to
> kernel 5.2 in the previous pull requests.
>
> See the tag comment for more details.
>
> Thanks,
> Oded
>
Hi Greg,
Pinging you in case this got lost in the mail.

Thanks,
Oded

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

* Re: [git pull v2] habanalabs fixes for 5.2-rc2/3
  2019-05-31 16:08 ` Oded Gabbay
@ 2019-05-31 16:20   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-05-31 16:20 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: Linux-Kernel@Vger. Kernel. Org

On Fri, May 31, 2019 at 07:08:31PM +0300, Oded Gabbay wrote:
> On Fri, May 24, 2019 at 10:49 PM Oded Gabbay <oded.gabbay@gmail.com> wrote:
> >
> > Hi Greg,
> >
> > This is the pull request containing fixes for 5.2-rc2/3. It is now
> > correctly rebased on your char-misc-linux branch.
> >
> > It supersedes the pull request from 12/5, so you can discard that pull
> > request, as I see you didn't merge it anyway.
> >
> > It contains 3 fixes and 1 change to a new IOCTL that was introduced to
> > kernel 5.2 in the previous pull requests.
> >
> > See the tag comment for more details.
> >
> > Thanks,
> > Oded
> >
> Hi Greg,
> Pinging you in case this got lost in the mail.

Not lost, just delayed, am traveling at the moment.  Will go do this now
so I don't forget...

thanks,

greg k-h

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

* Re: [git pull v2] habanalabs fixes for 5.2-rc2/3
  2019-05-24 19:49 [git pull v2] habanalabs fixes for 5.2-rc2/3 Oded Gabbay
  2019-05-31 16:08 ` Oded Gabbay
@ 2019-05-31 16:21 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2019-05-31 16:21 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: linux-kernel

On Fri, May 24, 2019 at 10:49:30PM +0300, Oded Gabbay wrote:
> Hi Greg,
> 
> This is the pull request containing fixes for 5.2-rc2/3. It is now
> correctly rebased on your char-misc-linux branch.
> 
> It supersedes the pull request from 12/5, so you can discard that pull
> request, as I see you didn't merge it anyway.
> 
> It contains 3 fixes and 1 change to a new IOCTL that was introduced to
> kernel 5.2 in the previous pull requests.

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2019-05-31 16:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 19:49 [git pull v2] habanalabs fixes for 5.2-rc2/3 Oded Gabbay
2019-05-31 16:08 ` Oded Gabbay
2019-05-31 16:20   ` Greg Kroah-Hartman
2019-05-31 16:21 ` 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).