]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge patch series "usb: typec: ucsi: revert broken buffer management"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Dec 2025 14:59:03 +0000 (15:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Dec 2025 14:59:03 +0000 (15:59 +0100)
commit22201800f198ad33c225e5ce2f0f254df828d01b
tree38083a844dc5e8f72f8034324e20242876e00e8c
parentdf3e3169303f7084db3990c999701934af0c04c0
parente7a9f6600166efb889453c524eb644cb798acd22
Merge patch series "usb: typec: ucsi: revert broken buffer management"

Johan Hovold <johan@kernel.org> says:

The new buffer management code has not been tested or reviewed properly
and breaks boot of machines like the Lenovo ThinkPad X13s.

Fixing this will require designing a proper interface for managing these
transactions, something which most likely involves reverting most of the
offending commit anyway.

Revert the broken code to fix the regression and let Intel come up with
a properly tested implementation for a later kernel.

Link: https://lore.kernel.org/r/20251222152204.2846-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>