Re: [PATCH 0/7] scsi: bfa: do_gettimeofday removal

2017-11-20 Thread Martin K. Petersen

Arnd,

> The bfa driver is one of the main users of do_gettimeofday(), a
> function that I'm trying to remove as part of the y2038 cleanup.
>
> The timestamps are all uses in slightly different ways, so this has
> turned into a rather longish series for doing something that should be
> simple.
>
> The last patch in the series ("scsi: bfa: use 64-bit times in
> bfa_aen_entry_s ABI") is one that needs to be reviewed very carefully,
> and it can be skipped if the maintainers prefer to leave the 32-bit
> ABI unchanged, the rest are hopefully fairly straightforward.

Applied to 4.16/scsi-queue, thanks!

Will drop #7 if something breaks.

-- 
Martin K. Petersen  Oracle Linux Engineering


RE: [PATCH 0/7] scsi: bfa: do_gettimeofday removal

2017-11-10 Thread Gurumurthy, Anil
The bfa drivers are in deep maintenance mode for some time now. We have not had 
issues reported on them for a while, but it would be good to continue to have 
them.

The series looks ok to me too.

Thanks,
Anil

-Original Message-
From: Christoph Hellwig [mailto:h...@lst.de] 
Sent: 10 November 2017 22:55
To: Arnd Bergmann <a...@arndb.de>
Cc: Gurumurthy, Anil <anil.gurumur...@cavium.com>; Kalluru, Sudarsana 
<sudarsana.kall...@cavium.com>; James E . J . Bottomley 
<j...@linux.vnet.ibm.com>; Martin K . Petersen <martin.peter...@oracle.com>; 
linux-scsi@vger.kernel.org; linux-ker...@vger.kernel.org; 
y2...@lists.linaro.org; h...@lst.de; h...@suse.com; jthumsh...@suse.de
Subject: Re: [PATCH 0/7] scsi: bfa: do_gettimeofday removal

This stuff look ok - but I have a bigger question and that is if bfa is still 
alive at all.  Everytime I look at it I have doubts if it works at all, so I 
wonder if we need to keep it on life support.


Re: [PATCH 0/7] scsi: bfa: do_gettimeofday removal

2017-11-10 Thread Christoph Hellwig
This stuff look ok - but I have a bigger question and that is if
bfa is still alive at all.  Everytime I look at it I have doubts if
it works at all, so I wonder if we need to keep it on life support.