]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'tty-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jul 2025 16:14:32 +0000 (09:14 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 20 Jul 2025 16:14:32 +0000 (09:14 -0700)
commit673cf893b66a7dd76c9378f4506b3d4a870c80b2
tree0b442f4f978183d3b568bd8492a3d752e4af0e57
parentb933c72d650abfb833b6ef700c26271d0a252f37
parent6c0e9f05c9d7875995b0e92ace71be947f280bbd
Merge tag 'tty-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull serial driver fixes from Greg KH:
 "Here are two serial driver fixes for 6.16-rc6 that do:

   - fix for the serial core OF resource leak

   - pch_uart driver fix for a "incorrect variable" issue

  Both of these have been in linux-next for over a week with no reported
  problems"

* tag 'tty-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  pch_uart: Fix dma_sync_sg_for_device() nents value
  serial: core: fix OF node leak