Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752130AbcDUJPZ (ORCPT ); Thu, 21 Apr 2016 05:15:25 -0400 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:54640 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751526AbcDUJPW (ORCPT ); Thu, 21 Apr 2016 05:15:22 -0400 Message-ID: <1461230117.2533.8.camel@tiscali.nl> Subject: Re: [PATCH] char: Drop bogus dependency of DEVPORT on !M68K From: Paul Bolle To: ahs3@redhat.com, Geert Uytterhoeven , Arnd Bergmann , Greg Kroah-Hartman Cc: Geoff Levand , linux-kernel@vger.kernel.org, linux-m68k@vger.kernel.org Date: Thu, 21 Apr 2016 11:15:17 +0200 In-Reply-To: <5717DBCE.2000303@redhat.com> References: <1460364055-10174-1-git-send-email-geert@linux-m68k.org> <5717DBCE.2000303@redhat.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-3.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 34 On wo, 2016-04-20 at 13:43 -0600, Al Stone wrote: > On 04/11/2016 02:40 AM, Geert Uytterhoeven wrote: > > --- a/drivers/char/Kconfig > > +++ b/drivers/char/Kconfig > > config DEVPORT > > bool > > - depends on !M68K > > depends on ISA || PCI > > default y > This solves the particular problem I was running into on an arm64 AMD Seattle > system. Thanks! That problem must be lkml.kernel.org/g/1459978040-2226-1-git-send-email-ahs3@redhat.com . Ie, the fact that CONFIG_DEVPORT "cannot really be used and it allows us to crash a kernel from user space" on arm64. > Tested-by: Al Stone I fail to see how this patch helps your problem. And if one applies this patch on top of v4.6-rc4 and does make ARCH=arm64 defconfig one gets a .config that still has CONFIG_DEVPORT=y So my guess is that it wasn't this patch that solved that arm64 problem. Thanks, Paul Bolle