Go to file
Jiri Slaby (SUSE) 21e82354cd tty: fix tty_port_tty_*hangup() kernel-doc
commit 6241b49540 upstream.

The commit below added a new helper, but omitted to move (and add) the
corressponding kernel-doc. Do it now.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Fixes: 2b5eac0f8c ("tty: introduce and use tty_port_tty_vhangup() helper")
Link: https://lore.kernel.org/all/b23d566c-09dc-7374-cc87-0ad4660e8b2e@linux.intel.com/
Reported-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Link: https://lore.kernel.org/r/20250624080641.509959-6-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2026-01-11 15:22:33 +01:00
arch KVM: SVM: Fix redundant updates of LBR MSR intercepts 2026-01-11 15:22:29 +01:00
block blk-mq: setup queue ->tag_set before initializing hctx 2026-01-11 15:22:33 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: seqiv - Do not use req->iv after crypto_aead_encrypt 2026-01-11 15:22:05 +01:00
Documentation tty: fix tty_port_tty_*hangup() kernel-doc 2026-01-11 15:22:33 +01:00
drivers tty: fix tty_port_tty_*hangup() kernel-doc 2026-01-11 15:22:33 +01:00
fs f2fs: fix to detect recoverable inode during dryrun of find_fsync_dnodes() 2026-01-11 15:22:28 +01:00
include tty: fix tty_port_tty_*hangup() kernel-doc 2026-01-11 15:22:33 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:30:50 +02:00
io_uring io_uring/poll: correctly handle io_poll_add() return value on update 2026-01-11 15:22:03 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel sched/fair: Proportional newidle balance 2026-01-11 15:22:30 +01:00
lib idr: fix idr_alloc() returning an ID out of range 2026-01-11 15:22:17 +01:00
LICENSES
mm mm/damon/tests/core-kunit: handle alloc failures in damon_test_update_monitoring_result() 2026-01-11 15:22:32 +01:00
net net: Allow to use SMP threads for backlog NAPI. 2026-01-11 15:22:30 +01:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-23 16:16:44 +02:00
samples samples/ftrace: Adjust LoongArch register restore order in direct calls 2026-01-11 15:22:17 +01:00
scripts kbuild: Use objtree for module signing key path 2026-01-11 15:21:43 +01:00
security KEYS: trusted: Fix a memory leak in tpm2_load_cmd 2026-01-11 15:21:54 +01:00
sound ALSA: hda: cs35l41: Fix NULL pointer dereference in cs35l41_hda_read_acpi() 2026-01-11 15:22:21 +01:00
tools tools/mm/page_owner_sort: fix timestamp comparison for stable sorting 2026-01-11 15:22:17 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-11-24 10:29:49 +01:00
virt KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock 2024-10-04 16:29:47 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-04 16:29:44 +02:00
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: rtl8712: Remove driver using deprecated API wext 2025-12-07 06:18:54 +09:00
Makefile Linux 6.6.119 2025-12-07 06:18:54 +09: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.