linux-kernel.vger.kernel.org archive mirror
 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 for 5.5-rc2/3
Date: Sat, 14 Dec 2019 15:31:54 +0200	[thread overview]
Message-ID: <20191214133154.GA8663@ogabbay-VM> (raw)

Hello Greg,

This is habanalabs fixes pull request for 5.5-rc2/3.
It contains two minor fixes, nothing too exciting.

Thanks,
Oded

The following changes since commit 16981742717b04644a41052570fb502682a315d2:

  binder: fix incorrect calculation for num_valid (2019-12-14 09:10:47 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 68a1fdf2451f38b4ada0607eb6e1303f8a02e0b7:

  habanalabs: remove variable 'val' set but not used (2019-12-14 15:12:21 +0200)

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

- change dev_err to dev_err_ratelimited in hl_cs_wait_ioctl() as this can
  be called by the user multiple times and can spam the kernel log.

- Eliminate GCC warnings by removing unused variables.

----------------------------------------------------------------
Chen Wandun (1):
      habanalabs: remove variable 'val' set but not used

Oded Gabbay (1):
      habanalabs: rate limit error msg on waiting for CS

 drivers/misc/habanalabs/command_submission.c |  5 +++--
 drivers/misc/habanalabs/context.c            |  2 +-
 drivers/misc/habanalabs/goya/goya.c          | 15 +++++++--------
 3 files changed, 11 insertions(+), 11 deletions(-)

             reply	other threads:[~2019-12-14 13:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14 13:31 Oded Gabbay [this message]
2019-12-16  9:13 ` [git pull] habanalabs fixes for 5.5-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=20191214133154.GA8663@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;
as well as URLs for NNTP newsgroup(s).