Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1561452

Re: [PATCH 04/13] MIPS: zboot: fix 'make clean' failure

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH 04/13] MIPS: zboot: fix 'make clean' failure
Date 2017-01-18 11:20 +0100
Message-ID <t0Vvt-2I0-47@gated-at.bofh.it> (permalink)
References <t0DRU-jr-3@gated-at.bofh.it> <t0DRU-jr-1@gated-at.bofh.it> <t0V2p-2ja-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jan 18, 2017 at 10:43 AM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> On 1/17/2017 6:18 PM, Arnd Bergmann wrote:
>> 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?

Sorry, my mistake. That was meant to be part of "MIPS: Fix
modversions". I'll send this separately once the kernelci bot has some
results for today's linux-next.

    Arnd

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 04/13] MIPS: zboot: fix 'make clean' failure Arnd Bergmann <arnd@arndb.de> - 2017-01-17 16:30 +0100
  Re: [PATCH 04/13] MIPS: zboot: fix 'make clean' failure Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-01-18 10:50 +0100
    Re: [PATCH 04/13] MIPS: zboot: fix 'make clean' failure Arnd Bergmann <arnd@arndb.de> - 2017-01-18 11:20 +0100

csiph-web