From: David Miller <[email protected]>
Date: Thu, 07 Dec 2017 14:56:06 -0500 (EST)

> From: Rahul Lakkireddy <[email protected]>
> Date: Thu,  7 Dec 2017 14:33:36 +0530
> 
>> Collect more hardware logs via ethtool --get-dump facility.
>> 
>> Patch 1 collects on-chip memory layout information.
>> 
>> Patch 2 collects on-chip MC memory dumps.
>> 
>> Patch 3 collects HMA memory dump.
>> 
>> Patch 4 evaluates and skips TX and RX payload regions in memory dumps.
>> 
>> Patch 5 collects egress and ingress SGE queue contexts.
>> 
>> Patch 6 collects PCIe configuration logs
> 
> Series applied.

Actually, reverted, please fix this new build warning:

drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c: In function 
‘cudbg_fill_meminfo’:
drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c:261:33: warning: ‘size’ may be 
used uninitialized in this function [-Wmaybe-uninitialized]
    md->limit = md->base + (size << 2) - 1;
                           ~~~~~~^~~~~

Reply via email to