[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201104073701.GA9683@ogabbay-VM.habana-labs.com>
Date: Wed, 4 Nov 2020 09:37:01 +0200
From: Oded Gabbay <ogabbay@...nel.org>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [git pull] habanalabs fixes for 5.10-rc3
Hello Greg,
This pull request contains three small fixes for 5.10-rc3. Details are in
the tag.
Thanks,
Oded
The following changes since commit bcbc0b2e275f0a797de11a10eff495b4571863fc:
mei: protect mei_cl_mtu from null dereference (2020-11-03 10:13:48 +0100)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux.git tags/misc-habanalabs-fixes-2020-11-04
for you to fetch changes up to f83f3a31b2972ddc907fbb286c6446dd9db6e198:
habanalabs/gaudi: mask WDT error in QMAN (2020-11-04 08:56:07 +0200)
----------------------------------------------------------------
This tag contains the following fixes:
- Fix the kernel pointer type we are using across the driver to prevent
compiler warnings (from u64 to void*)
- Configure GAUDI's MMU coresight component in the correct location. The
current code had a bug where the configuration was not executed in some
cases
- Mask watchdog timeout errors in QMANs which can spam the kernel log
----------------------------------------------------------------
Arnd Bergmann (1):
habanalabs: fix kernel pointer type
Oded Gabbay (1):
habanalabs/gaudi: mask WDT error in QMAN
Ofir Bitton (1):
habanalabs/gaudi: move coresight mmu config
drivers/misc/habanalabs/common/command_buffer.c | 9 +++--
drivers/misc/habanalabs/common/habanalabs.h | 14 ++++----
drivers/misc/habanalabs/common/hw_queue.c | 19 +++++------
drivers/misc/habanalabs/common/irq.c | 17 +++++-----
drivers/misc/habanalabs/gaudi/gaudi.c | 38 +++++++++-------------
drivers/misc/habanalabs/gaudi/gaudiP.h | 1 +
drivers/misc/habanalabs/gaudi/gaudi_coresight.c | 5 +++
drivers/misc/habanalabs/goya/goya.c | 26 +++++++--------
drivers/misc/habanalabs/goya/goyaP.h | 2 +-
.../misc/habanalabs/include/gaudi/gaudi_masks.h | 1 -
10 files changed, 62 insertions(+), 70 deletions(-)
Powered by blists - more mailing lists