No description
Find a file
David Howells f1742a44bd rxrpc: Fix calc of resend age
[ Upstream commit 214a9dc7d8 ]

Fix the calculation of the resend age to add a microsecond value as
microseconds, not nanoseconds.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-04-19 17:53:55 +08:00
arch arm64: dts: juno: Add missing MHU secure-irq 2023-04-19 17:53:55 +08:00
block block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait 2023-04-19 17:53:54 +08:00
certs
crypto KEYS: asymmetric: enforce SM2 signature use pkey algo 2023-04-19 17:52:55 +08:00
Documentation Input: iforce - add support for Boeder Force Feedback Wheel 2023-04-19 17:53:52 +08:00
drivers scsi: lpfc: Return DID_TRANSPORT_DISRUPTED instead of DID_REQUEUE 2023-04-19 17:53:55 +08:00
fs cifs: always initialize struct msghdr smb_msg completely 2023-04-19 17:53:54 +08:00
include of/device: Fix up of_dma_configure_id() stub 2023-04-19 17:53:54 +08:00
init
ipc
kernel tracing: hold caller_addr to hardirq_{enable,disable}_ip 2023-04-19 17:53:51 +08:00
lib crypto: lib - remove unneeded selection of XOR_BLOCKS 2023-04-19 17:53:28 +08:00
LICENSES
mm mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() 2023-04-19 17:53:53 +08:00
net rxrpc: Fix calc of resend age 2023-04-19 17:53:55 +08:00
samples
scripts kbuild: fix up permissions on scripts/pahole-flags.sh 2023-04-19 17:53:41 +08:00
security apparmor: Fix memleak in aa_simple_write_to_buffer() 2023-04-19 17:53:01 +08:00
sound ASoC: nau8824: Fix semaphore unbalance at error paths 2023-04-19 17:53:55 +08:00
tools tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa 2023-04-19 17:53:55 +08:00
usr
virt KVM: Unconditionally get a ref to /dev/kvm module when creating a VM 2023-04-19 17:52:58 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.69 2023-04-19 17:53:53 +08: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.