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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44448CD8CAB for ; Tue, 10 Oct 2023 16:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233192AbjJJQcl (ORCPT ); Tue, 10 Oct 2023 12:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231231AbjJJQci (ORCPT ); Tue, 10 Oct 2023 12:32:38 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2BE5D8E for ; Tue, 10 Oct 2023 09:32:36 -0700 (PDT) Received: from [172.20.10.67] (c-73-118-245-227.hsd1.wa.comcast.net [73.118.245.227]) by linux.microsoft.com (Postfix) with ESMTPSA id 9E37020B74C0; Tue, 10 Oct 2023 09:32:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9E37020B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1696955554; bh=ak819Mnp0LXwVVtdJibReh2JqnIo0FCAS0vVJl+zwZU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=bGQD8GN5Q/PA53u6vbre1QaBOYR/hyFkO0aLsOXI3xDjj2eDRh0OXvxr4549dIZdF +L43/KuF8H47yhGcfi095TeJ64zc0VFarjlOBwb8nsQRTpXS0XCEbJb+KR8sP4Psdb lsyOgb75QVeGh+kchVXtoYt1sg0/mpdn8E1OePBQ= Message-ID: Date: Tue, 10 Oct 2023 09:32:29 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 6.5] iommu/arm-smmu-v3: Avoid constructing invalid range commands To: Sasha Levin Cc: stable@vger.kernel.org, Robin Murphy , Rui Zhu , Will Deacon References: <20231005193425.656925-1-eahariha@linux.microsoft.com> Content-Language: en-US From: Easwar Hariharan In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 10/6/23 06:52, Sasha Levin wrote: > Queued this and the ones for older kernels. In general, if it's just a > cherrypick, please just list commit ids as it makes our lives much > easier :) > Will do for next time. :) -- Thanks, Easwar