[PATCH 0/7] types: replace remaining uses of __u{16,32,64}

Jan Beulich posted 7 patches 2 months, 1 week ago
Failed in applying to current master (apply log)
[PATCH 0/7] types: replace remaining uses of __u{16,32,64}
Posted by Jan Beulich 2 months, 1 week ago
1: byteorder: replace __u16
2: byteorder: replace __u32
3: Flask: replace uses of __u32
4: x86: modernize swab64()
5: types: replace remaining uses of __u32
6: byteorder: replace __u64
7: types: replace remaining use of __u64

Jan
Re: [PATCH 0/7] types: replace remaining uses of __u{16,32,64}
Posted by Frediano Ziglio 2 months, 1 week ago
On Wed, Oct 9, 2024 at 10:20 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> 1: byteorder: replace __u16
> 2: byteorder: replace __u32
> 3: Flask: replace uses of __u32
> 4: x86: modernize swab64()
> 5: types: replace remaining uses of __u32
> 6: byteorder: replace __u64
> 7: types: replace remaining use of __u64
>
> Jan
>

For the series

Reviewed-by: Frediano Ziglio <frediano.ziglio@cloud.com>

Frediano