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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 34470C433E2 for ; Tue, 15 Sep 2020 07:08:11 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CF2EC206C9 for ; Tue, 15 Sep 2020 07:08:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="NiACpvGx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF2EC206C9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4ABB06E841; Tue, 15 Sep 2020 07:08:08 +0000 (UTC) Received: from mail29.static.mailgun.info (mail29.static.mailgun.info [104.130.122.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F8EF6E83C for ; Tue, 15 Sep 2020 06:58:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1600153118; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=TqpJbtJ5h/NOs90QzAjCnhYHSI+Sccp918FxJgx7Rwk=; b=NiACpvGxEzJNsRv/FIm+4NdLQyG5xL5WjcXOWWdmMd/NnUpH2tIxSpL741KK1yHAjissvZrD fKN4GjHojP6dJzTyoB0yPJ28xWnA5V7RGQbGDjgjw2Y6DobGj90zjFygqXiBHhFJxUeAUBy5 S1jqx1bsM2nwVmuZUPuOAfWQf8c= X-Mailgun-Sending-Ip: 104.130.122.29 X-Mailgun-Sid: WyJkOTU5ZSIsICJkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n07.prod.us-west-2.postgun.com with SMTP id 5f606613cc683673f9d2d33e (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 15 Sep 2020 06:58:27 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 43672C433FE; Tue, 15 Sep 2020 06:58:27 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1F9F1C433C8; Tue, 15 Sep 2020 06:58:26 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 15 Sep 2020 12:28:26 +0530 From: Sai Prakash Ranjan To: Robin Murphy Subject: Re: [PATCHv4 6/6] iommu: arm-smmu-impl: Remove unwanted extra blank lines In-Reply-To: References: <010101747d912d9f-c8050b8d-1e81-4be0-ac35-b221f657b490-000000@us-west-2.amazonses.com> <20200911160706.GA20802@willie-the-truck> <010101747df8e9df-fad2f88d-e970-4753-a99a-2cfeeb1a29a9-000000@us-west-2.amazonses.com> <7ff9b238-e203-059f-d793-1c44475c6aa2@arm.com> Message-ID: X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 X-Mailman-Approved-At: Tue, 15 Sep 2020 07:07:18 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Will Deacon , Akhil P Oommen , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, "Kristian H . Kristensen" , linux-arm-msm@vger.kernel.org, freedreno@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On 2020-09-11 22:20, Sai Prakash Ranjan wrote: > On 2020-09-11 22:04, Robin Murphy wrote: >> On 2020-09-11 17:21, Sai Prakash Ranjan wrote: >>> On 2020-09-11 21:37, Will Deacon wrote: >>>> On Fri, Sep 11, 2020 at 05:03:06PM +0100, Robin Murphy wrote: >>>>> BTW am I supposed to have received 3 copies of everything? Because >>>>> I did... >>>> >>>> Yeah, this seems to be happening for all of Sai's emails :/ >>>> >>> >>> Sorry, I am not sure what went wrong as I only sent this once >>> and there are no recent changes to any of my configs, I'll >>> check it further. >> >> Actually on closer inspection it appears to be "correct" behaviour. >> I'm still subscribed to LAKML and the IOMMU list on this account, but >> normally Office 365 deduplicates so aggressively that I have rules set >> up to copy list mails that I'm cc'ed on back to my inbox, in case they >> arrive first and cause the direct copy to get eaten - apparently >> there's something unique about your email setup that manages to defeat >> the deduplicator and make it deliver all 3 copies intact... :/ >> > > No changes in my local setup atleast, but in the past we have > had cases with codeaurora mail acting weird or it could be my vpn, > will have to check. > This was an issue with codeaurora servers and I am told that it is fixed now. Thanks, Sai -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel