From owner-svn-src-head@FreeBSD.ORG Mon Feb 9 20:59:51 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5ADE3A5; Mon, 9 Feb 2015 20:59:51 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (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 B3C54DAC; Mon, 9 Feb 2015 20:59:51 +0000 (UTC) Received: by iecat20 with SMTP id at20so11281984iec.12; Mon, 09 Feb 2015 12:59:44 -0800 (PST) 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=EhETXsXuParWGWOE+USnKmfJUHcFWUIG3/toq3g8RDI=; b=Al5REdEgRoL2VPkXpzwO6mEHZBAnZaYrqxsKFIHd2QCVcYdloeQ4eCStKqulmDMPh5 Nw6QTfsP4P+3XDnjix1nQ0lirBN+VZima8yZZVPFXOmYZIiO0kMRWkJKGembkFrPFCRK xTwXkYyBEh5GdpVXfwpaIFexIIJ/xQAaXWK4hQ32MVotdi5R7050yfH8pEUqmNL2c5IK FTM2yvb7iF6lsN9mB1m9ysQH6Q69xOwcTQa6+daCcSLZ+BvYpN6/98M0QzZ2ELqCw/IY wcgPCwfGa2Vy3acB4OOc7qkj7i9pak4GNFzbovlTSHhDAOFRuod7wcgk5NR9XP8kiDDL tNuQ== MIME-Version: 1.0 X-Received: by 10.107.19.202 with SMTP id 71mr3912128iot.83.1423515584796; Mon, 09 Feb 2015 12:59:44 -0800 (PST) Received: by 10.50.182.233 with HTTP; Mon, 9 Feb 2015 12:59:44 -0800 (PST) In-Reply-To: <20150209201926.GF10438@strugglingcoder.info> References: <201502091919.t19JJjbg061542@svn.freebsd.org> <20150209201926.GF10438@strugglingcoder.info> Date: Mon, 9 Feb 2015 12:59:44 -0800 Message-ID: Subject: Re: svn commit: r278469 - in head/sys: kern sys From: NGie Cooper To: hiren panchasara Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , Randall Stewart , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2015 20:59:52 -0000 On Mon, Feb 9, 2015 at 12:19 PM, hiren panchasara wrote: ... > Thanks Randall for the fix. > > For future reference, correct way to specify phabric review is: > Differential Revision: https://reviews.freebsd.org/D1711 > > This triggers changes to the review on phabricator with reference to this > commit. This should be documented in the Committer's Guide: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197500