[PATCH 02/02] scsi: pcmcia: nsp_cs: remove module init/exit function prototypes

2013-04-16 Thread Greg Kroah-Hartman
...@visionengravers.com Cc: YOKOTA Hiroshi yok...@netlab.is.tsukuba.ac.jp Cc: James E.J. Bottomley jbottom...@parallels.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- drivers/scsi/pcmcia/nsp_cs.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/scsi/pcmcia/nsp_cs.h b/drivers

Re: [PATCH v2 2/2] Adds new device resume mode in PM core, async plus non-blocking

2013-05-17 Thread Greg Kroah-Hartman
On Fri, May 17, 2013 at 07:05:33PM +, Brandt, Todd E wrote: Updates the drivers/base/power subsystem to allow any devices which have registred as asynchronous and who have not registered complete callbacks to be non-blocking. i.e system resume can finish and return control to the user

Re: [PATCH 25/36] SCSI: sd: convert class code to use dev_groups

2013-07-30 Thread Greg Kroah-Hartman
On Tue, Jul 30, 2013 at 04:11:52PM +, James Bottomley wrote: On Wed, 2013-07-24 at 15:05 -0700, Greg Kroah-Hartman wrote: The dev_attrs field of struct class is going away soon, dev_groups should be used instead. This converts the scsi disk class code to use the correct field

Re: [PATCH 3.15 099/139] libiscsi, iser: Adjust data_length to include protection information

2014-07-03 Thread Greg Kroah-Hartman
On Thu, Jul 03, 2014 at 06:54:05AM -0700, James Bottomley wrote: On Wed, 2014-07-02 at 23:05 -0700, Christoph Hellwig wrote: On Wed, Jul 02, 2014 at 03:52:35PM -0700, James Bottomley wrote: In which case it's not marked for stable backport ... I assume it should be? Only if the patch

Re: [PATCH 4/5] [SCSI] Do not use platform_bus as a parent

2014-07-27 Thread Greg Kroah-Hartman
On Sun, Jul 27, 2014 at 07:52:57AM +0400, James Bottomley wrote: On Sat, 2014-07-26 at 13:11 -0700, Greg Kroah-Hartman wrote: On Fri, Jul 25, 2014 at 07:46:56AM -0700, James Bottomley wrote: On Fri, 2014-07-25 at 15:23 +0100, Pawel Moll wrote: The host devices without a parent were

Re: [PATCH] uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check

2014-09-11 Thread Greg Kroah-Hartman
On Thu, Sep 11, 2014 at 11:06:12AM +0200, Hans de Goede wrote: Cc: sta...@vger.kernel.org # 3.16 Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/usb/storage/uas-detect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) You forgot the reported-by line, I'll go add it...

Re: [PATCH fix for 3.17 v5] uas: Add a quirk for rejecting ATA_12 and ATA_16 commands

2014-09-15 Thread Greg Kroah-Hartman
On Mon, Sep 15, 2014 at 04:04:12PM +0200, Hans de Goede wrote: And set this quirk for the Seagate Expansion Desk (0bc2:2312), as that one seems to hang upon receiving an ATA_12 or ATA_16 command. https://bugzilla.kernel.org/show_bug.cgi?id=79511

Re: [PATCH fix for 3.17 v5] uas: Add a quirk for rejecting ATA_12 and ATA_16 commands

2014-09-24 Thread Greg Kroah-Hartman
On Mon, Sep 15, 2014 at 04:13:52PM +0200, Hans de Goede wrote: Hi, On 09/15/2014 04:08 PM, Greg Kroah-Hartman wrote: On Mon, Sep 15, 2014 at 04:04:12PM +0200, Hans de Goede wrote: And set this quirk for the Seagate Expansion Desk (0bc2:2312), as that one seems to hang upon receiving

Re: [PATCH 29/38] Introduce dev_printk_string() and dev_printk_header()

2014-09-29 Thread Greg Kroah-Hartman
On Mon, Sep 29, 2014 at 01:58:58PM +0200, Hannes Reinecke wrote: Introducing dev_printk_string() and dev_printk_header() to allow using an external buffer for printing via dev_printk(). Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Steven Rostedt rost...@goodmis.org Cc: LKML linux

Re: [PATCH 2/2] uas: Make uas work with blk-mq

2014-10-02 Thread Greg Kroah-Hartman
On Thu, Oct 02, 2014 at 06:12:59AM -0700, Christoph Hellwig wrote: On Thu, Oct 02, 2014 at 03:08:40PM +0200, Hans de Goede wrote: Yes, although that likely would need to go through stable, without going into 3.18 . Greg, is this ok with you and how do I get a patch in stable which is

Re: [PATCH v2 2/2] uas: Make uas work with blk-mq

2014-10-03 Thread Greg Kroah-Hartman
On Fri, Oct 03, 2014 at 12:08:57PM +0200, Hans de Goede wrote: With uas over usb-3 the tags inside the uas iu-s must match the usb-3 stream ids, and those go from 1 - qdepth. Before blk-mq calling scsi_activate_tcq(sdev, qdepth) guaranteed that we would only get cmnd-request-tag from 0 -

Re: [PATCH v2 2/2] uas: Make uas work with blk-mq

2014-10-05 Thread Greg Kroah-Hartman
On Sun, Oct 05, 2014 at 11:18:49AM +0200, Hans de Goede wrote: Hi, On 10/05/2014 11:10 AM, Christoph Hellwig wrote: On Sun, Oct 05, 2014 at 11:06:00AM +0200, Hans de Goede wrote: This patch sits on top of a lot of other uas fixes which are already in usb-next, so this needs to go in

[PATCH 3.10 098/123] scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND

2014-11-11 Thread Greg Kroah-Hartman
end up copying (luckily zeroed-out) kernel buffer to userspace instead of reporting error. Fix the problem by jumping to the right label. CC: Jens Axboe ax...@kernel.dk CC: linux-scsi@vger.kernel.org Coverity-id: 1226871 Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Greg Kroah-Hartman gre

[PATCH 3.14 168/203] scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND

2014-11-11 Thread Greg Kroah-Hartman
end up copying (luckily zeroed-out) kernel buffer to userspace instead of reporting error. Fix the problem by jumping to the right label. CC: Jens Axboe ax...@kernel.dk CC: linux-scsi@vger.kernel.org Coverity-id: 1226871 Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Greg Kroah-Hartman gre

[PATCH 3.17 249/319] scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND

2014-11-11 Thread Greg Kroah-Hartman
end up copying (luckily zeroed-out) kernel buffer to userspace instead of reporting error. Fix the problem by jumping to the right label. CC: Jens Axboe ax...@kernel.dk CC: linux-scsi@vger.kernel.org Coverity-id: 1226871 Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Greg Kroah-Hartman gre

Re: [V2 PATCH 3/4] scsi:stex.c Add reboot support

2014-11-14 Thread Greg Kroah-Hartman
On Wed, Nov 12, 2014 at 09:27:50AM -0800, Christoph Hellwig wrote: +static int stex_reboot_callback(struct notifier_block *self, + unsigned long val, + void *data) +{ + if (val ==

[patch 32/40] hptiop: avoid buffer overflow when returning sense data

2007-11-14 Thread Greg Kroah-Hartman
-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/scsi/hptiop.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c @@ -365,8 +365,9 @@ static void hptiop_host_request_callback

[patch 16/26] hptiop: avoid buffer overflow when returning sense data

2007-11-19 Thread Greg Kroah-Hartman
] Signed-off-by: Andrew Morton [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] --- drivers/scsi/hptiop.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c @@ -377,8 +377,9 @@ static void

Re: linux-next: build failure after merge of the pci tree

2012-11-05 Thread Greg Kroah-Hartman
On Tue, Nov 06, 2012 at 11:27:29AM +1100, Stephen Rothwell wrote: Hi Bjorn, After merging the pci tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/telephony/ixj.c: In function 'ixj_probe_pci': drivers/staging/telephony/ixj.c:7732:13: warning:

[ 11/11] scsi: Silence unnecessary warnings about ioctl to partition

2012-12-06 Thread Greg Kroah-Hartman
CC: linux-scsi@vger.kernel.org Signed-off-by: Jan Kara j...@suse.cz Signed-off-by: Jens Axboe ax...@kernel.dk Cc: Satoru Takeuchi satoru.takeu...@gmail.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org --- block/scsi_ioctl.c |5 - 1 file changed, 4 insertions(+), 1 deletion

Re: [RESEND][PATCH] scsi: esas2r: fix potential format string flaw

2013-12-17 Thread Greg Kroah-Hartman
On Tue, Dec 17, 2013 at 10:27:33AM -0800, Kees Cook wrote: This makes sure format strings cannot leak into the printk call via the constructed buffer. Signed-off-by: Kees Cook keesc...@chromium.org --- drivers/scsi/esas2r/esas2r_log.c |2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION

2012-07-24 Thread Greg Kroah-Hartman
On Tue, Jul 24, 2012 at 01:26:20AM +, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org As requested by Anthony, here is a patch against target-pending/for-next-merge to expose an ABI version to userspace via a new VHOST_SCSI_GET_ABI_VERSION ioctl operation.

Re: [PATCH] uas: disable UAS on Apricorn SATA dongles

2014-12-12 Thread Greg Kroah-Hartman
On Fri, Dec 12, 2014 at 11:42:12AM +0100, Hans de Goede wrote: Adding Greg and stable to the cc On 11-12-14 20:01, Darrick J. Wong wrote: The Apricorn SATA dongle will occasionally return USBSUSBSUSB in response to SCSI commands when running in UAS mode. Therefore, disable UAS mode on this

Re: [PATCH 4.1] target-core: fix return without a value

2015-11-10 Thread Greg Kroah-Hartman
On Tue, Nov 10, 2015 at 01:32:10PM -0500, Mikulas Patocka wrote: > Fix the warning drivers/target/target_core_pr.c:332:3: warning: 'return' > with no value, in function returning non-void [-Wreturn-type] > > The patch 35afa65642a9a88c81913377b93a3a66220f8b9d committed to 4.1.11 > adds a check if

Re: [PATCH 4.1] target-core: fix return without a value

2015-11-10 Thread Greg Kroah-Hartman
On Tue, Nov 10, 2015 at 06:31:47PM -0500, Mikulas Patocka wrote: > > > On Tue, 10 Nov 2015, Greg Kroah-Hartman wrote: > > > On Tue, Nov 10, 2015 at 01:32:10PM -0500, Mikulas Patocka wrote: > > > Fix the warning drivers/target/target_core_pr.c:332:3: warning: '

Re: [PATCH v2] scsi: dpt: remove i2o header in uapi

2015-10-04 Thread Greg Kroah-Hartman
he header into dpti_i2o.h. > > CC: Arnd Bergmann <a...@arndb.de> > CC: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Signed-off-by: Gabriel Laskar <gabr...@lse.epita.fr> > --- > drivers/scsi/dpt/dpti_i2o.h | 134 +- > include/ua

Re: [PATCH V5 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'

2015-10-04 Thread Greg Kroah-Hartman
On Sun, Sep 27, 2015 at 03:48:24PM +0200, Rafael J. Wysocki wrote: > On Sun, Sep 27, 2015 at 12:04 AM, Viresh Kumar > wrote: > > global_lock is defined as an unsigned long and accessing only its lower > > 32 bits from sysfs is incorrect, as we need to consider other 32

Re: [PATCH] sd: Optimal I/O size is in bytes, not sectors

2016-01-22 Thread Greg Kroah-Hartman
On Wed, Jan 20, 2016 at 08:47:29AM -0800, James Bottomley wrote: > On Wed, 2016-01-20 at 11:40 -0500, Martin K. Petersen wrote: > > > > > > > "James" == James Bottomley < > > > > > > > james.bottom...@hansenpartnership.com> writes: > > > > James> We should mark the commit causing the problems,

Re: [RFC v2 00/20] Replace PCI pool by DMA pool API

2017-02-18 Thread Greg Kroah-Hartman
On Sat, Feb 18, 2017 at 09:35:36AM +0100, Romain Perier wrote: > The current PCI pool API are simple macro functions direct expanded to > the appropriated dma pool functions. The prototypes are almost the same > and semantically, they are very similar. I propose to use the DMA pool > API directly

Re: aacraid: kernel: AAC: Host adapter dead -1 (bisected)

2017-02-10 Thread Greg Kroah-Hartman
On Fri, Feb 10, 2017 at 01:45:06PM +0300, Andrey Melnikov wrote: > Cc: linux-scsi@vger.kernel.org > > 2017-02-10 13:24 GMT+03:00 Greg Kroah-Hartman <gre...@linuxfoundation.org>: > > On Fri, Feb 10, 2017 at 02:25:26AM +0300, Andrey Jr. Melnikov wrote: > >> In article

Re: [PATCH v5 4/8] char: rpmb: provide a user space interface

2016-09-01 Thread Greg Kroah-Hartman
On Thu, Sep 01, 2016 at 08:05:26PM +, Winkler, Tomas wrote: > > > > > On Sun, Aug 07, 2016 at 09:44:03AM +, Winkler, Tomas wrote: > > > > > > > > On Mon 2016-07-18 23:27:49, Tomas Winkler wrote: > > > > > The user space API is achieved via two synchronous IOCTL. > > > > > > > > IOCTLs? >

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-09-01 Thread Greg Kroah-Hartman
On Thu, Sep 01, 2016 at 08:25:28PM +, Winkler, Tomas wrote: > > On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > > > This is a simple platform device used for testing the RPMB subsystem. > > > +static struct platform_device *rpmb_sim_pdev; > > > > A platform device? Ick, no

Re: [PATCH v5 2/8] char: rpmb: add sysfs-class ABI documentation

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:47PM +0300, Tomas Winkler wrote: > Signed-off-by: Tomas Winkler > --- > V2: resend > V3: add more verbose description > V4: resend > V5: adjust date and kernel version > > Documentation/ABI/testing/sysfs-class-rpmb | 20

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > This is a simple platform device used for testing > the RPMB subsystem. > > The module currently supports two configuration options: > 1. max_wr_blks: for specifying max blocks that can be written > in a single command > 2. daunits:

Re: [PATCH v5 3/8] char: rpmb: add device attributes

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:48PM +0300, Tomas Winkler wrote: > Add attribute type that displays underlay storage type technology > EMMC, UFS, and attribute id, that displays underlay storage device id. > For EMMC this would be content of CID and for UFS serial number from > the device

Re: [PATCH v5 4/8] char: rpmb: provide a user space interface

2016-08-31 Thread Greg Kroah-Hartman
On Sun, Aug 07, 2016 at 09:44:03AM +, Winkler, Tomas wrote: > > > > On Mon 2016-07-18 23:27:49, Tomas Winkler wrote: > > > The user space API is achieved via two synchronous IOCTL. > > > > IOCTLs? > > Will fix > > > > Simplified one, RPMB_IOC_REQ_CMD, were read result cycles is > >

Re: [PATCH v5 5/8] char: rpmb: add RPMB simulation device

2016-08-31 Thread Greg Kroah-Hartman
On Mon, Jul 18, 2016 at 11:27:50PM +0300, Tomas Winkler wrote: > This is a simple platform device used for testing > the RPMB subsystem. > > The module currently supports two configuration options: > 1. max_wr_blks: for specifying max blocks that can be written > in a single command > 2. daunits:

Re: [PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem

2016-09-20 Thread Greg Kroah-Hartman
On Mon, Sep 19, 2016 at 12:17:48PM +, Winkler, Tomas wrote: > \ > > Subject: [PATCH v6 0/9] Replay Protected Memory Block (RPMB) subsystem > > > > > > Few storage technologies such is EMMC, UFS, and NVMe support RPMB > > hardware partition with common protocol and frame layout. > > The RPMB

Re: [PATCH] linux/types.h: enable endian checks for all sparse builds

2016-12-08 Thread Greg Kroah-Hartman
On Thu, Dec 08, 2016 at 06:38:11AM +, Bart Van Assche wrote: > On 12/07/16 21:54, Michael S. Tsirkin wrote: > > On Thu, Dec 08, 2016 at 05:21:47AM +, Bart Van Assche wrote: > >> Additionally, there are notable exceptions to the rule that most drivers > >> are endian-clean, e.g.

Re: version 3.18.44 to 3.18.45 introduced a bug in "drivers/scsi/megaraid/megaraid_sas_base.c"

2016-12-13 Thread Greg Kroah-Hartman
On Tue, Dec 13, 2016 at 08:08:27AM -0800, Randy Dunlap wrote: > [adding other lists + gregkh] > > > On 12/13/16 02:56, Dashi DS1 Cao wrote: > > --- a/drivers/scsi/megaraid/megaraid_sas_base.c > > +++ b/drivers/scsi/megaraid/megaraid_sas_base.c > > @@ -1614,16 +1614,13 @@

Re: version 3.18.44 to 3.18.45 introduced a bug in "drivers/scsi/megaraid/megaraid_sas_base.c"

2016-12-13 Thread Greg Kroah-Hartman
On Tue, Dec 13, 2016 at 08:43:41AM -0800, James Bottomley wrote: > On Tue, 2016-12-13 at 08:33 -0800, Randy Dunlap wrote: > > On 12/13/16 08:30, Greg Kroah-Hartman wrote: > > > I don't maintain 3.18-stable :) > > > > > > thanks, > > >

Re: [PATCH 5/8] linux: drop __bitwise__ everywhere

2016-12-15 Thread Greg Kroah-Hartman
2 +- > include/target/target_core_base.h| 2 +- > include/uapi/linux/virtio_types.h| 6 +++--- > net/ieee802154/6lowpan/6lowpan_i.h | 2 +- > net/mac80211/ieee80211_i.h | 4 ++-- > 12 files changed, 20 insertions(+), 20 delet

[PATCH 4.8 11/37] scsi: mpt3sas: Fix secure erase premature termination

2016-11-30 Thread Greg Kroah-Hartman
de> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) --- a/drivers/scsi/mpt3sas/mpt3sas_scsi

[PATCH 4.4 09/21] scsi: mpt3sas: Fix secure erase premature termination

2016-11-30 Thread Greg Kroah-Hartman
de> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/mpt3sas/mpt3sas_scsih.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) --- a/drivers/scsi/mpt3sas/mpt3sas_scsi

Re: [PATCH 4.8 11/37] scsi: mpt3sas: Fix secure erase premature termination

2016-11-30 Thread Greg Kroah-Hartman
On Wed, Nov 30, 2016 at 11:49:56AM -0500, Martin K. Petersen wrote: > >>>>> "Greg" == Greg Kroah-Hartman <gre...@linuxfoundation.org> writes: > > Greg, > > Greg> From: Andrey Grodzovsky <andrey2...@gmail.com> > > Greg> commit 18f

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthrough commands

2017-03-31 Thread Greg Kroah-Hartman
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Fri, Mar 31, 2017 at

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthrough commands

2017-03-31 Thread Greg Kroah-Hartman
On Fri, Mar 31, 2017 at 02:10:29PM -0400, Joe Korty wrote: > On Fri, Mar 31, 2017 at 04:50:52PM +0200, Greg Kroah-Hartman wrote: > > A: Because it messes up the order in which people normally read text. > > Q: Why is top-posting such a bad thing? > > A: Top-posting. &g

[PATCH 4.4 13/18] blk-mq: Avoid memory reclaim when remapping queues

2017-04-16 Thread Greg Kroah-Hartman
inux.vnet.ibm.com> Cc: linux-bl...@vger.kernel.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Jens Axboe <ax...@fb.com> Signed-off-by: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- block/blk-mq.c |6 +++--- 1

[PATCH 4.9 26/31] blk-mq: Avoid memory reclaim when remapping queues

2017-04-16 Thread Greg Kroah-Hartman
inux.vnet.ibm.com> Cc: linux-bl...@vger.kernel.org Cc: linux-scsi@vger.kernel.org Signed-off-by: Jens Axboe <ax...@fb.com> Signed-off-by: Sumit Semwal <sumit.sem...@linaro.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- block/blk-mq.c |6 +++--- 1

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthrough command (try 2)

2017-04-01 Thread Greg Kroah-Hartman
On Fri, Mar 31, 2017 at 04:38:57PM -0400, Joe Korty wrote: > scsi: mpt3sas: fix hang on ata passthrough commands > > commit 16236802bfecb1082144a48b7d6fa60997824662 upstream, in v4.9 in > linux-stable. > commit ffb58456589443ca572221fabbdef3db8483a779 upstream, in master. > > Please backport

Re: [PATCH] scsi: mpt3sas: fix hang on ata passthrough commands

2017-03-31 Thread Greg Kroah-Hartman
James Bottomley <james.bottom...@hansenpartnership.com> > Acked-by: Sreekanth Reddy <sreekanth.re...@broadcom.com> > Reviewed-by: Christoph Hellwig <h...@lst.de> > Reported-by: Ingo Molnar <mi...@kernel.org> > Tested-by: Ingo Molnar <mi...@kernel.org> > Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> I signed off on this patch? When? Where? totall confused here, greg k-h

[PATCH 4.12 042/196] scsi: virtio_scsi: let host do exception handling

2017-07-25 Thread Greg Kroah-Hartman
Martin K. Petersen" <martin.peter...@oracle.com> Cc: Hannes Reinecke <h...@suse.de> Cc: linux-scsi@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Greg Kroah-Hartman <gr

[PATCH 2/7] scsi: ibmvscsi_tgt: remove use of class_attrs

2017-06-08 Thread Greg Kroah-Hartman
Cc: "Martin K. Petersen" <martin.peter...@oracle.com> Cc: <linux-scsi@vger.kernel.org> Cc: <target-de...@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 - 1 file changed, 5 deleti

Re: usb/storage/uas: slab-out-of-bounds in uas_probe

2017-09-22 Thread Greg Kroah-Hartman
On Fri, Sep 22, 2017 at 09:58:15AM +0200, Greg Kroah-Hartman wrote: > On Thu, Sep 21, 2017 at 03:04:05PM -0400, Alan Stern wrote: > > On Thu, 21 Sep 2017, Andrey Konovalov wrote: > > > > > On Thu, Sep 21, 2017 at 6:10 PM, Greg Kroah-Hartman > > > <gre...@linuxf

Re: usb/storage/uas: slab-out-of-bounds in uas_probe

2017-09-22 Thread Greg Kroah-Hartman
On Thu, Sep 21, 2017 at 03:04:05PM -0400, Alan Stern wrote: > On Thu, 21 Sep 2017, Andrey Konovalov wrote: > > > On Thu, Sep 21, 2017 at 6:10 PM, Greg Kroah-Hartman > > <gre...@linuxfoundation.org> wrote: > > > On Thu, Sep 21, 2017 at 05:39:05PM +0200,

Re: usb/storage/uas: slab-out-of-bounds in uas_probe

2017-09-21 Thread Greg Kroah-Hartman
On Thu, Sep 21, 2017 at 05:39:05PM +0200, Andrey Konovalov wrote: > Hi! > > I've got the following report while fuzzing the kernel with syzkaller. > > On commit ebb2c2437d8008d46796902ff390653822af6cc4 (Sep 18). > > The issue occurs when we iterate over interface altsettings, but I > don't see

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-04 Thread Greg Kroah-Hartman
flowlabel.c | 2 +- > net/netrom/nr_loopback.c | 2 +- > security/keys/gc.c| 2 +- > sound/oss/midibuf.c | 2 +- > sound/oss/soundcard.c | 2 +- > sound/oss/sys_timer.c | 2 +- > sound/oss/uart6850.c | 2 +- > 47 files changed, 54 insertions(+), 54 deletions(-) Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

[PATCH 4.13 41/53] genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs

2017-10-16 Thread Greg Kroah-Hartman
broadcom.com> Cc: Kashyap Desai <kashyap.de...@broadcom.com> Cc: keith.bu...@intel.com Cc: pet...@infradead.org Cc: Hannes Reinecke <h...@suse.de> Cc: Christoph Hellwig <h...@lst.de> Link: https://lkml.kernel.org/r/alpine.DEB.2.20.1710042208400.2406@nanos Signed-off-by: Greg Kr

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-20 Thread Greg Kroah-Hartman
On Wed, Dec 20, 2017 at 01:24:44AM -0800, Joe Perches wrote: > On Wed, 2017-12-20 at 10:34 +0200, Jarkko Nikula wrote: > > On Tue, Dec 19, 2017 at 10:15:07AM -0800, Joe Perches wrote: > > > Convert DEVICE_ATTR uses to DEVICE_ATTR_RW where possible. > [] > > > diff --git a/sound/soc/omap/mcbsp.c

Re: [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW

2017-12-20 Thread Greg Kroah-Hartman
On Wed, Dec 20, 2017 at 01:54:41AM -0800, Joe Perches wrote: > On Wed, 2017-12-20 at 10:32 +0100, Greg Kroah-Hartman wrote: > > On Wed, Dec 20, 2017 at 01:24:44AM -0800, Joe Perches wrote: > > > On Wed, 2017-12-20 at 10:34 +0200, Jarkko Nikula wrote: > > > > On T

[PATCH] scsi: csiostor: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Greg Kroah-Hartman
pombreda...@nexb.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/csiostor/csio_init.c | 2 +- drivers/scsi/csiostor/csio_init.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/csiostor/csio_init.c b/drivers/scsi/csi

Re: network namespace, netlink and sysfs changes for iSCSI (Re: [PATCH 0/9] use network namespace for iSCSI control interfaces)

2017-11-07 Thread Greg Kroah-Hartman
On Tue, Nov 07, 2017 at 10:01:56AM -0800, Chris Leech wrote: > Hello, > > I have this set of changes to the iSCSI control interfaces pending > review, but seeing as it's sysfs and netlink changes there's not a lot > of feedback from linux-scsi. > > I was hoping I could get a brief review on the

Re: [PATCH 2/2 v4] scsi: ufs: introduce sysfs entries exposing UFS health info

2017-12-21 Thread Greg Kroah-Hartman
ice life time used >0Ah: 90% ~ 100% device life time used >0Bh: Exceeded its maximum estimated device life time > > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Signed-off-by: Jaegeuk Kim <jaeg...@google.com> > --- Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

Re: [PATCH 1/2 v3] scsi: ufs: introduce static sysfs entries

2017-12-21 Thread Greg Kroah-Hartman
On Wed, Dec 20, 2017 at 11:16:30AM -0800, Jaegeuk Kim wrote: > From: Jaegeuk Kim <jaeg...@google.com> > > This patch introduces attribute group to show existing sysfs entries. > > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Signed-off-by: J

Re: [PATCH 41/42] tty: replace ->proc_fops with ->proc_show

2018-05-16 Thread Greg Kroah-Hartman
On Wed, May 16, 2018 at 11:43:45AM +0200, Christoph Hellwig wrote: > Just set up the show callback in the tty_operations, and use > proc_create_single_data to create the file without additional > boilerplace code. > > Signed-off-by: Christoph Hellwig <h...@lst.de> Reviewed-b

[PATCH 4.16 108/161] scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arrays

2018-05-24 Thread Greg Kroah-Hartman
Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com

Re: [PATCH 1/2] scsi: sd_zbc: Fix potential memory leak

2018-06-02 Thread Greg Kroah-Hartman
On Thu, May 31, 2018 at 07:31:23PM +0900, Damien Le Moal wrote: > [Backport of upstream commit 0aa3fdb8b3a6df3c2e3b61dbfe079db9d30e03cd] That is not what this commit id is :( Please fix up and resend the series. thanks, greg k-h

Re: [PATCH v2 0/2] 4.14 long term stable ZBC fixes

2018-06-05 Thread Greg Kroah-Hartman
On Mon, Jun 04, 2018 at 05:04:11PM +0900, Damien Le Moal wrote: > Patch 4b433924b275 ("scsi: sd_zbc: Fix potential memory leak") was added in > 4.16 and 4.15 stable but did not make it to long term stable 4.14 (as far as I > can tell). > > Patch ccce20fc7968 ("scsi: sd_zbc: Avoid that resetting a

Re: [PATCH 2/2 v4] scsi: ufs: introduce sysfs entries exposing UFS health info

2017-12-27 Thread Greg Kroah-Hartman
On Wed, Dec 27, 2017 at 09:00:10AM +, Avri Altman wrote: > > > > -Original Message- > > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > > ow...@vger.kernel.org] On Behalf Of Greg Kroah-Hartman > > Sent: Thursday, December 21, 2017 10:0

Re: iSCSI session logout regression after fbce4d97fd ("scsi: fixup kernel warning during rmmod()")

2018-02-21 Thread Greg Kroah-Hartman
On Mon, Feb 19, 2018 at 11:27:07PM +, Max Ivanov wrote: > > As already explained in the previous mail, there is a fixup for this in > > commit 81b6c9998979 ('scsi: core: check for device state in > > __scsi_remove_target()'). > > Please check if this is applied, too. > > I tested commit

Re: [PATCH 1/2] sysfs: Introduce sysfs_{un,}break_active_protection()

2018-08-02 Thread Greg Kroah-Hartman
On Mon, Jul 30, 2018 at 11:40:51AM -0700, Bart Van Assche wrote: > Introduce these two functions and export them such that the next patch > can add calls to these functions from the SCSI core. > > Signed-off-by: Bart Van Assche > Cc: Greg Kroah-Hartman > Cc: Tejun Heo > C

Re: [PATCH 01/10] staging: fnic2 add initialization

2018-04-07 Thread Greg Kroah-Hartman
On Fri, Apr 06, 2018 at 03:00:11PM -0700, Oliver Smith-Denny wrote: > On Fri, Apr 06, 2018 at 07:07:52AM +0200, Greg Kroah-Hartman wrote: > > Why is this a drivers/staging/ driver at all? What is keeping you from > > getting this merged into the "proper" place in the ker

Re: [PATCH 01/10] staging: fnic2 add initialization

2018-04-05 Thread Greg Kroah-Hartman
On Thu, Apr 05, 2018 at 02:16:45PM -0700, Oliver Smith-Denny wrote: > These files contain module load and unload, global driver context, > PCI registration, PCI probe and remove, and definitions of > the fnic2 global context. > > Signed-off-by: Oliver Smith-Denny >

Re: [PATCH 02/10] staging: fnic2 add resource allocation

2018-04-05 Thread Greg Kroah-Hartman
On Thu, Apr 05, 2018 at 02:17:52PM -0700, Oliver Smith-Denny wrote: > --- /dev/null > +++ b/drivers/staging/fnic2/src/fnic2_isr.c > @@ -0,0 +1,324 @@ > +/* > + * SPDX-License-Identifier: GPL-2.0 > + * Copyright 2018 Cisco Systems, Inc. All rights reserved. > + * > + * This program is free

Re: [PATCH 03/10] staging: fnic2 add fip handling

2018-04-05 Thread Greg Kroah-Hartman
On Thu, Apr 05, 2018 at 02:18:37PM -0700, Oliver Smith-Denny wrote: > --- /dev/null > +++ b/drivers/staging/fnic2/src/fip.c > @@ -0,0 +1,804 @@ > +/* > + * SPDX-License-Identifier: GPL-2.0 > + * Copyright 2018 Cisco Systems, Inc. All rights reserved. > + * > + * This program is free software; you

[PATCH 4.14 071/183] scsi: devinfo: fix format of the device list

2018-04-25 Thread Greg Kroah-Hartman
Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- a/drivers

Re: SCSI generic (sg) regression in stable kernels

2018-03-28 Thread Greg Kroah-Hartman
On Wed, Mar 28, 2018 at 05:37:24PM -0400, Tony Battersby wrote: > The SCSI generic driver is currently broken in the 3.18, 4.1, 4.4, and > 4.9 stable kernels.  This is the problematic commit: > > 109bade9c625 ("scsi: sg: use standard lists for sg_requests") > > (all commit ids are from upstream

Re: [PATCH] Patch to replace DEFINE_SEMAPHORE with DEFINE_BINARY_SEMAPHORE

2018-03-31 Thread Greg Kroah-Hartman
On Sat, Mar 31, 2018 at 07:16:21PM +0530, Wasim Nazir wrote: > This message contains confidential information and is intended only for the > individual(s) named. If you are not the intended recipient, you are > notified that disclosing, copying, distributing or taking any action in > reliance

[PATCH 4.15 100/128] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

2018-03-16 Thread Greg Kroah-Hartman
: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c

[PATCH 4.15 101/128] scsi: dh: add new rdac devices

2018-03-16 Thread Greg Kroah-Hartman
azquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_dh.c |5 - 1 file cha

[PATCH 4.14 083/109] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

2018-03-16 Thread Greg Kroah-Hartman
: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c

[PATCH 4.14 084/109] scsi: dh: add new rdac devices

2018-03-16 Thread Greg Kroah-Hartman
azquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_dh.c |5 - 1 file cha

Re: [PATCH v2 3/5] usb: gadget: Add NO_DMA dummies for DMA mapping API

2018-03-16 Thread Greg Kroah-Hartman
Signed-off-by: Geert Uytterhoeven <ge...@linux-m68k.org> > Reviewed-by: Mark Brown <broo...@kernel.org> > Acked-by: Robin Murphy <robin.mur...@arm.com> > Acked-by: Felipe Balbi <felipe.ba...@linux.intel.com> Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

[PATCH 4.9 196/241] scsi: dh: add new rdac devices

2018-03-19 Thread Greg Kroah-Hartman
azquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_dh.c |5 - 1 file changed, 4

[PATCH 4.9 195/241] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

2018-03-19 Thread Greg Kroah-Hartman
: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c |2 +- 1 fi

[PATCH 4.4 099/134] scsi: dh: add new rdac devices

2018-03-19 Thread Greg Kroah-Hartman
azquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_dh.c |5 - 1 file changed, 4

[PATCH 3.18 53/68] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

2018-03-19 Thread Greg Kroah-Hartman
: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c

[PATCH 4.4 098/134] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

2018-03-19 Thread Greg Kroah-Hartman
: Xose Vazquez Perez <xose.vazq...@gmail.com> Signed-off-by: Martin K. Petersen <martin.peter...@oracle.com> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> --- drivers/scsi/scsi_devinfo.c |2 +- 1 fi

Re: [PATCH] klist: Make it safe to use klists in atomic context

2018-06-28 Thread Greg Kroah-Hartman
also commit c9ddf73476ff ("scsi: scsi_transport_srp: Fix shost > to rport translation"). > > Signed-off-by: Bart Van Assche > Cc: Martin K. Petersen > Cc: James Bottomley > --- > lib/klist.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) No objection from me: Acked-by: Greg Kroah-Hartman This should probably go through the scsi tree, right? thanks, greg k-h

Re: [PATCH v2 1/7] drivers/base: Fix a race condition in the device probing code

2018-10-17 Thread Greg Kroah-Hartman
Cc: Lee Duncan > Cc: Hannes Reinecke > Cc: Luis Chamberlain > Cc: Johannes Thumshirn > Cc: Christoph Hellwig > Cc: Greg Kroah-Hartman > Signed-off-by: Bart Van Assche > --- > drivers/base/dd.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/driv

Re: [PATCH v2 2/7] drivers/base: Verify struct device locking requirements at runtime

2018-10-17 Thread Greg Kroah-Hartman
Christoph Hellwig > Cc: Greg Kroah-Hartman > Signed-off-by: Bart Van Assche > --- > drivers/base/dd.c | 16 > drivers/base/memory.c | 4 > 2 files changed, 20 insertions(+) > > diff --git a/drivers/base/dd.c b/drivers/base/dd.c > index b42

Re: [PATCH 1/1] scsi: ufs: changing maintainer

2017-07-18 Thread Greg Kroah-Hartman (gre...@linuxfoundation.org)
On Tue, Jul 18, 2017 at 09:15:58AM +, Prabu Thangamuthu wrote: > As per internal decision, Joao Pinto will be maintainer for DWC UFS driver. That's "odd", does Joao want this? Do you want this? thanks, greg k-h