Received: by 10.192.165.148 with SMTP id m20csp4973054imm; Tue, 8 May 2018 18:57:25 -0700 (PDT) X-Google-Smtp-Source: AB8JxZo4NdZvZrJIQwgInnQgcR5xfOZxWpoAwb4tyAQLS/OEf95xBQXpgomJTE8n1VGqSTYb+ijX X-Received: by 2002:a63:6ec7:: with SMTP id j190-v6mr33842378pgc.71.1525831045752; Tue, 08 May 2018 18:57:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525831045; cv=none; d=google.com; s=arc-20160816; b=QmwN88bp9/Hasku3vWVB7o3OCaXTU9a/9UdWWOBmHRRnJX7absiDAV6ya5PralyQLg 4JgvEuDU/cVTyTxteZIauHvoin3fmCnL5WSc/jLdlkaQ2uUkvcRZR9GItOndaBvLNwAI LZEEZQ0guIqsFB2+ZwLUlBYa1Kr26Fhddw8usIVuJBB5BWvso7tlEIt+q8clomCiuSKl 2Keka8cJpT5ljBEGX02vReHfN7j5nWMacdc6fIryn/lFBnHAo8g7qJ1OCYSp/wLvg4kj +PRm+r+jbqg6d+axwhqnYZrXJip92GyJDPsa98sNaWanx+i2usE2HnhgEz3rmYBxrSoI sHgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=2lKvnQszKy5TNBzc5JiTWYzKH6kjrt0b/QQi0KeJl08=; b=rtWsv78KQDQRD9dbabx/bcYcMngB0apOYezhAdghBVKvVljCjzvCOBTEk7AG6Zc2H0 k9O8eC5RoQmmwPpQ57763M4LKiz0SILSE9zP4mY/jfgZprup4SysB8M+wl0dbRO1cNte Y4lt8vIAuDgx0BwIKyoSqBeZg+9pMdz3O4tjxXT5qOkZPY6T8MKZ7Cf9G+WEJfikU9Jk 5eXGEiPuEmvLv8Gqd8BBON2wFRbYngCqMw7vCseuzqexCo0yGYdzCwq1BflTcLplCyBV muiaMOG/MA94S0tfC+P4XqXNNaFGSkw2pzsIqcmwijCEvIorxXNBS+xRo7+aPZxyt7c8 JW7A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w22-v6si5391010pll.599.2018.05.08.18.56.58; Tue, 08 May 2018 18:57:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933453AbeEIB4o (ORCPT + 99 others); Tue, 8 May 2018 21:56:44 -0400 Received: from ozlabs.org ([203.11.71.1]:38765 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933363AbeEIB4n (ORCPT ); Tue, 8 May 2018 21:56:43 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 40gfbq4cdVz9s1w; Wed, 9 May 2018 11:56:39 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Dave Hansen , linuxram@us.ibm.com Cc: mingo@redhat.com, linuxppc-dev@ozlabs.org, linux-mm@kvack.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/8] x86/pkeys: Move vma_pkey() into asm/pkeys.h In-Reply-To: References: <20180508145948.9492-1-mpe@ellerman.id.au> <20180508145948.9492-6-mpe@ellerman.id.au> Date: Wed, 09 May 2018 11:56:39 +1000 Message-ID: <87o9hpzj54.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dave Hansen writes: > On 05/08/2018 07:59 AM, Michael Ellerman wrote: >> Move the last remaining pkey helper, vma_pkey() into asm/pkeys.h > > Fine with me, as long as it compiles. :) Yeah fair point :) It survived the kbuild robot, so fingers crossed. I'll let it sit in linux-next for a while too. cheers From: kbuild test robot (Today 04:11) Subject: [powerpc:topic/pkey] BUILD SUCCESS 1a03cd3b474084aaa967f646379495a14716632d To: Michael Ellerman Date: Wed, 09 May 2018 02:11:24 +0800 tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/pkey branch HEAD: 1a03cd3b474084aaa967f646379495a14716632d mm/pkeys, x86, powerpc: Display pkey in smaps if arch supports pkeys elapsed time: 194m configs tested: 113 The following configs have been built successfully. More configs may be tested in the coming days. i386 tinyconfig i386 randconfig-x010-201818 i386 randconfig-x011-201818 i386 randconfig-x012-201818 i386 randconfig-x013-201818 i386 randconfig-x014-201818 i386 randconfig-x015-201818 i386 randconfig-x016-201818 i386 randconfig-x017-201818 i386 randconfig-x018-201818 i386 randconfig-x019-201818 microblaze mmu_defconfig microblaze nommu_defconfig i386 randconfig-i1-201818 i386 randconfig-i0-201818 alpha defconfig parisc allnoconfig parisc b180_defconfig parisc c3000_defconfig parisc defconfig x86_64 randconfig-x010-201818 x86_64 randconfig-x011-201818 x86_64 randconfig-x012-201818 x86_64 randconfig-x013-201818 x86_64 randconfig-x014-201818 x86_64 randconfig-x015-201818 x86_64 randconfig-x016-201818 x86_64 randconfig-x017-201818 x86_64 randconfig-x018-201818 x86_64 randconfig-x019-201818 x86_64 kexec x86_64 federa-25 x86_64 rhel x86_64 rhel-7.2 i386 randconfig-a0-201818 i386 randconfig-a1-201818 x86_64 randconfig-s0-05090041 x86_64 randconfig-s1-05090041 x86_64 randconfig-s2-05090041 openrisc or1ksim_defconfig um i386_defconfig um x86_64_defconfig x86_64 acpi-redef x86_64 allyesdebian x86_64 nfsroot m68k sun3_defconfig m68k multi_defconfig m68k m5475evb_defconfig i386 randconfig-s1-201818 i386 randconfig-s0-201818 x86_64 randconfig-s3-05090001 x86_64 randconfig-s4-05090001 x86_64 randconfig-s5-05090001 x86_64 randconfig-i0-201818 i386 randconfig-b0-05090042 x86_64 randconfig-u0-05090045 c6x evmc6678_defconfig h8300 h8300h-sim_defconfig nios2 10m50_defconfig xtensa common_defconfig xtensa iss_defconfig i386 allmodconfig i386 randconfig-x008-201818 i386 randconfig-x006-201818 i386 randconfig-x000-201818 i386 randconfig-x004-201818 i386 randconfig-x009-201818 i386 randconfig-x003-201818 i386 randconfig-x001-201818 i386 randconfig-x002-201818 i386 randconfig-x005-201818 i386 randconfig-x007-201818 arm at91_dt_defconfig arm allnoconfig arm efm32_defconfig arm64 defconfig arm multi_v5_defconfig arm sunxi_defconfig arm64 allnoconfig arm exynos_defconfig arm shmobile_defconfig arm multi_v7_defconfig i386 randconfig-x073-201818 i386 randconfig-x075-201818 i386 randconfig-x079-201818 i386 randconfig-x071-201818 i386 randconfig-x076-201818 i386 randconfig-x074-201818 i386 randconfig-x078-201818 i386 randconfig-x077-201818 i386 randconfig-x070-201818 i386 randconfig-x072-201818 x86_64 randconfig-x002-201818 x86_64 randconfig-x006-201818 x86_64 randconfig-x005-201818 x86_64 randconfig-x001-201818 x86_64 randconfig-x009-201818 x86_64 randconfig-x004-201818 x86_64 randconfig-x003-201818 x86_64 randconfig-x007-201818 x86_64 randconfig-x000-201818 x86_64 randconfig-x008-201818 ia64 alldefconfig ia64 allnoconfig ia64 defconfig i386 allnoconfig i386 defconfig i386 alldefconfig mips jz4740 mips malta_kvm_defconfig mips allnoconfig mips fuloong2e_defconfig mips txx9 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation