Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup: Fix sock_cgroup_data on big-endian.
In order for no_refcnt and is_data to be the lowest order two bits in the 'val' we have to pad out the bitfield of the u8. Fixes: ad0f75e ("cgroup: fix cgroup_sk_alloc() for sk_clone_lock()") Reported-by: Guenter Roeck <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information