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 0D3D6C433FE for ; Mon, 14 Feb 2022 07:41:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236842AbiBNHll (ORCPT ); Mon, 14 Feb 2022 02:41:41 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:57860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbiBNHlj (ORCPT ); Mon, 14 Feb 2022 02:41:39 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8705955480; Sun, 13 Feb 2022 23:41:30 -0800 (PST) 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=DfEeiuRA+O4zf/LvJNpGuXNN8ssOeWOmggzX3CeaHXM=; b=OObqb/wgIVNv915TVDxusBoMCU WJgQ/jeIAYMZgUoD6o2YTJ7Ox0of5patYEvusEixun7KO46JLZgyUr2MDxuWRGVLUmv90hrKpnAkV 2XwC/ZzlOIuYIRzopQRpZAJgQcOs2Z29+r3gWpGvBq/x38Ebw0Ca2OKtwT0qp9OLyb7WcSyfg0K3f BRQ00zdULy0KGNC910SJNJZ/NVSYYB3+nnCUwA/llg4pFAzUhP0+xCHf+y7MdabynOIi/YuiSVqvd B/fGvR7RL2UDMHtSH6+jc5hyOgQqZt1hXvl0tEA3RXgrB3ByIfkgCKUcXvQKt+WnLfuF+Kur9lEXM bk8Qgotw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJVzA-00Dknm-OP; Mon, 14 Feb 2022 07:41:24 +0000 Date: Sun, 13 Feb 2022 23:41:24 -0800 From: Christoph Hellwig To: Linus Torvalds Cc: Arnd Bergmann , Stafford Horne , Michal Simek , Linux-Arch , LKML , Christoph Hellwig , "Eric W . Biederman" , Al Viro , Arnd Bergmann , Geert Uytterhoeven , "Peter Zijlstra (Intel)" , Catalin Marinas , Mark Rutland Subject: Re: [PATCH] microblaze: remove CONFIG_SET_FS Message-ID: References: <20220117132757.1881981-1-arnd@kernel.org> <126ae5ee-342c-334c-9c07-c00213dd7b7e@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-kernel@vger.kernel.org On Fri, Feb 11, 2022 at 09:46:03AM -0800, Linus Torvalds wrote: > Can you say why you didn't convert ia64? I don't see any set_fs() use > there, except for the unaligned handler, which looks trivial to > remove. It looks like the only reason for it is kernel-mode unaligned > exceptions, which we should just turn fatal, I suspect (they already > get logged). > > And ia64 people could make the unaligned handling do the kernel mode > case in emulate_load/store_int() - it doesn't look *that* painful. Are there any ia64 people left? :)