Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9705EC636CC for ; Thu, 16 Feb 2023 05:05:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229568AbjBPFFN (ORCPT ); Thu, 16 Feb 2023 00:05:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229460AbjBPFFK (ORCPT ); Thu, 16 Feb 2023 00:05:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1AFBD34F67; Wed, 15 Feb 2023 21:05:09 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9FFCB61E79; Thu, 16 Feb 2023 05:05:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E10E5C433D2; Thu, 16 Feb 2023 05:05:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676523908; bh=cA+ujwzRa7cMS2uAmK6WLQ5YJGarTpd9LGJ9b1k4sqA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SSbTauz2edsWuVn6M9bO5wr6sR2tdWZxjG40ValN74N0ILGSP+JH1saObtXe9LBBV gbcdLxD/cNmNjU80lbKMZtRviKK91bRDDpglYK3rO0pwl9+zYTBnHBT/BqW2/ykpQY 5klSdWevags0PoGt512UW7N0EP72waP/yeOpgL5hjvt9KmY2fKFsN+ATIuFvvKj+y7 WloMtRt8dh9dFZnxeLu+lHjYtqQg1EUVvQgp44CbjWQAtfGcXtdQVYDcxn+BpepOvi 3C7BwfbGRth2YlnVDNHc/QmLNJBvrDKXcNTm84L9Oyr6yJHWIqT4Pz+lz48aCpfCTC PBT8EKK6EJSzQ== Date: Thu, 16 Feb 2023 07:04:53 +0200 From: Mike Rapoport To: Linus Torvalds Cc: "Luck, Tony" , John Paul Adrian Glaubitz , Al Viro , Ard Biesheuvel , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Arnd Bergmann , Jessica Clarke , Matthew Wilcox , Marc Zyngier , Guenter Roeck , "linux-ia64@vger.kernel.org" Subject: Re: [RFC PATCH 0/5] Retire IA64/Itanium support Message-ID: References: <20230215100008.2565237-1-ardb@kernel.org> <534469b750e1847e1645f9ae5ed19dcc80b82be6.camel@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On Wed, Feb 15, 2023 at 12:08:28PM -0800, Linus Torvalds wrote: > On Wed, Feb 15, 2023 at 11:43 AM Luck, Tony wrote: > > > > Maybe you don't see others pain? I added Al Viro ... perhaps > > he'll replay some of his thoughts from trying to make signals > > and other stuff work correctly on ia64. > > Well, as long as it's ia64-specific, I'll just go "hey, it was Al's > choice to look at that code". > > IOW, I'm more worried about "ia64 makes it a pain to make _generic_ changes". > > IOW, doing something like this: > > git log -p --no-merges --since=1.year arch/ia64/ > > to see what kind of pain ia64 parts of patches have caused, about a > third of them are that "look, somebody cared about ia64 explicitly". I remember that when I was doing cleanups of mm initialization, ia64 required special care several times. > That said, it's entirely possible I've missed some particular painpoint. The largest painpoint IMO is absence of any ability to test ia64 except sending patches to Adrian in a hope he has time to give them a whirl. > Linus -- Sincerely yours, Mike.