On 8/27/20 8:58 AM, Jason Gunthorpe wrote: > On Tue, Aug 25, 2020 at 11:58:37AM -0500, Bob Pearson wrote: >> Change rxe pools to use kzalloc instead of kmem_cache to allocate >> memory for rxe objects. >> >> Signed-off-by: Bob Pearson <rpearson@xxxxxxx> >> drivers/infiniband/sw/rxe/rxe.c | 8 ---- >> drivers/infiniband/sw/rxe/rxe_pool.c | 60 +--------------------------- >> drivers/infiniband/sw/rxe/rxe_pool.h | 7 ---- >> 3 files changed, 2 insertions(+), 73 deletions(-) > > It doesn't apply: > > Applying: rdma_rxe: address an issue with hardened user copy > error: sha1 information is lacking or useless (drivers/infiniband/sw/rxe/rxe.c). > error: could not build fake ancestor > Patch failed at 0001 rdma_rxe: address an issue with hardened user copy > hint: Use 'git am --show-current-patch=diff' to see the failed patch > When you have resolved this problem, run "git am --continue". > If you prefer to skip this patch, run "git am --skip" instead. > To restore the original branch and stop patching, run "git am --abort". > > Pleae generate patches against a v5.x tag or rdma for-next > > Jason > I fixed it and sent it again. Applies to today's for-next branch. It is independent from the SPDX patch but the line numbers will move a bunch. Hope that doesn't break it.