From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 7 May 2021 10:28:37 +0200 Subject: [LTP] [PATCH] bpf_prog05: Use 64bit wide integer constant on m32 In-Reply-To: <20210507081737.26674-1-rpalethorpe@suse.com> References: <20210507081737.26674-1-rpalethorpe@suse.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Richie, > On 32bit 1UL is only 32bits wide. We need it to be 64bits. Merged, thanks! Kind regards, Petr