From owner-freebsd-mips@freebsd.org Fri Oct 28 14:44:21 2016 Return-Path: Delivered-To: freebsd-mips@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 83CC3C24DAE for ; Fri, 28 Oct 2016 14:44:21 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 6D20FD93 for ; Fri, 28 Oct 2016 14:44:20 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (97-123-145-215.albq.qwest.net [97.123.145.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 62AE21928BA for ; Fri, 28 Oct 2016 14:44:14 +0000 (UTC) Subject: Re: MFC test request To: freebsd-mips@freebsd.org References: <20161027172820.GA44678@bluezbox.com> <5813143B.3080308@grosbein.net> From: Sean Bruno Message-ID: <57c4bb4f-1bba-5620-9a88-46364830c0d0@freebsd.org> Date: Fri, 28 Oct 2016 08:44:13 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <5813143B.3080308@grosbein.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 14:44:21 -0000 On 10/28/16 03:02, Eugene Grosbein wrote: > On 28.10.2016 00:28, Oleksandr Tymoshenko wrote: >> Hello, >> >> I'd like to MFC r304459 to STABLE-11 but it has broken >> MIPS interrupt handlers and there was follow up fix in >> r305527. Discussion and review here: >> https://reviews.freebsd.org/D7692 >> >> Can someone with MIPS hardware try to apply this patch >> to STABLE-11 and boot patched kernel on Broadcom 4716 >> or MT7621? Or any other simmilar hardware. >> >> https://people.freebsd.org/~gonzo/patches/stable-11-intrng.diff > > I'd like to test it with my TP-Link WDR-3600 but 11-STABLE got really huge > last months and my build stoppped to fit within 8M flash :-( > > It seems, noone (or so) cares of FreeBSD kernel and userland size anymore. > For example, it is not possible to build kernel without JAIL overhead etc. > > _______________________________________________ I tend to care, but I haven't paid attention lately. What kernel config do you use? sean