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.5 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 15D33C43381 for ; Mon, 25 Mar 2019 11:19:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9A582082C for ; Mon, 25 Mar 2019 11:19:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730511AbfCYLTG (ORCPT ); Mon, 25 Mar 2019 07:19:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34002 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729727AbfCYLTG (ORCPT ); Mon, 25 Mar 2019 07:19:06 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 30F223019885; Mon, 25 Mar 2019 11:19:06 +0000 (UTC) Received: from localhost (unknown [10.43.2.199]) by smtp.corp.redhat.com (Postfix) with ESMTP id C2596604C8; Mon, 25 Mar 2019 11:19:05 +0000 (UTC) Date: Mon, 25 Mar 2019 12:19:03 +0100 From: Stanislaw Gruszka To: Sasha Levin Cc: Alexander Duyck , Rosen Penev , stable@vger.kernel.org Subject: Re: [PATCH v2] iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE Message-ID: <20190325111903.GA17956@redhat.com> References: <20190313090316.GA2663@redhat.com> <20190325003822.2AB72213F2@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190325003822.2AB72213F2@mail.kernel.org> User-Agent: Mutt/1.11.3 (2019-02-01) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Mon, 25 Mar 2019 11:19:06 +0000 (UTC) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 25, 2019 at 12:38:21AM +0000, Sasha Levin wrote: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: all > > The bot has tested the following trees: v5.0.3, v4.19.30, v4.14.107, v4.9.164, v4.4.176, v3.18.136. > > v5.0.3: Build OK! > v4.19.30: Build OK! > v4.14.107: Build OK! > v4.9.164: Build OK! > v4.4.176: Failed to apply! Possible dependencies: > v3.18.136: Failed to apply! Possible dependencies: > How should we proceed with this patch? I've haven't looked into 4.4 and 3.18 amd_iommu code, but not counting comment, patch is one-liner, so should be trivial to backport it manually. Stanislaw