From owner-svn-src-head@freebsd.org Mon Mar 13 13:59:21 2017 Return-Path: Delivered-To: svn-src-head@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 D9D21D0A18A; Mon, 13 Mar 2017 13:59:21 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-ot0-x233.google.com (mail-ot0-x233.google.com [IPv6:2607:f8b0:4003:c0f::233]) (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 9D42A1626; Mon, 13 Mar 2017 13:59:21 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: by mail-ot0-x233.google.com with SMTP id x37so113043485ota.2; Mon, 13 Mar 2017 06:59:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Kn4qYl7Ra/yFpCf9MewMm+FRrXsASUSbWUEpVGk3Twk=; b=FnZRfxksyoEDitNRJSlQyBkockAbHm8H2P67mkuLB40+g7CEiRFsm6Q/ag5ZYSxlMZ mHdr1K53YFL+txhAVxLjfVFH61h8ii+/hgLFRFsuwsERUsQ7rKsvR1fo29cr6ZTTjLjS N35zKGVckg6bEmSmo14joyPAezwU7hejh3cX6U1XxSVlSkX8fUARIK1Txu8+z079he42 fWVTlT1ON6A4g3+qouUz4FizYgMq1jlQQ7J6l8wcKcfNWvD36Hyrq0j4OD0XZnQC9q1I qf+/XhtCA8b6ocCLf+tT4ASYoco5itKsuLpy/xPT2vcyfIhgKGMEWIkGTdDlncHbbjf6 boHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Kn4qYl7Ra/yFpCf9MewMm+FRrXsASUSbWUEpVGk3Twk=; b=kAWt4q9SQRuuk7HX8xZAIe1fAh4jlDGj1H8GVjUBr2kklVOa9gw2QP2pFSY/Ujd6A/ ZHnK81QBlD+esJS9noqBFt0PZWWf+XrV2RhHCxliJI+mpBxLFCGWM6VF7ZSGVIw8Jp1S DPcn7r3NbZNLIfG81wkjXR5qt6ukRlXENc5/xJVqU71oXTJUecUHUzwwuRZF25WSTAvN TAq1EEtBvQ9tgwlvQAooo7aMRsI9zxyeMjHBKGq//MJaTyRRsyFK4ayATtvepYorHc4t dbkNVr8ipHxl9DIvJfDMNU7l4pM+DFekKaFvM3IgoI9QTfp72sBS+dnRnh0YZTXOFE1r ip8A== X-Gm-Message-State: AFeK/H1hsXC8/2sUsm4ixnzYOu5TJ0P3DESPCkVAcWl1G14Ikxp2YtPHglApAFITUsIFFPe4DavVfmXKVAqucA== X-Received: by 10.157.53.103 with SMTP id l36mr17361558ote.57.1489413561052; Mon, 13 Mar 2017 06:59:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.34.229 with HTTP; Mon, 13 Mar 2017 06:59:20 -0700 (PDT) Reply-To: araujo@freebsd.org In-Reply-To: References: <201703120415.v2C4Fuiq037358@repo.freebsd.org> <5BE954A3-C6A1-4001-BEAD-914DCD9C6714@gmail.com> From: Marcelo Araujo Date: Mon, 13 Mar 2017 21:59:20 +0800 Message-ID: Subject: Re: svn commit: r315112 - in head: sbin/geom/class/label sys/geom/part To: "Andrey V. Elsukov" Cc: "Ngie Cooper (yaneurabeya)" , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 13 Mar 2017 13:59:22 -0000 Hi, Commit r315196 shall fix it! Let me know if it is fixed or not, or otherwise I need to revert those bits from sys/geom till I figure out a better solution. And taking the opportunity, ngie@ how I can run only that geli(8) test manually? Best, 2017-03-13 17:48 GMT+08:00 Andrey V. Elsukov : > On 13.03.2017 04:54, Ngie Cooper (yaneurabeya) wrote: > > Hi Marcel, This change broke GENERIC when running the eli tests with > > a KASSERT: > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/2104/console > > .Please fix or revert and fix later. Thanks, -Ngie > > > > It seems g_media_changed() should be called with M_NOWAIT flag instead > of zero. > > -- > WBR, Andrey V. Elsukov > > -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)