From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933253AbbBQItc (ORCPT ); Tue, 17 Feb 2015 03:49:32 -0500 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:49179 "EHLO cpsmtpb-ews07.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933072AbbBQIta (ORCPT ); Tue, 17 Feb 2015 03:49:30 -0500 Message-ID: <1424162967.7082.7.camel@x220> Subject: Re: RFC arch/sh/kernel/traps_64.c - unclear if/else construct (hpux compat layer) From: Paul Bolle To: Helge Deller Cc: Valentin Rothberg , Nicholas Mc Guire , "James E.J. Bottomley" , Dan Carpenter , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 17 Feb 2015 09:49:27 +0100 In-Reply-To: <54E2600F.9060502@gmx.de> References: <20150203093758.GA27963@opentech.at> <54E2600F.9060502@gmx.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Feb 2015 08:49:27.0798 (UTC) FILETIME=[A3390960:01D04A8E] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Helge, On Mon, 2015-02-16 at 22:24 +0100, Helge Deller wrote: > The hpux code is broken anyway. > I'm going to remove it from the tree. That happened in commit 04c161497716 ("parisc: hpux - Drop support for HP-UX binaries"), which is included in today's linux-next (next-20150217). I noticed because a script I use to check linux-next spotted a problem with it. That commit removed the Kconfig symbol HPUX. As a result BINFMT_SOM (see fs/Kconfig.binfmt) can't be set anymore. I assume a patch to remove that symbol too is also part of that series. Is that correct? Paul Bolle