From owner-freebsd-stable@freebsd.org Thu Mar 1 14:58:03 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5721EF31F31 for ; Thu, 1 Mar 2018 14:58:03 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (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 ACEB969FB8 for ; Thu, 1 Mar 2018 14:58:02 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (124-18-70-98.dz.commufa.jp [124.18.70.98]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id w21Evr8B031151 for ; Thu, 1 Mar 2018 23:57:53 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 1 Mar 2018 23:57:52 +0900 From: Tomoaki AOKI To: freebsd-stable@freebsd.org Subject: Re: build kernel failure stable11 iwi related Message-Id: <20180301235752.1cbff4603a0d7e4dd7bbf6b4@dec.sakura.ne.jp> In-Reply-To: References: <04132503-cd53-c60f-8ec6-72a622c146bc@gmail.com> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; amd64-portbld-freebsd11.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 14:58:03 -0000 Would be broken by r330233. This revision assumes member c_pktflags in struct ieee80211_rx_stats, but this addition (done at r306837 on head) is NOT yet MFC'ed. Reverting r330233 allowed me build, install and boot kernel. *I'm not shure MFC'ing r306837 is sufficent or not. OTOH, not shure MFC'ing whole r306837 is OK or not. So I'd personally reverted r330233 alone. On Thu, 1 Mar 2018 07:46:36 -0600 Kyle Evans wrote: > On Thu, Mar 1, 2018 at 7:34 AM, Trond Endrest〓l > wrote: > > On Thu, 1 Mar 2018 14:09+0100, Trond Endrest〓l wrote: > > > >> If you revert to r330229, i.e. svn up -r330229 /usr/src, you should be > >> able to build a working kernel. > >> > >> r330230 added "17" to line 1939 of sys/conf/files breaking iwm(fw), > >> and I suspect "17" should be "22", or maybe the "D" should be removed. > >> > >> r330233 caused the errors you reported. > >> > >> I hope these errors will be corrected shortly. > > > > r330229 is also broken. I had to revert to r330113 to avoid any of the > > recent iwm commits. > > Hi, > > CC'ing Eitan, so hopefully he can fix this mess as soon as he wakes up... > > Thanks, > > Kyle Evans > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > -- Tomoaki AOKI