From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754246AbcITM2W (ORCPT ); Tue, 20 Sep 2016 08:28:22 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:49029 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752904AbcITM2U (ORCPT ); Tue, 20 Sep 2016 08:28:20 -0400 Date: Tue, 20 Sep 2016 14:27:53 +0200 From: Martin Schwidefsky To: Paul Gortmaker Cc: , Heiko Carstens , Subject: Re: [PATCH] s390: migrate exception table users off module.h and onto extable.h In-Reply-To: <20160919215456.5453-1-paul.gortmaker@windriver.com> References: <20160919215456.5453-1-paul.gortmaker@windriver.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16092012-0020-0000-0000-0000024EAAE7 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16092012-0021-0000-0000-00003E4146CB Message-Id: <20160920142753.374604c1@mschwide> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-20_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609200161 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Sep 2016 17:54:56 -0400 Paul Gortmaker wrote: > These files were only including module.h for exception table > related functions. We've now separated that content out into its > own file "extable.h" so now move over to that and avoid all the > extra header content in module.h that we don't really need to compile > these files. > > The additions of uaccess.h are to deal with implict includes like: > > arch/s390/kernel/traps.c: In function 'do_report_trap': > arch/s390/kernel/traps.c:56:4: error: implicit declaration of function 'extable_fixup' [-Werror=implicit-function-declaration] > arch/s390/kernel/traps.c: In function 'illegal_op': > arch/s390/kernel/traps.c:173:3: error: implicit declaration of function 'get_user' [-Werror=implicit-function-declaration] > > Cc: Martin Schwidefsky > Cc: Heiko Carstens > Cc: linux-s390@vger.kernel.org > Signed-off-by: Paul Gortmaker Added to the linux-s390 tree for the next merge window. Thanks. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.