From owner-freebsd-mips@freebsd.org Fri Oct 28 20:43:31 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 2C3F1C25437 for ; Fri, 28 Oct 2016 20:43:31 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C95AAF9B; Fri, 28 Oct 2016 20:43:30 +0000 (UTC) (envelope-from mizhka@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id 140so92493382wmv.0; Fri, 28 Oct 2016 13:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=1ryAlP0J11JveSdGUSHJJSca3I9PdxIVC+rFnMGAQ9o=; b=OTVt1oxy8cbAoPV9UcH70Ye0iCBenYbnIqQpJ0irsRofGGMsgisUMg/OzIX43KtlXq 9N8rLVsYqMZMsh6k5IPkC5eX59jWw0ByDJhJ4p0t28w5wjpellRKWU/SIpwgme23rco5 PaZfUXr8SI3a+zC0TjrnTzvRqdIOwB0LXOxNuG6eyYoFb5m6SrzkVBQQf9tbJ7xoIRde lUeWsesjyecl6WNXHot3Nd2DmxWJpeP2AuE12woK2p6kTnRFBs8vgo5CbzaXLOh6h/aZ wdZnUG8obuFDHzK2wqd0rsW7zbi2LRiga4pt1A3I5PYkUkGlnU1QaOP5mYB5aYdLv/zQ XjUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=1ryAlP0J11JveSdGUSHJJSca3I9PdxIVC+rFnMGAQ9o=; b=XJCeyN+kdjhmwUU97OUqS31cQ1EN4vaNcuCXu0tDNUQHquGmQaiWFl9S+B4LIankF6 rxGec9Q9ZrkbpKCfsvwVmO8fW5mzztcL8/ZOd7X8EtYBpKnD6QcHf7w44iVs8lkPN8lr GbC4DPBboa8W1/JnRtOKoS8Pca9PrxsATndENnThoZ1tTnX1/GQ/sKMADk8ZTS44t4Qj 6lRapwOlxcXIG1eQPGVMSvQaa0NUZ8t1L4BTs4vp1XfoOfEvzl6Qv6QvfL9ZE5v60hYL 0BI1c09NMIUjyThSIK18ohDt1R3w+HJFSNOMOW8EKJB+AAmWCmp7q/Sg/QD1uj+S+Tni 9rfQ== X-Gm-Message-State: ABUngvfbNjP6V+M/wKYLR9Ae/jVcKGXHEeacoXCY9YiS6T+len7aaKNUbtf+WuA+Q/tzHlKy9XCONnSmMbMCrw== X-Received: by 10.194.157.9 with SMTP id wi9mr12717363wjb.143.1477687409030; Fri, 28 Oct 2016 13:43:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.12.196 with HTTP; Fri, 28 Oct 2016 13:43:28 -0700 (PDT) In-Reply-To: References: <20161027172820.GA44678@bluezbox.com> <5813143B.3080308@grosbein.net> <57c4bb4f-1bba-5620-9a88-46364830c0d0@freebsd.org> From: Michael Zhilin Date: Fri, 28 Oct 2016 23:43:28 +0300 Message-ID: Subject: Re: MFC test request To: Oleksandr Tymoshenko Cc: Sean Bruno , freebsd-mips@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 20:43:31 -0000 NP. Yes, there is no panic. Also checked what tested kernels use INTRNG ;) Thanks! On Fri, Oct 28, 2016 at 11:37 PM, Oleksandr Tymoshenko wrote: > > > On Oct 28, 2016, at 1:34 PM, Michael Zhilin wrote: > > > > Hi Oleksandr, > > > > BroadCom 4716 looks fine before and after patch. I didn't check all > functionalities, because most of them are in 12-current only. > > Thanks a lot, Michael! Really appreciated. > > Original regression was panic, so if it doesn=E2=80=99t panic - then both= fixes > combined do not introduce regression > > >