mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-22 23:12:24 -04:00
249cfa318fb1b77eb726c2ff4f74c9685f04e568
This reverts commitd80a309130, reversing changes made to637f414763:2cf2461435("net: hns3: fix kernel crash when 1588 is sent on HIP08 devices")3e22b7de34("net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue")d1c2e2961a("net: hns3: initialize reset_timer before hclgevf_misc_irq_init()")5f62009ff1("net: hns3: don't auto enable misc vector")2758f18a83("net: hns3: Resolved the issue that the debugfs query result is inconsistent.")662ecfc466("net: hns3: fix missing features due to dev->features configuration too early")3e0f7cc887("net: hns3: fixed reset failure issues caused by the incorrect reset type")f2c14899ca("net: hns3: add sync command to sync io-pgtable")e6ab19443b("net: hns3: default enable tx bounce buffer when smmu enabled") The series is making the driver poke into IOMMU internals instead of implementing appropriate IOMMU workarounds. Link: https://lore.kernel.org/069c9838-b781-4012-934a-d2626fa78212@arm.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Merge tag 'driver-core-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
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.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%