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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 727B6CA0FE9 for ; Mon, 4 Sep 2023 18:11:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353443AbjIDSLS (ORCPT ); Mon, 4 Sep 2023 14:11:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353434AbjIDSLQ (ORCPT ); Mon, 4 Sep 2023 14:11:16 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34017199; Mon, 4 Sep 2023 11:11:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 89DB2CE0F95; Mon, 4 Sep 2023 18:11:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5532FC116A3; Mon, 4 Sep 2023 18:11:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693851069; bh=kDblhT9YU6Z13oCtuFpW2rqTqYaBtsASH9dKHi3/gS0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KCIPdf7Q0FJfi462+L+9hLlIq0BX3t5I5nU+KyC3JUzPxLXnAhbxymMCPphIjkZk2 nAsEm8alo/h9yzDnwp6A8LVb7rfbQMxy2RfjbpRRrEaQ/eBashGE75ZiLRId6mtGSt n174WOpZJUMdgC0EjnVVC2vm5+7uig8ReNTtltsXQsPxwJ4Heo6W2elu0nWCCAFa+P IPwUZr1zyeD6ymPLFhgxMaBz9kyOb8bPnob2+yLx+ge2NU+glqZFicKWUrFr0q5nEO oYTUotqMOD89YLI/lMJVg/6rp/a47wySfbJ7iLUnBpXB+H2O664scK9VXRyIFBHpkL AGY3UbxOXs2Pw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 1F4B9C0C3FD; Mon, 4 Sep 2023 18:11:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH 0/2] fsverity: simplify initcall and move sysctl registration From: patchwork-bot+f2fs@kernel.org Message-Id: <169385106912.19669.17692351155547248889.git-patchwork-notify@kernel.org> Date: Mon, 04 Sep 2023 18:11:09 +0000 References: <20230705212743.42180-1-ebiggers@kernel.org> In-Reply-To: <20230705212743.42180-1-ebiggers@kernel.org> To: Eric Biggers Cc: fsverity@lists.linux.dev, linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hello: This series was applied to jaegeuk/f2fs.git (dev) by Eric Biggers : On Wed, 5 Jul 2023 14:27:41 -0700 you wrote: > This series simplifies handling of errors during the fsverity_init() > initcall, and moves the sysctl registration out of signature.c so that > it is not unnecessarily tied to the builtin signature feature. > > Eric Biggers (2): > fsverity: simplify handling of errors during initcall > fsverity: move sysctl registration out of signature.c > > [...] Here is the summary with links: - [f2fs-dev,1/2] fsverity: simplify handling of errors during initcall https://git.kernel.org/jaegeuk/f2fs/c/e77000ccc531 - [f2fs-dev,2/2] fsverity: move sysctl registration out of signature.c https://git.kernel.org/jaegeuk/f2fs/c/456ae5fe9b44 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html