From nobody Fri Apr 14 15:53:04 2023 X-Original-To: bugs@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 4Pygvj5qz0z45VGK for ; Fri, 14 Apr 2023 15:53:05 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pygvj1fCZz3PDj for ; Fri, 14 Apr 2023 15:53:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1681487585; 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: in-reply-to:in-reply-to:references:references; bh=q6b4GS4Hs1bGdF0sV7DCqc+AA4PrOwM1xEjwDXxl71M=; b=dmIgZkt4yq/kApPfSa7p8yP3hdGRrEngzl5FrnFNv4YnmgfDKipTkvUTe05w2W/3Tmthz4 XqsJoMQu/90oZbLw7FYK9Y+Ih3QTEgcUXjDmed50Xf5+3BPoyFgJcgodh0yZbDDoIOBAgY x0nFK+DwnN3YH+EJykSgCf5eKtf1bx7+Gh/Hc2TxD21ABIvMHE/hQ5/omwC5Yz3Jsl5qKM 7p5liFju3yQmJcj6jHTtUzokMrAjwigJVXA12h5IkXWM1k1nOgwezrQ5KpX/v4YOo29n+I fVTN4Lu4Pic59MRB4uMyFAFlBcXbqtjfBfpm9ZZWizEQnNRH5LBivCzvwGnHRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1681487585; a=rsa-sha256; cv=none; b=JugZMwpthYanFas7VnfnzlshdiPXqRLuO2pkh0EsggNWDuaTJAf2nKw2d+TuJ1lOvabI0m VhFt3nx/CaWDD6w0jKNjjPCZWXQlM0M4c7pkO4AhJp5VbC84C5H5rwFXtoW2RpQSe6yTxq H2OATL4SFgs5a2v8UI5u4m9XP1BLmOOxaZtGZsDy/B06QjbvE4u7unI5k/ERXGZaw7AexA YUBsa6N7OKj4Lvlw9GhcbzAwRQWEWSEoSI99u1GTLC/gVVhQv642K9lby5xpx12OmQb/vV hkWs+nlTu2s21XKT8+xyGxH5FTAQ14nYmY2cZ9vuzL+dOqVMC9t02SBeCA4FQQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Pygvj0kpZzVnn for ; Fri, 14 Apr 2023 15:53:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 33EFr5vT001387 for ; Fri, 14 Apr 2023 15:53:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 33EFr5g4001386 for bugs@FreeBSD.org; Fri, 14 Apr 2023 15:53:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270841] fstat causes kernel panic with NFS Date: Fri, 14 Apr 2023 15:53:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270841 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #2 from Konstantin Belousov --- Increase the kernel stack size, e.g. by setting the loader tunable kern.kstack_pages to e.g. 5. --=20 You are receiving this mail because: You are the assignee for the bug.=