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, 11 Jan 2015 12:26:57 -0800
From:	"Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	target-devel <target-devel@...r.kernel.org>,
	linux-scsi <linux-scsi@...r.kernel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] target fixes for v3.19-rc4

Hi Linus,

Here are the target pending fixes for v3.19-rc4.  Please go ahead and
pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master

Mostly minor fixes this time, including:

  - Add missing virtio-scsi -> TCM attribute conversion in vhost-scsi.
  - Fix persistent reservations write exclusive handling to allow
    readers for all registered I_T nexuses.
  - Drop arbitrary maximum I/O size limit in order to process I/Os
    larger than 4 MB, required for initiators that don't honor block
    limits EVPD.
  - Drop the now left-over fabric_max_sectors attribute.

Thank you,

--nab

Andy Grover (1):
  iscsi-target: Fix typos in enum cmd_flags_table

Lee Duncan (1):
  target: Allow Write Exclusive non-reservation holders to READ

Nicholas Bellinger (4):
  vhost-scsi: Add missing virtio-scsi -> TCM attribute conversion
  Documentation/target: Update fabric_ops to latest code
  target: Drop arbitrary maximum I/O size limit
  target: Drop left-over fabric_max_sectors attribute

Sagi Grimberg (1):
  MAINTAINERS: Add entry for iSER target driver

 Documentation/target/tcm_mod_builder.py       | 49 ++++++------------------
 MAINTAINERS                                   |  9 +++++
 drivers/target/iscsi/iscsi_target.c           | 12 +++---
 drivers/target/iscsi/iscsi_target_core.h      |  4 +-
 drivers/target/target_core_device.c           | 54 ++-------------------------
 drivers/target/target_core_file.c             | 12 +++++-
 drivers/target/target_core_iblock.c           |  3 +-
 drivers/target/target_core_pr.c               | 12 ++++++
 drivers/target/target_core_rd.c               |  1 -
 drivers/target/target_core_sbc.c              | 15 --------
 drivers/target/target_core_spc.c              |  5 +--
 drivers/target/target_core_user.c             |  1 -
 drivers/vhost/scsi.c                          | 24 ++++++++++--
 include/target/target_core_backend.h          |  1 -
 include/target/target_core_backend_configfs.h |  2 -
 include/target/target_core_base.h             |  3 --
 16 files changed, 78 insertions(+), 129 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ