APPLIED: [PATCH 0/1 v3][SRU][F] Fix __u64 not defined build issue
Kelsey Skunberg
kelsey.skunberg at canonical.com
Tue Oct 12 22:56:53 UTC 2021
Applied to focal master-next. Thank you!
-Kelsey
On 2021-09-24 10:27:52 , Luke Nowakowski-Krijger wrote:
> [Impact]
> BugLink: https://bugs.launchpad.net/bugs/1944613
>
> There are build issues in selftests/memfd/fuse_test.c where __u64 is not
> defined that seems to be affecting most B/5.4 kernels.
>
> [Fix]
> * selftests/memfd: fix __u64 not defined build issue
> Add #include <asm/types.h> to define the type
>
> [Test Plan]
> Recompile tests to make sure they build and tests pass.
>
> [Where problems could occur]
> Should be no problems since we are adding an include file that userspace
> files always have access to.
>
> Luke Nowakowski-Krijger (1):
> UBUNTU: SAUCE: selftests/memfd: fix __u64 not defined build issue
>
> tools/testing/selftests/memfd/fuse_test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --
> 2.30.2
>
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
More information about the kernel-team
mailing list