From mboxrd@z Thu Jan 1 00:00:00 1970 From: ykaukab@suse.de (Mian Yousaf Kaukab) Date: Wed, 5 Sep 2018 11:25:33 +0200 Subject: [PATCH RESEND 0/6] arm64: add support for generic cpu vulnerabilities In-Reply-To: <20180827143310.641-1-ykaukab@suse.de> References: <20180827143310.641-1-ykaukab@suse.de> Message-ID: <20180905092533.GB17376@suse.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Aug 27, 2018 at 04:33:04PM +0200, Mian Yousaf Kaukab wrote: > GENERIC_CPU_VULNERABILITIES provide a common way to figure out if a > system is affected by vulnerabilities like meltdown and other variants > of spectre. This small series adds support for it in arm64. Marc, Will, Can you please review this series? Please let me know if I should rebase it against arm64 tree. Thanks, Yousaf 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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 2FE47C43334 for ; Wed, 5 Sep 2018 07:25:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA56C2075E for ; Wed, 5 Sep 2018 07:25:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA56C2075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727718AbeIELyW (ORCPT ); Wed, 5 Sep 2018 07:54:22 -0400 Received: from smtp.nue.novell.com ([195.135.221.5]:56568 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbeIELyW (ORCPT ); Wed, 5 Sep 2018 07:54:22 -0400 Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Wed, 05 Sep 2018 09:25:30 +0200 Received: from suse.de ([10.120.13.202]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Wed, 05 Sep 2018 08:25:21 +0100 Date: Wed, 5 Sep 2018 11:25:33 +0200 From: Mian Yousaf Kaukab To: will.deacon@arm.com, marc.zyngier@arm.com Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robert.richter@cavium.com, cwu@amperecomputing.com Subject: Re: [PATCH RESEND 0/6] arm64: add support for generic cpu vulnerabilities Message-ID: <20180905092533.GB17376@suse.de> References: <20180827143310.641-1-ykaukab@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180827143310.641-1-ykaukab@suse.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 27, 2018 at 04:33:04PM +0200, Mian Yousaf Kaukab wrote: > GENERIC_CPU_VULNERABILITIES provide a common way to figure out if a > system is affected by vulnerabilities like meltdown and other variants > of spectre. This small series adds support for it in arm64. Marc, Will, Can you please review this series? Please let me know if I should rebase it against arm64 tree. Thanks, Yousaf