[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240528104905.58195cbe@canb.auug.org.au>
Date: Tue, 28 May 2024 10:49:05 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Christian Brauner <brauner@...nel.org>
Cc: Christian Göttsche <cgzones@...glemail.com>, Arnd
Bergmann <arnd@...db.de>, Linux Kernel Mailing List
<linux-kernel@...r.kernel.org>, Linux Next Mailing List
<linux-next@...r.kernel.org>
Subject: linux-next: build warning after merge of the vfs-brauner tree
Hi all,
After merging the vfs-brauner tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:
fs/xattr.c: In function '__do_sys_setxattrat':
fs/xattr.c:709:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
709 | return do_setxattrat(dfd, pathname, at_flags, name, (const void __user *)args.value,
| ^
fs/xattr.c: In function '__do_sys_getxattrat':
fs/xattr.c:855:61: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
855 | return do_getxattrat(dfd, pathname, at_flags, name, (void __user *)args.value, args.size);
| ^
Introduced by commit
89345b0ac5ac ("fs/xattr: add *at family syscalls")
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists