From nobody Thu Nov 04 17:13:09 2021 X-Original-To: dev-commits-src-main@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 D94E11841902 for ; Thu, 4 Nov 2021 17:13:20 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-ua1-x932.google.com (mail-ua1-x932.google.com [IPv6:2607:f8b0:4864:20::932]) (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 4HlVb44Wdgz4WGq for ; Thu, 4 Nov 2021 17:13:20 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-ua1-x932.google.com with SMTP id e5so12149866uam.11 for ; Thu, 04 Nov 2021 10:13:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Pur7pSCBUCkSAYliscyD5iYykSOcBsCsq78cgO0rawg=; b=ZbF+eABZvySoS42Vffy1ktSlEucBhvs/fn19i3FnDp1m/acy8tdLK2ljqfV/bPcPWt Y1NsbXpwfOC5C2Z+CviM0b5NCPHiUzHl7XYOxVsM1rKC2NDdRygLgwbWZt95HRDAJ+kc V+g9KRi+HIYp+5MDFGgjIktVPwU6CDnr31Anezd9oau6vBgqBNKcem6wK+Nl6fH71Lke XkIwQ4ObPLeu1bmJV5iqZrS/AL6nAiEu3mbuZYlDulh02GU8//bPpOeOefWaH0oFIK4S Mhz8AVdXEC2uWPRz67eW38kONSOk9tVxZTKI16c2B3dRcEyH69qX12aDSeYgaU/NnvEO 6ytg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Pur7pSCBUCkSAYliscyD5iYykSOcBsCsq78cgO0rawg=; b=7KABiC75rOykHxe3QTylCtdTuf+dKtpZh/UiLFH+gk3t/D+5fdULpcUCcGUFfYfb8j L63ap+Z0WWdPtGO8GGnemCr5JP8WZ//wjSZgp7OFMs4NFqlFNNRu2EDWu1kpEw6f6xFs 4wBDByQ/wlnw68kDqLHIw9q4Eq+tbOb8+/cjmpFOq/85GrURX+1v07tWoHc8HvhO3ynx wySiK5Kt2RcIIEpVOlZaAb1v0OOoZEbz+Sb8VRT9fPyxGoOS+L3TeZu8qkbYYQiyFnYn Ml67nRC8HyjOAPBcKUaYVNhd7yPWLw2j3wZBNGmbrlcUTDlfAR68CaoQNib7XiwEcmsy nTiQ== X-Gm-Message-State: AOAM533aRnTybe1MjilKnIcmtpHMiIKeyNbcD5fqI4WY1euCY0IoefLs 4zVcbBR/L+BOv6PeBPVCN6tlpvxPfZRZAO+S86yIfA== X-Google-Smtp-Source: ABdhPJz39rtufKtXgVk9CAa4SNv/Ik0ExRqEvD2BUMZvEir1T2jKIz9Bgr5Asrly8iInwViaaaLGHWgMFx9qSfqfeQ0= X-Received: by 2002:ab0:3d07:: with SMTP id f7mr38062335uax.11.1636046000133; Thu, 04 Nov 2021 10:13:20 -0700 (PDT) List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 References: <202111032204.1A3M4K5R066389@gitrepo.freebsd.org> <202111041455.1A4Et1pX029819@gndrsh.dnsmgr.net> <20211104155426.GD77338@zxy.spb.ru> In-Reply-To: From: Warner Losh Date: Thu, 4 Nov 2021 11:13:09 -0600 Message-ID: Subject: Re: git: ba48d52ca6c8 - main - vt: Fix frequency calcuation for bell To: Alexey Dokuchaev Cc: Slawa Olhovchenkov , "Rodney W. Grimes" , Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: multipart/alternative; boundary="000000000000acabda05cff9a4db" X-Rspamd-Queue-Id: 4HlVb44Wdgz4WGq X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --000000000000acabda05cff9a4db Content-Type: text/plain; charset="UTF-8" On Thu, Nov 4, 2021 at 10:05 AM Alexey Dokuchaev wrote: > On Thu, Nov 04, 2021 at 06:54:26PM +0300, Slawa Olhovchenkov wrote: > > On Thu, Nov 04, 2021 at 09:17:38AM -0600, Warner Losh wrote: > > > On Thu, Nov 4, 2021 at 8:55 AM Rodney W. Grimes wrote: > > > > Thank you Warner for all the legwork on tracking this down and > > > > getting a proper bell tone working on FreeBSD-Current. I do not > > > > see any MFC plans for this, can you please consider merging this > > > > to all supported releases? > > > > > > I'm merging to 13. The merge was easy. > > > > Maybe now enable bell by default back? > > Yes please. > Given the last shitstorm over this, I'm not touching that issue with a 10' pole. Warner --000000000000acabda05cff9a4db--