Skip to content

Commit 849d3f9

Browse files
committed
Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus
Mika writes: thunderbolt: Fixes for v6.7-rc3 This includes following USB4/Thunderbolt fixes for v6.7-rc3: - Fix a lane bonding issue on ASMedia USB4 device - Send uevents when link is switched to asymmetric or symmetric - Only add device router DP IN adapters to the head of resource list to avoid issues during system resume. All these have been in linux-next with no reported issues. * tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: (1451 commits) thunderbolt: Only add device router DP IN to the head of the DP resource list thunderbolt: Send uevent after asymmetric/symmetric switch thunderbolt: Set lane bonding bit only for downstream port
2 parents 1a229d8 + 480713b commit 849d3f9

1,763 files changed

Lines changed: 40895 additions & 38564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@
22272227
forcing Dual Address Cycle for PCI cards supporting
22282228
greater than 32-bit addressing.
22292229

2230-
iommu.strict= [ARM64, X86] Configure TLB invalidation behaviour
2230+
iommu.strict= [ARM64, X86, S390] Configure TLB invalidation behaviour
22312231
Format: { "0" | "1" }
22322232
0 - Lazy mode.
22332233
Request that DMA unmap operations use deferred
@@ -3596,6 +3596,13 @@
35963596
[NFS] set the TCP port on which the NFSv4 callback
35973597
channel should listen.
35983598

3599+
nfs.delay_retrans=
3600+
[NFS] specifies the number of times the NFSv4 client
3601+
retries the request before returning an EAGAIN error,
3602+
after a reply of NFS4ERR_DELAY from the server.
3603+
Only applies if the softerr mount option is enabled,
3604+
and the specified value is >= 0.
3605+
35993606
nfs.enable_ino64=
36003607
[NFS] enable 64-bit inode numbers.
36013608
If zero, the NFS client will fake up a 32-bit inode
@@ -5687,9 +5694,10 @@
56875694
s390_iommu= [HW,S390]
56885695
Set s390 IOTLB flushing mode
56895696
strict
5690-
With strict flushing every unmap operation will result in
5691-
an IOTLB flush. Default is lazy flushing before reuse,
5692-
which is faster.
5697+
With strict flushing every unmap operation will result
5698+
in an IOTLB flush. Default is lazy flushing before
5699+
reuse, which is faster. Deprecated, equivalent to
5700+
iommu.strict=1.
56935701

56945702
s390_iommu_aperture= [KNL,S390]
56955703
Specifies the size of the per device DMA address space

0 commit comments

Comments
 (0)