bcachefs: Errcode tracepoint, documentation
Kent Overstreet authored

Add a tracepoint for downcasting private errors to standard errors, so
they can be recovered even when not logged; also, add some
documentation.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
eb386617
Name Last commit Last update
Documentation bcachefs: Errcode tracepoint, documentation
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
block block: sed-opal: handle empty atoms when parsing response
certs Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
crypto crypto: algif_hash - Remove bogus SGL free on zero-length error path
drivers Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
fs bcachefs: Errcode tracepoint, documentation
include mempool: kvmalloc pool
init update workarounds for gcc "asm goto" issue
io_uring io_uring/net: fix multishot accept overflow handling
ipc shm: Slim down dependencies
kernel kernel/hung_task.c: export sysctl_hung_task_timeout_secs
lib lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
mm mempool: kvmalloc pool
net l2tp: pass correct message length to ip6_append_data
rust Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linux
samples work around gcc bugs with 'asm goto' with outputs
scripts Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security Merge tag 'lsm-pr-20240215' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
sound ALSA: usb-audio: More relaxed check of MIDI jack names
tools Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
usr Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format clang-format: Update with v6.7-rc4's `for_each` macro list
.cocciconfig
.editorconfig
.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.