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

2016-07-20 Thread Paul Gortmaker
[RE: [PATCH v5 4/8] char: rpmb: provide a user space interface] On 20/07/2016 (Wed 09:02) Winkler, Tomas wrote: > > > > On Mon, Jul 18, 2016 at 4:27 PM, Tomas Winkler > > wrote: > > > The user space API is achieved via two synchronous IOCTL. > > > Simplified one, RPMB_IOC_REQ_CMD, were read res

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

2016-07-18 Thread Paul Gortmaker
On Mon, Jul 18, 2016 at 4:27 PM, Tomas Winkler wrote: > The user space API is achieved via two synchronous IOCTL. > Simplified one, RPMB_IOC_REQ_CMD, were read result cycles is performed > by the framework on behalf the user and second, RPMB_IOC_SEQ_CMD where > the whole RPMB sequence including RE

Re: [PATCH 0/2] scsi: remove orphaned modular code from non-modular drivers

2016-03-28 Thread Paul Gortmaker
[Re: [PATCH 0/2] scsi: remove orphaned modular code from non-modular drivers] On 27/03/2016 (Sun 22:31) James Bottomley wrote: > On Sun, 2016-03-27 at 13:00 -0400, Paul Gortmaker wrote: > > In the ongoing audit/cleanup of non-modular code needlessly using > > modular infrastru

[PATCH 1/2] drivers/scsi: make jazz_esp.c driver explicitly non-modular

2016-03-27 Thread Paul Gortmaker
si@vger.kernel.org Cc: linux-m...@linux-mips.org Signed-off-by: Paul Gortmaker --- drivers/scsi/jazz_esp.c | 43 ++- 1 file changed, 6 insertions(+), 37 deletions(-) diff --git a/drivers/scsi/jazz_esp.c b/drivers/scsi/jazz_esp.c index 9aaa74e349cc..4260a0f7

[PATCH 2/2] drivers/scsi: make sun3x_esp.c driver explicitly non-modular

2016-03-27 Thread Paul Gortmaker
rnel.org Cc: linux-m...@lists.linux-m68k.org Signed-off-by: Paul Gortmaker --- drivers/scsi/sun3x_esp.c | 44 +--- 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/drivers/scsi/sun3x_esp.c b/drivers/scsi/sun3x_esp.c index d50c5ed8f428..55a

[PATCH 0/2] scsi: remove orphaned modular code from non-modular drivers

2016-03-27 Thread Paul Gortmaker
sun3x) on 4.6-rc1 to ensure no silly typos crept in. --- Cc: Geert Uytterhoeven Cc: "James E.J. Bottomley" Cc: Thomas Bogendoerfer Cc: linux-m...@lists.linux-m68k.org Cc: linux-m...@linux-mips.org Cc: linux-scsi@vger.kernel.org Paul Gortmaker (2): drivers/scsi: make jazz_esp.c dr

Re: [PATCH 09/11] drivers/scsi: include for modular ufshcd-pltfrm code

2015-05-01 Thread Paul Gortmaker
On 15-04-30 10:35 PM, James Bottomley wrote: > On Thu, 2015-04-30 at 21:47 -0400, Paul Gortmaker wrote: >> This file is built off of a tristate Kconfig option and also contains >> modular function calls so it should explicitly include module.h to >> avoid compile breakage d

[v2.6.34-stable 011/213] block: fail SCSI passthrough ioctls on partition devices

2014-02-05 Thread Paul Gortmaker
kernel.org Cc: Jens Axboe Cc: James Bottomley Signed-off-by: Paolo Bonzini [ Make it also print the command name when warning - Linus ] Signed-off-by: Linus Torvalds Signed-off-by: Paul Gortmaker --- block/scsi_ioctl.c | 45 + drivers/scsi/s

[v2.6.34-stable 010/213] block: add and use scsi_blk_cmd_ioctl

2014-02-05 Thread Paul Gortmaker
@vger.kernel.org Cc: Jens Axboe Cc: James Bottomley Signed-off-by: Paolo Bonzini Signed-off-by: Linus Torvalds Signed-off-by: Paul Gortmaker --- block/scsi_ioctl.c | 7 +++ drivers/block/cciss.c | 6 +++--- drivers/block/ub.c | 3 +-- drivers/block/virtio_blk.c

[PATCH 43/73] scsi: delete non-required instances of include

2014-01-21 Thread Paul Gortmaker
rnel.org Signed-off-by: Paul Gortmaker --- drivers/scsi/aacraid/aachba.c | 1 - drivers/scsi/aacraid/commctrl.c | 1 - drivers/scsi/aacraid/comminit.c | 1 - drivers/scsi/aacraid/commsup.c | 1 - drivers/scsi/aacraid/dpcsup.c | 1

[GIT PULL] delete decade+ obsolete aic7xxx_old driver

2013-11-08 Thread Paul Gortmaker
49bad7dc5e3dca1: scsi: delete decade+ obsolete aic7xxx_old driver (2013-09-19 16:07:44 -0400) ---- Paul Gortmaker (1): scsi: delete decade+ obsolete aic7xxx_old driver Documentation/scsi/00-INDEX | 2 - Doc

Re: [PATCH] scsi: delete decade+ obsolete aic7xxx_old driver

2013-09-17 Thread Paul Gortmaker
[Re: [PATCH] scsi: delete decade+ obsolete aic7xxx_old driver] On 17/09/2013 (Tue 16:27) Doug Ledford wrote: > On 09/17/13 16:10, James Bottomley wrote: > > > OK, so do we have any real evidence that no-one uses this driver? Does > > any distro actually compile it, for instance? > > Red Hat do

Re: [PATCH] scsi: delete decade+ obsolete aic7xxx_old driver

2013-09-17 Thread Paul Gortmaker
On 13-09-17 10:29 AM, Hannes Reinecke wrote: > On 09/17/2013 04:13 AM, Doug Ledford wrote: >> Yes, this driver is well past ready to be removed. >> >> Acked-by: Doug Ledford >> >> Sent from my ASUS Pad >> >> Paul Gortmaker wrote: >> >>

[PATCH] scsi: delete decade+ obsolete aic7xxx_old driver

2013-09-16 Thread Paul Gortmaker
old.c:8510:5: warning: case value ‘513’ not in enumerated type ‘ahc_chip’ [-Wswitch] [2] http://git.kernel.org/cgit/linux/kernel/git/tglx/history.git commit 44e8778c [3] https://lkml.org/lkml/2012/10/29/215 Cc: Hannes Reinecke Cc: Doug Ledford Cc: "James E.J. Bottomley" Sign

Re: [PATCH 0/8] csiostor: Chelsio FCoE offload driver submission

2012-08-24 Thread Paul Gortmaker
On Thu, Aug 23, 2012 at 6:27 PM, Naresh Kumar Inna wrote: > This is the initial submission of the Chelsio FCoE offload driver (csiostor) > to the upstream kernel. This driver currently supports FCoE offload > functionality over Chelsio T4-based 10Gb Converged Network Adapters. > > The following pa

[PATCH] panic in scsi_free/sr_scatter_pad

2001-05-28 Thread Paul Gortmaker
I think I recall seeing something reported like this on the list(?): sr: ran out of mem for scatter pad Kernel panic: scsi_free: bad offset Regardless, I've seen this on 2.4.5, aha1542, 40MB, mount /dev/scd0 after a fresh reboot and spark, pop, fizz, plop... Seems there is a bug in sr_scat