Linux kernel source tree
Go to file
Marek Vasut 2c67301584 net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not present
The driver is currently checking for PHYCR2 register presence in
rtl8211f_config_init(), but it does so after accessing PHYCR2 to
disable EEE. This was introduced in commit bfc17c1658 ("net:
phy: realtek: disable PHY-mode EEE"). Move the PHYCR2 presence
test before the EEE disablement and simplify the code.

Fixes: bfc17c1658 ("net: phy: realtek: disable PHY-mode EEE")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/20251011110309.12664-1-marek.vasut@mailbox.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-10-13 17:46:01 -07:00
Documentation doc: fix seg6_flowlabel path 2025-10-12 22:51:37 +01:00
LICENSES
arch more s390 updates for 6.18 merge window 2025-10-09 10:51:43 -07:00
block
certs
crypto This push contains the following changes: 2025-10-08 09:38:31 -07:00
drivers net: phy: realtek: Avoid PHYCR2 access if PHYCR2 not present 2025-10-13 17:46:01 -07:00
fs
include net/ip6_tunnel: Prevent perpetual tunnel growth 2025-10-13 17:43:46 -07:00
init
io_uring
ipc
kernel
lib
mm slab fixes for 6.18-rc1 2025-10-09 10:33:50 -07:00
net net/ip6_tunnel: Prevent perpetual tunnel growth 2025-10-13 17:43:46 -07:00
rust
samples
scripts
security
sound
tools selftests: drv-net: update remaining Python init files 2025-10-12 19:03:53 +01:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS perf tools improvements and fixes for Linux v6.18: 2025-10-08 19:24:24 -07:00
Makefile
README

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.