Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp47763ybe; Sun, 1 Sep 2019 20:08:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqwD/oSn3WOycWIcgqnfYnjfR1Fj684n/OxtzPJaEMiLwAiG25ncvX75OjfqDZWS+QEvx0My X-Received: by 2002:aa7:800c:: with SMTP id j12mr29489368pfi.255.1567393738062; Sun, 01 Sep 2019 20:08:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567393738; cv=none; d=google.com; s=arc-20160816; b=aXDhqSBNhOWRXhZAa+BTL4ciMfZNeWJSTfHfdqWVoKZWZ5YJuBkyjkzL1SfNcgunoz nljFSprKL3GKcAzPmzf8GsrBWA1KJg/KUliGxArRiOliXEHqM2UAatDGUzvPx2oL3ofX Qb2MQYUsGqjjJLVcI1yHPv0jm0Xrlgg8bIqjGaU7Bdbii6lq1DKkz5h0dPIM6FDremP7 P+xleKvCn3Y3xc6FeCeCXfIe/kNwkkHI/faVRJpsFH8iGaMyf/pwF+ag03BHiQbNAucK c+2GkIQ5ZThVraRJ1O5YPnlzzBDUXSaNsyXlgyBnidU1Q9R+X6V/kEU+3Ohu4Rb8zk2M AR4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=BjTh95GNFbvBZcvBrJzrnOK+dAcLu68LQFnWV3reCHg=; b=qCnUtSmhNAEV/xsCBjMUkXIvNwEmkZr0JAuCBpjAwyZ2/7hayzUUEKPx0wphELNtXT NywRGB3ld145wKeGVpjIvVL9Tof3HjbcFWIWrUE5sVzPrgNzGMNLj4Icrv1t7Ah3QOnm bxxICG2nxKKUFdDfR6X65bYCpZDM8gNw8Bn2c8wJoZCtOy9c4G3id8jsJWIU1SGviM/X Bi7wqJrVLi8aZQJIpopEtPSq067O9LBvzVAYj+FCOzujo3oaRGB2HF74jzioSY+vX2KB UvHhjG+nEiJQX/2pUUAz0wT45cFpGtp91sjoP3fIE5TTEGuVQ3I8QNV4hQ09k11m9p0n IdAQ== 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 188si10484205pgf.193.2019.09.01.20.08.41; Sun, 01 Sep 2019 20:08:58 -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 S1729266AbfIBDGT (ORCPT + 99 others); Sun, 1 Sep 2019 23:06:19 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:41187 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729061AbfIBDGS (ORCPT ); Sun, 1 Sep 2019 23:06:18 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46MFN82G7vz9sDB; Mon, 2 Sep 2019 13:06:16 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 70ed86f4de5bd74dd2d884dcd2f3275c4cfe665f In-Reply-To: <20190829155021.2915-2-maxiwell@linux.ibm.com> To: "Maxiwell S. Garcia" , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: linux-arch@vger.kernel.org, andmike@linux.ibm.com, linuxram@us.ibm.com, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, cclaudio@linux.ibm.com, "Maxiwell S . Garcia" , bauerman@linux.ibm.com Subject: Re: [PATCH v2 1/2] powerpc: Add PowerPC Capabilities ELF note Message-Id: <46MFN82G7vz9sDB@ozlabs.org> Date: Mon, 2 Sep 2019 13:06:16 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2019-08-29 at 15:50:20 UTC, "Maxiwell S. Garcia" wrote: > From: Claudio Carvalho > > Add the PowerPC name and the PPC_ELFNOTE_CAPABILITIES type in the > kernel binary ELF note. This type is a bitmap that can be used to > advertise kernel capabilities to userland. > > This patch also defines PPCCAP_ULTRAVISOR_BIT as being the bit zero. > > Suggested-by: Paul Mackerras > Signed-off-by: Claudio Carvalho > [ maxiwell: Define the 'PowerPC' type in the elfnote.h ] > Signed-off-by: Maxiwell S. Garcia Series applied to powerpc topic/ppc-kvm, thanks. https://git.kernel.org/powerpc/c/70ed86f4de5bd74dd2d884dcd2f3275c4cfe665f cheers