From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 26B59313535 for ; Fri, 22 May 2026 03:07:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779419274; cv=none; b=Eq2QCw+dIxaKdzPkf+L5c97JQLa8i1+7ykboSeGzrTshlBoKVcfcyzJicNOdu2SMUqHltQlGIp5c/2Sj+E0Zx391ebAW0z3thOm5q2CfASM+H/4q5ivslUbbk+GcaakvGkS9XK828w3SOZ++DBPXbdVdWQdfAglfMtS3B/fuuLk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779419274; c=relaxed/simple; bh=nJqO/FezShT2mryfN4K8zO9k4RK+GfYT1HxdqPXBo+s=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=on1mzzlVr0h5fIMKDcnvAdiuCHpvXmLR9kRFuAw2hmkBEQoq4cPZ1FXE0k0j4PwDp27UJXVjdkpXg7IKfXBt4OISaACwyP9OSS8r0iZf2T0Tm9HKxu3oBrTU7yahL6WUbbvTRgvnLhP7wcuE7+2FhGo6PoV/bIr3MkQyqFxfg44= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Rn6kQ0Pa; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Rn6kQ0Pa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE3DB1F000E9; Fri, 22 May 2026 03:07:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779419272; bh=6kQrez1gnivfNNtB2gZIX9sMLH3yQ/lt7QrGi8nNRMk=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=Rn6kQ0Paa5xI2I2AIxheHOXwZdj0qePhSZb8Y76bV4VoqIqJkePjQ67mpPbBw1J31 +z1Epz3YSukDwbifKiO59MdIztjiXv+MJq0YjeK26MkIaLZpEGj2hfqikjSQZQq6cs NgipMrYytdC90ES20UrxDTt9gBLdoz8awCBAHuXXKjvctHSNuBDUEy3ZUXlgQJESKL pdUyH7ISVY7qQrMsAO+GDLhIn3UlGTiRnMYAx0L94i//ohdys07D+IrnybxhjA7+VW vqJGnKzzbpIcKFJaUY+KfdbwGqjhRfTC0hAY3wOcxtfnaErlu8oJPXi/fuM/D0uRuK 5m3UEOjwugTpA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939D03930E40; Fri, 22 May 2026 03:08:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] riscv: module: Use generic cmp_int() instead of custom cmp_3way() From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177941928214.602940.16428657104568986358.git-patchwork-notify@kernel.org> Date: Fri, 22 May 2026 03:08:02 +0000 References: <20260512063231.708256-1-florian.schmaus@codasip.com> In-Reply-To: <20260512063231.708256-1-florian.schmaus@codasip.com> To: Florian Schmaus Cc: linux-riscv@lists.infradead.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, samuel.holland@sifive.com, ajones@ventanamicro.com, conor.dooley@microchip.com, seanwascoding@gmail.com, linmq006@gmail.com, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Paul Walmsley : On Tue, 12 May 2026 08:32:31 +0200 you wrote: > The module-sections.c file defines a custom cmp_3way() macro to perform > 3-way comparisons during relocation sorting. > > Instead of maintaining our own implementation, use the generic > cmp_int() macro provided by the already included . This > removes redundant code and relies on standard kernel interfaces. > > [...] Here is the summary with links: - riscv: module: Use generic cmp_int() instead of custom cmp_3way() https://git.kernel.org/riscv/c/7a6fbb72a489 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html