Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1511086
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] uart_close related fixes |
| Date | 2016-10-28 14:10 +0200 |
| Message-ID | <sxe8V-885-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Greg,
As discussed, these are the 2 fixes needed to fix regressions with
761ed4a94582ab29 ("tty: serial_core: convert uart_close to use
tty_port_close"). Hopefully these fix all the fallout.
These apply on top of the previous patch from me which you applied.
Rob
Geert Uytterhoeven (1):
tty: serial_core: Fix serial console crash on port shutdown
Rob Herring (1):
tty: serial_core: fix NULL struct tty pointer access in
uart_write_wakeup
drivers/tty/serial/serial_core.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
2.10.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] uart_close related fixes Rob Herring <robh@kernel.org> - 2016-10-28 14:10 +0200 [PATCH 2/2] tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup Rob Herring <robh@kernel.org> - 2016-10-28 14:10 +0200 Re: [PATCH 0/2] uart_close related fixes Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-10-28 14:20 +0200
csiph-web