Re: This patch triggers a bad gcc bug (was Re: [PATCH] force inlining of some byteswap operations)

2016-04-16 Thread Arnd Bergmann
On Friday 15 April 2016 07:45:19 Ingo Molnar wrote: > > * Denys Vlasenko wrote: > > > > In fact, the following patch seems to fix it: > > > > > > diff --git a/include/scsi/scsi_transport_fc.h > > > b/include/scsi/scsi_transport_fc.h > > > index bf66ea6..56b9e81 100644 > > > --- a/include/scsi/

Re: This patch triggers a bad gcc bug (was Re: [PATCH] force inlining of some byteswap operations)

2016-04-16 Thread Ingo Molnar
* Josh Poimboeuf wrote: > > I don't think we know yet if there's a reliable way to turn the bug off. > > > > Also, according to the gcc guys, this bug won't always result in a > > truncated function, and may sometimes just make some inline function > > call sites disappear: > > > > https://g

Re: [PATCH 3/9] sd: configure ZBC devices

2016-04-16 Thread Hannes Reinecke
On 04/15/2016 08:01 PM, Hannes Reinecke wrote: On 04/15/2016 05:47 PM, Bart Van Assche wrote: On 04/04/2016 03:00 AM, Hannes Reinecke wrote: +static int +sd_zbc_report_zones(struct scsi_disk *sdkp, sector_t start_lba, +unsigned char *buffer, int bufflen ) +{ [ ... ] +put_unalign

Re: [PATCH 9/9] sd: Implement support for ZBC devices

2016-04-16 Thread Hannes Reinecke
On 04/15/2016 08:31 PM, Bart Van Assche wrote: On 04/04/2016 03:00 AM, Hannes Reinecke wrote: @@ -728,6 +729,10 @@ static int sd_setup_discard_cmnd(struct scsi_cmnd *cmd) int ret = 0; char *buf; struct page *page = NULL; +#ifdef CONFIG_SCSI_ZBC +struct blk_zone *zone; +

Насчет Вашего объявления

2016-04-16 Thread Кадровое агентство
Здравствуйте! Увидела Вакансию на сайте, мы смогли бы подобрать для Вас несколько возможных кандидатов. Сообщите пожалуйста - актуально ли это сейчас для Вас? И готовы ли Вы работать с нами как с кадровым агентством? У нас - действительно низкая комиссия. Мы Проводим тестирование кандидатов -

Re: raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5

2016-04-16 Thread Greg KH
On Sat, Apr 09, 2016 at 08:18:26PM +1000, Brian Chadwick wrote: > On 09/04/16 00:24, Greg KH wrote: > > On Fri, Apr 08, 2016 at 07:37:12PM +1000, Brian Chadwick wrote: > > > On 08/04/16 01:59, Greg KH wrote: > > > > On Fri, Apr 08, 2016 at 01:34:51AM +1000, Brian Chadwick wrote: > > > > > On 08/04/

Re: raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5

2016-04-16 Thread James Bottomley
On Sat, 2016-04-16 at 09:08 -0700, Greg KH wrote: > On Sat, Apr 09, 2016 at 08:18:26PM +1000, Brian Chadwick wrote: > > On 09/04/16 00:24, Greg KH wrote: > > > On Fri, Apr 08, 2016 at 07:37:12PM +1000, Brian Chadwick wrote: > > > > On 08/04/16 01:59, Greg KH wrote: > > > > > On Fri, Apr 08, 2016 at

Re: raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5

2016-04-16 Thread Greg KH
On Sat, Apr 16, 2016 at 09:25:13AM -0700, James Bottomley wrote: > On Sat, 2016-04-16 at 09:08 -0700, Greg KH wrote: > > On Sat, Apr 09, 2016 at 08:18:26PM +1000, Brian Chadwick wrote: > > > On 09/04/16 00:24, Greg KH wrote: > > > > On Fri, Apr 08, 2016 at 07:37:12PM +1000, Brian Chadwick wrote: >

[PATCH] aha1542: probe correct address for isapnp

2016-04-16 Thread Arnd Bergmann
gcc warns about an out of bounds access after a recent cleanup: drivers/scsi/aha1542.c: In function 'aha1542_pnp_probe': drivers/scsi/aha1542.c:703:27: error: array subscript is above array bounds [-Werror=array-bounds] unsigned int base_io = io[indx]; ~~^~ drivers/

我的交友主页是

2016-04-16 Thread 我的交友主页是
你的老朋友邀你来Q群:343257759 抢红包 抢秒杀 抢vip 什么都要抢。太刺激了。不靠手气只拼手速 KILL�ʼ���ȫ �Ѿ�ɨ�ʼ�

EXPORT_SYMBOL(scsi_use_blk_mq);

2016-04-16 Thread Douglas Gilbert
Is there a good reason why 'bool scsi_use_blk_mq' declared as extern in scsi_hosts.h is not an exported symbol? That would allow a LLD loaded as a module to access it. Doug Gilbert -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger

Re: raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5

2016-04-16 Thread Greg KH
On Sun, Apr 17, 2016 at 02:41:51PM +1000, Brian Chadwick wrote: > On 17/04/16 02:46, Greg KH wrote: > > On Sat, Apr 16, 2016 at 09:25:13AM -0700, James Bottomley wrote: > > > On Sat, 2016-04-16 at 09:08 -0700, Greg KH wrote: > > > > On Sat, Apr 09, 2016 at 08:18:26PM +1000, Brian Chadwick wrote: >

Re: raid 5 creation fails on usb3 connected drives kernel 4.4.x, 4.5

2016-04-16 Thread Brian Chadwick
On 17/04/16 02:46, Greg KH wrote: On Sat, Apr 16, 2016 at 09:25:13AM -0700, James Bottomley wrote: On Sat, 2016-04-16 at 09:08 -0700, Greg KH wrote: On Sat, Apr 09, 2016 at 08:18:26PM +1000, Brian Chadwick wrote: On 09/04/16 00:24, Greg KH wrote: On Fri, Apr 08, 2016 at 07:37:12PM +1000, Bria