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 50ED023E342 for ; Sun, 21 Jun 2026 22:30:26 +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=1782081027; cv=none; b=OI5oIvcnnhe3ZNNygaZGKhoeSprfcPdIB80M7Gt3S5Dj5W5I5jPBPlErMzeBErVmJ+rGcJOdUS8x5uKiZQ/VygmaTmxRUs373X406WUA+FvO1tppVrvP/xC1Dasru7rEqbej4ppQl+pfGBFFgOjsaLVB79zy29noE3wL5lTS93I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782081027; c=relaxed/simple; bh=qCDGKIoqzLScUVpuyIoLxRdIIFh0UbX4cxDtbnM2Kr4=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=QkcBanUbpapIlRUBK5ao7w0KcAffM353X7uX5vChUAXxxQmS2vXDT24t5VdJVDGnSkFvxR0bB49zqpVFaU56OHmipBfjKgD2LWB/2dgCB7HqgXetdDXjUpihC/SrV4pOOVzM7K2jWlz7Znx6FpcIJp0XS+4SlYXJaFju0NlmJM0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fjWNB0uA; 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="fjWNB0uA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA1CE1F000E9; Sun, 21 Jun 2026 22:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782081025; bh=ZLQOieHTnD0bFMjSEJR58HBcYMocmNdGYbI0EkujA6A=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=fjWNB0uAYQU1qHJCMxuR1Lg7ObAtmw0k+h+k7cHLoBy14qPPb3mzQvnIAvk7MZlFk RGDfp2G5pzaWuL7UhHgKS0f0mvgIB6wYNNyNewiGB2B25MsuYtMcS/K9AgIRq161/e o9K+kYeKBT/fCEIkeThfQe5OVl6VbjPHYrjq1sLUVEQBEQtu6TaBtuzdX35V537Mfr s9/E9rJNs25IVG2MC89BlPHaWsZDg2/m+ibLGjOuuk0iogGALu0diOLjMt+2i2gLxf ktSksBkiA9baCJHt4NQJE3z0zZYWSbgU5P08gxVgSUG7ivB6d0tJaQNEV1FeQmcgBl 4J0R+bbR+6enw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 56A943AAA6ED; Sun, 21 Jun 2026 22:30:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v4 0/2] ipv4/ipv6: account for fraggap on paged allocation paths From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178208101700.524849.5372754030819859653.git-patchwork-notify@kernel.org> Date: Sun, 21 Jun 2026 22:30:17 +0000 References: In-Reply-To: To: Wongi Lee Cc: netdev@vger.kernel.org, dsahern@kernel.org, idosch@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, asml.silence@gmail.com, dhowells@redhat.com, willemb@google.com, jwlee2217@gmail.com Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 16 Jun 2026 22:33:19 +0900 you wrote: > Fix fraggap accounting in the paged-allocation paths of IPv4 and IPv6. > > The IPv6 patch is the v4 update of the previously posted patch. The IPv4 > patch handles the same code pattern (by Ido). > > v3->v4 > - Remove the MSG_SPLICE_PAGES exception from the IPv6 negative copy check. > - Clarify where the fraggap bytes are copied in the commit messages. > - Add Reviewed-by tags. > > [...] Here is the summary with links: - [net,v4,1/2] ipv4: account for fraggap on the paged allocation path https://git.kernel.org/netdev/net/c/eca856950f7c - [net,v4,2/2] ipv6: account for fraggap on the paged allocation path https://git.kernel.org/netdev/net/c/736b380e28d0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html