The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.12-rc2 for you to fetch changes up to 9434cec130a941e8a0698d598dfa5499dbdeb949: firmware: Google VPD: Fix memory allocation error handling (2017-05-18 17:01:46 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 4.12-rc2 Here are 5 small bugfixes for reported issues with 4.12-rc1 and earlier kernels. Nothing huge here, just a lp, mem, vpd, and uio driver fix, along with a Kconfig fixup for one of the misc drivers. All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> ---------------------------------------------------------------- Christophe JAILLET (1): firmware: Google VPD: Fix memory allocation error handling Julius Werner (1): drivers: char: mem: Check for address space wraparound with mmap() Suman Anna (1): uio: fix incorrect memory leak cleanup Tobias Regnery (1): misc: pci_endpoint_test: select CRC32 Willy Tarreau (1): char: lp: fix possible integer overflow in lp_setup() drivers/char/lp.c | 6 +++++- drivers/char/mem.c | 5 +++++ drivers/firmware/google/vpd.c | 21 +++++++++++++++------ drivers/misc/Kconfig | 1 + drivers/uio/uio.c | 8 ++++---- 5 files changed, 30 insertions(+), 11 deletions(-)