]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Jan 2021 08:40:55 +0000 (09:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Jan 2021 08:40:55 +0000 (09:40 +0100)
commite1725d6b92e74e7e9c274f09c3928a890cfdd97c
treed5ae53cb94d00ad205daf3fa8894f5b5c47c0267
parent0d9b845e8b3ec761913e3591ea725820ebcc361f
parentce5647170ee269e2f97317af3394efc7f02e09b9
Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-next

Fixes both the "splice/sendfile to a tty" and "splice/sendfile from a
tty" regression from 5.10.

* 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux:
  tty: teach the n_tty ICANON case about the new "cookie continuations" too
  tty: teach n_tty line discipline about the new "cookie continuations"
  tty: clean up legacy leftovers from n_tty line discipline
  tty: implement read_iter
  tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
  tty: implement write_iter
drivers/tty/n_gsm.c
drivers/tty/n_tty.c
drivers/tty/tty_io.c