mirror-linux/arch/s390/include/uapi/asm
Ilya Leoshkevich 6d9406f80c s390/uapi: cover statfs padding by growing f_spare
pahole says:

	struct compat_statfs64 {
		...
		u32			f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

	struct statfs {
		...
		unsigned int		f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

	struct statfs64 {
		...
		unsigned int		f_spare[4];		/*    68    16 */
		/* size: 88, cachelines: 1, members: 12 */
		/* padding: 4 */

One has to keep the existence of padding in mind when working with
these structs. Grow f_spare arrays to 5 in order to simplify things.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20230504144021.808932-3-iii@linux.ibm.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2023-05-17 15:20:17 +02:00
..
Kbuild kbuild: force all architectures except um to include mandatory-y 2019-03-17 12:56:32 +09:00
auxvec.h
bitsperlong.h
bpf_perf_event.h treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers 2019-07-25 11:05:10 +02:00
byteorder.h
chpid.h
chsc.h
clp.h
cmb.h
dasd.h s390/dasd: add autoquiesce feature 2023-04-11 19:53:08 -06:00
fs3270.h s390/fs3270: split header files 2023-01-09 14:34:05 +01:00
guarded_storage.h
hwctrset.h treewide: uapi: Replace zero-length arrays with flexible-array members 2022-06-28 21:26:05 +02:00
hypfs.h
ioctls.h
ipcbuf.h arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained 2019-12-04 19:44:14 -08:00
ipl.h s390/ipl: add eckd dump support 2022-12-06 16:18:22 +01:00
kvm.h KVM: s390: resetting the Topology-Change-Report 2022-07-20 10:57:37 +02:00
kvm_para.h
kvm_perf.h
monwriter.h
perf_regs.h
pkey.h s390/zcrypt: code cleanup 2022-04-25 13:54:14 +02:00
posix_types.h s390: use generic UID16 implementation 2019-01-18 09:33:18 +01:00
ptrace.h s390: convert to generic entry 2021-01-19 12:29:26 +01:00
qeth.h
raw3270.h s390/fs3270: split header files 2023-01-09 14:34:05 +01:00
runtime_instr.h s390: fix unrecognized __aligned() in uapi header 2019-06-07 10:09:51 +02:00
schid.h s390: add struct tpi_info to struct pt_regs 2021-06-07 17:07:01 +02:00
sclp_ctl.h
setup.h s390: make command line configurable 2021-10-26 15:21:31 +02:00
sie.h s390/sie: fix typo in SIGP code description 2020-10-07 21:50:02 +02:00
sigcontext.h
signal.h signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage 2022-02-17 09:09:36 +01:00
stat.h
statfs.h s390/uapi: cover statfs padding by growing f_spare 2023-05-17 15:20:17 +02:00
sthyi.h
tape390.h
types.h s390: remove confusing comment from uapi types header file 2023-02-14 11:45:40 +01:00
ucontext.h
unistd.h
uvdevice.h drivers/s390/char: Add Ultravisor io device 2022-05-20 16:38:35 +02:00
virtio-ccw.h
vmcp.h
vtoc.h
zcrypt.h s390/zcrypt: introduce ctfm field in struct CPRBX 2023-02-15 11:07:00 +01:00