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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 182D9C11F64 for ; Mon, 28 Jun 2021 20:41:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ED26E61CDA for ; Mon, 28 Jun 2021 20:41:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237186AbhF1UnY (ORCPT ); Mon, 28 Jun 2021 16:43:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:45710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236688AbhF1UnU (ORCPT ); Mon, 28 Jun 2021 16:43:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 560FF61CDE; Mon, 28 Jun 2021 20:40:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1624912854; bh=3b1wAVjXuiUAqJ7ctwqRjCPaIwd/QO2Ur5Pr6Ir+m9E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=oCEFhBZ/HPbm59A9S06y96/Zcgpb9F1h4zid96/mwbRa0y1fvXi+BCVJkGrNrZ9/t cKDmOHJRsZo+f0HER8V2lTNGJ9AciMelJRJ/AH4KQZ732xPpWa0wK9U/tzX9hY+737 h3Wpjd0QfYQBABSj6HUTe78gmaBAAZW0b+kHlj2vEQDTKFrkD6VzsAhUFVxundAFCP amghjZOjHvLkSvNISN3Tnjj0/QsgNWjt8EIE0h0szKmXqt1gPaZB5Nfuix0iAyBVUM pqizVAMx6tuYHgVcZ0I4CS9iUyKwXkKDXhGwV/bhqKoTCe64uxAJcafXWWKnU96QRk 0RbkZCpiyJn9w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v6 net-next 0/2] net: tipc: fix FB_MTU eat two pages and do some code cleanup From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162491285429.18293.3948556814404654592.git-patchwork-notify@kernel.org> Date: Mon, 28 Jun 2021 20:40:54 +0000 References: <20210628063745.3935-1-dong.menglong@zte.com.cn> In-Reply-To: <20210628063745.3935-1-dong.menglong@zte.com.cn> To: Menglong Dong Cc: jmaloy@redhat.com, ying.xue@windriver.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org, lxin@redhat.com, hoang.h.le@dektech.com.au, dong.menglong@zte.com.cn Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sun, 27 Jun 2021 23:37:43 -0700 you wrote: > From: Menglong Dong > > In the first patch, FB_MTU is redefined to make sure data size will not > exceed PAGE_SIZE. Besides, I removed the alignment for buf_size in > tipc_buf_acquire, because skb_alloc_fclone will do the alignment job. > > In the second patch, I removed align() in msg.c and replace it with > ALIGN(). > > [...] Here is the summary with links: - [v6,net-next,1/2] net: tipc: fix FB_MTU eat two pages https://git.kernel.org/netdev/net-next/c/0c6de0c943db - [v6,net-next,2/2] net: tipc: replace align() with ALIGN in msg.c https://git.kernel.org/netdev/net-next/c/d4cfb7fe5713 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html