Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2018 14:31:08 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   Re: svn commit: r339293 - stable/11/sys/net
Message-ID:  <tkrat.55848e96c6a134ba@FreeBSD.org>
In-Reply-To: <201810102128.w9ALS470088782@repo.freebsd.org>
References:  <201810102128.w9ALS470088782@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10 Oct, John Baldwin wrote:
> Author: jhb
> Date: Wed Oct 10 21:28:04 2018
> New Revision: 339293
> URL: https://svnweb.freebsd.org/changeset/base/339293
> 
> Log:
>   Disable the KASSERT for curcpu == 0 in netisr for EARLY_AP_STARTUP.
>   
>   In the EARLY_AP_STARTUP case, thread0 can migrate to another CPU
>   before this SYSINIT is run.  However, the only part of this SYSINIT
>   that assumes it runs on CPU 0 is in the !EARLY_AP_STARTUP case when it
>   creates the netisr for the boot CPU.  In the EARLY_AP_STARTUP case we
>   start up the netisr's for the first N CPUs during the SYSINIT itself
>   and don't depend on running on the boot CPU for correct operation.
>   
>   This is a direct comit to stable/11 as the assertion was removed as part
>   of a different change in r302595.
>   
>   Reported by:	rwatson, truckman, jkim, FreeNAS bug 45611

Thanks!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?tkrat.55848e96c6a134ba>