From owner-svn-src-head@freebsd.org Sat May 19 19:12:18 2018 Return-Path: Delivered-To: svn-src-head@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 197F5EE03A0; Sat, 19 May 2018 19:12:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com [209.85.223.182]) (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 AA5557BA38; Sat, 19 May 2018 19:12:17 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f182.google.com with SMTP id g14-v6so10031515ioc.7; Sat, 19 May 2018 12:12:17 -0700 (PDT) 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:content-transfer-encoding; bh=1EZ7DjtLmSw+lI/ADwh2kLGknNLRNpOYQ+1MD44LFbk=; b=t1jps2fvY6KM0SAc9MHgtEpkMYAOvsw1jx99TDvgA8yyplEL9G/CkBPruH1a8aRA57 5zKFt9LO+iT0oSEfMsNDDST1HvcPnx+xfcpboOZ/GFBa81qCtnNv41d3MWCn0eKsSkfI aRcDEfGtJ54j4ZCcJhg4SYGuQXLWf1Y/Z3jVh2kOE35kNaOFoWMpF58fKWQAq2mxphvx UO8duTnZ5nCoJVs3ZC88OpYjFBOqauZdzqvHsd0C3uesDSzfxXLG/UfIwIMvIDpiD4ae zXx81eqKYmgZaxFPcAJmBMLYjX6dTIvHom4GDV/FbMsu7jZLFR9vPv7e6wA1qCBw+ISz 7PDQ== X-Gm-Message-State: ALKqPweeWgisWTM7ze80CfwdXwNIh+p5FuFJJZfIkBMo79XTiGTcuXak Fx2NcZJKmstXok8EQDO+GKLvLJih X-Google-Smtp-Source: AB8JxZoVIzSjasRHZqoazglSGz1UtpKvwVOX0GaOxq9VbeeJwcSiN540/xh9Bt5FWLpFzfhRnRwtDg== X-Received: by 2002:a6b:1fd2:: with SMTP id f201-v6mr16369212iof.74.1526757131143; Sat, 19 May 2018 12:12:11 -0700 (PDT) Received: from mail-it0-f48.google.com (mail-it0-f48.google.com. [209.85.214.48]) by smtp.gmail.com with ESMTPSA id a69-v6sm6177404ioa.56.2018.05.19.12.12.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 19 May 2018 12:12:11 -0700 (PDT) Received: by mail-it0-f48.google.com with SMTP id q72-v6so17070709itc.0; Sat, 19 May 2018 12:12:10 -0700 (PDT) X-Received: by 2002:a24:1f4a:: with SMTP id d71-v6mr12035123itd.53.1526757130656; Sat, 19 May 2018 12:12:10 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:d81:0:0:0:0:0 with HTTP; Sat, 19 May 2018 12:12:10 -0700 (PDT) In-Reply-To: <20180519093345.GH6887@kib.kiev.ua> References: <201805190407.w4J470xC021897@repo.freebsd.org> <20180519093345.GH6887@kib.kiev.ua> From: Conrad Meyer Date: Sat, 19 May 2018 12:12:10 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333840 - head/sys/kern To: Konstantin Belousov Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 19 May 2018 19:12:18 -0000 On Sat, May 19, 2018 at 2:33 AM, Konstantin Belousov wrote: > On Sat, May 19, 2018 at 04:07:00AM +0000, Matt Macy wrote: >> Author: mmacy >> Date: Sat May 19 04:07:00 2018 >> New Revision: 333840 >> URL: https://svnweb.freebsd.org/changeset/base/333840 >> >> Log: >> filt_timerdetach: only assign to old if we're going to check it in >> a KASSERT > You also removed the decrement from non-debug builds. Nope =E2=80=94 non-INVARIANTS DBGSET(a,b) was defined as (b). But reverted later in r333856 anyway. Conrad