From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751528AbdECFRX (ORCPT ); Wed, 3 May 2017 01:17:23 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:38276 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751032AbdECFRR (ORCPT ); Wed, 3 May 2017 01:17:17 -0400 Date: Wed, 3 May 2017 06:17:12 +0100 From: Al Viro To: Guenter Roeck Cc: Richard Kuo , linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] hexagon: Use raw_copy_to_user Message-ID: <20170503051712.GF29622@ZenIV.linux.org.uk> References: <1493783568-9887-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493783568-9887-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 02, 2017 at 08:52:48PM -0700, Guenter Roeck wrote: > Commit ac4691fac8ad ("hexagon: switch to RAW_COPY_USER") replaced > __copy_to_user_hexagon() with raw_copy_to_user(), but did not catch > all callers, resulting in the following build error. > > arch/hexagon/mm/uaccess.c: In function '__clear_user_hexagon': > arch/hexagon/mm/uaccess.c:40:3: error: > implicit declaration of function '__copy_to_user_hexagon' > > Fixes: ac4691fac8ad ("hexagon: switch to RAW_COPY_USER") > Cc: Al Viro > Signed-off-by: Guenter Roeck Acked-by: Al Viro