Go to file
openeuler-ci-bot 1d593bdfda
!8566 [openEuler-1.0-LTS] Update a series of xhci-related Zhaoxin patches
Merge Pull Request from: @leoliu-oc 
 
The mainline recently received a batch of XHCI patches from Zhaoxin.

These patches had been submitted to the OpenEuler community and were already accepted.

During the process of submitting to the mainline, the Maintainers put forward some suggestions on the patches. Therefore, the mainline version is slightly different from the version that was previously submitted to the community.

Therefore, it is planned to replace the current mainline version with the previous old version to ensure consistency in functionality and format with the mainline.

The patches involved are:
1. [xhci: fix issue with resume from system Sx state](2fdfd5b8ee)
2. [xhci: fix issue of cross page boundary in TRB prefetch](46bbb3dc9e)
3. [xhci: Fix a logic issue when display Zhaoxin XHCI root hub speed](38c318614b)
   [xhci: Show Zhaoxin XHCI root hub speed correctly](b782348986)
4. [xhci: Add Zhaoxin xHCI LPM U1/U2 feature support](51b0b45623)

"The mainline patches (with corresponding serial numbers) for the mainline are:"
1. [xhci: Fix resume issue of some ZHAOXIN hosts](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f927728186f0de1167262d6a632f9f7e96433d1a)
2. [xhci: Fix TRB prefetch issue of ZHAOXIN hosts](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2a865a652299f5666f3b785cbe758c5f57453036)
3. [xhci: Show ZHAOXIN xHCI root hub speed correctly](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d9b0328d0b8b8298dfdc97cd8e0e2371d4bcc97b)
4. [xhci: Add ZHAOXIN xHCI host U1/U2 feature support](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d5e234ff08a45a7a08a52173ed793b3c125ab88d)

### Issue
https://gitee.com/openeuler/kernel/issues/I9USMU

### Default config Changes
N/A

### Test
Pass.  
 
Link:https://gitee.com/openeuler/kernel/pulls/8566 

Reviewed-by: Wang ShaoBo <bobo.shaobowang@huawei.com> 
Reviewed-by: Yuan Can <yuancan@huawei.com> 
Signed-off-by: Yuan Can <yuancan@huawei.com>
2025-09-16 08:23:29 +00:00
Documentation
LICENSES
arch x86/smp: ignore reboot IPI when stopping_cpu contains value 2025-09-06 14:40:40 +08:00
block blk-cgroup: Use cond_resched() when destroy blkgs 2025-09-03 11:15:40 +08:00
certs
crypto crypto: algif_hash - fix double free in hash_accept 2025-07-03 09:25:29 +08:00
drivers !8566 [openEuler-1.0-LTS] Update a series of xhci-related Zhaoxin patches 2025-09-16 08:23:29 +00:00
firmware
fs gfs2: Validate i_depth for exhash directories 2025-09-15 16:29:03 +08:00
include drm: fix kabi for struct drm_framebuffer 2025-09-15 16:00:44 +08:00
init initramfs: avoid filename buffer overrun 2024-12-12 11:15:38 +08:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-07-15 16:20:43 +08:00
kabi
kernel ftrace: Also allocate and copy hash for reading of filter files 2025-09-08 16:55:27 +08:00
lib ida: Fix crash in ida_free when the bitmap is empty 2024-10-24 09:50:33 +08:00
mm mm/dpool: mark dpool hugetlb page as dirty in free_huge_page() 2025-08-26 10:11:01 +08:00
net wifi: mac80211: reject TDLS operations when station is not associated 2025-09-04 10:11:06 +08:00
samples
scripts
security ima: prevent concurrent list operations in ima_lsm_update_rules 2025-06-13 17:05:26 +08:00
sound ALSA: bcd2000: Fix a UAF bug on the error path of probing 2025-07-01 15:50:41 +08:00
tools tools: fix implicit declaration of function __ALIGN_KERNEL 2024-09-25 19:10:38 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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 Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.