From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754303AbbK3Oqf (ORCPT ); Mon, 30 Nov 2015 09:46:35 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:44711 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754107AbbK3Oqe (ORCPT ); Mon, 30 Nov 2015 09:46:34 -0500 Subject: Re: [PATCH] mn10300: Select CONFIG_HAVE_UID16 to fix build failure To: David Howells References: <1448729877-18457-1-git-send-email-linux@roeck-us.net> <25537.1448890800@warthog.procyon.org.uk> Cc: Koichi Yasutake , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org, Arnd Bergmann From: Guenter Roeck Message-ID: <565C6146.4000405@roeck-us.net> Date: Mon, 30 Nov 2015 06:46:30 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <25537.1448890800@warthog.procyon.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/30/2015 05:40 AM, David Howells wrote: > Guenter Roeck wrote: > >> mn10300 builds fail with >> >> fs/stat.c: In function 'cp_old_stat': >> fs/stat.c:163:2: error: 'old_uid_t' undeclared >> >> ipc/util.c: In function 'ipc64_perm_to_ipc_perm': >> ipc/util.c:540:2: error: 'old_uid_t' undeclared >> >> Select CONFIG_HAVE_UID16 and remove local definition of CONFIG_UID16 >> to fix the problem. >> >> Fixes: fbc416ff8618 ("arm64: fix building without CONFIG_UID16") >> Cc: Arnd Bergmann >> Signed-off-by: Guenter Roeck > > Acked-by: David Howells > David, your Acked-by: seems to suggest that you don't plan to send this patch to Linus. At the same time, it looks like Koichi Yasutake's e-mail address is no longer valid. Do you want me to send it directly ? Thanks, Guenter