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:	Mon, 22 Jun 2015 17:29:32 +0200
From:	Dominik Brodowski <linux@...inikbrodowski.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-pcmcia@...ts.infradead.org,
	alan@...ux.intel.com
Subject: [git pull] PCMCIA changes for v4.2

Hi Linus,

a few PCMCIA fixes and cleanups are available in the PCMCIA tree. Most of
them are trivial and self-explanatory. Of particular note are the last three
patches which add an important hardware quirk for Toshiba ToPIC95 sockets
(or BIOS breakage on systems with these sockets), fix resource leaks in
yenta_socket enable/disable call paths, and fix a regression caused by patch
1c6c9b1d9d25 since v4.0. Alan stated he is OK with me pushing this patch
upstream; once it works out well in your tree, I will push it to stable for
4.0/4.1 as well.

Therefore, please pull a few PCMCIA fixes and cleanups from:

  git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git master

The following changes since commit aaa20fc23341be3df7b17810e330f12244abcf29:

  Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2015-05-29 17:09:39 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git master

for you to fetch changes up to e8e68fd86d22fa5bd9c7bed16043e27ac86998f8:

  pcmcia: do not break rsrc_nonstatic when handling anonymous cards (2015-06-16 07:29:39 +0200)

Please pull from that location. The diffstat and list of changes is below,
the individual diffs are sent (at least) to the linux-pcmcia list.

----------------------------------------------------------------
Dominik Brodowski (1):
      pcmcia: do not break rsrc_nonstatic when handling anonymous cards

Himangi Saraogi (3):
      pcmcia: Remove typedef tuple_flags
      pcmcia: Remove typedef in structs and emum
      pcmcia/vrc4171: Remove typedefs for enums and struct

Jim Cromie (1):
      pcmcia: replace open-coded ARRAY_SIZE with macro

Joe Perches (1):
      pcmcia: Convert dev_printk to dev_<level>

Julia Lawall (1):
      drivers/pcmcia/electra_cf.c: add missing iounmap and kfree

Laurent Navet (2):
      drivers: pcmcia: ds.c fix checkpatch errors
      drivers: pcmcia: electra_cf.c fix checkpatch error and warnings

Robert P. J. Day (1):
      PCMCIA: Remove commented references to dead class_device_create_file()

Ryan Underwood (1):
      Disable write buffering on Toshiba ToPIC95

Takeshi Yoshimura (1):
      pcmcia: Fix resource leaks in yenta_probe() and _close()

 drivers/char/pcmcia/cm4040_cs.c  |  5 +--
 drivers/pcmcia/cistpl.c          | 50 ++++++++-------------
 drivers/pcmcia/cs.c              | 29 +++++--------
 drivers/pcmcia/ds.c              | 76 ++++++++++++++++++--------------
 drivers/pcmcia/electra_cf.c      | 19 ++++----
 drivers/pcmcia/i82365.c          | 43 ++++++++----------
 drivers/pcmcia/m32r_cfc.c        |  7 ---
 drivers/pcmcia/m32r_pcc.c        |  7 ---
 drivers/pcmcia/pcmcia_cis.c      |  4 +-
 drivers/pcmcia/pcmcia_resource.c | 11 ++---
 drivers/pcmcia/rsrc_nonstatic.c  | 44 +++++++++----------
 drivers/pcmcia/ti113x.h          | 78 +++++++++++++++------------------
 drivers/pcmcia/topic.h           | 16 +++++++
 drivers/pcmcia/vrc4171_card.c    | 30 ++++++-------
 drivers/pcmcia/yenta_socket.c    | 94 +++++++++++++++++++++-------------------
 15 files changed, 249 insertions(+), 264 deletions(-)

Thanks,
	Dominik

Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ