[PATCH 1/2] hpsa: limit transfer length to 1MB

2017-06-22 Thread Yadan Fan
to work fine with it, so the true fix should be from hpsa driver. References: bsc#1025461 Signed-off-by: Yadan Fan <yd...@suse.com> --- drivers/scsi/hpsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 73daace478cb..b4c0bb

[PATCH 2/2] smartpqi: limit transfer length to 1MB

2017-06-22 Thread Yadan Fan
is able to work fine with it, so the true fix should be from smartpqi driver. Reference: bsc#1025461 Signed-off-by: Yadan Fan <yd...@suse.com> --- drivers/scsi/smartpqi/smartpqi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/smartpqi/smartpqi.h b/driver

Re: [PATCH 1/2] hpsa: limit transfer length to 1MB

2017-06-23 Thread Yadan Fan
Hi Johannes, On 2017年06月22日 18:06, Johannes Thumshirn wrote: On Thu, Jun 22, 2017 at 05:58:44PM +0800, Yadan Fan wrote: The hpsa firmware will bypass the cache for any request larger than 1MB, so we should cap the request size to avoid any performance degradation in SLE12-SP2. Upstream

[PATCH v2 2/2] smartpqi: limit transfer length to 1MB

2017-06-23 Thread Yadan Fan
, but the hardware is able to work fine with it, so the true fix should be from smartpqi driver. Signed-off-by: Yadan Fan <yd...@suse.com> --- drivers/scsi/smartpqi/smartpqi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/smartpqi/smartpqi.h b/drivers/scsi/sm

[PATCH v2 1/2] hpsa: limit transfer length to 1MB

2017-06-23 Thread Yadan Fan
, but the hardware is able to work fine with it, so the true fix should be from hpsa driver. Signed-off-by: Yadan Fan <yd...@suse.com> --- Changes: Reduced SUSE distribution info and internal bug id reference. drivers/scsi/hpsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d