From mboxrd@z Thu Jan 1 00:00:00 1970 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 BADE6C4332F for ; Thu, 7 Apr 2022 07:52:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242214AbiDGHyv (ORCPT ); Thu, 7 Apr 2022 03:54:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239320AbiDGHyu (ORCPT ); Thu, 7 Apr 2022 03:54:50 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F0301C2D81; Thu, 7 Apr 2022 00:52:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=FZp9Ive/VquPf6ObnGVyJces3vL4RIyldFbr1Zsjkoo=; b=y+E42+SZua5mio9/NU+Cbghatk H9Ss1en/Hvkc7LLJ2oSa7kA0GIkzq+D0c6JP1/VnkfB+psAfw71vpUnIqSL9bTzLuhHzA41YH7rO9 2jEcaksVcYlFuAqJvlzei2o+aTox94gmwzrTX++dRWAQanYRr/4TP6Dl8u2/XtNZBqWDsHMoTPpP+ /eNvBjX7LPZ7zcbYgMX4evGihYIlt3OG0+BHGKmOYv+QuSqlmaEussnUYrOTNrrKBzm5OvrSiAruu cHzDr077suP8/Fzui/3ARNWb/0hoEOhTAIPPH93ys2y7WypI2AQCIFY9NfVq7zxdXjhqdqy5eN/qY iAYOAqGQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncMwY-00A8KX-C6; Thu, 07 Apr 2022 07:52:38 +0000 Date: Thu, 7 Apr 2022 00:52:38 -0700 From: Christoph Hellwig To: John Paul Adrian Glaubitz Cc: Arnd Bergmann , Rob Landley , Geert Uytterhoeven , Christoph Hellwig , Linus Torvalds , Yoshinori Sato , Linux Kernel Mailing List , linux-arch , "moderated list:H8/300 ARCHITECTURE" , "open list:TENSILICA XTENSA PORT (xtensa)" , Max Filippov , Linux-sh list , linux-m68k , Greg Ungerer , Damien Le Moal , linux-riscv , Rich Felker Subject: Re: [RFC PULL] remove arch/h8300 Message-ID: References: <04c0374f-0044-c84d-1820-d743a4061906@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <04c0374f-0044-c84d-1820-d743a4061906@physik.fu-berlin.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Thu, Apr 07, 2022 at 09:47:04AM +0200, John Paul Adrian Glaubitz wrote: > But if it's not a lot of code, would it really accumulate a lot of cruft? > > If the code just works as is and doesn't need much attention to keep it working Because no one gives it even that little bit of attention.