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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 2A419C433FF for ; Tue, 13 Aug 2019 18:36:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 044E920843 for ; Tue, 13 Aug 2019 18:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565721408; bh=5dAs59udVWVmSxeGs4RyVGtbQHZxy6EDnItvs6BkeKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nB64FrPVtC9aLqNWjvQBiD4wasH449m2fCgtTNGe8xRm5JuX/pBGPappSYsr3NeXA kZX+nXH1nekHLfWNzLjvotssg6bIi72nMnuiWrD/+m4g/k+KbjMJZU5G4wM/J8xZa9 0HLv/GwJKIienoQ2ETka9PfmqDTQRq1hkkyRaT/k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727430AbfHMSgq (ORCPT ); Tue, 13 Aug 2019 14:36:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:35444 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725923AbfHMSgq (ORCPT ); Tue, 13 Aug 2019 14:36:46 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DDAB820665; Tue, 13 Aug 2019 18:36:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565721405; bh=5dAs59udVWVmSxeGs4RyVGtbQHZxy6EDnItvs6BkeKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ktAMofz2S1VxEEisTpYIz0zNxtCRwBDsA20vw8yuok6dP/2gNsz/irtBWkmfYAvpW CHeBuzl/C2nUDC+D0qqmr3XV6V7j4+VkPBp2JAbFhEfhU3wLlKNnM4Au9XKpd/DGil sNZfZF3KB02r0QKdoJRfMamJdpLvycLk4SOvbDmY= Date: Tue, 13 Aug 2019 20:36:42 +0200 From: Greg Kroah-Hartman To: Joerg Roedel Cc: stable@vger.kernel.org, Dave Hansen , Andy Lutomirski , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Borislav Petkov , linux-kernel@vger.kernel.org, Joerg Roedel Subject: Re: [PATCH 0/3 5.2-stable] Sync mappings in vmalloc/ioremap areas Message-ID: <20190813183642.GC6582@kroah.com> References: <20190813152814.5354-1-joro@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190813152814.5354-1-joro@8bytes.org> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 13, 2019 at 05:28:11PM +0200, Joerg Roedel wrote: > From: Joerg Roedel > > Backport commits from upstream to fix a data corruption > issue that gets exposed when using PTI on x86-32. > > Please consider them for inclusion into stable-5.2. Thanks for these. Based on the Fixes: tags on the commits, I've taken them all the way back to 4.4.y. greg k-h