From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Date: Tue, 16 Jun 2020 11:53:09 +0200 Subject: [LTP] [PATCH V2 2/5] include: Add declaration of struct ipc64_perm In-Reply-To: <20200616064142.pagswwcjvvf32oyl@vireshk-i7> References: <5a10d33509ac73c26b233ab72c579f44386d0a55.1590057824.git.viresh.kumar@linaro.org> <20200615124324.GB25279@yuki.lan> <20200616064142.pagswwcjvvf32oyl@vireshk-i7> Message-ID: <20200616095309.GB6239@yuki.lan> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi! > > > + * The ipc64_perm structure for the powerpc is identical to > > > + * kern_ipc_perm as we have always had 32-bit UIDs and GIDs in the > > > + * kernel. Note extra padding because this structure is passed back > > > + * and forth between kernel and user space. Pad space is left for: > > > + * - 1 32-bit value to fill up for 8-byte alignment > > > + * - 2 miscellaneous 64-bit values > > > + * > > > + * This program is free software; you can redistribute it and/or > > > + * modify it under the terms of the GNU General Public License > > > + * as published by the Free Software Foundation; either version > > > + * 2 of the License, or (at your option) any later version. > > > + */ > > ^ > > This part. > > I don't see this patch in master yet. Sorry, haven't done git push at the end of my workday, should be there now. -- Cyril Hrubis chrubis@suse.cz