Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 11:33:48 +0200
From:      Harry Schmalzbauer <freebsd@omnilan.de>
To:        Sean Bruno <sbruno@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r324508 - head/sys/kern
Message-ID:  <5ABF55FC.6030102@omnilan.de>
In-Reply-To: <201710102221.v9AML554015782@repo.freebsd.org>
References:  <201710102221.v9AML554015782@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
 Bezüglich Sean Bruno's Nachricht vom 11.10.2017 00:21 (localtime):
> Author: sbruno
> Date: Tue Oct 10 22:21:05 2017
> New Revision: 324508
> URL: https://svnweb.freebsd.org/changeset/base/324508
>
> Log:
>   match sendfile() error handling to send().
>   
>   Sendfile() should match the error checking order of send() which
>   is currently:
>   
>   SBS_CANTSENDMORE
>   so_error
>   SS_ISCONNECTED
>   
>   Submitted by:	Jason Eggleston <jason@eggnet.com>
>   Reviewed by:	glebius
>   MFC after:	2 weeks
>   Sponsored by:	Limelight Networks
>   Differential Revision:	https://reviews.freebsd.org/D12633
>
> Modified:
>   head/sys/kern/kern_sendfile.c
>

I'm still applying this one locally to stable/11.
Is it going to be MFCd before 11.2?

There are a view more candidates:
https://svnweb.freebsd.org/base?view=revision&revision=324601 along with
r324448
https://svnweb.freebsd.org/base?view=revision&revision=327596
https://svnweb.freebsd.org/base?view=revision&revision=328977
These were flagged for MFC with expired defer time.
And tomorrow this one was supposed to be MFCd also:
https://svnweb.freebsd.org/base?view=revision&revision=331130

Thanks,

-harry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5ABF55FC.6030102>