linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: akpm@linux-foundation.org, broonie@kernel.org, mhocko@suse.cz,
	sfr@canb.auug.org.au, linux-next@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org, mm-commits@vger.kernel.org,
	Oscar Salvador <osalvador@suse.de>
Subject: Re: mmotm 2020-06-25-20-36 uploaded (mm/memory-failure.c)
Date: Fri, 26 Jun 2020 15:09:08 -0700	[thread overview]
Message-ID: <700cf5c7-6e8c-4c09-5ab6-5f946689b012@infradead.org> (raw)
In-Reply-To: <20200626033744.URfGO%akpm@linux-foundation.org>

On 6/25/20 8:37 PM, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2020-06-25-20-36 has been uploaded to
> 
>    http://www.ozlabs.org/~akpm/mmotm/
> 
> mmotm-readme.txt says
> 
> README for mm-of-the-moment:
> 
> http://www.ozlabs.org/~akpm/mmotm/
> 
> This is a snapshot of my -mm patch queue.  Uploaded at random hopefully
> more than once a week.
> 
> You will need quilt to apply these patches to the latest Linus release (5.x
> or 5.x-rcY).  The series file is in broken-out.tar.gz and is duplicated in
> http://ozlabs.org/~akpm/mmotm/series
> 

when CONFIG_MIGRATION is not set/enabled:

../mm/memory-failure.c: In function ‘new_page’:
../mm/memory-failure.c:1692:9: error: implicit declaration of function ‘alloc_migration_target’; did you mean ‘alloc_migrate_target’? [-Werror=implicit-function-declaration]
  return alloc_migration_target(p, (unsigned long)&mtc);
         ^~~~~~~~~~~~~~~~~~~~~~
         alloc_migrate_target
../mm/memory-failure.c:1692:9: warning: return makes pointer from integer without a cast [-Wint-conversion]
  return alloc_migration_target(p, (unsigned long)&mtc);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@infradead.org>

  parent reply	other threads:[~2020-06-26 22:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-26  3:37 mmotm 2020-06-25-20-36 uploaded akpm
2020-06-26 16:28 ` mmotm 2020-06-25-20-36 uploaded (mm/slab.c) Randy Dunlap
2020-06-26 20:02   ` Kees Cook
2020-06-26 22:09 ` Randy Dunlap [this message]
2020-06-27  3:41   ` mmotm 2020-06-25-20-36 uploaded (mm/memory-failure.c) Andrew Morton
2020-06-26 23:35 ` mmotm 2020-06-25-20-36 uploaded (objtool warning) Randy Dunlap
2020-06-30  9:59   ` Peter Zijlstra
2020-06-30 15:29     ` Randy Dunlap

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=700cf5c7-6e8c-4c09-5ab6-5f946689b012@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mhocko@suse.cz \
    --cc=mm-commits@vger.kernel.org \
    --cc=osalvador@suse.de \
    --cc=sfr@canb.auug.org.au \
    /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;
as well as URLs for NNTP newsgroup(s).