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 X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7AEAAC3815B for ; Mon, 20 Apr 2020 10:30:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 46E912071C for ; Mon, 20 Apr 2020 10:30:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="hG44Nr7n" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726083AbgDTKav (ORCPT ); Mon, 20 Apr 2020 06:30:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725775AbgDTKav (ORCPT ); Mon, 20 Apr 2020 06:30:51 -0400 Received: from merlin.infradead.org (unknown [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C256BC061A0C for ; Mon, 20 Apr 2020 03:30:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; 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=BvN7RLIcpSybBv1y35pdwDqup1KO/lx80cy/owfczXc=; b=hG44Nr7nPMFdbwohdRdRqsqd4O KPfyFOaQnj6Nd/qTgJrlYLRL8/HMJH3pPoegG3D+s2e1PBGuAwLQcwLclGvUyztN+I7aBv/50YMLb 3L5BSE7FyjJVNMJtfXRrXxUk20eDLemhhEGtFvfv6oKGiJVwWQrvOOuuRdZ5DO65gC1cHvkJGBE+h 2Jwgsuo6P9Twcs4/Z5S+MCAQemg+qHiWJtAS5+j10i3r/7eZiYaY3KIxpiRaj/ay350z7/EYgoqY1 ckVSh0trQXh3Rm0vgvulQ0MuuIoPsv1iXzU4Z+zHwemozCc8BUz/zkLUJqRTTBESdJKR5p8pD6Wj5 GzAX0AIA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQTh9-0002yc-MO; Mon, 20 Apr 2020 10:30:31 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 49A763010BC; Mon, 20 Apr 2020 12:30:28 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 33BAB2B8DAF29; Mon, 20 Apr 2020 12:30:28 +0200 (CEST) Date: Mon, 20 Apr 2020 12:30:28 +0200 From: Peter Zijlstra To: Christoph Hellwig Cc: x86@kernel.org, Dave Hansen , Andy Lutomirski , linux-kernel@vger.kernel.org Subject: Re: hide __pte2cachemode_tbl and __cachemode2pte_tbl Message-ID: <20200420103028.GC20696@hirez.programming.kicks-ass.net> References: <20200408152745.1565832-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200408152745.1565832-1-hch@lst.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 08, 2020 at 05:27:41PM +0200, Christoph Hellwig wrote: > Hi all, > > this series avoids pointlessly exposing the cachemode to pte bit > translation tables to modules. Nice! Acked-by: Peter Zijlstra (Intel)