[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 --- Comment #19 from Mark Johnston --- https://reviews.freebsd.org/D16515 https://reviews.freebsd.org/D16516 -- You are receiving this mail because: You are on the CC list for the bug. ___ freeb

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Rodney W. Grimes changed: What|Removed |Added CC||n...@freebsd.org -- You are re

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Mark Johnston changed: What|Removed |Added Assignee|n...@freebsd.org |ma...@freebsd.org -- You are rec

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 --- Comment #18 from Mark Johnston --- (In reply to Mark Johnston from comment #17) > since sosend_generic() already puts a hard bound on the size of control > messages, I don't see why it needs to go through the trouble of performing an

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #17

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 --- Comment #16 from chris.to...@gmail.com --- For what it's worth, I agree with Jilles Tjoelker - the confusion around SCM_CREDS is a big problem here. I'm not really sure what is the Right Thing to do about it. Certainly patch 3 does too

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Jilles Tjoelker changed: What|Removed |Added CC||jil...@freebsd.org --- Comment #

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Don Lewis changed: What|Removed |Added CC||truck...@freebsd.org --- Comment #14 f

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2018-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Eitan Adler changed: What|Removed |Added Status|In Progress |Open --- Comment #13 from Eitan Adle

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2017-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 --- Comment #12 from chris.to...@gmail.com --- The test code demonstrating the new bug is slightly wrong (or insufficient at least). What's happening is that one of the attached patches also changes the code in uipc_finalizecontrol() to alw

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2017-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Allan Jude changed: What|Removed |Added CC||allanj...@freebsd.org --- Comment #11

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2016-04-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 chris.to...@gmail.com changed: What|Removed |Added CC||chris.to...@gmail.com --- C

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2015-04-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: ngie Date: Sat Apr 25 05:32:03 UTC 2015 New revision: 281974 URL: https://svnweb.freebsd.org/changeset/base/281974 Log: MFC r261550,r281354,r281355,r28

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-26 Thread Adrian Chadd
On 26 August 2014 14:22, Alan Somers wrote: > On Tue, Aug 26, 2014 at 1:51 PM, Mark Johnston wrote: >> On Tue, Aug 26, 2014 at 03:15:31PM -0400, John Baldwin wrote: >>> On Tuesday, August 26, 2014 11:05:12 am Alan Somers wrote: >>> > On Mon, Aug 25, 2014 at 1:52 PM, John Baldwin wrote: >>> > > O

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-26 Thread Alan Somers
On Tue, Aug 26, 2014 at 1:51 PM, Mark Johnston wrote: > On Tue, Aug 26, 2014 at 03:15:31PM -0400, John Baldwin wrote: >> On Tuesday, August 26, 2014 11:05:12 am Alan Somers wrote: >> > On Mon, Aug 25, 2014 at 1:52 PM, John Baldwin wrote: >> > > On Friday, August 22, 2014 01:34:28 PM Harald Schmal

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-26 Thread Mark Johnston
On Tue, Aug 26, 2014 at 03:15:31PM -0400, John Baldwin wrote: > On Tuesday, August 26, 2014 11:05:12 am Alan Somers wrote: > > On Mon, Aug 25, 2014 at 1:52 PM, John Baldwin wrote: > > > On Friday, August 22, 2014 01:34:28 PM Harald Schmalzbauer wrote: > > >> Bezüglich Yuri's Nachricht vom 02.09.2

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-26 Thread John Baldwin
On Tuesday, August 26, 2014 11:05:12 am Alan Somers wrote: > On Mon, Aug 25, 2014 at 1:52 PM, John Baldwin wrote: > > On Friday, August 22, 2014 01:34:28 PM Harald Schmalzbauer wrote: > >> Bezüglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): > >> > Please check in this patch: > >> > http:

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-26 Thread Alan Somers
On Mon, Aug 25, 2014 at 1:52 PM, John Baldwin wrote: > On Friday, August 22, 2014 01:34:28 PM Harald Schmalzbauer wrote: >> Bezüglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): >> > Please check in this patch: >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 >> > Please MFC into 9.X

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-25 Thread John Baldwin
On Friday, August 22, 2014 01:34:28 PM Harald Schmalzbauer wrote: > Bezüglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): > > Please check in this patch: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 > > Please MFC into 9.X > > > > Description of the problem is within PR. > > > >

[Bug 181741] [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181741 Harald Schmalzbauer changed: What|Removed |Added CC||bugzilla.free...@omnilan.de

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-22 Thread Harald Schmalzbauer
Bezüglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): > Please check in this patch: > http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 > Please MFC into 9.X > > Description of the problem is within PR. > > Thanks, > Yuri Hello, I guess this fix should make it into 10.1. Can someone check

Re: kern/181741: [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2))

2013-09-09 Thread linimon
Old Synopsis: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2)) New Synopsis: [kernel] [patch] Packet loss when 'control' messages are present with large data (sendmsg(2)) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsi

[PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2013-09-01 Thread Yuri
Please check in this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 Please MFC into 9.X Description of the problem is within PR. Thanks, Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To u