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 BB670C433EF for ; Wed, 25 May 2022 14:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236221AbiEYO07 (ORCPT ); Wed, 25 May 2022 10:26:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242426AbiEYO0d (ORCPT ); Wed, 25 May 2022 10:26:33 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04EFD1115F for ; Wed, 25 May 2022 07:26:31 -0700 (PDT) Date: Wed, 25 May 2022 16:26:27 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1653488789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=g0Mv/hEChR/V+/w+toAJrTJdteedx/mB9mVO7SBB6UM=; b=ebhCUS1Dh2guv3NsO2B1Nc7XeAfwTNwhQB/RAHF98DVM8HdNKorMeaMexNT/uvyP2q4myg iaBpOcDQzD7tbhdKEMmxzUFr44Q8AN2hZrfcEg0cUgFP60D3nhsie/lX92qhixbD4WjYy6 RXcj72CnZdVi/OxACy4JMJLBJRxQBW4HNBKx3dhBkNjYeGS2e4JhaMqjh+u18vIj7VcOUF W+CtElWdYcAZDkkU6rIhXeL6eA9y6DMsBflN5RofteAooeCZf3+pwf3xrVL48D4Rvczigt FxXdxgwDKAsTKdx3NUQNC+Dl3s8Oytnc5c1PbjkMFLGUVmIGhxN0PhxWdzVj7Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1653488789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=g0Mv/hEChR/V+/w+toAJrTJdteedx/mB9mVO7SBB6UM=; b=oxXUxxwUv1uzXvHWGZCI3ZXGoDpOjQL+DfKrw55C4YVxTXrMZ2xsifAi/6R9Hf2p10vwnA +vUNdOXnk8LbxaAQ== From: Sebastian Andrzej Siewior To: Stefan Wahren Cc: Marcelo Tosatti , Andrew Morton , Nicolas Saenz Julienne , Borislav Petkov , Minchan Kim , Matthew Wilcox , Mel Gorman , Juri Lelli , Thomas Gleixner , "Paul E. McKenney" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Linux ARM , Phil Elwell , regressions@lists.linux.dev Subject: Re: vchiq: Performance regression since 5.18-rc1 Message-ID: References: <77d6d498-7dd9-03eb-60f2-d7e682bb1b20@i2se.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-05-25 16:07:47 [+0200], Stefan Wahren wrote: > this was the same as Paul send. I think i need more time for investigation, > maybe there is an issue with the application. I haven't seen Paul referring to *that* patch. He pointed to some fs/ related changes. Sebastian