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 1AED3C25B47 for ; Fri, 27 Oct 2023 08:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235058AbjJ0IRE (ORCPT ); Fri, 27 Oct 2023 04:17:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231420AbjJ0IRC (ORCPT ); Fri, 27 Oct 2023 04:17:02 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E47A1AD for ; Fri, 27 Oct 2023 01:16:59 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1698394617; 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=5vqjsZQYzkOpkucTBtbfABYZjar3BHhvV65+VQJpg9Y=; b=zS5ulztE7PU8MnShxIs7VrTd0CKk1xtpWwCHPbF/RsEGHPnUsJW9fVOIMxxIVfyvuHuAha LPw+yYTxXhKqa14bSpOylicHntafilOUmrbheskp7KVj+6aX+kYka9/ELj0vBu1nLc8ILJ sfTQkveNfNSdk9kCBnfexnXjWmlXSIrEFYF8rblhfiiz1Dr7yjU2syb7695eaXz/3aRoFf 0DxIl/C1LmC7C3fkmj9QxZjK5C8EuDWeJpyc0/5yQndWO98EgaZud5/uldvzZGfTqG+UTG ixlEJqpaRaA/Wl2ztEanrS4P74jevuHSZ7soXFhNmQEHm7laeijaqygkH8gftA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1698394617; 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=5vqjsZQYzkOpkucTBtbfABYZjar3BHhvV65+VQJpg9Y=; b=08TZ7D6ati0sg+R/lxzQ+pgDAnEKRgsqaZOzqlAbAbnkiufOGVpd5GRU8cK7zms6t4cNfL stcBFT3ux+wH9nAg== To: Fang Xiang , maz@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: fangxiang3@xiaomi.com Subject: Re: [PATCH v2] irqchip/gic-v3-its: Flush ITS tables before writing GITS_BASER registers in non-coherent GIC designs. In-Reply-To: <20231027031007.2088-1-fangxiang3@xiaomi.com> References: <20231027031007.2088-1-fangxiang3@xiaomi.com> Date: Fri, 27 Oct 2023 10:16:57 +0200 Message-ID: <87v8as32fa.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 27 2023 at 11:10, Fang Xiang wrote: > In non-coherent GIC design, ITS tables should be clean and flushed > to the PoV of the ITS before writing GITS_BASER registers. And > hoist the quirked non-shareable attributes earlier to save effort > in tables setup. > > Signed-off-by: Fang Xiang Seriously? You claim authorship for a patch which was written by Marc: https://lore.kernel.org/all/87sf5x6cdu.wl-maz@kernel.org without even the courtesy of giving him credit via 'Originally-by' ? That's not how it works. Thanks, tglx