From owner-svn-src-all@freebsd.org Wed Nov 7 15:52:35 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC98A1129177 for ; Wed, 7 Nov 2018 15:52:35 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail-oi1-f176.google.com (mail-oi1-f176.google.com [209.85.167.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E67BB6E289 for ; Wed, 7 Nov 2018 15:52:34 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: by mail-oi1-f176.google.com with SMTP id g188-v6so8221077oif.8 for ; Wed, 07 Nov 2018 07:52:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oE5AEiqwyIl9yojmf3P9Mz/8BEn6EYhYwd82ukBkNgo=; b=m153nHk/df8RPWPbpDpUnWe+/23tt1yLSMYKxzdv/aPnTPfCBYECrEF9pjnS5/QR0U uZZddziSs56mP+g556inxSs5XAlEWmvaTSK2rSdXFeeVFEQucpgAemsEziEafh11ZofE 3VfFclIggttzS78cNU+Ase5LUeDw5x/J2blTnGMN/WvSwf/JXDdg4ayGfMfLqqnpVpim LBlOWOrPDeIryBZyPGeI1PCmdX7l8dUNwsuVfTLrHTprYrn0G9YBRGzVAGtSIB4BMRtX h6Hq1nLeNZ7C8oDJ+DkmpvKsB7SsON8B29P2hlPx36di+aFfbOuoydsSP68K/O9es9p7 qhMg== X-Gm-Message-State: AGRZ1gIpwj4F5cu2wEVOxRZPeG+ydOlFhO7zWCmLH5NtSqPK6psMFXVQ IyUWw8h0jdf0xa289mX9U59j1L0ndNhLBfswdczoeQ== X-Google-Smtp-Source: AJdET5ctLZtgFq5h74c1aNYNDuOG3hAOSdsFwswOtQaiIXj6mVTkStacchB7cX/hjboOIWcnsZHMFhpoe5k1LMi54Io= X-Received: by 2002:aca:3582:: with SMTP id c124-v6mr384449oia.119.1541605953192; Wed, 07 Nov 2018 07:52:33 -0800 (PST) MIME-Version: 1.0 References: <201811070551.wA75pIj8099372@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201811070551.wA75pIj8099372@pdx.rh.CN85.dnsmgr.net> From: Maxim Sobolev Date: Wed, 7 Nov 2018 07:52:22 -0800 Message-ID: Subject: Re: svn commit: r340187 - head/sys/geom To: rgrimes@freebsd.org Cc: Li-Wen Hsu , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org X-Rspamd-Queue-Id: E67BB6E289 X-Spamd-Result: default: False [-4.02 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; NEURAL_HAM_LONG(-1.00)[-0.997,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[svn-src-all@freebsd.org]; DMARC_NA(0.00)[freebsd.org]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: alt1.aspmx.l.google.com]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; RCVD_IN_DNSWL_NONE(0.00)[176.167.85.209.list.dnswl.org : 127.0.5.0]; IP_SCORE(-1.05)[ipnet: 209.85.128.0/17(-3.77), asn: 15169(-1.37), country: US(-0.09)]; FORGED_SENDER(0.30)[sobomax@freebsd.org,sobomax@sippysoft.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[176.167.85.209.rep.mailspike.net : 127.0.0.17]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[sobomax@freebsd.org,sobomax@sippysoft.com]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Server: mx1.freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 07 Nov 2018 15:52:36 -0000 Li-Wen, thanks for pointing out. I will investigate in the next few hours and follow-up then. Perhaps I need to treat out-of-the bounds BIO_DELETE differently, which was the original issue at hand. -Max On Tue, Nov 6, 2018 at 9:51 PM Rodney W. Grimes < freebsd@pdx.rh.cn85.dnsmgr.net> wrote: > > Hi Maxim, > > > > There are 5 regression tests failing since this change: > > > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9184/testReport/ > > > > sys.geom.class.* > > > > Can you help check them? > > Maybe this should be backed out and looked at more closely? > > > -- > Rod Grimes > rgrimes@freebsd.org > >