linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Arnd Bergmann <arnd@arndb.de>, Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, Alban Bedel <albeu@free.fr>,
	Paul Bolle <pebolle@tiscali.nl>,
	Paul Burton <paul.burton@imgtec.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 04/13] MIPS: zboot: fix 'make clean' failure
Date: Wed, 18 Jan 2017 12:43:30 +0300	[thread overview]
Message-ID: <da86f6a2-e0b6-9202-baa5-c2dde188afb6@cogentembedded.com> (raw)
In-Reply-To: <20170117151911.4109452-4-arnd@arndb.de>

Hello!

On 1/17/2017 6:18 PM, Arnd Bergmann wrote:

> The filter-out macro needs two arguments, passing only one is
> clearly the result of a typo that leads to 'make clean' failing
> on MIPS:
>
> arch/mips/boot/compressed/Makefile:21: *** insufficient number of arguments (1) to function 'filter-out'.  Stop.
>
> Fixes: afca036d463c ("MIPS: zboot: Consolidate compiler flag filtering.")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[...]
> diff --git a/arch/mips/include/asm/uaccess.h b/arch/mips/include/asm/uaccess.h
> index 5347cfe15af2..c66db8169af9 100644
> --- a/arch/mips/include/asm/uaccess.h
> +++ b/arch/mips/include/asm/uaccess.h
> @@ -80,6 +80,9 @@ extern u64 __ua_limit;
>
>  #define segment_eq(a, b)	((a).seg == (b).seg)
>
> +extern size_t __copy_user_inatomic(void *__to, const void *__from, size_t __n);
> +extern size_t __copy_user(void *__to, const void *__from, size_t __n);
> +
>  /*
>   * eva_kernel_access() - determine whether kernel memory access on an EVA system
>   *

    Unrelated change?

MBR, Sergei

  reply	other threads:[~2017-01-18  9:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17 15:18 [PATCH 01/13] MIPS: fix modversions Arnd Bergmann
2017-01-17 15:18 ` [PATCH 02/13] MIPS: VDSO: avoid duplicate CAC_BASE definition Arnd Bergmann
2017-01-17 15:18 ` [PATCH 03/13] MIPS: 'make -s' should be silent Arnd Bergmann
2017-01-17 15:18 ` [PATCH 04/13] MIPS: zboot: fix 'make clean' failure Arnd Bergmann
2017-01-18  9:43   ` Sergei Shtylyov [this message]
2017-01-18  9:48     ` Arnd Bergmann
2017-01-17 15:18 ` [PATCH 05/13] MIPS: alchemy: remove duplicate initializer Arnd Bergmann
2017-01-17 15:18 ` [PATCH 06/13] MIPS: Lantiq: Fix another request_mem_region() return code check Arnd Bergmann
2017-01-17 15:18 ` [PATCH 07/13] MIPS: ralink: remove unused timer functions Arnd Bergmann
2017-01-17 15:18 ` [PATCH 08/13] MIPS: ralink: fix request_mem_region error handling Arnd Bergmann
2017-01-17 15:18 ` [PATCH 09/13] MIPS: ralink: remove unused rt*_wdt_reset functions Arnd Bergmann
2017-01-17 15:18 ` [PATCH 10/13] MIPS: loongson64: fix empty-body warning in dma_alloc Arnd Bergmann
2017-01-17 15:18 ` [PATCH 11/13] MIPS: octeon: avoid empty-body warning Arnd Bergmann
2017-01-17 20:00   ` David Daney
2017-01-17 20:00     ` David Daney
2017-01-17 15:18 ` [PATCH 12/13] MIPS: ip22: fix ip28 build for modern gcc Arnd Bergmann
2017-01-17 15:18 ` [PATCH 13/13] MIPS: avoid old-style declaration Arnd Bergmann

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=da86f6a2-e0b6-9202-baa5-c2dde188afb6@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=albeu@free.fr \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=paul.burton@imgtec.com \
    --cc=pebolle@tiscali.nl \
    --cc=ralf@linux-mips.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;
as well as URLs for NNTP newsgroup(s).