From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by sourceware.org (Postfix) with ESMTPS id 3F92D3858D28 for ; Fri, 6 Jan 2023 10:39:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3F92D3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x1031.google.com with SMTP id gq18so968313pjb.2 for ; Fri, 06 Jan 2023 02:39:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=07LwTWoHOKtPnorBb2onVzhtMfviPkDLKSADmVEo0pc=; b=cHPCojY/BNyYFMhRG0jzPFQKl51Jfle1kb1DlCRNbSBAzCFrO5t1TQLGtw9eZWh0tQ O2v4gRCMRhn4wIGsK5W/GwCELj7LNT5juSVxy66HiMZGGjS6xc1zH0+BDPhV1PaluoZ4 VN3VXrocu1zMCpTg8E15n5royH01nC0Slgoc+8yPRGyJoFl5JPgzgRtumo7ijmJsyQha 3ElPcD3lenj0SQyY2b071/bWz4SQeLauhiVp+P3iBje23Wux/bdtwUwmjSG8UoDR0wVx HX+mk5BhO1LK/DWaK3QTE9JQWFmTRBjk1CT7F/A7iusHO3rJgOz9a+8Jq0UZ0TBHxSPn fWOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=07LwTWoHOKtPnorBb2onVzhtMfviPkDLKSADmVEo0pc=; b=mapbtbQ1iZ+k4EMwngRHORx2TAGvHHF+BsUKFxyMOhuOHmvfXdF0M/yzu7ba3QViHN sGHlBNheOEYK7iHjjS5Hi+KF01YVelULL4CnUCqECyfJAin0rx8FKimluUVdhvlHWKjL QK/cXhcSIDlewLz1f72O7oQAIdJJPkYQGAliTxcduropgWYchhvDvvBczkHzDEGkFSuJ DVSF4nlK+/ywlQWaxI4P7jH/0zoZKlEdetFriaoGVtQLH16WrZKPFwimnpmbfT47irp9 elxIHn/rsjTsV2B5ISs4iXOSpqVBGC7nHQNPkrrk3o/5bjkdFOzdhL+pq+fmF9olyi+s ua9w== X-Gm-Message-State: AFqh2kqttY3HuGH4/nEy4me4uLg3vGlxdvwhzJyEna0rcKoAbD47vPah i7OCankNhEEWh6pPFS4kXHp/fwB984A= X-Google-Smtp-Source: AMrXdXt8pNFAJMUV3hCb/lXFIoNNw7Q8DTJPDtuYeZZ961wXX2t63jDl9hJWCfnLE0VZR1C+CrtMgQ== X-Received: by 2002:a17:902:d192:b0:192:77df:45d9 with SMTP id m18-20020a170902d19200b0019277df45d9mr37669485plb.17.1673001572294; Fri, 06 Jan 2023 02:39:32 -0800 (PST) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id h10-20020a170902680a00b00190efb4071dsm637672plk.160.2023.01.06.02.39.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Jan 2023 02:39:31 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 3F5021142D32; Fri, 6 Jan 2023 21:09:29 +1030 (ACDT) Date: Fri, 6 Jan 2023 21:09:29 +1030 From: Alan Modra To: "Guillermo E. Martinez" Cc: binutils@sourceware.org, jose.marchesi@oracle.com Subject: Re: [PATCH] bpf: fix error conversion from long unsigned int to unsigned int [-Werror=overflow] Message-ID: References: <20230106075816.387489-1-guillermo.e.martinez@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230106075816.387489-1-guillermo.e.martinez@oracle.com> X-Spam-Status: No, score=-3029.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Jan 06, 2023 at 01:58:16AM -0600, Guillermo E. Martinez via Binutils wrote: > include/ > *opcode/cge.h (CGEN_IFMT): Adjust mask bit width. * opcode/cgen.h The patch is fine by me if you've tested that all the other cgen targets still work with your cgen.h change. Thanks! -- Alan Modra Australia Development Lab, IBM