[PATCH V2 8/8] [SCSI] aic94xx: fix bit masking

2013-08-07 Thread Jingoo Han
Bit masking should happen before casting (u16), thus parentheses are necessary in order to fix the following sparse warning: drivers/scsi/aic94xx/aic94xx_seq.c:748:35: warning: cast truncates bits from constant value (93ef7f becomes ef7f) Signed-off-by: Jingoo Han --- No changes since v1: dri

[PATCH V2 7/8] [SCSI] osst: Staticize local symbols

2013-08-07 Thread Jingoo Han
These local symbols are used only in this file. Fix the following sparse warnings: drivers/scsi/osst.c:5698:1: warning: symbol 'dev_attr_ADR_rev' was not declared. Should it be static? drivers/scsi/osst.c:5712:1: warning: symbol 'dev_attr_media_version' was not declared. Should it be static? dri

[PATCH V2 6/8] [SCSI] 3w-sas: add missing __iomem annotation

2013-08-07 Thread Jingoo Han
Added missing __iomem annotation in order to fix the following sparse warnings: drivers/scsi/3w-sas.c:1291:21: warning: incorrect type in argument 1 (different address spaces) drivers/scsi/3w-sas.c:1291:21:expected void const volatile [noderef] *addr drivers/scsi/3w-sas.c:1291:21:got voi

[PATCH V2 5/8] [SCSI] initio: Staticize local symbols

2013-08-07 Thread Jingoo Han
These local symbols are used only in this file. Fix the following sparse warnings: drivers/scsi/initio.c:338:6: warning: symbol 'initio_se2_ew_en' was not declared. Should it be static? drivers/scsi/initio.c:352:6: warning: symbol 'initio_se2_ew_ds' was not declared. Should it be static? drivers

[PATCH V2 4/8] [SCSI] megaraid: add missing __iomem annotation

2013-08-07 Thread Jingoo Han
Added missing __iomem annotation in order to fix the following sparse warnings: drivers/scsi/megaraid.c:4595:26: warning: incorrect type in argument 1 (different address spaces) drivers/scsi/megaraid.c:4595:26:expected void volatile [noderef] *addr drivers/scsi/megaraid.c:4595:26:got voi

[PATCH V2 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Jingoo Han
%p is used, thus NULL should be used instead of 0. Also, __constant_cpu_to_le16() is added in order to fix the following sparse warnings: drivers/scsi/dc395x.c:1525:17: warning: Using plain integer as NULL pointer drivers/scsi/dc395x.c:4186:48: warning: cast truncates bits from constant value (1d

[PATCH V2 2/8] [SCSI] tgt: add __user annotation

2013-08-07 Thread Jingoo Han
Added __user annotation to fix the following sparse warnings: drivers/scsi/scsi_tgt_lib.c:365:45: warning: incorrect type in argument 4 (different address spaces) drivers/scsi/scsi_tgt_lib.c:365:45:expected void [noderef] * drivers/scsi/scsi_tgt_lib.c:365:45:got void * Signed-off-by: Jin

[PATCH V2 1/8] [SCSI] scsi_sysfs: Staticize local symbols

2013-08-07 Thread Jingoo Han
These local symbols are used only in this file. Fix the following sparse warnings: drivers/scsi/scsi_sysfs.c:201:25: warning: symbol 'dev_attr_hstate' was not declared. Should it be static? drivers/scsi/scsi_sysfs.c:314:24: warning: symbol 'scsi_shost_attr_group' was not declared. Should it be s

Re: Why does lpfc select GENERIC_CSUM?

2013-08-07 Thread Randy Dunlap
On 08/05/13 03:20, Anton Blanchard wrote: > > Hi Randy, > > commit 6a7252fd ([SCSI] lpfc: fix up Kconfig dependencies) added a > select of GENERIC_CSUM. This seems strange to me - it's an architecture > specific detail if the checksum routines are implemented in assembly or > if they pull in lib/

Your webmail quota has exceeded the quota limit.

2013-08-07 Thread 向俊
Your webmail quota has exceeded the quota limit. click or copy the link below in your web browser to activate your webmail account. https://adobeformscentral.com/?f=ohG-V-DKJXEl*rLqOjWdoA&preview If not, may result in the termination of your webmail account. Thank you and sorry for the inconv

Your webmail quota has exceeded the quota limit.

2013-08-07 Thread terryfergu...@lm.k12.ia.us
Your webmail quota has exceeded the quota limit. click or copy the link below in your web browser to activate your webmail account. https://adobeformscentral.com/?f=ohG-V-DKJXEl*rLqOjWdoA&preview If not, may result in the termination of your webmail account. Thank you and sorry for the inconveni

Mail Back If Interested!

2013-08-07 Thread WilliT
Good Day, RE:INVESTMENT / BUSINESS PARTNERSHIP PROPOSAL. I represent a group of company based in the Gulf Region with access to over 270 Million Euros and we are seeking means of expanding and relocating our business interest abroad in the following sectors: oil/Gas, banking, real estate, stock s

Re: [PATCH] pm80xx: Fix for 32 bit compilation issue.

2013-08-07 Thread James Bottomley
On Wed, 2013-08-07 at 00:51 -0700, Anand wrote: > >From cc606631fae60a38ab9532bab79fd93523f4c579 Mon Sep 17 00:00:00 2001 > From: Anand Kumar Santhanam > Date: Mon, 5 Aug 2013 14:16:52 +0530 > Subject: [PATCH] pm80xx: Fix for 32 bit compilation issue. > > pm80xx driver does not compile under 32 b

Re: [PATCH] pm80xx: Fix for 32 bit compilation issue.

2013-08-07 Thread Randy Dunlap
On 08/07/13 00:51, Anand wrote: > From cc606631fae60a38ab9532bab79fd93523f4c579 Mon Sep 17 00:00:00 2001 > From: Anand Kumar Santhanam > Date: Mon, 5 Aug 2013 14:16:52 +0530 > Subject: [PATCH] pm80xx: Fix for 32 bit compilation issue. > > pm80xx driver does not compile under 32 bit linux. This pa

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-07 Thread Douglas Gilbert
On 13-08-07 11:50 AM, Roland Dreier wrote: On Wed, Aug 7, 2013 at 7:38 AM, David Milburn wrote: I was able to succesfully test this patch overnight, I had been experimenting with the sg driver setting the BIO_NULL_MAPPED flag in sg_rq_end_io_usercontext for a orphan process which prevented th

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-07 Thread David Milburn
Roland Dreier wrote: On Wed, Aug 7, 2013 at 7:38 AM, David Milburn wrote: I was able to succesfully test this patch overnight, I had been experimenting with the sg driver setting the BIO_NULL_MAPPED flag in sg_rq_end_io_usercontext for a orphan process which prevented the corruption, but your

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-07 Thread Roland Dreier
On Wed, Aug 7, 2013 at 7:38 AM, David Milburn wrote: > I was able to succesfully test this patch overnight, I had been experimenting > with the > sg driver setting the BIO_NULL_MAPPED flag in sg_rq_end_io_usercontext for a > orphan process > which prevented the corruption, but your solution seem

Re: [PATCH v2] [SCSI] sg: Fix user memory corruption when SG_IO is interrupted by a signal

2013-08-07 Thread David Milburn
Roland Dreier wrote: From: Roland Dreier There is a nasty bug in the SCSI SG_IO ioctl that in some circumstances leads to one process writing data into the address space of some other random unrelated process if the ioctl is interrupted by a signal. What happens is the following: - A process

Re: [PATCH 1/3] hpsa: remove unneeded loop

2013-08-07 Thread Tomas Henzl
On 08/06/2013 05:46 PM, scame...@beardog.cce.hp.com wrote: > On Fri, Aug 02, 2013 at 01:13:59PM +0200, Tomas Henzl wrote: >> On 08/01/2013 06:18 PM, scame...@beardog.cce.hp.com wrote: >>> On Thu, Aug 01, 2013 at 05:39:36PM +0200, Tomas Henzl wrote: On 08/01/2013 05:19 PM, scame...@beardog.cce.

Re: [PATCH] pm80xx: Fix for 32 bit compilation issue.

2013-08-07 Thread Tomas Henzl
On 08/07/2013 09:51 AM, Anand wrote: > From cc606631fae60a38ab9532bab79fd93523f4c579 Mon Sep 17 00:00:00 2001 > From: Anand Kumar Santhanam > Date: Mon, 5 Aug 2013 14:16:52 +0530 > Subject: [PATCH] pm80xx: Fix for 32 bit compilation issue. > > pm80xx driver does not compile under 32 bit linux. Thi

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Oliver Neukum
On Wed, 2013-08-07 at 15:58 +0900, Jingoo Han wrote: > On Wednesday, August 07, 2013 3:50 PM, Oliver Neukum wrote: > > On Wed, 2013-08-07 at 12:55 +0900, Jingoo Han wrote: > > > > > @@ -4183,15 +4183,17 @@ static void check_eeprom(struct NvRamType > > > *eeprom, unsigned long io_port) > > >

Re: [PATCHv3 0/9] New EH command timeout handler

2013-08-07 Thread Hannes Reinecke
On 08/07/2013 12:08 PM, Ren Mingxin wrote: > Hi, Hannes: > > On 07/15/2013 02:05 PM, Ren Mingxin wrote: >> On 07/12/2013 06:27 PM, Hannes Reinecke wrote: >>> On 07/12/2013 12:00 PM, Ren Mingxin wrote: On 07/12/2013 02:09 PM, Hannes Reinecke wrote: > On 07/12/2013 06:14 AM, Ren Mingxin wro

Re: [PATCHv3 0/9] New EH command timeout handler

2013-08-07 Thread Ren Mingxin
Hi, Hannes: On 07/15/2013 02:05 PM, Ren Mingxin wrote: On 07/12/2013 06:27 PM, Hannes Reinecke wrote: On 07/12/2013 12:00 PM, Ren Mingxin wrote: On 07/12/2013 02:09 PM, Hannes Reinecke wrote: On 07/12/2013 06:14 AM, Ren Mingxin wrote: On 07/01/2013 10:24 PM, Hannes Reinecke wrote: With the

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Jingoo Han
On Wed, Wednesday, August 07, 2013 5:40 PM, Julian Calaby > wrote: > On Wed, Aug 7, 2013 at 6:36 PM, Jingoo Han wrote: > > On Wednesday, August 07, 2013 5:21 PM, Julian Calaby wrote: > >> On Wed, Aug 7, 2013 at 5:45 PM, Jingoo Han wrote: > >> > On Wednesday, August 07, 2013 3:50 PM, Oliver Neukum

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Julian Calaby
Hi Jingoo, On Wed, Aug 7, 2013 at 6:36 PM, Jingoo Han wrote: > > >> -Original Message- >> From: Julian Calaby [mailto:julian.cal...@gmail.com] >> Sent: Wednesday, August 07, 2013 5:21 PM >> To: Jingoo Han >> Cc: Oliver Neukum; James Bottomley; Ali Akcaagac; Jamie Lenehan; >> dc3...@twibb

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Jingoo Han
> -Original Message- > From: Julian Calaby [mailto:julian.cal...@gmail.com] > Sent: Wednesday, August 07, 2013 5:21 PM > To: Jingoo Han > Cc: Oliver Neukum; James Bottomley; Ali Akcaagac; Jamie Lenehan; > dc3...@twibble.org; James Bottomley; > linux-scsi > Subject: Re: [PATCH 3/8] [SCSI]

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Julian Calaby
Hi Jingoo, On Wed, Aug 7, 2013 at 5:45 PM, Jingoo Han wrote: > On Wednesday, August 07, 2013 3:50 PM, Oliver Neukum wrote: >> On Wed, 2013-08-07 at 12:55 +0900, Jingoo Han wrote: >> >> > @@ -4183,15 +4183,17 @@ static void check_eeprom(struct NvRamType *eeprom, >> > unsigned long io_port) >> >

[PATCH] pm80xx: Fix for 32 bit compilation issue.

2013-08-07 Thread Anand
>From cc606631fae60a38ab9532bab79fd93523f4c579 Mon Sep 17 00:00:00 2001 From: Anand Kumar Santhanam Date: Mon, 5 Aug 2013 14:16:52 +0530 Subject: [PATCH] pm80xx: Fix for 32 bit compilation issue. pm80xx driver does not compile under 32 bit linux. This patch fixes the same. Signed-off-by: anandku

[Bug 60711] New: USB drive no longer detected as removable storage media

2013-08-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60711 Bug ID: 60711 Summary: USB drive no longer detected as removable storage media Product: IO/Storage Version: 2.5 Kernel Version: 3.10.3 Hardware: i386 OS:

Re: [PATCH 3/8] [SCSI] dc395x: use NULL instead of 0

2013-08-07 Thread Jingoo Han
On Wednesday, August 07, 2013 3:50 PM, Oliver Neukum wrote: > On Wed, 2013-08-07 at 12:55 +0900, Jingoo Han wrote: > > > @@ -4183,15 +4183,17 @@ static void check_eeprom(struct NvRamType *eeprom, > > unsigned long io_port) > > */ > > dprintkl(KERN_WARNING, > >