From nobody Tue Jun 16 23:48:35 2026 X-Original-To: dev-commits-src-branches@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 4gg3bR7461z6j1Sq for ; Tue, 16 Jun 2026 23:48:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gg3bR6ZZMz45WJ for ; Tue, 16 Jun 2026 23:48:35 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781653715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0DZSCWyOXINZ2WYTmCTWEjIjyXWPT++R5TN4FzjnOf4=; b=Y4MyeFMe1ewAuMpDx1xByQ4pKyjpQRp4qlvAiB2LwIOlKCXKWtDgQtjkDMfONFOrM9hvgc ZvwZaTYJq7PaiHCkOR3V016V5ov5fUW21HuTD+gcC6MjuwiO2RiIEehIqAFRB2+04IRQgF EmeTfMKzpAk2s6mrOHIf/ZlMY0yrp4nQ2r+36KG8CjBUbAAyJUjpmPDOJtBkAp/q9z6f3j kqwqUSE2f7EnKdcpi0pFbViI4fkSw1aQudgAzQA+p5uoSr7xh0nshEGwp63Nr14sxt2EKF cn7s7soweZRYdN+6LeWHj22gpENjpGApd+j98WqCpzJYokY8ayx/YzP+keNknA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781653715; a=rsa-sha256; cv=none; b=l9LFokUj0IqPTesu3lzJyCXBECOH/5Nr+7DqJq7amCwSndaKISQx0/Ws1RctXqONmidWeA 1gEClO0wXydt5E+D5ccNB/R+szjtkfMcB75U+6xxSLm150ZJC1MB1wfPR7JI+Pu6pr8z7H hpfWhTZaft7TzTr5BvuSBwXM19SAASQFO7Vd9eH/8i8zkX3hrntfx3kBi7Hd7Y3/IAgA5Z G9IR8jTOfcJxUkf+C+GNEfyUraVC2iEAmt1JQBoFtJ5C7KvMr1meogenO4uMyVenY7Y11t WfQbWDIqelj06wRwHX+u5wf5Gr8KXlmVN7rk9f1FlqfzU2Za5NwynFE6klomQQ== 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=1781653715; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0DZSCWyOXINZ2WYTmCTWEjIjyXWPT++R5TN4FzjnOf4=; b=eNXzdZuUFaKEyVMKfjY7QFhwVnab+8PnpyuvZdCgr7qpIONinHe3fDodb98n8LX0qfKrOB E0DgJ9crcpxW0kgE9b+1V0ITNyY1E8n6OS8ER6QOyxPKl/tiSIYP4nkrG4zlhs72vgUCTz BYfCY4kSd5va2uT+PHSSzjS7lilW6kiYa0ws5wPhUngUk7/2l1uCFTFCFOqt59sbYpLWOW zsfheS588nE4JzR1czp++uu8k/OV0o1U+Ghlg9TubT9srtQL1He4eeO9dv4i/uYRPVZMbj vF1GFfYmzYNEz330ErvFjYQXPdMHkjb6ff46K/MVN3AM85fTUx3oT1X7cUaQQA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gg3bR67yHznTV for ; Tue, 16 Jun 2026 23:48:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1cd1f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 16 Jun 2026 23:48:35 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Craig Leres Subject: git: 1841091eaa0b - stable/14 - core.lua: follow symlinks when looking for bootable kernels List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: leres X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 1841091eaa0b2e1f71600c892d3ce041a57bae3c Auto-Submitted: auto-generated Date: Tue, 16 Jun 2026 23:48:35 +0000 Message-Id: <6a31e0d3.1cd1f.1a5cbe1b@gitrepo.freebsd.org> The branch stable/14 has been updated by leres: URL: https://cgit.FreeBSD.org/src/commit/?id=1841091eaa0b2e1f71600c892d3ce041a57bae3c commit 1841091eaa0b2e1f71600c892d3ce041a57bae3c Author: Craig Leres AuthorDate: 2026-03-09 21:47:10 +0000 Commit: Craig Leres CommitDate: 2026-06-16 23:48:16 +0000 core.lua: follow symlinks when looking for bootable kernels PR: 293654 Reviewed by: kevans Approved by: kevans Differential Revision: https://reviews.freebsd.org/D55713 (cherry picked from commit e6d579be42550f366cc85188b15c6eb0cad27367) --- stand/lua/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/lua/core.lua b/stand/lua/core.lua index 16825d560094..a796ce8a4cfd 100644 --- a/stand/lua/core.lua +++ b/stand/lua/core.lua @@ -253,7 +253,7 @@ function core.kernelList() end if ftype then - if ftype ~= lfs.DT_DIR then + if ftype ~= lfs.DT_DIR and ftype ~= (lfs.DT_LNK or 10) then goto continue end elseif lfs.attributes(fname, "mode") ~= "directory" then