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 A505BC64ED9 for ; Mon, 20 Feb 2023 06:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229884AbjBTGP6 (ORCPT ); Mon, 20 Feb 2023 01:15:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbjBTGPy (ORCPT ); Mon, 20 Feb 2023 01:15:54 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CB83CC16; Sun, 19 Feb 2023 22:15:45 -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=JSBx0Cyr0uWpOht2VzVwK6OCKh Q0QsCqKIdCRlkyCtDzFIcOnQsSVClvYtl/XTSnDQzmt4cemjApK9cHZo9OQqQCqmAJBvFc4meQas+ bzBfzIABq2917+PAvycbDW+BwD5zKsRGm47m5QqFCdKVRhdgy613FIUYC0fQd6Mz7gM16/aqvYiL0 Pw1GY0h2ykRXAb1nWA/1OkrvCmnXYfHsizRB1eJkepUnSyrZsyHwQjR8alt4PgUa29dfLTB9X7U7Y ehH7Ko0jXwYhBtf2TPKqk572rlJniFdWLb8jdLgfCTMPUweOAtYPB0EiZnYFbaqnZEKaPlepQwk5o emDnWj8g==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pTzSj-0037l2-5Y; Mon, 20 Feb 2023 06:15:45 +0000 Date: Sun, 19 Feb 2023 22:15:45 -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 3/4] Move bp_type_idx to include/linux/hw_breakpoint.h Message-ID: References: <20230217202301.436895-1-thuth@redhat.com> <20230217202301.436895-4-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230217202301.436895-4-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