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 X-Spam-Level: X-Spam-Status: No, score=-16.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5E09C11F69 for ; Tue, 29 Jun 2021 18:40:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C202061DE4 for ; Tue, 29 Jun 2021 18:40:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235298AbhF2Sml (ORCPT ); Tue, 29 Jun 2021 14:42:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:50728 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235133AbhF2Smc (ORCPT ); Tue, 29 Jun 2021 14:42:32 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 1A8C761DEE; Tue, 29 Jun 2021 18:40:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624992005; bh=vC2StG/wIgCajMn7oCwMdYto7uziqoYb2ktiw6yd3TI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XcRe/MZVFPFjprC0URPmj6fu5QNhTaorjKaR5CKO2oP76HnMBBmrK1FRra3LmP1pl LxjQCg6VXSubIjwZxv/fEynFXodQRQL3WYAmFJbBk+oLfN0m+YgTbi7n5DaR2s5teB yZYD9EynZVKzmdDo5MmbXXq+lLC8ZMl8KpnyEwAQbRts5X+FHSQi8e+BKjufuaYqV+ HJtyVaG5qwM3dkWebuydzL9X0gQ9QDKrJKDGLQCvvTiYlot9JV+JQp3QpFUc7y90qQ e/9+ZwUrd45t86QWcpO0r+A8A7olSraGoelPdF+t216P9tgMK2eTx2Olxlix8REJH6 b43RzaGylbD3g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH iproute2 1/2] utils: Fix BIT() to support up to 64 bits on all architectures From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162499200508.24074.10950679170977529083.git-patchwork-notify@kernel.org> Date: Tue, 29 Jun 2021 18:40:05 +0000 References: <20210628232446.GA1443@cephalopod> In-Reply-To: <20210628232446.GA1443@cephalopod> To: Ben Hutchings Cc: netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to iproute2/iproute2.git (refs/heads/main): On Tue, 29 Jun 2021 01:24:46 +0200 you wrote: > devlink and vdpa use BIT() together with 64-bit flag fields. devlink > is already using bit numbers greater than 31 and so does not work > correctly on 32-bit architectures. > > Fix this by making BIT() use uint64_t instead of unsigned long. > > Signed-off-by: Ben Hutchings > > [...] Here is the summary with links: - [iproute2,1/2] utils: Fix BIT() to support up to 64 bits on all architectures https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=4ac0383a598d - [iproute2,2/2] devlink: Fix printf() type mismatches on 32-bit architectures https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=33cf9306c824 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html