From owner-dev-commits-src-all@freebsd.org Fri May 7 16:51:28 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 770E763572A; Fri, 7 May 2021 16:51:28 +0000 (UTC) (envelope-from bdragon@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FcGgN2bWHz4r4Y; Fri, 7 May 2021 16:51:28 +0000 (UTC) (envelope-from bdragon@FreeBSD.org) Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bdragon/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3F30E7340; Fri, 7 May 2021 16:51:28 +0000 (UTC) (envelope-from bdragon@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id E6AC827C0054; Fri, 7 May 2021 12:51:27 -0400 (EDT) Received: from imap38 ([10.202.2.88]) by compute3.internal (MEProxy); Fri, 07 May 2021 12:51:27 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrvdegvddguddtiecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enfghrlhcuvffnffculddutddmnecujfgurhepofgfggfkjghffffhvffutgesthdtredt reerjeenucfhrhhomhepfdeurhgrnhguohhnuceuvghrghhrvghnfdcuoegsughrrghgoh hnsefhrhgvvgeuufffrdhorhhgqeenucggtffrrghtthgvrhhnpeejhfeftddutdelgeek gedtgeejkeffvdejtddthefggfevuefggfefledvgefhgfenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegsughrrghgohhnodhmvghsmhhtphgr uhhthhhpvghrshhonhgrlhhithihqddutdegvdefheekieegqddukedutdekheduqdgsug hrrghgohhnpeephfhrvggvuefuffdrohhrghesihhmrghprdgttg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 0971BCA005E; Fri, 7 May 2021 12:51:26 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-448-gae190416c7-fm-20210505.004-gae190416 Mime-Version: 1.0 Message-Id: <66dab209-3419-4c82-b5de-398b463610d0@www.fastmail.com> In-Reply-To: <454D2A05-9CE3-4E60-80FD-0C5D97093A3B@macmic.franken.de> References: <202105061526.146FQS0E008755@gitrepo.freebsd.org> <454D2A05-9CE3-4E60-80FD-0C5D97093A3B@macmic.franken.de> Date: Fri, 07 May 2021 11:51:06 -0500 From: "Brandon Bergren" To: "Michael Tuexen" , "Warner Losh" Cc: "Li-Wen Hsu" , "Randall Stewart" , src-committers , "" , dev-commits-src-main@freebsd.org Subject: =?UTF-8?Q?Re:_git:_5d8fd932e418_-_main_-_This_brings_into_sync_FreeBSD_w?= =?UTF-8?Q?ith_the_netflix_versions_of_rack_and_bbr._This_fixes_several_?= =?UTF-8?Q?breakages_(panics)_since_the_tcp=5Flro_code_was_committed_tha?= =?UTF-8?Q?t_have_been_reported._Quite_a_few_new_features_are_now_in_rac?= =?UTF-8?Q?k_(prefecting_of_DGP_--_Dynamic_Goodput_Pacing_among_the_larg?= =?UTF-8?Q?est)._There_is_also_support_for_ack-war_prevention._Documents?= =?UTF-8?Q?_comming_soon_on_rack..?= Content-Type: text/plain X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2021 16:51:28 -0000 On Fri, May 7, 2021, at 11:30 AM, Michael Tuexen wrote: > > On 7. May 2021, at 18:11, Warner Losh wrote: > > > > Yea. If we can't enable it on powerpc, I have some ideas on how to keep these modules > > from building when RATELIMIT isn't enabled. > What is the problem on 32-bit PPC? Unfortunately, my G4 MacMini died > last year, but it > is fine on 64-bit PPC. Can test it on a POWER9 system. The powerpc LINT config explicitly disables RATELIMIT. I'm not sure why though, it looks like it was part of the conversion from automatically generated LINT to the manually curated one. -- Brandon Bergren bdragon@FreeBSD.org