From owner-svn-src-all@freebsd.org Wed Sep 13 16:37:57 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 486E8E04BDF for ; Wed, 13 Sep 2017 16:37:57 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B1406D2E4 for ; Wed, 13 Sep 2017 16:37:56 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: ee9c36bf-98a1-11e7-950d-03a3531dacf2 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id ee9c36bf-98a1-11e7-950d-03a3531dacf2; Wed, 13 Sep 2017 16:38:12 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v8DGbtgD017846; Wed, 13 Sep 2017 10:37:55 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1505320675.32063.123.camel@freebsd.org> Subject: Re: svn commit: r323518 - head/sys/conf From: Ian Lepore To: John Baldwin , Sean Bruno Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 13 Sep 2017 10:37:55 -0600 In-Reply-To: <2493527.d9eFbJjTgo@ralph.baldwin.cx> References: <201709130356.v8D3u4ve095428@repo.freebsd.org> <9497208.8lqLTVLir6@ralph.baldwin.cx> <2493527.d9eFbJjTgo@ralph.baldwin.cx> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 16:37:57 -0000 On Wed, 2017-09-13 at 09:26 -0700, John Baldwin wrote: > On Wednesday, September 13, 2017 09:09:42 AM Sean Bruno wrote: > > > > > > On 09/13/17 08:35, John Baldwin wrote: > > > > > > On Wednesday, September 13, 2017 03:56:04 AM Sean Bruno wrote: > > > > > > > > Author: sbruno > > > > Date: Wed Sep 13 03:56:03 2017 > > > > New Revision: 323518 > > > > URL: https://svnweb.freebsd.org/changeset/base/323518 > > > > > > > > Log: > > > >   Jenkins i386 LINT build uses NOTES to generate its LINT kernel config. > > > >    > > > >   ixl(4) isn't in here either, so I'll remove lio(4) too. > > > ixl missing is a bug, please put it in sys/amd64/conf/NOTES (or better yet, > > > just fix the build on !amd64) > > > > > > > In the case of lio(4), Cavium is explicitly not compiling for 32 bit > > architectures.  I'm inquiring to find out if they want to build on the > > other 64bit architectures we have. > > > > In the case of ixl(4), Intel has said that this is not supported on > > 32bit architectures. > > > > I'm unsure what the best course of action is. > The bug is more if drivers aren't in NOTES at all.  Any thing listed in > sys/conf/files.* should be in some NOTES file, either sys/conf/NOTES for > things that are MI or sys/${arch}/conf/NOTES for things that are MD. > Didn't somebody start a task list of things for junior hackers to work on?  Writing a script/tool to verify the assertion in that last sentence seems like a good candidate for such a list. -- Ian