On 6/4/2016 8:15 AM, Leon Romanovsky wrote: > Hi Doug, > > Please find below the patches with fixes for IPoIB and IB core. > > This patchset is generated against Linus's v4.7-rc1 tag. > > Available in the "topic/fixes-ib" topic branch of this git repo: > git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git > > Or for browsing: > https://git.kernel.org/cgit/linux/kernel/git/leon/linux-rdma.git/log/?h=topic/fixes-ib > > Thanks > > Aviv Heller (1): > IB/core: Fix removal of default GID cache entry > > Eli Cohen (1): > IB/core: Fix query port failure in RoCE > > Erez Shitrit (2): > IB/IPoIB: Don't update neigh validity for unresolved entries > IB/IPoIB: Fix race between ipoib_remove_one to sysfs functions > > Mark Bloch (3): > IB/IPoIB: Disable bottom half when dealing with device address > IB/core: Fix incorrect array allocation > IB/core: Initialize sysfs attributes before sysfs create group > > drivers/infiniband/core/cache.c | 10 ++++++++-- > drivers/infiniband/core/device.c | 3 +++ > drivers/infiniband/core/sysfs.c | 10 ++++++++-- > drivers/infiniband/ulp/ipoib/ipoib.h | 1 + > drivers/infiniband/ulp/ipoib/ipoib_cm.c | 4 ++++ > drivers/infiniband/ulp/ipoib/ipoib_ib.c | 8 ++++---- > drivers/infiniband/ulp/ipoib/ipoib_main.c | 15 ++++++++++----- > drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 6 +++--- > drivers/infiniband/ulp/ipoib/ipoib_vlan.c | 6 ++++++ > 9 files changed, 47 insertions(+), 16 deletions(-) > Thanks Leon, I applied 5 of the 7 (the two rejected patches were replied to individually).