From nobody Wed Apr 23 15:16:18 2025 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 4ZjN3x4Tb5z5tWGc for ; Wed, 23 Apr 2025 15:16:29 +0000 (UTC) (envelope-from che@bein.link) Received: from mail.bein.link (bein.link [37.252.124.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZjN3w4nq5z3XZR; Wed, 23 Apr 2025 15:16:28 +0000 (UTC) (envelope-from che@bein.link) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bein.link header.s=mail header.b=SmWL14HF; dmarc=none; spf=none (mx1.freebsd.org: domain of che@bein.link has no SPF policy when checking 37.252.124.82) smtp.mailfrom=che@bein.link Received: from [192.168.1.11] (unknown [213.230.118.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.bein.link (Postfix) with ESMTPSA id B0ACF23F883; Wed, 23 Apr 2025 15:15:32 +0000 (UTC) Message-ID: <93f26c93-2714-4e0b-a4d2-78eb3680bd35@bein.link> Date: Wed, 23 Apr 2025 20:16:18 +0500 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 User-Agent: Mozilla Thunderbird Subject: Re: April 2025 stabilization week To: Warner Losh , Gleb Smirnoff Cc: freebsd-current@freebsd.org, src-committers@freebsd.org References: Content-Language: en-US From: Maxim V Filimonov In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bein.link; s=mail; t=1745421333; bh=Chn489kNqBKyDtnT4tvekxgjIKg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=SmWL14HFs0pUuq8XABqxiGV0t8XZhU418zySi+1H1SdZqEO43phtlZbW38I8/vmnVxEDvt4eWclCmBzpM8PD2wd0ZTOWzbPGF8ZdgxtOhG4wGYRpMutYDWeAcJl41Gv636I7hnK2nlY2bCz63+TfuQTgaje1mUxZ+sU5Tcr2/fI= X-Spamd-Result: default: False [-1.08 / 15.00]; NEURAL_HAM_LONG(-0.52)[-0.516]; NEURAL_HAM_SHORT(-0.29)[-0.294]; ONCE_RECEIVED(0.20)[]; R_DKIM_ALLOW(-0.20)[bein.link:s=mail]; NEURAL_HAM_MEDIUM(-0.17)[-0.166]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; ASN(0.00)[asn:196752, ipnet:37.252.120.0/21, country:NL]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; DMARC_NA(0.00)[bein.link]; MID_RHS_MATCH_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_NA(0.00)[no SPF record]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bein.link:+] X-Rspamd-Queue-Id: 4ZjN3w4nq5z3XZR X-Spamd-Bar: - Hello Warner, I've encountered the following issue: drm-kmod refuses to build, complains about vm_page_next() not being defined. Also, when I tried installing drm-kmod or drm-66-kmod packages, the kmods didn't want to work, complained about some symbols not being there. There does exist a fix exactly for that, tho: https://github.com/freebsd/drm-kmod/pull/348 I compiled drm-kmod from that pull request, and everything started working immediately. On 21.04.2025 19:22, Warner Losh wrote: > Please note: Gleb is on vacation this week, so I'll be coordinating > stab-week this time. Please be sure to cc me on any problems you > encounter. > > Warner > > On Mon, Apr 21, 2025 at 2:00 AM Gleb Smirnoff wrote: >> Hi FreeBSD/main users & developers: >> >> This is an automated email to inform you that the April 2025 stabilization week >> started with FreeBSD/main at main-n276625-d4763484f911, which was tagged as >> main-stabweek-2025-Apr. >> >> Those who want to participate in the stabilization week are encouraged to >> update to the above revision/tag and test their systems. >> >> The tag main-stabweek-2025-Apr has been published at Gleb Smirnoff's github repo. >> To connect this repo as an additional remote you need to run: >> >> git remote add glebius https://github.com/glebius/FreeBSD >> >> Once remote is configured, to checkout the tag run: >> >> git fetch glebius --tags >> git checkout main-stabweek-2025-Apr >> >> If you want to use only the official FreeBSD repo, then update to >> the revision: >> >> git pull >> git checkout d4763484f911 >> >> Developers are encouraged to avoid pushing new features to FreeBSD/main during >> the stabilization week, but focus on bugfixes instead. The stabilization week >> runs up to Friday 18:00 UTC, but if there is consensus that any regressions >> discovered by participants have been fixed, it will end early. >> >> Once that happens, the advisory freeze of FreeBSD/main branch is thawed. >> >> -- >> Gleb Smirnoff -- wbr, Maxim Filimonov