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 E45D9C433FE for ; Fri, 18 Nov 2022 12:20:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241856AbiKRMUr (ORCPT ); Fri, 18 Nov 2022 07:20:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33906 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241827AbiKRMUW (ORCPT ); Fri, 18 Nov 2022 07:20:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 98A1697AB3; Fri, 18 Nov 2022 04:20:18 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 21143624D1; Fri, 18 Nov 2022 12:20:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 854CAC43140; Fri, 18 Nov 2022 12:20:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668774017; bh=4mMFGrAjpFviiTCrvhLTP7wYPP3btZaB0UfDh8F6uZ8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=otIzx8zu2cY+DUNVifiyC/ApK8T7FemoBofvDKkWGaUXG+j1Avn8SY6VMobLa5zZE /efpt/OTe5zwSiTXYuc8PLbre8aD/D6hYJKbVRZSep5FWDCBeXyJyKyE1rEmJ4Ynzt kLKqR2ITvSqgeX2sPSX1kwK6Y6XCL0IH3Rgn0r1jKGyRZSpEoJgLV6lRZO1Rl70/mO /A+sq211l5RIpZHgj0b3RT/1zUCk2XggFzwmzb57esGFxokK4uKGIsK9P2czARTDLb o9deZ+YfsvGzILJPLsSq9WAC6hmBPRsUqphC7/Z6fa3jhM8w2cfTFSl+nf0BLD+IZ8 bX/TYQfqEZA5Q== 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 71DA4E29F44; Fri, 18 Nov 2022 12:20:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 0/3] rxrpc: Fix oops and missing config conditionals From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166877401746.25544.9755255190243368737.git-patchwork-notify@kernel.org> Date: Fri, 18 Nov 2022 12:20:17 +0000 References: <166858659236.2154965.18023032361364343888.stgit@warthog.procyon.org.uk> In-Reply-To: <166858659236.2154965.18023032361364343888.stgit@warthog.procyon.org.uk> To: David Howells Cc: netdev@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David Howells : On Wed, 16 Nov 2022 08:16:32 +0000 you wrote: > The patches that were pulled into net-next previously[1] had some issues > that this patchset fixes: > > (1) Fix missing IPV6 config conditionals. > > (2) Fix an oops caused by calling udpv6_sendmsg() directly on an AF_INET > socket. > > [...] Here is the summary with links: - [net-next,1/3] rxrpc: Fix missing IPV6 #ifdef https://git.kernel.org/netdev/net-next/c/41cf3a9156ba - [net-next,2/3] rxrpc: Fix oops from calling udpv6_sendmsg() on AF_INET socket https://git.kernel.org/netdev/net-next/c/6423ac2eb31e - [net-next,3/3] rxrpc: Fix network address validation https://git.kernel.org/netdev/net-next/c/66f6fd278c67 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html