Revision b334b77351890a137f31a38f1ca2f1de0886a453 authored by Linus Torvalds on 07 June 2015, 05:14:23 UTC, committed by Linus Torvalds on 07 June 2015, 05:14:23 UTC
Pull tty/serial driver fixes from Greg KH:
 "Here are a few TTY and Serial driver fixes for reported regressions
  and crashes.

  All of these have been in linux-next with no reported problems"

* tag 'tty-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  n_tty: Fix auditing support for cannonical mode
  serial: 8250_omap: provide complete custom startup & shutdown callbacks
  n_tty: Fix calculation of size in canon_copy_from_read_buf
  serial: imx: Fix DMA handling for IDLE condition aborts
  serial/amba-pl011: Unconditionally poll for FIFO space before each TX char
2 parent s e900f2c + 72586c6
History
File Mode Size
Makefile -rw-r--r-- 1.6 KB
bpf_helpers.h -rw-r--r-- 1.9 KB
bpf_load.c -rw-r--r-- 6.8 KB
bpf_load.h -rw-r--r-- 755 bytes
libbpf.c -rw-r--r-- 3.0 KB
libbpf.h -rw-r--r-- 4.9 KB
sock_example.c -rw-r--r-- 2.7 KB
sockex1_kern.c -rw-r--r-- 648 bytes
sockex1_user.c -rw-r--r-- 979 bytes
sockex2_kern.c -rw-r--r-- 4.7 KB
sockex2_user.c -rw-r--r-- 965 bytes
tcbpf1_kern.c -rw-r--r-- 2.0 KB
test_maps.c -rw-r--r-- 7.5 KB
test_verifier.c -rw-r--r-- 20.9 KB
tracex1_kern.c -rw-r--r-- 1.4 KB
tracex1_user.c -rw-r--r-- 403 bytes
tracex2_kern.c -rw-r--r-- 2.0 KB
tracex2_user.c -rw-r--r-- 1.9 KB
tracex3_kern.c -rw-r--r-- 2.0 KB
tracex3_user.c -rw-r--r-- 2.9 KB
tracex4_kern.c -rw-r--r-- 1.2 KB
tracex4_user.c -rw-r--r-- 1.4 KB

back to top