From: Matthew Wilcox <willy@infradead.org>
To: intel-gfx@lists.freedesktop.org
Subject: Re: [Intel-gfx] ✗ Fi.CI.BUILD: failure for Return head pages from find_get_entry and find_lock_entry (rev2)
Date: Thu, 20 Aug 2020 02:29:38 +0100 [thread overview]
Message-ID: <20200820012938.GK17456@casper.infradead.org> (raw)
In-Reply-To: <159786536403.23598.3689667945091435003@emeril.freedesktop.org>
On Wed, Aug 19, 2020 at 07:29:24PM -0000, Patchwork wrote:
> == Series Details ==
>
> Series: Return head pages from find_get_entry and find_lock_entry (rev2)
> URL : https://patchwork.freedesktop.org/series/80818/
> State : failure
>
> == Summary ==
>
> CALL scripts/checksyscalls.sh
> CALL scripts/atomic/check-atomics.sh
> DESCEND objtool
> CHK include/generated/compile.h
> CC mm/memcontrol.o
> mm/memcontrol.c: In function ‘mc_handle_file_pte’:
> mm/memcontrol.c:5548:9: error: implicit declaration of function ‘find_get_swap_page’; did you mean ‘get_swap_page’? [-Werror=implicit-function-declaration]
> return find_get_swap_page(vma->vm_file->f_mapping,
> ^~~~~~~~~~~~~~~~~~
> get_swap_page
> mm/memcontrol.c:5548:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
> return find_get_swap_page(vma->vm_file->f_mapping,
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> linear_page_index(vma, addr));
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
This doesn't make sense. Dave Airlie pointed me at what he believes to
be the config file used [1] and I can't reproduce it. Is it possible
the build-bot applied only 2/8 and not 1/8?
[1] https://gitlab.freedesktop.org/gfx-ci/i915-infra/-/blob/master/kconfig/debug
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2020-08-20 1:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 18:48 [Intel-gfx] [PATCH 0/8] Return head pages from find_get_entry and find_lock_entry Matthew Wilcox (Oracle)
2020-08-19 18:48 ` [Intel-gfx] [PATCH 1/8] mm: Factor find_get_swap_page out of mincore_page Matthew Wilcox (Oracle)
2020-08-19 19:21 ` Matthew Wilcox
2020-08-19 18:48 ` [Intel-gfx] [PATCH 2/8] mm: Use find_get_swap_page in memcontrol Matthew Wilcox (Oracle)
2020-08-26 14:20 ` Johannes Weiner
2020-08-26 14:54 ` Matthew Wilcox
2020-08-26 16:26 ` Johannes Weiner
2020-08-27 12:59 ` Matthew Wilcox
2020-08-27 14:22 ` Johannes Weiner
2020-08-19 18:48 ` [Intel-gfx] [PATCH 3/8] mm: Optimise madvise WILLNEED Matthew Wilcox (Oracle)
2020-08-26 14:23 ` Johannes Weiner
2020-08-19 18:48 ` [Intel-gfx] [PATCH 4/8] proc: Optimise smaps for shmem entries Matthew Wilcox (Oracle)
2020-08-26 14:24 ` Johannes Weiner
2020-08-19 18:48 ` [Intel-gfx] [PATCH 5/8] i915: Use find_lock_page instead of find_lock_entry Matthew Wilcox (Oracle)
2020-08-26 14:27 ` Johannes Weiner
2020-08-19 18:48 ` [Intel-gfx] [PATCH 6/8] mm: Convert find_get_entry to return the head page Matthew Wilcox (Oracle)
2020-08-26 15:09 ` Johannes Weiner
2020-08-26 15:48 ` Matthew Wilcox
2020-08-19 18:48 ` [Intel-gfx] [PATCH 7/8] mm: Return head page from find_lock_entry Matthew Wilcox (Oracle)
2020-08-19 18:48 ` [Intel-gfx] [PATCH 8/8] mm: Hoist find_subpage call further up in pagecache_get_page Matthew Wilcox (Oracle)
2020-08-19 19:06 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Return head pages from find_get_entry and find_lock_entry Patchwork
2020-08-19 19:16 ` Matthew Wilcox
2020-08-19 19:22 ` Matthew Wilcox
2020-08-19 19:29 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Return head pages from find_get_entry and find_lock_entry (rev2) Patchwork
2020-08-20 1:29 ` Matthew Wilcox [this message]
2020-08-21 17:37 ` [Intel-gfx] [PATCH 0/8] Return head pages from find_get_entry and find_lock_entry William Kucharski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200820012938.GK17456@casper.infradead.org \
--to=willy@infradead.org \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox