lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 15 Jan 2017 13:41:03 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.10-rc4

The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:

  Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.10-rc4

for you to fetch changes up to c8a6a09c1c617402cc9254b2bc8da359a0347d75:

  vme: Fix wrong pointer utilization in ca91cx42_slave_get (2017-01-11 10:42:16 +0100)

----------------------------------------------------------------
char/misc driver fixes for 4.10-rc4

Here are some small char/misc driver fixes for 4.10-rc4 that resolve
some reported issues.  The MEI driver issue resolves a lot of problems
that people have been having, as does the mem driver fix.  The other
minor fixes resolve other reported issues.

All of these have been in linux-next for a while.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Alexander Usyskin (1):
      mei: bus: enable OS version only for SPT and newer

Augusto Mecking Caringi (1):
      vme: Fix wrong pointer utilization in ca91cx42_slave_get

Colin Ian King (1):
      ppdev: don't print a free'd string

Pan Bian (1):
      extcon: return error code on failure

Randy Dunlap (1):
      auxdisplay: fix new ht16k33 build errors

Robin Murphy (1):
      drivers: char: mem: Fix thinkos in kmem address checks

 drivers/auxdisplay/Kconfig         |  6 +++---
 drivers/char/mem.c                 | 10 ++++------
 drivers/char/ppdev.c               | 13 ++++++++-----
 drivers/extcon/extcon.c            |  2 +-
 drivers/misc/mei/bus-fixup.c       |  3 +++
 drivers/misc/mei/debugfs.c         |  2 ++
 drivers/misc/mei/hbm.c             |  4 ++++
 drivers/misc/mei/hw.h              |  6 ++++++
 drivers/misc/mei/mei_dev.h         |  2 ++
 drivers/vme/bridges/vme_ca91cx42.c |  2 +-
 10 files changed, 34 insertions(+), 16 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ