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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C129C433EF for ; Mon, 27 Sep 2021 12:33:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E08D561058 for ; Mon, 27 Sep 2021 12:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234358AbhI0Me6 (ORCPT ); Mon, 27 Sep 2021 08:34:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:53600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234346AbhI0Me5 (ORCPT ); Mon, 27 Sep 2021 08:34:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3046A61052; Mon, 27 Sep 2021 12:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632745999; bh=LX+JLN/iexEf9h06+p0bd8vUymoDBBk9mc2YNudMZdQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xu8i2/meG401cQ5JSWZCk15kcvcWfazsVYR/TSkSafpeJfy/1nrJeXDCN61OtCB/L zNHFCxDTj2vUURnPwa5Lf9wDiKDf7IyEi6Ti3EoEl6/bICDuTXblFuf2FhV9Rcv2mt BUQKetBG97LJJ1VO1N9vjuV2rNPZVSbTku4Y8527uKZtu8fbF1OgCz8+Vkmr+ExmoC NlJF6cZd6DuhIC0pREPDqLXDC/1j0H021iBs5iZZq1BzKu/9GxFeT3SPu/yODExbGL jvV/Kp2D5DOLkLnPCCa+ns05RoM3RpOGekUxYMQGSQXOKt/wiQweh/HExx2P/vlh8O jClPzcmxoYqcw== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 2617A410A1; Mon, 27 Sep 2021 09:33:16 -0300 (-03) Date: Mon, 27 Sep 2021 09:33:16 -0300 From: Arnaldo Carvalho de Melo To: Borislav Petkov Cc: Masami Hiramatsu , Ian Rogers , Thomas Gleixner , Ingo Molnar , x86@kernel.org, "H. Peter Anvin" , "Peter Zijlstra (Intel)" , Josh Poimboeuf , linux-kernel@vger.kernel.org, Adrian Hunter , David Laight , Numfor Mbiziwo-Tiapo Subject: Re: [PATCH v4] x86/insn, tools/x86: Fix some potential undefined behavior. Message-ID: References: <20210923161843.751834-1-irogers@google.com> <20210925133944.a0648549c28b047bd9aeaeff@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sun, Sep 26, 2021 at 05:25:44PM +0200, Borislav Petkov escreveu: > On Sun, Sep 26, 2021 at 08:59:35AM -0300, Arnaldo Carvalho de Melo wrote: > > So you want me to process it? > > https://git.kernel.org/tip/5ba1071f7554c4027bdbd712a146111de57918de Ok, processed already, case closed :-) - Arnaldo