Hallo, ich habe eine gute Nachricht für Sie ...
wie lange wollen Sie noch bei Ihrer Hausbank um Ge ld betteln?
Gehen Sie doch dorthin, wo man Sie als Kunden noch anständig behandelt.
Auch bei schlechter Auskunft und bereits von Ihrer eigenen Hausbank abgelehntem
Antrag können wir Ihnen e
On 14-04-28 11:58 AM, Christoph Hellwig wrote:
Add an option to only transfer half the data for every n-th command.
Signed-off-by: Christoph Hellwig
Acked-by: Douglas Gilbert
---
drivers/scsi/scsi_debug.c |8
1 file changed, 8 insertions(+)
diff --git a/drivers/scsi/scsi_d
Finn,
On Tue, Apr 29, 2014 at 2:22 PM, Finn Thain wrote:
>
> On Sat, 26 Apr 2014, James Bottomley wrote:
>
>> OK, so this is a pretty big change to an unmaintained driver. I'll take
>> it if you're willing to maintain the driver afterwards ... in which case
>> I need another patch to add you to
> Ben Hutchings already submitted a patch for this twice, which I cc'd you
> on:
>
> http://marc.info/?t=13927720393
>
> will you ack it?
I can't find this mail in my mail box.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vg
> Ben Hutchings already submitted a patch for this twice, which I cc'd you
> on:
>
> http://marc.info/?t=13927720393
>
> will you ack it? PCI_VDEVICE() is a sort of take it or leave it macro.
> It's not important and it will look untidy and a bit confusing having a
> mix of open coding and m
On Sat, 26 Apr 2014, James Bottomley wrote:
> OK, so this is a pretty big change to an unmaintained driver. I'll take
> it if you're willing to maintain the driver afterwards ... in which case
> I need another patch to add you to the MAINTAINERS file.
Sure, I'm happy to support these patches
On Mon, 2014-04-28 at 18:16 -0700, Xiangliang Yu wrote:
> Hi, Jan
> I think below change may be better:
> { PCI_VDEVICE(MARVELL_EXT, 0x9485), chip_9485 },
Ben Hutchings already submitted a patch for this twice, which I cc'd you
on:
http://marc.info/?t=13927720393
will you ack it? PCI_VDEVIC
Hi, Jan
I think below change may be better:
{ PCI_VDEVICE(MARVELL_EXT, 0x9485), chip_9485 },
> Add support for the AOC-SAS2LP-MV8 SAS-2 controller from SuperMicro.
> This controller has subdevice id 0x9485 instead of 0x9480, and apparently
> this simple patch is the only thing needed to make it wo
On Mon, Apr 28, 2014 at 04:12:02PM -0700, Loc Ho wrote:
> Hi Kishon/Felipe,
>
> > >> This patch adds support for the APM X-Gene SoC AHCI SATA host controller
> > >> driver. It requires the corresponding APM X-Gene SoC PHY driver. This
> > >> initial version only supports Gen3 speed.
> > >
> > > Th
Hi Kishon/Felipe,
> >> This patch adds support for the APM X-Gene SoC AHCI SATA host controller
> >> driver. It requires the corresponding APM X-Gene SoC PHY driver. This
> >> initial version only supports Gen3 speed.
> >
> > This version seems workable, thanks for the quick follow-up.
> >
> > The
Il 25/04/2014 16:59, James Bottomley ha scritto:
This is a set of seven fixes, three (hpsa) and free'd command references
correcting bugs in the last round of updates and the remaining four
correcting problems within the SCSI error handler that was causing a
deadlock within USB.
The patch is ava
[ adding Ben ]
On Mon, Apr 28, 2014 at 10:22 AM, Ondrej Zary
wrote:
> On Monday 28 April 2014 18:51:44 Jiang, Dave wrote:
>> On Mon, 2014-04-28 at 16:28 +, Ondrej Zary wrote:
>> > On Monday 28 April 2014 17:50:29 Jiang, Dave wrote:
>> > > On Mon, 2014-04-28 at 13:03 +0200, Ondrej Zary wrote:
Dear valued customer,
Do you need an urgent loan to pay of your bills, invest more on your business,
if yes PREMIUM CAPITAL LOAN offer loan at 3% interest rate. We are fast and
reliable when it comes to loan lending contact email:
premiumcapitall...@hotmail.co.uk for more information.
Contact
On Monday 28 April 2014 18:51:44 Jiang, Dave wrote:
> On Mon, 2014-04-28 at 16:28 +, Ondrej Zary wrote:
> > On Monday 28 April 2014 17:50:29 Jiang, Dave wrote:
> > > On Mon, 2014-04-28 at 13:03 +0200, Ondrej Zary wrote:
> > > > Hello,
> > > > just upgraded a server running 3.2.54-2 to 3.2.57-3
On Monday 28 April 2014 17:50:29 Jiang, Dave wrote:
> On Mon, 2014-04-28 at 13:03 +0200, Ondrej Zary wrote:
> > Hello,
> > just upgraded a server running 3.2.54-2 to 3.2.57-3 (Debian Wheezy) and
> > it does not boot anymore because of isci driver breakage.
>
> I would not run anything less than 3.8
Add an option to only transfer half the data for every n-th command.
Signed-off-by: Christoph Hellwig
---
drivers/scsi/scsi_debug.c |8
1 file changed, 8 insertions(+)
diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c
index 6de6b1a..5f64dc8 100644
--- a/drivers/scs
On 04/28/2014 05:29 AM, Christoph Hellwig wrote:
> On Fri, Apr 25, 2014 at 09:49:51AM -0400, Theodore Ts'o wrote:
>> On Fri, Apr 25, 2014 at 12:36:37AM -0700, Christoph Hellwig wrote:
>>> This will be needed for pending changes to the scsi midlayer that now calls
>>> lower level block APIs, as well
Add support for the AOC-SAS2LP-MV8 SAS-2 controller from SuperMicro.
This controller has subdevice id 0x9485 instead of 0x9480, and apparently
this simple patch is the only thing needed to make it work.
# lspci -vn
[...]
03:00.0 0104: 1b4b:9485 (rev 03)
Subsystem: 1b4b:9485
Flags:
On Mon, 2014-04-28 at 11:03 +0200, Christoph Hellwig wrote:
> On Fri, Apr 25, 2014 at 08:00:48AM -0700, James Bottomley wrote:
> > You should have received my git tree emails that they were already in
> > SCSI fixes ... didn't you? I certainly got a copy.
>
> I've not seen a single reply to the p
Hi,
any news on this.
Matthieu CASTET
Le Tue, 22 Apr 2014 16:01:15 +0200,
Matthieu CASTET a écrit :
> Hi,
>
> while playing with suspend to ram I found a strange behavior with usb
> key.
>
> This can be easily reproduced by doing :
> - plug a usb key
> - start to read the usb key : "cat /dev
Attn Dear;
The sum of $4.2 million out of your overdue total sum has been
approved for payment through ATM cash card system after all attempts
to pay you through bank, and diplomatic courier failed. The approved
sum has been programmed into the ATM cash card which will be
dispatched to you through
On Fri, Apr 25, 2014 at 09:49:51AM -0400, Theodore Ts'o wrote:
> On Fri, Apr 25, 2014 at 12:36:37AM -0700, Christoph Hellwig wrote:
> > This will be needed for pending changes to the scsi midlayer that now calls
> > lower level block APIs, as well as any blk-mq driver that wants to
> > contribute
Hello,
just upgraded a server running 3.2.54-2 to 3.2.57-3 (Debian Wheezy) and it
does not boot anymore because of isci driver breakage.
A (partial) log transcription:
sas: DOING DISCOVERY on port 0, pid:5
sas: Enter sas_scsi_recover_host
ata1: sas eh calling libata port error handler
sas: sas_ata
On Fri, Apr 25, 2014 at 08:00:48AM -0700, James Bottomley wrote:
> You should have received my git tree emails that they were already in
> SCSI fixes ... didn't you? I certainly got a copy.
I've not seen a single reply to the patches either in my inbox or on
linux-scsi.
--
To unsubscribe from thi
24 matches
Mail list logo