wireguard.lists.zx2c4.com archive mirror
 help / color / mirror / Atom feed
* Conflict with broadcom component.
@ 2018-04-01  7:27 Jun Gyu Park
  2018-04-13 22:10 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Jun Gyu Park @ 2018-04-01  7:27 UTC (permalink / raw)
  To: wireguard

[-- Attachment #1: Type: text/plain, Size: 2588 bytes --]

I installed Wireguard on my Asus router.
Some sites work but others slow or do not response.
I tried adjust MTU but no luck.

Kernel makes following error messages.

Apr  1 16:17:43 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when adding flow net_p=ffffffc0100cba60  dir=0
old_key=0x20000091 new_key=0x20000092
Apr  1 16:17:43 kernel: ^[[0m
Apr  1 16:18:04 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when adding flow net_p=ffffffc0100cba60  dir=0
old_key=0x20000092 new_key=0x20000093
Apr  1 16:18:04 kernel: ^[[0m
Apr  1 16:18:05 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when adding flow net_p=ffffffc0100cba60  dir=0
old_key=0x20000093 new_key=0x20000094
Apr  1 16:18:05 kernel: ^[[0m
Apr  1 16:18:10 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when adding flow net_p=ffffffc0100cba60  dir=0
old_key=0x20000094 new_key=0x20000095
Apr  1 16:18:10 kernel: ^[[0m
Apr  1 16:18:11 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when adding flow net_p=ffffffc0100cba60  dir=0
old_key=0x20000095 new_key=0x20000096
Apr  1 16:18:11 kernel: ^[[0m
Apr  1 16:18:41 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0110eb010
Apr  1 16:18:41 kernel: ^[[0m
Apr  1 16:19:17 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0100cba60
Apr  1 16:19:17 kernel: ^[[0m
Apr  1 16:19:52 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0110eb010
Apr  1 16:19:52 kernel: ^[[0m
Apr  1 16:20:01 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0100cba60
Apr  1 16:20:01 kernel: ^[[0m
Apr  1 16:20:10 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0100cba60
Apr  1 16:20:10 kernel: ^[[0m
Apr  1 16:20:10 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0100cba60
Apr  1 16:20:10 kernel: ^[[0m
Apr  1 16:20:28 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0100cba60
Apr  1 16:20:28 kernel: ^[[0m
Apr  1 16:20:55 kernel: ^[[0;33;41mBLOG ERROR blog_request :blog_key
corruption when deleting flowfor net_p=ffffffc0110eb010
Apr  1 16:20:55 kernel: ^[[0m

That codes in here.
https://github.com/RMerl/asuswrt-merlin.ng/blob/master/release/src-rt-5.02hnd/kernel/linux-4.1/net/core/blog.c

Can you guys review and tell what's wrong?
I don't know computer code :(.

[-- Attachment #2: Type: text/html, Size: 3861 bytes --]

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

* Re: Conflict with broadcom component.
  2018-04-01  7:27 Conflict with broadcom component Jun Gyu Park
@ 2018-04-13 22:10 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2018-04-13 22:10 UTC (permalink / raw)
  To: Jun Gyu Park; +Cc: WireGuard mailing list

Hi Jun,

Fascinating. I really don't know and I'll need to spend some time
looking into what on earth Broadcom has done with this kernel. There
appears to be some kind of data structure added to the skb that isn't
an skb anymore, under CONFIG_BCM_KF_NBUFF. "KuffinBuff"? I imagine the
correct fields aren't being reinitialized by skb_scrub_packet or the
like. Ubiquiti had a similar issue, which we were able to patch around
in compat.h. So hopefully there's a similarly simple fix for this
kernel here. Off the top of my head, though, I don't see exactly
what's up and I'll need to actually try to wrap my mind around
Broadcom's castle.

Jason

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

end of thread, other threads:[~2018-04-13 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-01  7:27 Conflict with broadcom component Jun Gyu Park
2018-04-13 22:10 ` Jason A. Donenfeld

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