]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/devse...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Feb 2026 23:15:54 +0000 (15:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Feb 2026 23:15:54 +0000 (15:15 -0800)
commitf14faaf3a1fb3b9e4cf2e56269711fb85fba9458
tree948fa392d177615d84616e2bfa406def5b7ccf8e
parent3c7b4d1994f63d6fa3984d7d5ad06dbaad96f167
parentc2012263047689e495e81c96d7d5b0586299578d
Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm

Pull TSM (TEE security Manager) fixes from Dan Williams:
 "The largest change is reverting part of an ABI that never shipped in a
  released kernel (Documentation/ABI/testing/sysfs-class-tsm). The fix /
  replacement for that is too large to squeeze in at this late date.

  The rest is a collection of small fixups:

   - Fix multiple streams per host bridge for SEV-TIO

   - Drop the TSM ABI for reporting IDE streams (to be replaced)

   - Fix virtual function enumeration

   - Fix reserved stream ID initialization

   - Fix unused variable compiler warning"

* tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm:
  crypto/ccp: Allow multiple streams on the same root bridge
  crypto/ccp: Use PCI bridge defaults for IDE
  coco/tsm: Remove unused variable tsm_rwsem
  PCI/IDE: Fix reading a wrong reg for unused sel stream initialization
  PCI/IDE: Fix off by one error calculating VF RID range
  Revert "PCI/TSM: Report active IDE streams"