From nobody Tue Aug 16 15:43:28 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4M6b662jZ2z4Yg3d; Tue, 16 Aug 2022 15:43:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4M6b662FgTz3W9C; Tue, 16 Aug 2022 15:43:42 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ej1-f50.google.com with SMTP id y13so19615399ejp.13; Tue, 16 Aug 2022 08:43:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=ktXQ8tzjJtllZ21SLwnDbH0pnntNpJtTUShf+WyIjc0=; b=l2kP3+MluNNRMqyYCNQOujmhibKE2ZFONNQPdt0mMM3kJfV16LCh0k6D//b9utlhHv qCcIRMHZOptFerNu8DQeNnSFOoJT2ywP9F3idimRGFSfO1GWfUa+zR+a/8A1isvsPrCS UCPQHCmJNuZhbm0Lc64noWqRwXQ/t81m4r7TAvvZu5cgXl0YLKq6bPvVsta+0ZA/7Z9o LFFhwiLghajKiftkYnKgZCk5E4GmVuaHJh3jcOzZat1cHg1sTF4dHfrrdpd54SCLBuAR jOitVbkh3DhRtYoB0V3v759N9hwnc0xAZebxrkHapha5iy3iIy6PNrWg4zFH9KglWGQ/ F19Q== X-Gm-Message-State: ACgBeo1T218hZAqxZS/rIZ63nUzeg5EkKvwHuJ0GNVz4sYCMa0LHDrrT K1Qxtwy+aHHzNtp+tLaM8PnnrxecpiklZF0hbxg= X-Google-Smtp-Source: AA6agR71LjcBiySsqJD39ZcUnBk4uMXpn1De91XjXXSfG1UbhdSzDG21fFLcK88elLMmHSFhP4T0yo7vgpR8SUXZGsc= X-Received: by 2002:a17:907:69b0:b0:730:c511:c856 with SMTP id ra48-20020a17090769b000b00730c511c856mr13739115ejc.240.1660664620960; Tue, 16 Aug 2022 08:43:40 -0700 (PDT) List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 References: <202208151849.27FInHmh027652@gitrepo.freebsd.org> <4ed11043-d368-3084-bb21-2b794e9da748@FreeBSD.org> In-Reply-To: From: Ed Maste Date: Tue, 16 Aug 2022 11:43:28 -0400 Message-ID: Subject: Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning To: Warner Losh Cc: Alexey Dokuchaev , Dimitry Andric , Jessica Clarke , Konstantin Belousov , src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4M6b662FgTz3W9C X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On Tue, 16 Aug 2022 at 08:59, Warner Losh wrote: > > I don't believe this is a serious pessimization. Bisect will jump over these, on the > average, with only a few strides. Git supports a blame.ignoreRevsFile setting which specifies a file listing hashes of "uninteresting" commits, like whitespace changes etc., and perhaps the same sort of thing could be done with bisect. But as Warner says bisect should get past these quickly anyway.