On Mon, 2018-09-24 at 13:00 +0100, David Howells wrote: > Lubomir Rintel <[email protected]> wrote: > > > This changes UAPI, breaking iwd and libell: > > > > ell/key.c: In function 'kernel_dh_compute': > > ell/key.c:205:38: error: 'struct keyctl_dh_params' has no member > > named 'private'; did you mean 'dh_private'? > > struct keyctl_dh_params params = { .private = private, > > ^~~~~~~ > > dh_private > > > > This reverts commit 8a2336e549d385bb0b46880435b411df8d8200e8. > > > > Cc: David Howells <[email protected]> > > Cc: James Morris <[email protected]> > > Cc: "Serge E. Hallyn" <[email protected]> > > Cc: Mat Martineau <[email protected]> > > Cc: Andrew Morton <[email protected]> > > Cc: Linus Torvalds <[email protected]> > > Cc: <[email protected]> > > Can I stick your Signed-off-by on it?
1. Yes, please do. Signed-off-by: Lubomir Rintel <[email protected]> > > David

