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 B7208C433F5 for ; Wed, 9 Feb 2022 06:47:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234725AbiBIGrP (ORCPT ); Wed, 9 Feb 2022 01:47:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231190AbiBIGrK (ORCPT ); Wed, 9 Feb 2022 01:47:10 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3176C05CB8C for ; Tue, 8 Feb 2022 22:47:14 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=VtP4Em7zp5+JF56chSkEO/lr+b RTk48qOTiSiEmNuzIjI0FF3CF2pqR4Db3kEpw5/ksVizavJi6eXDWQXee4gP2BrV+Fk/0zu+bX2Fn 8N1Rn8JpWRVPDriSp/Ux1CF8kJw23XqnmK3lDAXealBwMyXFvqbOdecdB8qyD3WYOERFxA/Q5MdXN Nz80b2A5zec5w+NSzjTGghxHOwhvxw6yF8bDEiH/k/8Jkta1tb8rT3NG/fYyqcHpnl5h8vQLKjdta o/stUap57D3gdzl0tCcikObTkJ0AjuGUxNT3pXJJYaDLVutYkO/gpKERYpB4Np1uDzfzaAhzAJQMe QNiqYPrQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nHgkz-00GOBx-G9; Wed, 09 Feb 2022 06:47:13 +0000 Date: Tue, 8 Feb 2022 22:47:13 -0800 From: Christoph Hellwig To: Stafford Horne Cc: LKML , David Laight , Geert Uytterhoeven , Christoph Hellwig , Arnd Bergmann , Jonas Bonn , Stefan Kristiansson , Randy Dunlap , openrisc@lists.librecores.org Subject: Re: [PATCH v3] openrisc: remove CONFIG_SET_FS Message-ID: References: <20220208064905.199632-1-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220208064905.199632-1-shorne@gmail.com> 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 Looks good: Reviewed-by: Christoph Hellwig