Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2018 10:58:16 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r327697 - head/sys/sys
Message-ID:  <c6f28603-cc19-cff9-7172-c76175c4a20c@FreeBSD.org>
In-Reply-To: <201801081541.w08Ffmm0052729@repo.freebsd.org>
References:  <201801081541.w08Ffmm0052729@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On 01/08/18 10:41, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Mon Jan  8 15:41:48 2018
> New Revision: 327697
> URL: https://svnweb.freebsd.org/changeset/base/327697
>
> Log:
>    malloc(9): drop the __result_use_check attribute for the kernel allocator.
>    
>    The __result_use_check attribute was brought to the kernel malloc in
>    r281203 for consistency with the userland malloc.
>    
>    For the case of the M_WAITOK flag, the kernel malloc(), realloc(), and
>    reallocf() cannot return NULL so in that case the __result_use_check
>    attribute makes no sense.
Bah ...

I misinterpreted the attribute (hate it when that happens) reverted in 
r327697, sorry for the code churn.

Pedro.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c6f28603-cc19-cff9-7172-c76175c4a20c>