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 270D8C64ED6 for ; Mon, 20 Feb 2023 06:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230119AbjBTGO5 (ORCPT ); Mon, 20 Feb 2023 01:14:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbjBTGOy (ORCPT ); Mon, 20 Feb 2023 01:14:54 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94D0FCA2A; Sun, 19 Feb 2023 22:14:52 -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=x7M7sReNmGHCI7sXjDHZhgMdVt kaJ2KgDitCJ8ylRRzZ59TkfcBa0GsdZnipJjk6e2uh8AauU6XMldxPfoxAECNne5jHrdGuV5+Sqor 32g25hrWk6yCd5zpmNahbnRZ7JNtuzJ67W5QCS+i1YJplONXFeZyNxwuUrZfywmSnBGct6BNLyd3E 0x+xKvoxsmD4jsvQIezIYjAUCsD3/WOUlmLmd9qo7iOXxSMNP/DzDMHG/d4NLU3ccWeM7ivZeVowV QUh5hQUe0NAa3Phm8rHvjLsg6jlfrAiyWCcaaa4Iexg0MFbC1/mj8km8neQyhlwg6eop/oar4hGL4 QsX6vwWA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pTzRp-0037cr-An; Mon, 20 Feb 2023 06:14:49 +0000 Date: Sun, 19 Feb 2023 22:14:49 -0800 From: Christoph Hellwig To: Thomas Huth Cc: linux-kernel@vger.kernel.org, Arnd Bergmann , linux-arch@vger.kernel.org, Chas Williams <3chas3@gmail.com>, Palmer Dabbelt , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org, Andrew Waterman , Albert Ou Subject: Re: [PATCH 1/4] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c Message-ID: References: <20230217202301.436895-1-thuth@redhat.com> <20230217202301.436895-2-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230217202301.436895-2-thuth@redhat.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