From owner-svn-src-all@freebsd.org Thu Jul 23 21:36:16 2015 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 514BC9A8990; Thu, 23 Jul 2015 21:36:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (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 1C3FB153D; Thu, 23 Jul 2015 21:36:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iecrl10 with SMTP id rl10so509806iec.1; Thu, 23 Jul 2015 14:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Zj4qR91ma5han7Y4JDC91v6J5AXzpZ4Zgfr2jsnU7jg=; b=QtZ/aZchpRNXw74669XJfegGf0ttKje9rc+xNr3vrgf5VTz485rPKZS1Bl8zTj2Ohx whBjmIwjN1ja141FTzk9HqlN2zsGoo1LEiv2P0CzXKApHDLI7PWDfeYkFgMhK1+04zAf Jz6Prs6CaDX6oIz66kiriCHfvFUWOh+WZPbKYygwAGwtOmuXrE5613woVUj3G2TrJFx6 CxT535oJY5tU0pBVhc9deW3T1c48PR1M9Oi21EVBvHM97Wl8IW4AIoM2op/r/G8OGL3G 3E0D0KPWsRWAeahJDAsWmeJtx+aE39og9x7xP/iNaCOvTLWNo03oFrMc+lRz58pyqZZb DZKQ== MIME-Version: 1.0 X-Received: by 10.107.129.215 with SMTP id l84mr15843764ioi.78.1437687375191; Thu, 23 Jul 2015 14:36:15 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Thu, 23 Jul 2015 14:36:15 -0700 (PDT) In-Reply-To: References: <201507040654.t646sGO7044196@repo.freebsd.org> <20150721083922.GB6736@dft-labs.eu> <3863130.vz23U50G0A@ralph.baldwin.cx> <20150722043323.GA23614@dft-labs.eu> Date: Thu, 23 Jul 2015 14:36:15 -0700 Message-ID: Subject: Re: svn commit: r285125 - in head/sys: kern sys From: Adrian Chadd To: Mateusz Guzik Cc: John Baldwin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 23 Jul 2015 21:36:16 -0000 Hi, I've had no warnings/panics after applying this patch. Can we get it into -head plz? -a