Merge tag 'v6.6.91' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.91 stable release

Change-Id: I8d9f729c92d929c1f0ae84c407bc48e575c9e4f6
This commit is contained in:
Mauro Ribeiro
2025-06-11 12:25:11 -03:00
110 changed files with 1719 additions and 493 deletions

View File

@@ -53,6 +53,7 @@ typedef __u32 __bitwise __wsum;
* No conversions are necessary between 32-bit user-space and a 64-bit kernel.
*/
#define __aligned_u64 __u64 __attribute__((aligned(8)))
#define __aligned_s64 __s64 __attribute__((aligned(8)))
#define __aligned_be64 __be64 __attribute__((aligned(8)))
#define __aligned_le64 __le64 __attribute__((aligned(8)))