Hi Oren, Here's a patch series against ckpt-v19-rc2 that fixes a couple of minor issues for powerpc and adds a generic stack API ("genstack"). Nathan Lynch (5): catch attempts to build clone_ppc_.S in 64-bit mode user-cr: align powerpc sp for eclone, clean up __eclone user-cr: add generic stack API user-cr: use genstack API in restart.c user-cr: use genstack API in nsexeccwp Makefile | 4 +- clone_ppc.c | 12 ++++-- clone_ppc_.S | 44 +++++++++++-------------- genstack.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ genstack.h | 22 ++++++++++++ nsexeccwp.c | 11 +++--- restart.c | 42 ++++++++++++------------ 7 files changed, 180 insertions(+), 56 deletions(-) create mode 100644 genstack.c create mode 100644 genstack.h _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers