NACK: [PATCH 0/1][SRU][F] UBUNTU: SAUCE: Fix __u64 not defined build issue
Luke Nowakowski-Krijger
luke.nowakowskikrijger at canonical.com
Wed Sep 22 20:29:37 UTC 2021
I put the UBUNTU: SAUCE: tag on the header and not the actual patch. Let's
ignore this one and Ill resend it with the correct tag.
- Luke Nowakowski-Krijger
On Wed, Sep 22, 2021 at 1:14 PM Luke Nowakowski-Krijger <
luke.nowakowskikrijger at canonical.com> wrote:
> [Impact]
> BugLink: https://bugs.launchpad.net/bugs/1944613
>
> There are build issues in selftests/memfd/fuse_test.c where __u64 is not
> defined. This is issue is probably due to the fact that in 5.4 there is
> a type include in one of the includes in the file, however this include
> probably was not there for 4.15. Regardless we fix this by including the
> type file directly.
>
> [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):
> selftests/memfd: fix __u64 not defined build issue
>
> tools/testing/selftests/memfd/fuse_test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --
> 2.30.2
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20210922/ea322a29/attachment.html>
More information about the kernel-team
mailing list