Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 01:19:28 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Cc:        stable@freebsd.org
Subject:   Re: src/sys/modules/linux of RELENG_4 is not 'make -j' safe
Message-ID:  <20001104011928.A85255@dragon.nuxi.com>
In-Reply-To: <20001103205456L.matusita@jp.FreeBSD.org>; from matusita@jp.FreeBSD.org on Fri, Nov 03, 2000 at 08:54:56PM %2B0900
References:  <20001103205456L.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 03, 2000 at 08:54:56PM +0900, Makoto MATSUSHITA wrote:
> 
> I've found that current src/sys/modules/linux for RELENG_4 is not
> 'make -j' safe. It maybe causes a problem if you want to make a
> module. This problem comes from recent MI/MD changes to linux module.
> 
> Here is a sample session:
...snip...
> This is because linux_sysent.c is broken:

Not broken, but there is a race condition.  linux_sysent.c is created at
compile time from syscalls.master.  I tried to get
".NOTPARALLEL"/".NO_PARALLEL" to work, but I cannot figure out how to use
it.

-- 
-- David  (obrien@FreeBSD.org)
          GNU is Not Unix / Linux Is Not UniX


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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