Main-line Linux kernel tree http://www.kernel.org
Go to file
Yonglong Liu cde304655f net: hns3: disable interrupt when ptp init failed
When ptp init failed, we'd better disable the interrupt and clear the
flag, to avoid early report interrupt at next probe.

Fixes: 0bf5eb7885 ("net: hns3: add support for PTP")
Signed-off-by: Yonglong Liu <liuyonglong@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250722125423.1270673-3-shaojijie@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2025-07-24 11:27:21 +02:00
arch soc: fixes for 6.16, part 2 2025-07-15 09:26:33 -07:00
block
certs
crypto
Documentation Including fixes from Bluetooth, CAN, WiFi and Netfilter. 2025-07-17 10:04:04 -07:00
drivers net: hns3: disable interrupt when ptp init failed 2025-07-24 11:27:21 +02:00
fs 19 hotfixes. A whopping 16 are cc:stable and the remainder address 2025-07-12 10:30:47 -07:00
include s390/ism: fix concurrency management in ism_cmd() 2025-07-24 10:57:26 +02:00
init
io_uring io_uring-6.16-20250710 2025-07-11 10:29:30 -07:00
ipc
kernel Power management fixes for 6.16-rc7 2025-07-17 09:46:37 -07:00
lib
LICENSES
mm Revert "sched/numa: add statistics of numa balance task" 2025-07-09 21:07:56 -07:00
net net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_class 2025-07-22 11:48:34 +02:00
rust Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes 2025-07-11 14:11:19 +02:00
samples samples/damon: fix damon sample mtier for start failure 2025-07-09 21:07:55 -07:00
scripts
security
sound
tools selftests: drv-net: wait for iperf client to stop sending 2025-07-23 18:52:12 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: Update Kirill Shutemov's email address for TDX 2025-07-11 07:25:51 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add in6.h to MAINTAINERS 2025-07-23 15:33:35 -07:00
Makefile Linux 6.16-rc6 2025-07-13 14:25:58 -07: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.