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
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
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
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
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
%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
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
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
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.
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.
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
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
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
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
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
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
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
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
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.
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
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)
> > >
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
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
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
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
> -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]
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)
>> >
>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
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:
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,
> >
30 matches
Mail list logo