linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 net-next 0/2] net: tipc: fix FB_MTU eat two pages and do some code cleanup
@ 2021-06-28  6:37 menglong8.dong
  2021-06-28  6:37 ` [PATCH v6 net-next 1/2] net: tipc: fix FB_MTU eat two pages menglong8.dong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: menglong8.dong @ 2021-06-28  6:37 UTC (permalink / raw)
  To: jmaloy
  Cc: ying.xue, davem, kuba, netdev, tipc-discussion, linux-kernel,
	lxin, hoang.h.le, Menglong Dong

From: Menglong Dong <dong.menglong@zte.com.cn>

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().

Changes since V5:
- remove blank line after Fixes in commit log in the first patch

Changes since V4:
- remove ONE_PAGE_SKB_SZ and replace it with one_page_mtu in the first
  patch.
- fix some code style problems for the second patch.


Menglong Dong (2):
  net: tipc: fix FB_MTU eat two pages
  net: tipc: replace align() with ALIGN in msg.c

 net/tipc/bcast.c |  2 +-
 net/tipc/msg.c   | 27 +++++++++++----------------
 net/tipc/msg.h   |  3 ++-
 3 files changed, 14 insertions(+), 18 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-28 20:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  6:37 [PATCH v6 net-next 0/2] net: tipc: fix FB_MTU eat two pages and do some code cleanup menglong8.dong
2021-06-28  6:37 ` [PATCH v6 net-next 1/2] net: tipc: fix FB_MTU eat two pages menglong8.dong
2021-06-28  6:37 ` [PATCH v6 net-next 2/2] net: tipc: replace align() with ALIGN in msg.c menglong8.dong
2021-06-28 20:40 ` [PATCH v6 net-next 0/2] net: tipc: fix FB_MTU eat two pages and do some code cleanup patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).