From nobody Tue Jun 25 18:18:05 2024 X-Original-To: freebsd-current@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 4W7tNw0bJqz5Plqp for ; Tue, 25 Jun 2024 18:18:08 +0000 (UTC) (envelope-from glebius@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 4W7tNw02Wrz4GBW; Tue, 25 Jun 2024 18:18:08 +0000 (UTC) (envelope-from glebius@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1719339488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vokYpXCzEhZrkygcmoj2+hJ2jayc98VqfEGZ3bviAKk=; b=MpvH2JJftHjapfktpbn3v8Xlx28QO+sPoQELxBL/1wTGooBjhrSgO4SGWs8CEYKEfN5QGO MSeRugRafmyW2la4ZvnPh8Gdo0TDK87LzBm99VyyfFrW2UlsX97iiOzhxDYJuC4ZqbfvPe JxTMx6vwZcybZFoqVAgMjrusUfcPDrlf63QXLx4HX8svfcfnclW4mPeEvK/AE6lwJsfNqz 5yUKK1+t94HlDYqWY7x1+LBbLW174eOINbeyCc4wZYuYWbMzo6rHWcFaHCeWWeqSDV3CuF dhhjOMoy1wGFCTwZc1M9HyWOUxqRMcNe1XjF6YFTHoj7goSK2wh6dBzIHbAkSw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1719339488; a=rsa-sha256; cv=none; b=G7P20WaJYQ7k3LcD2D9cit95tzTdmoRbTg7c7WR6IInHDyDGRmDBIUGfsJU0gDnxMlECZS MAJviVLRmF5EzF0SqhZBYAIZIWPsNQ6ZeGhoQS3XZP2gXVxRfJEvcp5bAIYm3Z6mDq8hQk D0bJrPU1omuCZdNoSfuamnMTR6CgoKb7UX+EiLEyUz7oln2lqc7f4MPkRKTB1cxLyvFvaw 8L1yB68xfGhAdyvsENeo77p1rM39miPzMwWtKS0k3Pda9F1hyugRRp2ix09Fcb6nlj07IP X0eOxMSRTtV0M9AXm8xSbpDX6Z5NRT3PQI1kf/XJFRlU1eyACZkbelBGiccrbw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1719339488; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vokYpXCzEhZrkygcmoj2+hJ2jayc98VqfEGZ3bviAKk=; b=dUO1nHE/c4nFDTlJmvJsJlyyoCEjTBv23UxwMqSk9SA/fFoI3wvosXxzvfLUwhTbPE4Xtn 330TypDdqygXWCgaTySrpw79IoHRiwBTOUkG3XL4JnyLwGxM4z0uXi+o5XtrpgLG0F0tKl P37lA5oEJgNzUUUX92zSQtORTHpPKnct68MDU0ZXXM/zuA1SNF6K3T206WiBRXqavKoTcy BtllGRSJSkwUoVbYIgWmj7H6VT3Y9o63IL5kwA+h8HQ1ZRdS/x6BYDWhLCdZd0pzQVkbPl 9RuMrSa9weR8alISSUjEtcFHWzPSuBs35FwTxq5SWEZuyTF5Qjqj+mnvbFKVEQ== Received: from cell.glebi.us (glebi.us [162.251.186.162]) (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 did not present a certificate) (Authenticated sender: glebius) by smtp.freebsd.org (Postfix) with ESMTPSA id 4W7tNv4H6SzTQV; Tue, 25 Jun 2024 18:18:07 +0000 (UTC) (envelope-from glebius@freebsd.org) Date: Tue, 25 Jun 2024 11:18:05 -0700 From: Gleb Smirnoff To: freebsd-current@freebsd.org, src-committers@freebsd.org Subject: Re: June 2024 stabilization week Message-ID: References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Jun 24, 2024 at 01:00:05AM -0700, Gleb Smirnoff wrote: T> This is an automated email to inform you that the June 2024 stabilization week T> started with FreeBSD/main at main-n270917-5dbf886104b4, which was tagged as T> main-stabweek-2024-Jun. The 5dbf886104b4 aka main-stabweek-2024-Jun passed regression A/B testing at Netflix with no issues. I also updated my desktops (using nVidia graphics) and home router to that revision, also no issues noticed. We have had a regression in the previous stabilization cycle, which went unnoticed back then - the tpm(4) driver failed to attach on ACPI bus. The problem already fixed in main, but not in main-stabweek-2024-Jun! Given that TPM is still not a ubiquitous thing around, I decided not to create a branch just to cherry pick that. If using TPM you can either update all the way to bbecd3148abf or cherry-pick that revision on top of main-stabweek-2024-Jun. Unless we receive any regression report in this email thread until Wednesday morning at 8:00 UTC, let's declare the stabilization cycle done by that time. Thanks everyone! -- Gleb Smirnoff