Go to file
Chen Hanxiao 2e5b886c85 NFS: trace: show TIMEDOUT instead of 0x6e
[ Upstream commit cef48236df ]

__nfs_revalidate_inode may return ETIMEDOUT.

print symbol of ETIMEDOUT in nfs trace:

before:
cat-5191 [005] 119.331127: nfs_revalidate_inode_exit: error=-110 (0x6e)

after:
cat-1738 [004] 44.365509: nfs_revalidate_inode_exit: error=-110 (TIMEDOUT)

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Stable-dep-of: c6c209ceb87f ("NFSD: Remove NFSERR_EAGAIN")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-01-17 16:39:33 +01:00
arch arm64: dts: imx8mp: Fix LAN8740Ai PHY reference clock on DH electronics i.MX8M Plus DHCOM 2026-01-17 16:39:29 +01:00
block blk-mq: setup queue ->tag_set before initializing hctx 2026-01-11 15:19:26 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:44:04 +02:00
crypto crypto: af_alg - zero initialize memory allocated via sock_kmalloc 2026-01-11 15:19:19 +01:00
Documentation tty: fix tty_port_tty_*hangup() kernel-doc 2026-01-11 15:19:26 +01:00
drivers pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping 2026-01-17 16:39:32 +01:00
fs nfsd: provide locking for v4_end_grace 2026-01-17 16:39:32 +01:00
include NFS: trace: show TIMEDOUT instead of 0x6e 2026-01-17 16:39:33 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:23:13 +02:00
io_uring io_uring: fix filename leak in __io_openat_prep() 2026-01-11 15:18:56 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:07:30 +01:00
kernel kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork() 2026-01-11 15:19:27 +01:00
lib lib/crypto: aes: Fix missing MMU protection for AES S-box 2026-01-17 16:39:26 +01:00
LICENSES
mm ksm: use range-walk function to jump over holes in scan_get_next_rmap_item 2026-01-17 16:39:32 +01:00
net arp: do not assume dev_hard_header() does not change skb->head 2026-01-17 16:39:32 +01:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-29 14:04:43 +01:00
samples samples: work around glibc redefining some of our defines wrong 2026-01-11 15:18:16 +01:00
scripts kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modules 2026-01-11 15:19:15 +01:00
security KEYS: trusted: Fix a memory leak in tpm2_load_cmd 2026-01-11 15:18:50 +01:00
sound ALSA: ac97: fix a double free in snd_ac97_controller_register() 2026-01-17 16:39:32 +01:00
tools idr: fix idr_alloc() returning an ID out of range 2026-01-11 15:19:11 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-12-07 06:12:28 +09:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: rtl8712: Remove driver using deprecated API wext 2025-12-07 06:12:45 +09:00
Makefile Linux 6.1.160 2026-01-11 15:19:28 +01:00
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.