Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp8186969pxb; Fri, 19 Feb 2021 09:26:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJwhpxrlKiFRI90AwynKMQQn0kY0OBfQc9bb37GI8WGX2yX586BZr8HzKmntXNMMq/nYXn5B X-Received: by 2002:a17:906:1956:: with SMTP id b22mr10087552eje.114.1613755607693; Fri, 19 Feb 2021 09:26:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613755607; cv=none; d=google.com; s=arc-20160816; b=ABbAqv95UOXDbwrttASQfENn6Nq+KFM5HqQMJ2hszh7cljtB7SEp+2Lw34t1yRGIWn ZbV54XJEMY9dyte8bVDfwCzOQ2mFMtCRMBOm/IEONWmeQMakt2w9k5kwgtlR1IDMkRTz 8F9C0iQ8fArJpf2AKoTv3vBsNtFAPqUu3X2kDbv7kix3hfTvudpKuCjcy0LBX04WYohl lzsmyk1xR3mZxebW2hNAlTU0QPIRYPslWo7KrXqlF3ZeU/QgV9kDjpJewefVu5rgiolD rrPSupgmqsCwRuyoC3iaSFcOI5fX1lIiAzWs2Zj7qO4DJQkXoSR+LQ2I+EmBqxXI/QUY T38Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=yzx9f8ZMRd2BkPLnB9GSyE2gHqZADmv2OiR/VIuOedM=; b=Za+/ziv+Rd0V0+AYzSK4Sw1/dNTpLrar+f4msJ9piyfkNHZXc55lc2/10sy4xCkCvS xgQmXXCTmpFlkU+lzAARv/B1E4n0Ig0/chd3gmMyUGgTF/sqIRXGQtLNvFJnld+Jmayx nDkPHkOn3TvPEDmjJR0fDVZfILSM8nkXuLnnLRNRAJHbW9t6ZXXVK4w/SQZ7ChjsZfT5 i0tnFA5Zgl9KEzPN4/sUOdZJiFoQYLpl9KKQfI/qwXCbBlc+nmXV1K6ZkBtqET8FUMuO z0w4yVGUNyaqpamsw61Vx2uybGxhJiVk6pesaktilZBXcAb+KuSrOMC4jnk2QxbDegq5 QdtQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s9si6391947edr.275.2021.02.19.09.26.09; Fri, 19 Feb 2021 09:26:47 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=QUARANTINE dis=NONE) header.from=marcan.st Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229809AbhBSRZT (ORCPT + 99 others); Fri, 19 Feb 2021 12:25:19 -0500 Received: from marcansoft.com ([212.63.210.85]:43000 "EHLO mail.marcansoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229527AbhBSRZS (ORCPT ); Fri, 19 Feb 2021 12:25:18 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: marcan@marcan.st) by mail.marcansoft.com (Postfix) with ESMTPSA id 1A8B941EF0; Fri, 19 Feb 2021 17:24:33 +0000 (UTC) Subject: Re: [PATCH 7/8 v1.5] arm64: Always keep DAIF.[IF] in sync To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Mark Rutland , Catalin Marinas , James Morse , Marc Zyngier , Thomas Gleixner , Will Deacon References: <20210219172145.45264-1-marcan@marcan.st> From: Hector Martin Message-ID: Date: Sat, 20 Feb 2021 02:24:31 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210219172145.45264-1-marcan@marcan.st> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/02/2021 02.21, Hector Martin wrote: > Apple SoCs (A11 and newer) have some interrupt sources hardwired to the > FIQ line. We implement support for this by simply treating IRQs and FIQs > the same way in the interrupt vectors. > > To support these systems, the FIQ mask bit needs to be kept in sync with > the IRQ mask bit, so both kinds of exceptions are masked together. No > other platforms should be delivering FIQ exceptions right now, and we > already unmask FIQ in normal process context, so this should not have an > effect on other systems - if spurious FIQs were arriving, they would > already panic the kernel. > > Signed-off-by: Hector Martin > Cc: Mark Rutland > Cc: Catalin Marinas > Cc: James Morse > Cc: Marc Zyngier > Cc: Thomas Gleixner > Cc: Will Deacon > Argh, sorry, I botched the trhreading. Got caught by git send-email prompting me on the dry-run, but not after I added a --to... Resending. -- Hector Martin (marcan@marcan.st) Public Key: https://mrcn.st/pub