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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 E6378C43381 for ; Mon, 11 Mar 2019 23:39:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B2FCA2087C for ; Mon, 11 Mar 2019 23:39:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552347561; bh=aysnlIy5ctAHxVK2/E/OVuDSO2SnzrLext4/BQ/iafg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zKwrS3uGWL7QP5o+fADMSAdp5IgLsYh9+APFVaurwi7a251X9lDj6QEbLwEnYyxVZ EAkhYKWmu8xXzhfX5W/Vtl1fcnlZIjZGvUHzNHzxVYOqZHE4GECh1cunaIupHJ4nBc dopLwVq6/LeIR/TaDjQZ9fn+LRM5MeBvg63/2Qss= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725883AbfCKXjV (ORCPT ); Mon, 11 Mar 2019 19:39:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:45026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725850AbfCKXjV (ORCPT ); Mon, 11 Mar 2019 19:39:21 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 52BC62087C; Mon, 11 Mar 2019 23:39:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552347560; bh=aysnlIy5ctAHxVK2/E/OVuDSO2SnzrLext4/BQ/iafg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oTHos/lCfqXwsgYzGGSEHXag78r4U2m78pg57EO65POYb62qfL25LTyTuopX5lwED rCljagE8+UGIoyIaLnTqlNXf6APmG9Fy2FzFp6p9hdsvR6bIWYW3EEKOnvSa9WqMqd zeEmwFDHMC8oQ62HdZHgIfQR85qTqFaX5/SHsAWo= Date: Mon, 11 Mar 2019 19:39:19 -0400 From: Sasha Levin To: Ard Biesheuvel Cc: stable Subject: Re: please add e02f5c1bb228 to v4.9 and later Message-ID: <20190311233919.GJ158926@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 11, 2019 at 05:15:59PM +0100, Ard Biesheuvel wrote: >Please include upstream commit e02f5c1bb2283cfcee68f2f0feddcc06150f13aa > >drm: disable uncached DMA optimization for ARM and arm64 > >into -stable trees v4.9 and later. > >It makes the radeon and amdgpu drivers work on ARM and arm64 systems, >which are terminally broken currently, and since those are the only >architectures affected by this patch, the risk of regressions is low. Queued up, thanks. -- Thanks, Sasha