search for: ee4dbea

Displaying 4 results from an estimated 4 matches for "ee4dbea".

Did you mean: ee4cdaea
2013 Jan 17
2
[PATCH] virtio_console: Let unconnected rproc device receive data.
...gned-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> --- This patch is intended for v3.9. Thanks, Sjur drivers/char/virtio_console.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index ee4dbea..c17b053 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1763,8 +1763,11 @@ static void in_intr(struct virtqueue *vq) * tty is spawned) and the host sends out data to console * ports. For generic serial ports, the host won't * (shouldn't) send da...
2013 Jan 17
2
[PATCH] virtio_console: Let unconnected rproc device receive data.
...gned-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> --- This patch is intended for v3.9. Thanks, Sjur drivers/char/virtio_console.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index ee4dbea..c17b053 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -1763,8 +1763,11 @@ static void in_intr(struct virtqueue *vq) * tty is spawned) and the host sends out data to console * ports. For generic serial ports, the host won't * (shouldn't) send da...
2013 Jan 17
2
[PATCH] virtio_console: Don't access uninitialized data.
...-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> --- This fix is intended of v3.8. Thanks, Sjur drivers/char/virtio_console.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 684b0d5..ee4dbea 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -2062,7 +2062,8 @@ static void virtcons_remove(struct virtio_device *vdev) /* Disable interrupts for vqs */ vdev->config->reset(vdev); /* Finish up work that's lined up */ - cancel_work_sync(&portd...
2013 Jan 17
2
[PATCH] virtio_console: Don't access uninitialized data.
...-off-by: Sjur Br?ndeland <sjur.brandeland at stericsson.com> --- This fix is intended of v3.8. Thanks, Sjur drivers/char/virtio_console.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/char/virtio_console.c b/drivers/char/virtio_console.c index 684b0d5..ee4dbea 100644 --- a/drivers/char/virtio_console.c +++ b/drivers/char/virtio_console.c @@ -2062,7 +2062,8 @@ static void virtcons_remove(struct virtio_device *vdev) /* Disable interrupts for vqs */ vdev->config->reset(vdev); /* Finish up work that's lined up */ - cancel_work_sync(&portd...