Linux kernel source tree
Go to file
Diogo Jahchan Koike 3d6a0c4f45 net: fix unreleased lock in cable test
fix an unreleased lock in out_dev_put path by removing the (now)
unnecessary path.

Reported-by: syzbot+c641161e97237326ea74@syzkaller.appspotmail.com
Closes: https://syzkaller.appspot.com/bug?extid=c641161e97237326ea74
Fixes: 3688ff3077 ("net: ethtool: cable-test: Target the command to the requested PHY")
Signed-off-by: Diogo Jahchan Koike <djahchankoike@gmail.com>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Link: https://patch.msgid.link/20240826134656.94892-1-djahchankoike@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-08-27 12:47:38 -07:00
arch
block
certs
crypto
Documentation dpll: add Embedded SYNC feature for a pin 2024-08-26 19:21:14 -07:00
drivers ice: add callbacks for Embedded SYNC enablement on dpll pins 2024-08-26 19:21:14 -07:00
fs Changes since last update: 2024-08-22 06:06:09 +08:00
include dpll: add Embedded SYNC feature for a pin 2024-08-26 19:21:14 -07:00
init
io_uring
ipc
kernel printk fixup for 6.11-rc5 2024-08-19 09:26:35 -07:00
lib
LICENSES
mm
net net: fix unreleased lock in cable test 2024-08-27 12:47:38 -07:00
rust
samples
scripts Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +08:00
security
sound Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +08:00
tools selftests: tc_actions: test egress 2nd vlan push 2024-08-27 11:37:43 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: netconsole: selftests: Create a new netconsole selftest 2024-08-26 09:27:15 -07:00
Makefile Kbuild fixes for v6.11 (2nd) 2024-08-23 07:43:15 +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 reStructuredText 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.