Go to file
Gal Pressman 98f4d7e2c6 net/mlx5e: Don't print error message due to invalid module
[ Upstream commit 144297e2a24e3e54aee1180ec21120ea38822b97 ]

Dumping module EEPROM on newer modules is supported through the netlink
interface only.

Querying with old userspace ethtool (or other tools, such as 'lshw')
which still uses the ioctl interface results in an error message that
could flood dmesg (in addition to the expected error return value).
The original message was added under the assumption that the driver
should be able to handle all module types, but now that such flows are
easily triggered from userspace, it doesn't serve its purpose.

Change the log level of the print in mlx5_query_module_eeprom() to
debug.

Fixes: bb64143eee ("net/mlx5e: Add ethtool support for dump module EEPROM")
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Link: https://patch.msgid.link/20251225132717.358820-5-mbloch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-01-17 16:39:31 +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 net/mlx5e: Don't print error message due to invalid module 2026-01-17 16:39:31 +01:00
fs smb/client: fix NT_STATUS_NO_DATA_DETECTED value 2026-01-17 16:39:29 +01:00
include netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates 2026-01-17 16:39:31 +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 mm: (un)track_pfn_copy() fix + doc improvements 2026-01-11 15:19:27 +01:00
net net: sock: fix hardened usercopy panic in sock_recv_errqueue 2026-01-17 16:39:30 +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 ASoC: stm32: sai: fix OF node leak on probe 2026-01-11 15:19:20 +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 KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() 2024-06-27 13:46:21 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore Remove *.orig pattern from .gitignore 2024-10-17 15:21:15 +02:00
.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.