lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 23 Dec 2012 16:26:47 +0800
From:	Drunkard Zhang <gongfan193@...il.com>
To:	Xi Wang <xi.wang@...il.com>
Cc:	"James E.J. Bottomley" <JBottomley@...allels.com>,
	Dan Williams <dan.j.williams@...el.com>,
	Jack Wang <jack_wang@...sh.com>,
	Xiangliang Yu <yuxiangl@...vell.com>,
	linux-scsi@...r.kernel.org,
	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: mvsas regression since 3.5

2012/12/23 Xi Wang <xi.wang@...il.com>:
> On 12/22/12 10:33 AM, Drunkard Zhang wrote:
>> I'm using Asus PIKE 6480 SAS card, whose chipset is "RAID bus
>> controller: Marvell Technology Group Ltd. MV64460/64461/64462 System
>> Controller, Revision B", with latest stable branch 3.7.1 only 1 of 8
>> ports works, to get others works I got to pull & plug back. While with
>> 3.5.7 it's all good, so it must be a regression.
>
> Can you try to revert commit beecadea1b8d67f591b13f7099559f32f3fd601d?
>
> Particularly, can you first change
>
>   #define bit(n) ((u64)1 << n)
>
> in drivers/scsi/mvsas/mv_sas.h back to
>
>   #define bit(n) ((u32)1 << n)
>
> and see if it works for you?  Thanks.
>

Thanks for reply.

This commit just applied in v3.8-rc1, so can't be it. I'm testing
related commits too...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ