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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 98877C433EF for ; Fri, 8 Apr 2022 11:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7MzUYrntFqfQ496rpbhpmJMxJ8KZ2szMj9VV5G0ulbA=; b=qKeK271ZN1LROH nNqoJ6YE8NP+lATm+QhyGfsPWe8s67tlvwCp/ZSg6RSesfj20K0s83qFWYiXS2xzDf9qy+ULQ/WY1 uDFpIoxf3Uv26vD+aaiLoej320XBg4bcdsD+zKRUKmwUiWCmLYzSQT0XJqaGyoTqZU8HnEcCWDDOY ZpzYJdecVkCsP9mr5Foj9LmVKx+Fxi5j0kZzLzqXnkv4Np0s7Mh3OO2Y9zCoo2sX106fCBqHxqKKr 2Q3yRZUIuvkD0KBqggh1fvWvSvddT8XSWNZt3iJ96xSSAbJBE/FQ8lelEEAhC63TTVhYvpGwKQrkz p1Er8e42qCZCkaH99j2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncmN4-00GTyk-Jr; Fri, 08 Apr 2022 11:01:42 +0000 Received: from mail.skyhub.de ([2a01:4f8:190:11c2::b:1457]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncmN0-00GTwb-W4 for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 11:01:41 +0000 Received: from zn.tnic (p200300ea971561a9329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9715:61a9:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 14D4F1EC0528; Fri, 8 Apr 2022 13:01:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1649415692; 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: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=0twYPvAbU3EQQV90bdC9MeTmssNOjIsgXlwghQ9IMhQ=; b=mXXZTEsCZzRzxCwwF0vFXTgAC8GGvwYQSaJig1C/LGy1TtVAo/cz6WcN1ft8cHvq/eZxD7 jMv4DT0DxnOPqHngvGa0ioCqWn3uG6W9I093fLQ/k3Gx+UYaKVnDCvAdZ9bUXT814J5FBv q4nFc6ZjSoqb8JB1HVaVGaRfjSLkFHw= Date: Fri, 8 Apr 2022 13:01:31 +0200 From: Borislav Petkov To: Will Deacon Cc: LKML , Frank Li , Mark Rutland , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 09/11] perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant Message-ID: References: <20220405151517.29753-1-bp@alien8.de> <20220405151517.29753-10-bp@alien8.de> <20220408104739.GA27564@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220408104739.GA27564@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_040139_227625_265488EF X-CRM114-Status: UNSURE ( 6.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 08, 2022 at 11:47:40AM +0100, Will Deacon wrote: > (let me know if you'd prefer for me to queue this directly) Yes please. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel