On Thursday 05 November 2015 08:19:49 Julia Lawall wrote:
On Thu, 5 Nov 2015, Amitoj Kaur Chawla wrote:
On Thu, Nov 5, 2015 at 5:11 AM, Arnd Bergmann arnd@arndb.de wrote:
On Wednesday 04 November 2015 23:47:03 Amitoj Kaur Chawla wrote:
32 bit systems using 'struct timeval' will break in the year 2038, so we modify the code appropriately.
This patch removes the function bfa_get_log_time() which is only used to get current time in seconds. bfa_get_log_time() is replaced with ktime_get_real_seconds() which returns a 64 bit value.
Signed-off-by: Amitoj Kaur Chawla amitoj1606@gmail.com
Looks good. Please remember to put the outreachy mailing list on Cc as well for those patches.
You can post this patch to the maintainers for the driver now.
arnd
Since Julia and Greg both mentioned not sending patches on the outreachy mailing list anymore I didn't send these there.
If you think I should, I will take care of it next time.
No, you did the right thing.
Ok, my mistake, sorry about this.
Arnd