[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Mach branch, master, updated. v1.7-6-g8fa8d66
From: |
Samuel Thibault |
Subject: |
[SCM] GNU Mach branch, master, updated. v1.7-6-g8fa8d66 |
Date: |
Wed, 25 May 2016 23:32:16 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".
The branch, master has been updated
via 8fa8d662a339a1d0951c58a4f35d8865d12d00cc (commit)
via c7efce2d405bc49efc159b9f25b86052a7b0c584 (commit)
from f044547a073303e0268481211c7d06373ca85011 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8fa8d662a339a1d0951c58a4f35d8865d12d00cc
Author: Samuel Thibault <address@hidden>
Date: Thu May 26 01:31:00 2016 +0200
Fix buffer size passed to scsi_do_cmd
* linux/src/drivers/scsi/eata_dma_proc.c (eata_proc_info): Increase cmd size
to 12.
* linux/src/drivers/scsi/sd.c (do_sd_request, sd_init_done): Likewise.
* linux/src/drivers/scsi/sr.c (do_sr_request, sr_init_done): Likewise.
* linux/src/drivers/scsi/sr_ioctl.c (sr_ioctl): Likewise with sr_cmd.
commit c7efce2d405bc49efc159b9f25b86052a7b0c584
Author: Samuel Thibault <address@hidden>
Date: Thu May 26 01:09:59 2016 +0200
Cope with getc returning -1
* i386/i386at/lpr.c (lprstart): Use int instead of char to store result of
getc, so as to return in case of getting -1.
-----------------------------------------------------------------------
Summary of changes:
i386/i386at/lpr.c | 6 +++++-
linux/src/drivers/scsi/eata_dma_proc.c | 2 +-
linux/src/drivers/scsi/sd.c | 4 ++--
linux/src/drivers/scsi/sr.c | 4 ++--
linux/src/drivers/scsi/sr_ioctl.c | 2 +-
5 files changed, 11 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU Mach
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Mach branch, master, updated. v1.7-6-g8fa8d66,
Samuel Thibault <=