habanalabs/gaudi2: dump event description even if no cause
Ofir Bitton authored

In order to have the no-cause error print be more informative,
we add the event description in addition to the event id.
Signed-off-by: default avatarOfir Bitton <obitton@habana.ai>
Reviewed-by: default avatarOded Gabbay <ogabbay@kernel.org>
Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
6bdb7bc9
Name Last commit Last update
Documentation Merge tag 'drm-misc-next-2023-01-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linux
certs certs: make system keyring depend on built-in x509 parser
crypto Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers habanalabs/gaudi2: dump event description even if no cause
fs treewide: Convert del_timer*() to timer_shutdown*()
include habanalabs: pass-through request from user to f/w
init Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
io_uring io_uring: check for valid register opcode earlier
ipc Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
kernel Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib kunit: alloc_string_stream_fragment error handling bug fix
mm hugetlb: really allocate vma lock for all sharable vmas
net treewide: Convert del_timer*() to timer_shutdown*()
rust rust: types: add `Opaque` type
samples Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
scripts fixdep: remove unneeded <stdarg.h> inclusion
security Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound ALSA: hda/hdmi: Static PCM mapping again with AMD HDMI codecs
tools Merge branch 'kvm-late-6.1-fixes' into HEAD
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge branch 'kvm-late-6.1-fixes' into HEAD
.clang-format Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.