Merge tag 'v5.4.225' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-5.4.y

This is the 5.4.225 stable release

Change-Id: Iec80acdd4900ba05a88131cd6d77070ed19b06c9
This commit is contained in:
Mauro (mdrjr) Ribeiro
2022-12-15 11:29:09 -03:00
144 changed files with 880 additions and 557 deletions

View File

@@ -376,7 +376,7 @@ struct vfs_ns_cap_data {
*/
#define CAP_TO_INDEX(x) ((x) >> 5) /* 1 << 5 == bits in __u32 */
#define CAP_TO_MASK(x) (1 << ((x) & 31)) /* mask for indexed __u32 */
#define CAP_TO_MASK(x) (1U << ((x) & 31)) /* mask for indexed __u32 */
#endif /* _UAPI_LINUX_CAPABILITY_H */