From nobody Mon Nov 15 04:09:29 2021 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 D5094184B3E3 for ; Mon, 15 Nov 2021 04:09:29 +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 4HswgY5BcNz4YtS for ; Mon, 15 Nov 2021 04:09:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8F12C12CC4 for ; Mon, 15 Nov 2021 04:09:29 +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 1AF49TbE052690 for ; Mon, 15 Nov 2021 04:09:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AF49TaG052689 for bugs@FreeBSD.org; Mon, 15 Nov 2021 04:09:29 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 259840] pf: matching both receive and xmit interface in single rule Date: Mon, 15 Nov 2021 04:09:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259840 Bug ID: 259840 Summary: pf: matching both receive and xmit interface in single rule Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: ozkan.kirik@gmail.com I'm looking for a solution to match a traffic received on igb0 and xmit on igb1. According to man page, ipfw(8) supports this syntax: ipfw add deny ip from any to any out recv ed0 xmit ed1 The recv interface can be tested on either incoming or outgoing packets, while the xmit interface can only be tested on outgoing packets. So out is required (and in is invalid) whenever xmit is used. I used an workaround for this requirement: - pass quick in on igb0 all keep state (if-bound) tag rule1_IN_IGB0 - pass quick out on igb1 all tagged rule1_IN_IGB0 keep state (if-bound) But this syntax has disadvantages: - if tags used for NAT, one of the tags will be lost Because of pf has only single tag support. - reading and writing of rules become complicated Is it possible to add support for this feature like ipfw or alternatively is it possible to have a separate tag for nat tag? Regards --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 06:13:43 2021 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 2B601185CE25 for ; Mon, 15 Nov 2021 06:13:43 +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 4HszQv0WH2z3QpZ for ; Mon, 15 Nov 2021 06:13:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E738F14B20 for ; Mon, 15 Nov 2021 06:13:42 +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 1AF6DgN4025751 for ; Mon, 15 Nov 2021 06:13:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AF6Dgqu025750 for bugs@FreeBSD.org; Mon, 15 Nov 2021 06:13:42 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 259843] Fatal trap 12: page fault while in kernel mode Date: Mon, 15 Nov 2021 06:13:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259843 Bug ID: 259843 Summary: Fatal trap 12: page fault while in kernel mode Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: meetshamsher@gmail.com Tried to load FreeBSD 13 release image and seeing below crash: Image used : FreeBSD-13.0-RELEASE-amd64-memstick.img Autoboot in 10 seconds, hit [Enter] to boot or any other key to stop Loading kernel... /boot/kernel/kernel text=3D0x17b9e0 text=3D0xdd6d30 text=3D0x65b9ac data=3D= 0x140 data=3D0x1b9348+0x445cb8 syms=3D[0x8+0x178e90+0x8+0x199058] Loading configured modules... can't find '/boot/entropy' can't find '/etc/hostid' Start @ 0xffffffff8037c000 ... EFI framebuffer information: addr, size 0xa3000000, 0x300000 dimensions 1024 x 768 stride 1024 masks 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000 ---<>--- Copyright (c) 1992-2021 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC a= md64 FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x300d000 fault code =3D supervisor read instruction, page not present instruction pointer =3D 0x20:0x300d000 stack pointer =3D 0x28:0xffffffff82120488 frame pointer =3D 0x28:0xffffffff82120510 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D resume, IOPL =3D 0 current process =3D 0 () trap number =3D 12 panic: page fault cpuid =3D 0 time =3D 1 KDB: stack backtrace: #0 0xffffffff80c57345 at ??+0 #1 0xffffffff80c09d21 at ??+0 #2 0xffffffff80c09b93 at ??+0 #3 0xffffffff8108b187 at ??+0 #4 0xffffffff8108b1df at ??+0 #5 0xffffffff8108a83d at ??+0 #6 0xffffffff810617a8 at ??+0 #7 0xffffffff80b99fbf at ??+0 #8 0xffffffff8037c02c at ??+0 Uptime: 1s --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 06:17:49 2021 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 3CF40185E63C for ; Mon, 15 Nov 2021 06:17:49 +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 4HszWd0W12z3hPx for ; Mon, 15 Nov 2021 06:17:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E685814AFA for ; Mon, 15 Nov 2021 06:17:48 +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 1AF6HmNF026783 for ; Mon, 15 Nov 2021 06:17:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AF6HmIu026782 for bugs@FreeBSD.org; Mon, 15 Nov 2021 06:17:48 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 259843] Fatal trap 12: page fault while in kernel mode Date: Mon, 15 Nov 2021 06:17:49 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259843 --- Comment #1 from shamsher --- Just for info same system comes up with FreeBSD Current (14) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 09:22:07 2021 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 EA51D1854AB0 for ; Mon, 15 Nov 2021 09:22:07 +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 4Ht3cH4wGRz3Ptm for ; Mon, 15 Nov 2021 09:22:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 89BC9171EC for ; Mon, 15 Nov 2021 09:22:07 +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 1AF9M7ZE026469 for ; Mon, 15 Nov 2021 09:22:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AF9M7IN026468 for bugs@FreeBSD.org; Mon, 15 Nov 2021 09:22:07 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 255289] panic: mmc: host bridge didn't serialize us Date: Mon, 15 Nov 2021 09:22:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: panic, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hlh@restart.be X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D255289 --- Comment #5 from Henri Hennebert --- (In reply to Henri Hennebert from comment #3) After a complete power of (unplugged) I *can NOT* reproduce the panic under= the same 13/stable version. After another complete power of, the panic can be reproduce. So maybe a hardware setup (by u-boot ?) may be the culprit... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 11:40:42 2021 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 7056718536B0 for ; Mon, 15 Nov 2021 11:40:43 +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 4Ht6hB73Jpz4rHr for ; Mon, 15 Nov 2021 11:40:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 808CA18F25 for ; Mon, 15 Nov 2021 11:40:42 +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 1AFBegWx001778 for ; Mon, 15 Nov 2021 11:40:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFBeg6G001777 for bugs@FreeBSD.org; Mon, 15 Nov 2021 11:40:42 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 259843] Fatal trap 12: page fault while in kernel mode Date: Mon, 15 Nov 2021 11:40:42 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259843 --- Comment #2 from shamsher --- 13-stable pulled and made local iso with that it's coming up. root@FreeBSD:~ # uname -r 13.0-STABLE root@FreeBSD:~ # So, closing this ticket. Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 11:41:11 2021 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 CEF601854327 for ; Mon, 15 Nov 2021 11:41:11 +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 4Ht6hl57YBz4s18 for ; Mon, 15 Nov 2021 11:41:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6E9EA18E5F for ; Mon, 15 Nov 2021 11:41:11 +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 1AFBfBPT002664 for ; Mon, 15 Nov 2021 11:41:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFBfBh1002663 for bugs@FreeBSD.org; Mon, 15 Nov 2021 11:41:11 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 259843] Fatal trap 12: page fault while in kernel mode Date: Mon, 15 Nov 2021 11:41:11 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: meetshamsher@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D259843 shamsher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 12:17:07 2021 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 8BCCF18945E9 for ; Mon, 15 Nov 2021 12:17:09 +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 4Ht7VF0NCZz3Jq0 for ; Mon, 15 Nov 2021 12:17:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0E031198DB for ; Mon, 15 Nov 2021 12:17:08 +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 1AFCH7RS023769 for ; Mon, 15 Nov 2021 12:17:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFCH7Qv023768 for bugs@FreeBSD.org; Mon, 15 Nov 2021 12:17:07 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 255745] resume on T490 Thinkpad often broken after upgrade 12 -> 13 Date: Mon, 15 Nov 2021 12:17:07 +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: 13.0-STABLE X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john.grafton@runbox.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D255745 --- Comment #26 from John Grafton --- I've been running 12.3-RC1 on the Thinkpad for the past few days without any trouble. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 12:29:53 2021 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 D20ED189A2C7 for ; Mon, 15 Nov 2021 12:29:53 +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 4Ht7mx5LCcz3Ns8 for ; Mon, 15 Nov 2021 12:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 97E1D19B0D for ; Mon, 15 Nov 2021 12:29:53 +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 1AFCTrfe028499 for ; Mon, 15 Nov 2021 12:29:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFCTrkw028498 for bugs@FreeBSD.org; Mon, 15 Nov 2021 12:29:53 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 251316] [PATCH] freebsd-version: present -v option, to print verbose information Date: Mon, 15 Nov 2021 12:29:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: egypcio@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: attachments.isobsolete attachments.created 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=3D251316 Vin=C3=ADcius Zavam changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #219890|0 |1 is obsolete| | --- Comment #3 from Vin=C3=ADcius Zavam --- Created attachment 229511 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229511&action= =3Dedit [PATCH] freebsd-version: present -v option, to print verbose information (OSVERSION) ping? sync from latest patch published on https://reviews.freebsd.org/D27318 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 13:03:28 2021 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 AD76D1839CA7 for ; Mon, 15 Nov 2021 13:03:28 +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 4Ht8Wh4JPvz3nqV for ; Mon, 15 Nov 2021 13:03:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 742A71A1A7 for ; Mon, 15 Nov 2021 13:03:28 +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 1AFD3S6I049349 for ; Mon, 15 Nov 2021 13:03:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFD3Srq049348 for bugs@FreeBSD.org; Mon, 15 Nov 2021 13:03:28 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 251316] [PATCH] freebsd-version: present -v option, to print verbose information Date: Mon, 15 Nov 2021 13:03:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: egypcio@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: attachments.isobsolete attachments.created 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=3D251316 Vin=C3=ADcius Zavam changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229511|0 |1 is obsolete| | --- Comment #4 from Vin=C3=ADcius Zavam --- Created attachment 229512 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229512&action= =3Dedit [PATCH] freebsd-version: present -v option, to print verbose information % rebase freebsd/main origin/D27318 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 14:01:27 2021 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 800F518939A4 for ; Mon, 15 Nov 2021 14:01:27 +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 4Ht9pb35R0z4YwJ for ; Mon, 15 Nov 2021 14:01:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4A37B1ABCD for ; Mon, 15 Nov 2021 14:01:27 +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 1AFE1RA7081771 for ; Mon, 15 Nov 2021 14:01:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFE1RTU081770 for bugs@FreeBSD.org; Mon, 15 Nov 2021 14:01:27 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 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core' Date: Mon, 15 Nov 2021 14:01:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: easy, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: 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=3D259808 --- Comment #1 from Andriy Gapon --- There is nothing terribly special about /usr/ports, there can be other plac= es where *.core is a precious file or directory. So, the script should be extended with a notion of configurable excluded pa= ths. Or, better yet, just don't use this script. I think that the idea that a certain name pattern would match only useless files globally can be dangero= us. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 14:45:37 2021 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 17902188FED9 for ; Mon, 15 Nov 2021 14:45:37 +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 4HtBnX6hPtz4prR for ; Mon, 15 Nov 2021 14:45:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B91761B86E for ; Mon, 15 Nov 2021 14:45:36 +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 1AFEjaFE005049 for ; Mon, 15 Nov 2021 14:45:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFEjabq005048 for bugs@FreeBSD.org; Mon, 15 Nov 2021 14:45:36 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 259555] Fatal trap 12: page fault in vboxNetFltPortXmit Date: Mon, 15 Nov 2021 14:45:37 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@sysctl.cz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259555 --- Comment #4 from Martin Filla --- second panic=20 WARNING !drm_modeset_is_locked(&plane->mutex) failed at /wrkdirs/usr/ports/graphics/drm-fbsd12.0-kmod/work/kms-drm-8843e1fc5/driver= s/gpu/drm/drm_atomic_helper.c:821 #0 0xffffffff82cdd483 at linux_dump_stack+0x23 #1 0xffffffff82c68917 at drm_atomic_helper_check_planes+0xa7 #2 0xffffffff82bb1eec at intel_atomic_check+0xd3c #3 0xffffffff82c656bb at drm_atomic_check_only+0x2ab #4 0xffffffff82c65a63 at drm_atomic_commit+0x13 #5 0xffffffff82c91a38 at restore_fbdev_mode_atomic+0x1c8 #6 0xffffffff82c8dd5a at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a #7 0xffffffff82cb3717 at vt_kms_postswitch+0x127 #8 0xffffffff80a2af9a at vt_window_switch+0x13a #9 0xffffffff80a2800f at vtterm_cngrab+0x1f #10 0xffffffff80b5eb36 at cngrab+0x16 #11 0xffffffff80bbf055 at vpanic+0xe5 #12 0xffffffff80bbef63 at panic+0x43 #13 0xffffffff8108f941 at trap_fatal+0x391 #14 0xffffffff8108edc7 at trap+0x67 #15 0xffffffff81066d48 at calltrap+0x8 #16 0xffffffff82e8ae9e at marker_response_tlv_template+0xdd42 #17 0xffffffff82eac602 at marker_response_tlv_template+0x2f4a6 <4>WARN_ON(!mutex_is_locked(&dev->struct_mutex)) <4>WARN_ON(!mutex_is_locked(&fbc->lock))WARN_ON(!mutex_is_locked(&fbc->lock= ))WARN_ON(!mutex_is_locked(&fbc->lock)) panic: privileged instruction fault cpuid =3D 0 time =3D 1636986533 KDB: stack backtrace: #0 0xffffffff80c0ae35 at kdb_backtrace+0x65 #1 0xffffffff80bbf0eb at vpanic+0x17b #2 0xffffffff80bbef63 at panic+0x43 #3 0xffffffff8108f941 at trap_fatal+0x391 #4 0xffffffff8108edc7 at trap+0x67 #5 0xffffffff81066d48 at calltrap+0x8 #6 0xffffffff82e8ae9e at marker_response_tlv_template+0xdd42 #7 0xffffffff82eac602 at marker_response_tlv_template+0x2f4a6 #8 0xffffffff8247bf1e at supdrvIOCtlFast+0x5e #9 0xffffffff8248c8ea at VBoxDrvFreeBSDIOCtl+0x4a #10 0xffffffff80a793c0 at devfs_ioctl+0xb0 #11 0xffffffff8124725b at VOP_IOCTL_APV+0x7b #12 0xffffffff80c9cffa at vn_ioctl+0x16a #13 0xffffffff80a799ae at devfs_ioctl_f+0x1e #14 0xffffffff80c28be7 at kern_ioctl+0x2b7 #15 0xffffffff80c2888a at sys_ioctl+0xfa #16 0xffffffff810904f7 at amd64_syscall+0x387 #17 0xffffffff8106766e at fast_syscall_common+0xf8 Uptime: 6h52m19s Dumping 872 out of 7838 MB:..2%..12%..21%..32%..41%..52%..61%..72%..81%..92% __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 55 __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru= ct pcpu, (kgdb) #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 #1 doadump (textdump=3D) at /usr/src/sys/kern/kern_shutdown.c:371 #2 0xffffffff80bbed05 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:451 #3 0xffffffff80bbf143 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:880 #4 0xffffffff80bbef63 in panic (fmt=3D) at /usr/src/sys/kern/kern_shutdown.c:807 #5 0xffffffff8108f941 in trap_fatal (frame=3D0xfffffe006370c5b0, eva=3D0) at /usr/src/sys/amd64/amd64/trap.c:921 #6 0xffffffff8108edc7 in trap (frame=3D0xfffffe006370c5b0) at /usr/src/sys/amd64/amd64/trap.c:214 #7 #8 0xffffffff82e8e3ee in ?? () #9 0x0000000189e56000 in ?? () #10 0xffff0ffffffffffc in ?? () #11 0x0000000000000000 in ?? () (kgdb) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 14:46:14 2021 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 CF17E1890D21 for ; Mon, 15 Nov 2021 14:46:14 +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 4HtBpG4rXfz4qMR for ; Mon, 15 Nov 2021 14:46:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 872A01B57D for ; Mon, 15 Nov 2021 14:46:14 +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 1AFEkEOk005168 for ; Mon, 15 Nov 2021 14:46:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFEkECG005167 for bugs@FreeBSD.org; Mon, 15 Nov 2021 14:46:14 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 259555] Fatal trap 12: page fault in vboxNetFltPortXmit Date: Mon, 15 Nov 2021 14:46:14 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd@sysctl.cz X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259555 --- Comment #5 from Martin Filla --- Created attachment 229514 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229514&action= =3Dedit core.txt.1 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 15:03:12 2021 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 BD8171899280 for ; Mon, 15 Nov 2021 15:03:12 +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 4HtC9r4Z5nz3CSj for ; Mon, 15 Nov 2021 15:03:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7CDCF1BD98 for ; Mon, 15 Nov 2021 15:03:12 +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 1AFF3Cxt016149 for ; Mon, 15 Nov 2021 15:03:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFF3CCL016148 for bugs@FreeBSD.org; Mon, 15 Nov 2021 15:03:12 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 251316] [PATCH] freebsd-version: present -v option, to print verbose information Date: Mon, 15 Nov 2021 15:03:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: egypcio@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: attachments.isobsolete attachments.created 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=3D251316 Vin=C3=ADcius Zavam changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229512|0 |1 is obsolete| | --- Comment #5 from Vin=C3=ADcius Zavam --- Created attachment 229515 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229515&action= =3Dedit [PATCH] freebsd-version: present -v option, to print verbose information --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 18:18:39 2021 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 B37F6189436E for ; Mon, 15 Nov 2021 18:18:39 +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 4HtHWM1d6bz3kkh for ; Mon, 15 Nov 2021 18:18:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F3FFA1E5DC for ; Mon, 15 Nov 2021 18:18:38 +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 1AFIIcCB016201 for ; Mon, 15 Nov 2021 18:18:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFIIc3c016200 for bugs@FreeBSD.org; Mon, 15 Nov 2021 18:18:38 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 259071] Read past EoF in NFS client and fusefs Date: Mon, 15 Nov 2021 18:18:39 +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 Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259071 --- Comment #16 from Alan Somers --- Update: I just reproduced the problem with sshfs, and the cause looks to be exactly the same as on NFS. It's a race between fuse_vnop_lookup and fuse_vnop_setattr. fuse_vnop_getattr, fuse_vnop_getpages, and fuse_vnop_bm= ap aren't vulnerable, because they have the vnode locked for the entire time.= =20 fuse_vfsop_vget, used by the NFS server, does look vulnerable. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 18:22:54 2021 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 3F3271897DB2 for ; Mon, 15 Nov 2021 18:22:54 +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 4HtHcG137Tz3n8b for ; Mon, 15 Nov 2021 18:22:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0480C1E7A8 for ; Mon, 15 Nov 2021 18:22:54 +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 1AFIMsFn021565 for ; Mon, 15 Nov 2021 18:22:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFIMrrU021564 for bugs@FreeBSD.org; Mon, 15 Nov 2021 18:22:53 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Mon, 15 Nov 2021 18:22:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259864 Bug ID: 259864 Summary: PF periodically drops packets that belong to established session, thus stalling the session Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: emz@norma.perm.ru PF periodically drops packets of established session, stalling the session. Here's an example of such session. Flow: 62.109.28.82 <---> WAN <---> 91.206.242.1 <---> 91.206.242.9 Client is downloading a 14 MB file via HTTP, 91.206.242.9 is server, 62.109.28.82 is a client. Packet dumps and PF debug log is taken on 91.206.242.1. Since the file is rather large, only the stalled end of the session is displayed. However, PF debug massages for this session are displ= ayed for the entire session. Notice the ACK 15333017 that never makes it to the destination. It's also weird, but there's no PF state mismatches or error f= or the packet containing the ack itself. Both captures ends when the session is already stalled (final RST exchange is out of the scope), by Ctrl-Break. Also, the tcpdump on the default pflog0 device is silent for such packets. Why I'm sure this is related to the PF: because it isn't reproducing with t= he packet filter switched off. Outer interface: =3D=3D=3DCut=3D=3D=3D [...] 12:16:37.545209 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15291025, win 1652, options [nop,nop,TS val 2720237534 ecr 2777961105], len= gth 0 12:16:37.545278 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15296817, win 1652, options [nop,nop,TS val 2720237534 ecr 2777961105], len= gth 0 12:16:37.545436 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15304057, win 1652, options [nop,nop,TS val 2720237535 ecr 2777961105], len= gth 0 12:16:37.545985 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15308401, win 1652, options [nop,nop,TS val 2720237535 ecr 2777961105], len= gth 0 12:16:37.546086 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15314193, win 1652, options [nop,nop,TS val 2720237536 ecr 2777961105], len= gth 0 12:16:37.563993 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15319985, win 1652, options [nop,nop,TS val 2720237554 ecr 2777961125], len= gth 0 12:16:37.564063 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15324329, win 1652, options [nop,nop,TS val 2720237555 ecr 2777961125], len= gth 0 12:16:37.564445 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15327225, win 1652, options [nop,nop,TS val 2720237556 ecr 2777961135], len= gth 0 12:16:37.564696 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15331569, win 1652, options [nop,nop,TS val 2720237557 ecr 2777961135], len= gth 0 12:16:37.607557 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720237598 ecr 2777961135], len= gth 0 12:16:37.768865 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961365 ecr 2720237530], length 1448: HTTP 12:16:37.797072 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720237787 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:38.026968 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961625 ecr 2720237530], length 1448: HTTP 12:16:38.044806 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720238045 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:38.349576 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961945 ecr 2720237530], length 1448: HTTP 12:16:38.385464 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720238368 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:38.798092 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777962395 ecr 2720237530], length 1448: HTTP 12:16:38.826845 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720238816 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:39.477080 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777963075 ecr 2720237530], length 1448: HTTP 12:16:39.510688 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720239497 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:40.643251 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777964235 ecr 2720237530], length 1448: HTTP 12:16:40.673700 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720240661 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:42.759423 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777966355 ecr 2720237530], length 1448: HTTP 12:16:42.790404 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720242777 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:46.809355 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777970405 ecr 2720237530], length 1448: HTTP 12:16:46.840079 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720246827 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:16:54.692330 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777978285 ecr 2720237530], length 1448: HTTP 12:16:54.723206 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15333017, win 1652, options [nop,nop,TS val 2720254710 ecr 2777961135,nop,nop,sack 1 {15260617:15262065}], length 0 12:17:09.157762 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [F.], seq = 150, ack 15333017, win 1652, options [nop,nop,TS val 2720269144 ecr 2777961135], length 0 12:17:09.377353 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [F.], seq = 150, ack 15333017, win 1652, options [nop,nop,TS val 2720269378 ecr 2777961135], length 0 ^C =3D=3D=3DCut=3D=3D=3D Innter interface: =3D=3D=3DCut=3D=3D=3D [...] 12:16:37.537666 IP 62.109.28.82.52982 > 91.206.242.9.8080: Flags [.], ack 15260617, win 1652, options [nop,nop,TS val 2720237530 ecr 2777961105], len= gth 0 12:16:37.538251 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15324329:15325777, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237529], length 1448: HTTP 12:16:37.538266 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15325777:15327225, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237529], length 1448: HTTP 12:16:37.538274 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15327225:15328673, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237530], length 1448: HTTP 12:16:37.538282 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15328673:15330121, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237530], length 1448: HTTP 12:16:37.538312 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15330121:15331569, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237530], length 1448: HTTP 12:16:37.538328 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15331569:15333017, ack 150, win 4107, options [nop,nop,TS val 2777961135 ecr 2720237530], length 1448: HTTP 12:16:37.768852 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961365 ecr 2720237530], length 1448: HTTP 12:16:38.026950 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961625 ecr 2720237530], length 1448: HTTP 12:16:38.349553 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777961945 ecr 2720237530], length 1448: HTTP 12:16:38.798075 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777962395 ecr 2720237530], length 1448: HTTP 12:16:39.477063 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777963075 ecr 2720237530], length 1448: HTTP 12:16:40.643234 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777964235 ecr 2720237530], length 1448: HTTP 12:16:42.759404 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777966355 ecr 2720237530], length 1448: HTTP 12:16:46.809338 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777970405 ecr 2720237530], length 1448: HTTP 12:16:54.692313 IP 91.206.242.9.8080 > 62.109.28.82.52982: Flags [.], seq 15260617:15262065, ack 150, win 4107, options [nop,nop,TS val 2777978285 ecr 2720237530], length 1448: HTTP ^C =3D=3D=3DCut=3D=3D=3D PF debug: =3D=3D=3DCut=3D=3D=3D Nov 15 12:16:25 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D782592198 high=3D782801846 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D782670390 len=3D0 ackskew=3D-78192 pkts= =3D394:1710 dir=3Din,fwd Nov 15 12:16:25 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:25 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D782592198 high=3D782801846 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D782674734 len=3D0 ackskew=3D-82536 pkts= =3D394:1710 dir=3Din,fwd Nov 15 12:16:25 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:25 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D782592198 high=3D782801846 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D782684870 len=3D0 ackskew=3D-92672 pkts= =3D394:1710 dir=3Din,fwd Nov 15 12:16:25 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:25 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D782592198 high=3D782801846 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D782690662 len=3D0 ackskew=3D-98464 pkts= =3D394:1710 dir=3Din,fwd Nov 15 12:16:25 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:25 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D782592198 high=3D782801846 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D782692110 len=3D0 ackskew=3D-99912 pkts= =3D394:1710 dir=3Din,fwd Nov 15 12:16:25 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786766926 len=3D0 ackskew=3D-75296 pkts= =3D1069:4605 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786788646 len=3D0 ackskew=3D-97016 pkts= =3D1072:4636 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786792990 len=3D0 ackskew=3D-101360 pkt= s=3D1072:4636 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786804574 len=3D0 ackskew=3D-112944 pkt= s=3D1072:4636 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786810366 len=3D0 ackskew=3D-118736 pkt= s=3D1072:4636 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:32 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1424 mo= dulator=3D0 wscale=3D7] [lo=3D786691630 high=3D786937614 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D786829190 len=3D0 ackskew=3D-137560 pkt= s=3D1072:4636 dir=3Din,fwd Nov 15 12:16:32 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:34 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1494 mo= dulator=3D0 wscale=3D7] [lo=3D789374774 high=3D789626822 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D789444278 len=3D0 ackskew=3D-69504 pkts= =3D1494:6459 dir=3Din,fwd Nov 15 12:16:34 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795483886 len=3D0 ackskew=3D-68056 pkts= =3D2452:10662 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795486782 len=3D0 ackskew=3D-70952 pkts= =3D2452:10662 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4pf: state reuse TCP outA wire: seq=3D1741467272 (1741467272) ack=3D795496918 = len=3D0 ackskew=3D-81088 pkts=3D2452:10662 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: 192.168.0.247pf: State failure on: 3 |=20= =20=20=20 -- Nov 15 12:16:37 gw0 kernel: wire: 62.109.28.82:52982 91.206.242.9:8080 sta= ck: - [lo=3D1741467272 high=3D1741730120 win=3D1652 modulator=3D0 wscale=3D7] [= lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscale=3D6] 4:4 A seq=3D174146727= 2 (1741467272) ack=3D795502710 len=3D0 ackskew=3D-86880 pkts=3D2452:10662 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795507054 len=3D0 ackskew=3D-91224 pkts= =3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795511398 len=3D0 ackskew=3D-95568 pkts= =3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795517190 len=3D0 ackskew=3D-101360 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795524430 len=3D0 ackskew=3D-108600 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795528774 len=3D0 ackskew=3D-112944 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795534566 len=3D0 ackskew=3D-118736 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795540358 len=3D0 ackskew=3D-124528 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795544702 len=3D0 ackskew=3D-128872 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795547598 len=3D0 ackskew=3D-131768 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795551942 len=3D0 ackskew=3D-136112 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795415830 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-137560 pkt= s=3D2452:10668 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:37 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10669 dir=3Din,fwd Nov 15 12:16:37 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:38 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10670 dir=3Din,fwd Nov 15 12:16:38 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:38 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10671 dir=3Din,fwd Nov 15 12:16:38 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:39 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10672 dir=3Din,fwd Nov 15 12:16:39 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:39 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10673 dir=3Din,fwd Nov 15 12:16:39 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:40 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10674 dir=3Din,fwd Nov 15 12:16:40 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:42 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10675 dir=3Din,fwd Nov 15 12:16:42 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:46 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10676 dir=3Din,fwd Nov 15 12:16:46 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:16:54 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10677 dir=3Din,fwd Nov 15 12:16:54 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:09 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10677 dir=3Din,fwd Nov 15 12:17:09 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:09 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10677 dir=3Din,fwd Nov 15 12:17:09 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:09 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10677 dir=3Din,fwd Nov 15 12:17:09 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:10 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10677 dir=3Din,fwd Nov 15 12:17:10 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 Nov 15 12:17:10 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467273) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10678 dir=3Din,fwd Nov 15 12:17:10 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:11 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10678 dir=3Din,fwd Nov 15 12:17:11 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:13 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10678 dir=3Din,fwd Nov 15 12:17:13 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:16 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10678 dir=3Din,fwd Nov 15 12:17:16 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:24 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10678 dir=3Din,fwd Nov 15 12:17:24 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:25 gw0 kernel: pf: BAD state: pf: OK ICMP 5:1 TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D17417= 30120 win=3D1652 modulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win= =3D4107 modulator=3D0 wscale=3D6192.168.0.248 -> 192.168.0.230 state: TCP out wire: 192.168.0.230:3340 192.168.11.4] 4:4 A seq=3D1741467272 (1741467273) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts=3D2452:10679 dir=3Din,fwd Nov 15 12:17:25 gw0 kernel: :59016pf: State failure on: 3 |=20=20=20= =20 -- Nov 15 12:17:39 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 FA seq=3D1741467272 (1741467272) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10679 dir=3Din,fwd Nov 15 12:17:39 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 -- Nov 15 12:17:41 gw0 kernel: pf: BAD state: TCP in wire: 62.109.28.82:52982 91.206.242.9:8080 stack: - [lo=3D1741467272 high=3D1741730120 win=3D1652 mo= dulator=3D0 wscale=3D7] [lo=3D795482438 high=3D795692446 win=3D4107 modulator=3D0 wscal= e=3D6] 4:4 A seq=3D1741467272 (1741467273) ack=3D795553390 len=3D0 ackskew=3D-70952 pkts= =3D2452:10680 dir=3Din,fwd Nov 15 12:17:41 gw0 kernel: pf: State failure on: 3 |=20=20=20=20 =3D=3D=3DCut=3D=3D=3D Please let me know if full session capture is needed, can recapture and att= ach as gzipped files. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 18:29:08 2021 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 9603D189B011 for ; Mon, 15 Nov 2021 18:29:08 +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 4HtHlS3lgMz3q6N for ; Mon, 15 Nov 2021 18:29:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 618F01EB46 for ; Mon, 15 Nov 2021 18:29:08 +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 1AFIT8MT022586 for ; Mon, 15 Nov 2021 18:29:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFIT8YO022585 for bugs@FreeBSD.org; Mon, 15 Nov 2021 18:29:08 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Mon, 15 Nov 2021 18:29:08 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kp@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: 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=3D259864 --- Comment #1 from Kristof Provost --- Please attach full ruleset as well as captures on both sides of the pf syst= em, and a full description of the network layout. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 19:03:42 2021 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 15A00188D385 for ; Mon, 15 Nov 2021 19:03:42 +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 4HtJWK73z6z4Ytt for ; Mon, 15 Nov 2021 19:03:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D37001F396 for ; Mon, 15 Nov 2021 19:03:41 +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 1AFJ3fHi042654 for ; Mon, 15 Nov 2021 19:03:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFJ3fKQ042653 for bugs@FreeBSD.org; Mon, 15 Nov 2021 19:03:41 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 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core' Date: Mon, 15 Nov 2021 19:03:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: easy, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: adsh@univ.kiev.ua X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: 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=3D259808 --- Comment #2 from Alexander Sheiko --- Configurable excluded paths is good idea. I use this script since FreeBSD 4.x and have no any problems before subject error. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 19:18:04 2021 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 8FB781892E77 for ; Mon, 15 Nov 2021 19:18:04 +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 4HtJqw3b0kz4d2d for ; Mon, 15 Nov 2021 19:18:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5B1F31F0EC for ; Mon, 15 Nov 2021 19:18:04 +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 1AFJI4Ki047958 for ; Mon, 15 Nov 2021 19:18:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFJI4XO047957 for bugs@FreeBSD.org; Mon, 15 Nov 2021 19:18:04 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Mon, 15 Nov 2021 19:18: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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259864 --- Comment #2 from emz@norma.perm.ru --- File limit doesn't allow to attach the captures directly, so I've made them available on a publicly reachable web-server: https://files2.enazadev.ru/stub-data/full-session.zip This archive contains full session that was stalled, 91.206.242.9:8080 -> 62.109.28.82:37086, which shows that ACK 9184665 (packet no. 7721 in the ou= ter capture) never makes it out of the 91.206.242.1. And 91.206.242.1 and .9 are in the same attached network, so there's no possibility that packet got forwarded to some other interface. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 19:21:08 2021 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 BFF61189370E for ; Mon, 15 Nov 2021 19:21:08 +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 4HtJvS50HPz4dh7 for ; Mon, 15 Nov 2021 19:21:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8CB791F5FE for ; Mon, 15 Nov 2021 19:21:08 +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 1AFJL8cf049269 for ; Mon, 15 Nov 2021 19:21:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFJL8X7049268 for bugs@FreeBSD.org; Mon, 15 Nov 2021 19:21:08 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Mon, 15 Nov 2021 19:21:08 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259864 --- Comment #3 from emz@norma.perm.ru --- Created attachment 229523 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229523&action= =3Dedit PF config from the 91.206.242.1 Attached a PF config from the system where the captures were taken. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 19:25:43 2021 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 330BB189682C for ; Mon, 15 Nov 2021 19:25:43 +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 4HtK0l0ncxz4gT9 for ; Mon, 15 Nov 2021 19:25:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EF5501F1FC for ; Mon, 15 Nov 2021 19:25:42 +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 1AFJPgxV053714 for ; Mon, 15 Nov 2021 19:25:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFJPgdC053713 for bugs@FreeBSD.org; Mon, 15 Nov 2021 19:25:42 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Mon, 15 Nov 2021 19:25:43 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emz@norma.perm.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259864 --- Comment #4 from emz@norma.perm.ru --- Network layout: WAN <---> (vlan11/188.234.141.201/30)PF host(vlan2/91.206.242.1) <---91.206.242.0/24---> (vlan2/91.206.242.9) Web Server ifconfigs: [root@gw0:pf/pr]# ifconfig vlan11 vlan11: flags=3D8843 metric 0 mtu 1= 500 options=3D600703 ether 00:25:90:06:b7:9f inet 188.234.141.201/30 broadcast 188.234.141.203 groups: vlan vlan: 11 vlanpcp: 0 parent interface: igb1 media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D29 [root@gw0:pf/pr]# ifconfig vlan2 vlan2: flags=3D8943 metric = 0 mtu 1500 options=3D600703 ether 00:25:90:06:b7:9f inet 91.206.242.1/28 broadcast 91.206.242.15 inet 91.206.242.5/28 broadcast 91.206.242.15 inet 91.206.242.12/28 broadcast 91.206.242.15 vhid 3 inet 91.206.242.8/28 broadcast 91.206.242.15 groups: vlan carp: MASTER vhid 3 advbase 1 advskew 100 vlan: 2 vlanpcp: 0 parent interface: igb1 media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D29 Parent interface: igb1: flags=3D8943 metric 0= mtu 1500 =20=20=20=20=20=20=20 options=3De527bb ether 00:25:90:06:b7:9f inet 192.168.0.248/24 broadcast 192.168.0.255 inet 192.168.0.246/24 broadcast 192.168.0.255 vhid 1 inet 192.168.0.254/32 broadcast 192.168.0.254 carp: MASTER vhid 1 advbase 1 advskew 100 media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D29 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 19:57:39 2021 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 CFAFE185676A for ; Mon, 15 Nov 2021 19:57:39 +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 4HtKjb5PvQz4vWM for ; Mon, 15 Nov 2021 19:57:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 960F91FFA2 for ; Mon, 15 Nov 2021 19:57:39 +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 1AFJvdK7069623 for ; Mon, 15 Nov 2021 19:57:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFJvdMC069622 for bugs@FreeBSD.org; Mon, 15 Nov 2021 19:57:39 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 259071] Read past EoF in NFS client and fusefs Date: Mon, 15 Nov 2021 19:57:39 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259071 --- Comment #17 from Rick Macklem --- Righto, Since I have not been able to reproduce the problem on stable/12 (although the race is obviously in the code), I suspect that a recent change to name caching exposed it. Looking at the name cache for this test is now at the top of my "to do" list, so I'll post if/when I know more. I am MFC'ng the fixes to stable/12, but won't bother with trying to get them into 12.3, since the problem is not exposed for it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 15 20:33:26 2021 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 98EB21898B79 for ; Mon, 15 Nov 2021 20:33:26 +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 4HtLVt3m2kz3QfN for ; Mon, 15 Nov 2021 20:33:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5EACC201CD for ; Mon, 15 Nov 2021 20:33:26 +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 1AFKXQSn092553 for ; Mon, 15 Nov 2021 20:33:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AFKXQgs092552 for bugs@FreeBSD.org; Mon, 15 Nov 2021 20:33:26 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 251316] [PATCH] freebsd-version: present -v option, to print verbose information Date: Mon, 15 Nov 2021 20:33:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: egypcio@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: bug_severity 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=3D251316 Vin=C3=ADcius Zavam changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 11:55:13 2021 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 ED1211899B17 for ; Tue, 16 Nov 2021 11:55:13 +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 4HtkyT6Fb5z3Hg0 for ; Tue, 16 Nov 2021 11:55:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B2C7A49ED for ; Tue, 16 Nov 2021 11:55:13 +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 1AGBtD8S080468 for ; Tue, 16 Nov 2021 11:55:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGBtD1b080467 for bugs@FreeBSD.org; Tue, 16 Nov 2021 11:55:13 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 11:55:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sneakywumpus@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259878 Bug ID: 259878 Summary: [hyper-v] Kernel hangs at boot after printing Hyper-V features Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: sneakywumpus@gmail.com After commit a2ca269b3810 ("hyperv: Register hyperv_timecounter later during boot") my Gen2 Hyper-V VM with 6 CPUs (on Windows 11 Pro 22000.318) hangs at boot after printing the Hyper-V features but before printing the CPU-ID features and consumes 100% single core CPU. After looking at the commit comments and code I changed SYSINIT(hyperv_tc_init, SI_SUB_DRIVERS, SI_ORDER_FIRST, hyperv_tc_init, NUL= L); to SYSINIT(hyperv_tc_init, SI_SUB_LOCK + 1, SI_ORDER_FIRST, hyperv_tc_init, NU= LL); in sys/dev/hyperv/vmbus/hyperv.c . I'm really no kernel programmer so I don't know if this is the right thing = to do, but this change fixed the problem for me. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 12:44:40 2021 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 4555A1892FCE for ; Tue, 16 Nov 2021 12:44:40 +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 4Htm3X1Q31z3sDR for ; Tue, 16 Nov 2021 12:44:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 12550598D for ; Tue, 16 Nov 2021 12:44:40 +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 1AGCieC8009033 for ; Tue, 16 Nov 2021 12:44:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGCieWZ009032 for bugs@FreeBSD.org; Tue, 16 Nov 2021 12:44:40 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 259879] enabling PF blocks multicast/igmp sendto Date: Tue, 16 Nov 2021 12:44:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259879 Bug ID: 259879 Summary: enabling PF blocks multicast/igmp sendto Product: Base System Version: 12.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: johan@stromnet.se While trying to get multicast routing to work on my FreeBSD 12.2-based rout= er. I tried with mrouted, then igmpproxy, them pimd.. The latter two actually s= hows errors, mrouted did not. In any case, I never got the machine to send out a= ny IGMP join packets, nor pick up any IGMP join's from local nodes. On another machine, where I ran basic socat test (see below), the machine d= id never produce any IGMP Join packets. Trying the same on a linux machine wor= ked fine. At least one other person have had these issues with pimd, but probably not related to pimd: https://github.com/troglobit/pimd/issues/171 After doing tests on clean VMs, I've nailed it down to PF. Having pf just enabled, even with blank rules, seems to block outbound multicast/igmp some= how. Reproducable: 1. Launch blank VM with FreeBSD 12.2 or 13.0 qcow image in KVM: 2. Prepare: pkg install pimd truss=20 kldload ip_mroute 3. Launch pimd, working with no errors: root@freebsd:~ # pimd -f ^C=20 4. Enable pf (blank, no rules): root@freebsd:~ # pfctl -e root@freebsd:~ #=20 5. Now trying to use pimd, gives failures to send: root@freebsd:~ # pimd -f pimd: 12:30:03.170 Sendto to 224.0.0.1 on 172.28.6.15: Permission denied 6. Disable pf again and it works fine again... 7. truss output (from socket creation to sendto failure) with pf enabled (b= ut no rules at all): socket(PF_INET,SOCK_RAW,IPPROTO_IGMP) =3D 4 (0x4)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_HDRINCL,0x7fffffffe6dc,4) =3D 0 (0x0)=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,SOL_SOCKET,SO_SNDBUF,0x7fffffffe6bc,4) =3D 0 (0x0)=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,SOL_SOCKET,SO_RCVBUF,0x7fffffffe6bc,4) =3D 0 (0x0)=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_MULTICAST_TTL,0x7fffffffe6df,1) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_MULTICAST_LOOP,0x7fffffffe6d7,1) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 socket(PF_INET,SOCK_RAW,IPPROTO_PIM) =3D 5 (0x5)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,IPPROTO_IP,IP_HDRINCL,0x7fffffffe6dc,4) =3D 0 (0x0)=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,SOL_SOCKET,SO_SNDBUF,0x7fffffffe6bc,4) =3D 0 (0x0)=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,SOL_SOCKET,SO_RCVBUF,0x7fffffffe6bc,4) =3D 0 (0x0)=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,IPPROTO_IP,IP_MULTICAST_TTL,0x7fffffffe6df,1) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,IPPROTO_IP,IP_MULTICAST_LOOP,0x7fffffffe6d7,1) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 mmap(0x0,135168,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 34366= 939136 (0x8006de000) mmap(0x0,135168,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 34367= 074304 (0x8006ff000) socket(PF_ROUTE,SOCK_RAW,0) =3D 6 (0x6)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 fcntl(6,F_SETFL,O_RDONLY|O_NONBLOCK) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 socket(PF_INET,SOCK_DGRAM,0) =3D 7 (0x7)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioctl(7,SIOCGIFCONF,0x7fffffffe690) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioctl(7,SIOCGIFFLAGS,0x7fffffffe6a0) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioctl(7,SIOCGIFNETMASK,0x7fffffffe6a0) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioctl(7,SIOCGIFMTU,0x7fffffffe6a0) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ioctl(7,SIOCGIFFLAGS,0x7fffffffe6a0) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 open("/usr/local/etc//pimd.conf",O_RDONLY,0666) =3D 8 (0x8)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 fstat(8,{ mode=3D-rw-r--r-- ,inode=3D321234,size=3D6435,blksize=3D32768 }) = =3D 0 (0x0)=20=20=20=20 mmap(0x0,36864,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 343672= 09472 (0x800720000)=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 read(8,"# Exmaple configuration file for"...,32768) =3D 6435 (0x1923)=20=20= =20=20=20=20=20=20=20=20=20=20=20 read(8,0x8007204c0,32768) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 close(8) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,100,0x7fffffffe6dc,4) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,107,0x7fffffffe6dc,4) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 getrandom("\M-2\f\M-M\M-@\M-7\^\ \M-jU\v"...,40,0) =3D 40 (0x28)=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 mmap(0x0,1104,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 3436724= 6336 (0x800729000)=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 minherit(0x800729000,1104,INHERIT_ZERO) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,102,0x7fffffffe698,16) =3D 0 (0x0)=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setsockopt(5,IPPROTO_IP,IP_ADD_MEMBERSHIP,0x7fffffffe698,8) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_ADD_MEMBERSHIP,0x7fffffffe698,8) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_ADD_MEMBERSHIP,0x7fffffffe698,8) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_MULTICAST_IF,0x7fffffffe5c8,4) =3D 0 (0x0)=20=20= =20=20=20=20=20=20=20=20=20=20=20 setsockopt(4,IPPROTO_IP,IP_MULTICAST_LOOP,0x7fffffffe5c7,1) =3D 0 (0x0)=20= =20=20=20=20=20=20=20=20=20=20 sendto(4,"F\M-@\0$\0\0\0\0\M^?\^B\0\0\M-,"...,36,0,{ AF_INET 224.0.0.1:0 },= 16) ERR#13 'Permission denied'=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 Another test case, with socat: 1. Disable pf on FreeBSD machine (172.28.6.15) 2. Start tcpdump on another machine in same network. 3. Start socat on freebsd machine: socat -d -d -u UDP4-RECV:5568,ip-add-membership=3D239.255.0.100:172.28.6= .15 /dev/null 4. Check tcpdump output on another machine, you can see the IGMP Joins 13:40:29.226382 IP 172.28.6.15 > 224.0.0.22: igmp v3 report, 1 group record(s) 5. Enable pf (blank rules), run socat again. No IGMP traffic whatsoever see= n on remote machine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 13:07:40 2021 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 C53F0189D2A2 for ; Tue, 16 Nov 2021 13:07:40 +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 4HtmZ45862z4TZM for ; Tue, 16 Nov 2021 13:07:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8D7E159F0 for ; Tue, 16 Nov 2021 13:07:40 +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 1AGD7ebs019098 for ; Tue, 16 Nov 2021 13:07:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGD7eec019096 for bugs@FreeBSD.org; Tue, 16 Nov 2021 13:07:40 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 259380] linux(4): linux_recvfrom(2) fails: linux_recvfrom -1 errno -22 Invalid argument Date: Tue, 16 Nov 2021 13:07:40 +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: 12.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: trasz@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? mfc-stable11- X-Bugzilla-Changed-Fields: 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=3D259380 --- Comment #12 from Edward Tomasz Napierala --- Thanks for investigating this! Would it be possible for you to print out t= he value for both 'msg.msg_namelen' and 'fromlen' when this happens? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 13:37:12 2021 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 AE88A18559E2 for ; Tue, 16 Nov 2021 13:37:12 +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 4HtnD833krz4gNN for ; Tue, 16 Nov 2021 13:37:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3666F6242 for ; Tue, 16 Nov 2021 13:37:12 +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 1AGDbCbm033242 for ; Tue, 16 Nov 2021 13:37:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGDbCxP033241 for bugs@FreeBSD.org; Tue, 16 Nov 2021 13:37:12 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 13:37:12 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D259878 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Mark Johnston --- Thanks for the report. This should have been fixed by this commit on stable/13: https://cgit.freebsd.org/src/commit/?id=3Da2ca269b38105a250cb1273290ccc6a4b= 200388d Can you please try updating to this commit or later? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 14:05:31 2021 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 7052D1894680 for ; Tue, 16 Nov 2021 14:05:31 +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 4Htnrq2d3Hz4rjk for ; Tue, 16 Nov 2021 14:05:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3A5F8675B for ; Tue, 16 Nov 2021 14:05:31 +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 1AGE5V6Z047935 for ; Tue, 16 Nov 2021 14:05:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGE5Vie047934 for bugs@FreeBSD.org; Tue, 16 Nov 2021 14:05:31 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 14:05:31 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sneakywumpus@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259878 --- Comment #2 from Thomas Eberhardt --- (In reply to Mark Johnston from comment #1) That is the commit i was referencing. The boot hangs started with it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 14:13:01 2021 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 5937A18979B9 for ; Tue, 16 Nov 2021 14:13:01 +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 4Htp1T1zvrz4tYT for ; Tue, 16 Nov 2021 14:13:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2577A67C4 for ; Tue, 16 Nov 2021 14:13:01 +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 1AGED1Hl054738 for ; Tue, 16 Nov 2021 14:13:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGED1Rp054737 for bugs@FreeBSD.org; Tue, 16 Nov 2021 14:13:01 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 14:13:01 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259878 --- Comment #3 from Mark Johnston --- (In reply to Thomas Eberhardt from comment #2) Sorry, I've had some coffee now. Could you please try booting with debug.verbose_sysinit=3D1 set from the lo= ader, and show the last few lines of output before the hang? I would also like to see the CPU feature flags. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 15:43:56 2021 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 BF8B61832289 for ; Tue, 16 Nov 2021 15:43:56 +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 4Htr2N50sXz3sLN for ; Tue, 16 Nov 2021 15:43:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8BF8A7E4D for ; Tue, 16 Nov 2021 15:43:56 +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 1AGFhui6096466 for ; Tue, 16 Nov 2021 15:43:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGFhudR096465 for bugs@FreeBSD.org; Tue, 16 Nov 2021 15:43:56 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 15:43:56 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sneakywumpus@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259878 --- Comment #4 from Thomas Eberhardt --- (In reply to Mark Johnston from comment #3) Ok. I built a full debug stable/13 GENERIC kernel and learned how to add a serial console to a Hyper-V VM to capture the boot log. boot log: GDB: no debug ports present KDB: debugger backends: ddb KDB: current backend: ddb ---<>--- Copyright (c) 1992-2021 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 13.0-STABLE #0 stable/13-n248070-7d95b0f32832-dirty: Tue Nov 16 16:18:10 CET 2021 root@jones.ocp.lan:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) WARNING: WITNESS option enabled, expect reduced performance. subsystem ffffff parse_acpi_tables(0)... SRAT: Ignoring memory at addr 0x188000000 SRAT: Ignoring memory at addr 0x1000000000 SRAT: Ignoring memory at addr 0x10000000000 SRAT: Ignoring memory at addr 0x20000000000 [lots of output deleted] sd_mkdir_show_add(0)... done. sd_mkdir_list_show_add(0)... done. sd_allocdirect_show_add(0)... done. sd_allocindir_show_add(0)... done. ffs_show_add(0)... done. witness_show_add(0)... done. badstacks_show_add(0)... done. vpath_show_add(0)... done. subsystem 2100000 cpu_startup(0)... and there it hangs. The only thing dirty in this built is the GENERIC kernel config with the added debug options. I also tried booting the VM with only 1 CPU instead of 6, but it hangs at the same place. CPU-ID output from a build with my patch: CPU: Intel(R) Core(TM) i7-9700T CPU @ 2.00GHz (1992.01-MHz K8-class CPU) Origin=3D"GenuineIntel" Id=3D0x906ed Family=3D0x6 Model=3D0x9e Steppi= ng=3D13 =20 Features=3D0x1f83fbff =20 Features2=3D0xfeda3203 AMD Features=3D0x2c100800 AMD Features2=3D0x121 Structured Extended Features=3D0x9c2fb9 Structured Extended Features3=3D0xbc000400 XSAVE Features=3D0xf IA32_ARCH_CAPS=3D0xa7 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 15:52:41 2021 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 3007D185153C for ; Tue, 16 Nov 2021 15:52:41 +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 4HtrDT0XzPz4Qn2 for ; Tue, 16 Nov 2021 15:52:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E7DF37A7E for ; Tue, 16 Nov 2021 15:52:40 +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 1AGFqetM002722 for ; Tue, 16 Nov 2021 15:52:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGFqe3T002721 for bugs@FreeBSD.org; Tue, 16 Nov 2021 15:52:40 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 15:52:41 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sneakywumpus@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259878 --- Comment #5 from Thomas Eberhardt --- (In reply to Thomas Eberhardt from comment #4) Perhaps i should also add the hyperv_init output: [...] subsystem 1a40000 xen_hvm_sysinit(0)... done. hyperv_init(0)... Hyper-V Version: 10.0.22000 [SP0] =20 Features=3D0x2e7f PM Features=3D0x20 [C2] Features3=3D0xe0bed7b2 done. subsystem 1ac0000 [...] --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 17:30:15 2021 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 DCF89189358A for ; Tue, 16 Nov 2021 17:30:14 +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 4HttP25m55z3KYv for ; Tue, 16 Nov 2021 17:30:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A5BB3114BB for ; Tue, 16 Nov 2021 17:30:14 +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 1AGHUEvK051873 for ; Tue, 16 Nov 2021 17:30:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGHUEkV051872 for bugs@FreeBSD.org; Tue, 16 Nov 2021 17:30:14 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 259380] linux(4): linux_recvfrom(2) fails: linux_recvfrom -1 errno -22 Invalid argument Date: Tue, 16 Nov 2021 17:30:15 +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: 12.2-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jasonmader@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? mfc-stable11- X-Bugzilla-Changed-Fields: 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=3D259380 --- Comment #13 from Jason Mader --- (In reply to Edward Tomasz Napierala from comment #12) I changed linux_socket.c linux_recvfrom() from, if (PTRIN(args->from) !=3D NULL) { error =3D linux_copyout_sockaddr(sa, PTRIN(args->from), msg.msg_namelen); to, if (PTRIN(args->from) !=3D NULL) { printf("msg_namelen: %d, fromlen: %d\n", msg.msg_namelen, fromlen); error =3D linux_copyout_sockaddr(sa, PTRIN(args->from), fro= mlen); } And got, linux: jid 1 pid 77110 (rlmutil): unsupported socket(AF_NETLINK, 3, NETLINK_ROUTE) msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 msg_namelen: 0, fromlen: 28 None of the other clients connecting to their servers do "(PTRIN(args->from= ) !=3D NULL)" though, so there is no output, and why they are all working without = the workaround. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 18:57:04 2021 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 5CF1218A1C2A for ; Tue, 16 Nov 2021 18:57:04 +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 4HtwKD1bKFz4dXd for ; Tue, 16 Nov 2021 18:57:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 16FAA12964 for ; Tue, 16 Nov 2021 18:57:04 +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 1AGIv4nZ098975 for ; Tue, 16 Nov 2021 18:57:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGIv47L098974 for bugs@FreeBSD.org; Tue, 16 Nov 2021 18:57:04 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 257514] Can not embed ZFS into Kernel on RelEng/13.0 i386 Date: Tue, 16 Nov 2021 18:57: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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: CrazyMihey@Ya.Ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D257514 --- Comment #1 from CrazyMihey --- UnFortunately, NoOne answers My Question =E2=86=91, so I dicided to Try to = Fix This Annoying Bug MySelf. It seems, the Reason of Error just on =C2=ABi386=C2=BB Architecture is in N= ext Part of =C2=AB/usr/src/Makefile.inc1=C2=BB: #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# # 20191009 r353340 removal of opensolaris_atomic.S (also r353381) .if ${MACHINE} !=3D i386 .for f in opensolaris_atomic .for m in opensolaris zfs @if [ -e "${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.o= " ] && \ grep -q ${f}.S "${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.o= "; then \ echo "Removing stale dependencies for opensolaris_atomic"; \ rm -f ${KRNLOBJDIR}/${KERNCONF}/modules${SRCTOP}/sys/modules/${m}/.depend.${f}.*;= \ fi .endfor .endfor .endif #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# I will Try to Build a Simpliest Kernel Configuration is =C2=AB/usr/src/sys/i386/conf/Virtual_ZFS=C2=BB: #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# include GENERIC # =D0=97=D0=B0 =D0=9E=D1=81=D0=BD=D0=BE=D0= =B2=D1=83 =D0=B1=D0=B5=D1=80=D1=91=D1=82=D1=81=D1=8F =D0=9E=D0=B1=D1=89=D0= =B8=D0=B9 =D0=A4=D0=B0=D0=B9=D0=BB =D0=9A=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1= =83=D1=80=D0=B0=D1=86=D0=B8=D0=B8 =C2=ABGENERIC=C2=BB =D0=B4=D0=BB=D1=8F FreeBSD/AMD64. ident Virtual_ZFS # =D0=A3=D0=BD=D0=B8=D0=BA=D0=B0=D0=BB=D1= =8C=D0=BD=D0=BE=D0=B5 =D0=98=D0=B4=D0=B5=D0=BD=D1=82=D0=B8=D1=84=D0=B8=D0= =BA=D0=B0=D1=86=D0=B8=D0=BE=D0=BD=D0=BD=D0=BE=D0=B5 =D0=9D=D0=B0=D0=97=D0= =B2=D0=B0=D0=BD=D0=B8=D0=B5 =D0=AF=D0=B4=D1=80=D0=B0. =D0=94=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE =D1=81=D0=BE=D0=B2=D0=BF=D0=B0=D0=B4= =D0=B0=D1=82=D1=8C =D1=81 =D0=98=D0=BC=D0=B5=D0=BD=D0=B5=D0=BC =D0=AD=D1=82= =D0=BE=D0=B3=D0=BE =D0=A4=D0=B0=D0=B9=D0=BB=D0=B0. nooptions ZFS options ZFS # =D0=9F=D0=BE=D0=B4=D0=94=D0=B5=D1=80=D0= =B6=D0=BA=D0=B0 ZettaByte File System =D0=B2 =D0=AF=D0=B4=D1=80=D0=B5 =D0= =9E=D0=A1. options KSTACK_PAGES=3D4 # =D0=9A=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1= =81=D1=82=D0=B2=D0=BE =D0=A1=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86 =D0=9F=D0= =B0=D0=BC=D1=8F=D1=82=D0=B8, =D0=92=D1=8B=D0=94=D0=B5=D0=BB=D1=8F=D0=B5=D0= =BC=D1=8B=D1=85 =D0=B4=D0=BB=D1=8F =D0=A1=D1=82=D1=8D=D0=BA=D0=B0 =D0=AF=D0=B4=D1=80=D0=B0 =D0=BD=D0=B0 =D0=9A= =D0=B0=D0=B6=D0=B4=D1=8B=D0=B9 =D0=9F=D1=80=D0=BE=D1=86=D0=B5=D1=81=D1=81 (= =D0=9F=D0=BE=D1=82=D0=BE=D0=BA). =D0=9F=D0=BE=D0=B2=D1=8B=D1=88=D0=B0=D0=B5= =D1=82 =D0=A1=D1=82=D0=B0=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82= =D1=8C =D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D1=8B ZFS =D0=BD=D0=B0 =D0=90=D1=80=D1=85=D0=B8=D1=82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D0=B5 i386 (x8= 6, 32 =D0=91=D0=B8=D1=82). =D0=94=D0=BB=D1=8F =D0=90=D1=80=D1=85=D0=B8=D1= =82=D0=B5=D0=BA=D1=82=D1=83=D1=80=D1=8B AMD64 (x86-64, 64 =D0=91=D0=B8=D1= =82) =D0=A0=D0=B5=D0=BA=D0=BE=D0=BC=D0=B5=D0=BD=D0=B4=D1=83=D0=B5=D0=BC=D0=BE=D0= =B5 =D0=97=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5: =C2=AB5=C2=BB. makeoptions WITHOUT_MODULES+=3D"crypto cryptodev aesni opensolaris zfs"= =20=20=20=20=20=20 # =D0=95=D1=81=D0=BB=D0=B8 =D0=9A=D0=BE=D0=B4 =D0=9C=D0=B5=D0=BD=D0=B5=D0= =B4=D0=B6=D0=B5=D1=80=D0=B0 =D0=A2=D0=BE=D0=BC=D0=BE=D0=B2/=D0=A4=D0=B0=D0= =B9=D0=BB=D0=BE=D0=B2=D0=BE=D0=B9 =D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1= =8B ZFS =D0=9B=D0=B8=D0=BD=D0=BA=D1=83=D0=B5=D1=82=D0=A1=D1=8F =D0=B2 =D0= =AF=D0=B4=D1=80=D0=BE =D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D1=8B, =D1=82=D0= =BE =D0=9D=D0=B5=D0=9E=D0=B1=D0=A5=D0=BE=D0=B4=D0=B8=D0=BC=D0=9E=D0=A1=D1=82=D1= =8C =D0=B2 =D0=97=D0=B0=D0=93=D1=80=D1=83=D0=B6=D0=B0=D0=B5=D0=BC=D1=8B=D1= =85 =D0=9C=D0=BE=D0=B4=D1=83=D0=BB=D1=8F=D1=85 =C2=AB/boot/kernel/opensolar= is.ko=C2=BB =D0=B8 =C2=AB/boot/kernel/zfs.ko=C2=BB =D0=9E=D1=82=D0=9F=D0=B0=D0=B4=D0=B0=D0=B5= =D1=82. #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# Now I see Two Ways to ReEnAble Building i386-Kernel with BuiltIn ZFS Suppor= t in 13.0: 1. Get the File =C2=ABopensolaris_atomic.S=C2=BB from any Previous Release = of FreeBSD Sources: fetch --output=3D"-" --verbose "HTTPS://DownLoad.FreeBSD.Org/ftp/releases/i386/12.2-RELEASE/src.txz" | tar --extract -f "-" --directory "/" --include "*[Oo][Pp][Ee][Nn][Ss][Oo][Ll][Aa][Rr][Ii][Ss]_[Aa][Tt][Oo][Mm][Ii][Cc].[Ss= ]" --fast-read --preserve-permissions --verbose But It does not Compile with the following Error: #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# =E2=80=A6 --- all_subdir_opensolaris --- /usr/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h:174:13: error: unexpected token in argument list --- all_subdir_ossl --- --- sha1-586.o --- --- all_subdir_otus --- --- device_if.h --- --- all_subdir_opensolaris --- typedef int bool_t; ^ /usr/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h:175:13: error: unexpected token in argument list typedef int enum_t; ^ *** [opensolaris_atomic.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/opensolaris =E2=80=A6 #=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80# Does It Really Can Atomic-Operate with 128-Bit Numbers on a 32-Bit CPU with= out Support of =C2=ABCmpXChg16B=C2=BB? 2. Completely throw out =C2=ABopensolaris_atomic.S=C2=BB from the i386-Sour= ces Tree: sed -E -i "~" "s~^([^#]*opensolaris_atomic.S.*)$~#\1~" "/usr/src/sys/conf/files.i386" After that, Kernel Builds SuccessFully and even Runs, but I am not Sure, th= at It is a =C2=ABGood Idea=C2=BB: File =C2=ABopensolaris_atomic.S=C2=BB looks like must Operate Much Faster, = than =C2=AB/usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_atomic.c=C2=BB,= which uses Mutexes on Every Operation. Can SomeOne from the KnowledgEable Suggest a More Correct Solution? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 20:11:57 2021 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 C884C189F1E6 for ; Tue, 16 Nov 2021 20:11:57 +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 4Htxzd5B91z3KrR for ; Tue, 16 Nov 2021 20:11:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9262B13CE4 for ; Tue, 16 Nov 2021 20:11:57 +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 1AGKBvgD037443 for ; Tue, 16 Nov 2021 20:11:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGKBv9X037442 for bugs@FreeBSD.org; Tue, 16 Nov 2021 20:11:57 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 259886] make removes existing file with the same name as PHONY target on interrupt Date: Tue, 16 Nov 2021 20:11:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: serpent7776@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259886 Bug ID: 259886 Summary: make removes existing file with the same name as PHONY target on interrupt Product: Base System Version: 12.2-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: serpent7776@gmail.com Make removes an existing file that has the same name as PHONY target when interrupted: Create an empty file: $ touch all Create a simple Makefile: .PHONY: all all: sleep 10 Run make: $ make all while sleeping, interrupt make by sending Ctrl-C: sleep 10 ^Cmake: *** all removed *** Signal 2 file `all` will be removed by make. This behaviour is not exhibited by gnu make, which doesn't remove `all` file when interrupted with Ctrl-C. I consider this a bug in make, since `all` is a PHONY target that doesn't r= efer to actual file. FreeBSD 12.2-RELEASE-p7 GENERIC amd64 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 20:47:44 2021 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 ED1A11890B28 for ; Tue, 16 Nov 2021 20:47:44 +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 4Htymw6J70z3lmr for ; Tue, 16 Nov 2021 20:47:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B9FF2144A5 for ; Tue, 16 Nov 2021 20:47:44 +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 1AGKliNf054907 for ; Tue, 16 Nov 2021 20:47:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGKlipl054906 for bugs@FreeBSD.org; Tue, 16 Nov 2021 20:47:44 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 20:47:44 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259878 --- Comment #6 from Mark Johnston --- Thanks. It seems DELAY() is broken. Please try this patch: https://reviews.freebsd.org/D33014 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 20:50:54 2021 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 8CF6B1893FAE for ; Tue, 16 Nov 2021 20:50:54 +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 4HtyrZ3PNRz3nmB for ; Tue, 16 Nov 2021 20:50:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 54CA614173 for ; Tue, 16 Nov 2021 20:50:54 +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 1AGKosgv057221 for ; Tue, 16 Nov 2021 20:50:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGKosbi057220 for bugs@FreeBSD.org; Tue, 16 Nov 2021 20:50:54 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 259878] [hyper-v] Kernel hangs at boot after printing Hyper-V features Date: Tue, 16 Nov 2021 20:50:54 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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=3D259878 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |markj@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 22:01:33 2021 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 0C269188E192 for ; Tue, 16 Nov 2021 22:01:33 +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 4Hv0Q46qpFz4gy2 for ; Tue, 16 Nov 2021 22:01:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CA6F1153C0 for ; Tue, 16 Nov 2021 22:01:32 +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 1AGM1WWo094614 for ; Tue, 16 Nov 2021 22:01:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGM1WUF094613 for bugs@FreeBSD.org; Tue, 16 Nov 2021 22:01:32 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 259879] enabling PF blocks multicast/igmp sendto Date: Tue, 16 Nov 2021 22:01:33 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kp@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=3D259879 Kristof Provost changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kp@freebsd.org --- Comment #1 from Kristof Provost --- I've been able to replicate part of this on main. It looks like the IGMP packets are dropped because they have IP header options, which appears to be expected behaviour: allow-opts By default, IPv4 packets with IP options or IPv6 packets with routing extension headers are blocked. When allow-opts is specified for= a pass rule, packets that pass the filter based on that rule (last matching) do so even if they contain IP options or routing exten= sion headers. For packets that match state, the rule that initially created the state is used. The implicit pass rule that is used = when a packet does not match any rules does not allow IP options. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 22:13:41 2021 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 AFC0D18946CD for ; Tue, 16 Nov 2021 22:13:41 +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 4Hv0h54Rdnz4lb6 for ; Tue, 16 Nov 2021 22:13:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 797DF15AA5 for ; Tue, 16 Nov 2021 22:13:41 +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 1AGMDfQ7003157 for ; Tue, 16 Nov 2021 22:13:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGMDfRQ003156 for bugs@FreeBSD.org; Tue, 16 Nov 2021 22:13:41 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 259879] enabling PF blocks multicast/igmp sendto Date: Tue, 16 Nov 2021 22:13:41 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #2 from Johan Str=C3=B6m --- Ooooh.. Ok, yes indeed, adding the following rule makes pimd seem to work as expected: pass on $intf inet proto igmp allow-opts I had this without allow-opts before, but it "silently" failed (my "block d= rop log all" did not log it, iirc). Thank you for super fast reply! I'm not sure if this was just crap behind t= he keyboard, or an actual bug. Leaving that for you to decide. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 22:19:21 2021 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 6FF19189514C for ; Tue, 16 Nov 2021 22:19:21 +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 4Hv0pd1mljz4m53 for ; Tue, 16 Nov 2021 22:19:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1CF4515831 for ; Tue, 16 Nov 2021 22:19:21 +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 1AGMJLVu004142 for ; Tue, 16 Nov 2021 22:19:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGMJLUA004141 for bugs@FreeBSD.org; Tue, 16 Nov 2021 22:19:21 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 259879] enabling PF blocks multicast/igmp sendto Date: Tue, 16 Nov 2021 22:19:21 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D259879 Kristof Provost changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --- Comment #3 from Kristof Provost --- It's non-intuitive behaviour. It surprised me too, but it is documented as working this way and it also works this way in OpenBSD pf so I'm not going = to change it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 22:24:36 2021 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 A4BBB1897F69 for ; Tue, 16 Nov 2021 22:24:36 +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 4Hv0wh48g1z4ngt for ; Tue, 16 Nov 2021 22:24:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6F4FA15D0B for ; Tue, 16 Nov 2021 22:24:36 +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 1AGMOaVu007581 for ; Tue, 16 Nov 2021 22:24:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGMOaUv007580 for bugs@FreeBSD.org; Tue, 16 Nov 2021 22:24:36 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 259879] enabling PF blocks multicast/igmp sendto Date: Tue, 16 Nov 2021 22:24:36 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution 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=3D259879 Johan Str=C3=B6m changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|Not A Bug |FIXED --- Comment #4 from Johan Str=C3=B6m --- Sounds sane. Perhaps a note in pf.conf man page about effect on multicast/I= GMP could be useful, or in other docs (unless I missed it). Anyhow, thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 23:03:54 2021 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 0C0E2188D6A7 for ; Tue, 16 Nov 2021 23:03:54 +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 4Hv1p16sWMz3Jhv for ; Tue, 16 Nov 2021 23:03:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CC2C116608 for ; Tue, 16 Nov 2021 23:03:53 +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 1AGN3rmR027617 for ; Tue, 16 Nov 2021 23:03:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGN3rL5027616 for bugs@FreeBSD.org; Tue, 16 Nov 2021 23:03:53 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 259107] A damaged ext2 superblock can cause a panic due to a recursive bread(). Date: Tue, 16 Nov 2021 23:03:54 +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: nc@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc assigned_to 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=3D259107 Neel Chauhan changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://reviews.freebsd.org | |/D33029 Assignee|bugs@FreeBSD.org |nc@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 16 23:04:28 2021 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 06487188D95D for ; Tue, 16 Nov 2021 23:04:28 +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 4Hv1pg6Ymdz3KF0 for ; Tue, 16 Nov 2021 23:04:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C1FA4163D6 for ; Tue, 16 Nov 2021 23:04:27 +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 1AGN4R0G027735 for ; Tue, 16 Nov 2021 23:04:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AGN4R18027734 for bugs@FreeBSD.org; Tue, 16 Nov 2021 23:04:27 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 259112] A damaged ext3 inode with bad extents can cause a kernel page fault. Date: Tue, 16 Nov 2021 23:04:28 +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: nc@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: nc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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=3D259112 Neel Chauhan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |nc@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 05:59:16 2021 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 79BE0189E99D for ; Wed, 17 Nov 2021 05:59:16 +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 4HvC1J2tYQz3CKG for ; Wed, 17 Nov 2021 05:59:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 43A501BA49 for ; Wed, 17 Nov 2021 05:59:16 +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 1AH5xG2k039483 for ; Wed, 17 Nov 2021 05:59:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH5xGkI039482 for bugs@FreeBSD.org; Wed, 17 Nov 2021 05:59:16 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 259892] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Wed, 17 Nov 2021 05:59:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peter@libassi.se X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259892 Bug ID: 259892 Summary: /etc/rc.d/zfskeys is not installed by installworld / etcupdate Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: peter@libassi.se The new zfskeys rc script provided by https://reviews.freebsd.org/D30015 is present in /usr/src/libexec/rc/rc.d/zfskeys but does not get installed in /etc/rc.d after: cd /usr/src git pull --ff-only make buildworld make buildkernel=20 make installkernel shutdown -r make installworld shutdown -r etcupdate uname -a FreeBSD bsd2 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n250739-06a8ffd4cd5:= Tue Nov 16 21:41:01 CET 2021 root@bsd2:/usr/obj/usr/src/amd64.amd64/sys/GEN= ERIC amd64 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 05:59:54 2021 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 62B86189F064 for ; Wed, 17 Nov 2021 05:59:54 +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 4HvC222CGHz3CTg for ; Wed, 17 Nov 2021 05:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2C7C51BD87 for ; Wed, 17 Nov 2021 05:59:54 +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 1AH5xsgV039586 for ; Wed, 17 Nov 2021 05:59:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH5xsok039585 for bugs@FreeBSD.org; Wed, 17 Nov 2021 05:59:54 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 259893] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Wed, 17 Nov 2021 05:59:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peter@libassi.se X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259893 Bug ID: 259893 Summary: /etc/rc.d/zfskeys is not installed by installworld / etcupdate Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: peter@libassi.se The new zfskeys rc script provided by https://reviews.freebsd.org/D30015 is present in /usr/src/libexec/rc/rc.d/zfskeys but does not get installed in /etc/rc.d after: cd /usr/src git pull --ff-only make buildworld make buildkernel=20 make installkernel shutdown -r make installworld shutdown -r etcupdate uname -a FreeBSD bsd2 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n250739-06a8ffd4cd5:= Tue Nov 16 21:41:01 CET 2021 root@bsd2:/usr/obj/usr/src/amd64.amd64/sys/GEN= ERIC amd64 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:24:17 2021 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 845F3188D1D3 for ; Wed, 17 Nov 2021 06:24:17 +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 4HvCZ93FyWz3NdB for ; Wed, 17 Nov 2021 06:24:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 507871C48B for ; Wed, 17 Nov 2021 06:24:17 +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 1AH6OHnj056860 for ; Wed, 17 Nov 2021 06:24:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6OHmv056859 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:24:17 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 259893] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Wed, 17 Nov 2021 06:24:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D259893 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed --- Comment #1 from Kubilay Kocak --- *** This bug has been marked as a duplicate of bug 259892 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:24:17 2021 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 B6BD4188D395 for ; Wed, 17 Nov 2021 06:24:17 +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 4HvCZ94lHpz3NZN for ; Wed, 17 Nov 2021 06:24:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 832931C48C for ; Wed, 17 Nov 2021 06:24:17 +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 1AH6OH1S056868 for ; Wed, 17 Nov 2021 06:24:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6OHKx056867 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:24:17 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 259892] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Wed, 17 Nov 2021 06:24:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@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: 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=3D259892 --- Comment #1 from Kubilay Kocak --- *** Bug 259893 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:26:32 2021 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 36D12188D8C4 for ; Wed, 17 Nov 2021 06:26:32 +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 4HvCcm0js4z3P0H for ; Wed, 17 Nov 2021 06:26:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E977A1C2B4 for ; Wed, 17 Nov 2021 06:26:31 +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 1AH6QVO7057204 for ; Wed, 17 Nov 2021 06:26:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6QVl8057203 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:26:31 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 259892] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Wed, 17 Nov 2021 06:26:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc see_also flagtypes.name bug_status 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=3D259892 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |allanjude@FreeBSD.org See Also| |https://reviews.freebsd.org | |/D30015 Flags| |maintainer-feedback?(allanj | |ude@FreeBSD.org) Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:56:02 2021 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 5F838189C0E2 for ; Wed, 17 Nov 2021 06:56:02 +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 4HvDGp208Lz3nMT for ; Wed, 17 Nov 2021 06:56:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1EDFD1CA17 for ; Wed, 17 Nov 2021 06:56:02 +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 1AH6u1xm071657 for ; Wed, 17 Nov 2021 06:56:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6u1cD071656 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:56:01 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 259879] enabling PF blocks multicast/igmp sendto Date: Wed, 17 Nov 2021 06:56:02 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #5 from Johan Str=C3=B6m --- I verified that logging is not working as expected (pass rule without allow-opts blocks but does not log): enabling pf with no rules launch the socat command that tries to join multicast address. Pf now blocks igmp (as we now know is expected) adding a rule "block return log on $if all" and then running the socat again yields log entries in pflog: root@freebsd:~ # tcpdump -i pflog0 igmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on pflog0, link-type PFLOG (OpenBSD pflog file), capture size 262= 144 bytes 06:47:55.756617 IP 172.28.6.15 > igmp.mcast.net: igmp v3 report, 1 group record(s) 06:47:57.756382 IP 172.28.6.15 > igmp.mcast.net: igmp v3 report, 1 group record(s) 06:47:58.556249 IP 172.28.6.15 > igmp.mcast.net: igmp v3 report, 1 group record(s) Adding a incomplete PF rule "pass on $if inet proto igmp" and starting soca= t. No igmp traffic out, but nothing in pflog eitiher. And that feels more like= a bug? One gotcha while debugging this: adding 'allow-opts' to the above role and rerunning socat does not actually work immediately , you have to flush/wait= for the states to expire. Then it works. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:56:44 2021 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 9392C189D310 for ; Wed, 17 Nov 2021 06:56:44 +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 4HvDHc3PFqz3pCJ for ; Wed, 17 Nov 2021 06:56:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 419B11C548 for ; Wed, 17 Nov 2021 06:56:44 +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 1AH6uiqP071722 for ; Wed, 17 Nov 2021 06:56:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6uidL071721 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:56:44 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 259894] [panic] kernel panic in ng_l2tp Date: Wed, 17 Nov 2021 06:56:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: eugen@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259894 Bug ID: 259894 Summary: [panic] kernel panic in ng_l2tp Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: eugen@freebsd.org One of our servers has been upgraded from 11.4-STABLE/amd64 (completely sta= ble, no panics) to 12.3-PRERELEASE recently. Since then, it panices every several days. I managed to collect crashdump. Unfortunately, the system built with WITHOUT_KERNEL_SYMBOLS, so I have kernel.debug for the kernel but no debugg= ing symbols for modules. Here are kernel config file and kgdb session: include GENERIC ident Base12 options IPDIVERT options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=3D100 options IPFIREWALL_DEFAULT_TO_ACCEPT device enc # EOF GNU gdb (GDB) 11.1 [GDB v11.1 for FreeBSD] Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd12.3". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from kernel.debug... Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid =3D 5; apic id =3D 15 fault virtual address =3D 0x1c fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff80c6fab6 stack pointer =3D 0x28:0xfffffe009c6ce9d0 frame pointer =3D 0x28:0xfffffe009c6cea10 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 1558 (ng_queue2) trap number =3D 12 panic: page fault cpuid =3D 5 time =3D 1637072171 KDB: stack backtrace: #0 0xffffffff80c30235 at kdb_backtrace+0x65 #1 0xffffffff80be43cb at vpanic+0x17b #2 0xffffffff80be4243 at panic+0x43 #3 0xffffffff811239a1 at trap_fatal+0x391 #4 0xffffffff811239ff at trap_pfault+0x4f #5 0xffffffff81123046 at trap+0x286 #6 0xffffffff810fadc8 at calltrap+0x8 #7 0xffffffff82b4c023 at ng_l2tp_seq_rack_timeout+0x203 #8 0xffffffff82b2d5c9 at ng_apply_item+0xd9 #9 0xffffffff82b302a9 at ngthread+0x1e9 #10 0xffffffff80ba579e at fork_exit+0x7e #11 0xffffffff810fbdfe at fork_trampoline+0xe Uptime: 10d7h48m54s Dumping 6651 out of 24261 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..= 91% __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 55 __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru= ct pcpu, (kgdb) bt #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:55 #1 doadump (textdump=3D) at /usr/src/sys/kern/kern_shutdown= .c:371 #2 0xffffffff80be3fe5 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:452 #3 0xffffffff80be4423 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:881 #4 0xffffffff80be4243 in panic (fmt=3D) at /usr/src/sys/kern/kern_shutdown.c:808 #5 0xffffffff811239a1 in trap_fatal (frame=3D0xfffffe009c6ce910, eva=3D28) at /usr/src/sys/amd64/amd64/trap.c:921 #6 0xffffffff811239ff in trap_pfault (frame=3D0xfffffe009c6ce910, usermode=3D, signo=3D, ucode=3D) at /usr/src/sys/amd64/amd64/trap.c:739 #7 0xffffffff81123046 in trap (frame=3D0xfffffe009c6ce910) at /usr/src/sys/amd64/amd64/trap.c:405 #8 #9 m_copypacket (m=3D0x0, how=3D1) at /usr/src/sys/kern/uipc_mbuf.c:539 #10 0xffffffff82b4c023 in ng_l2tp_seq_rack_timeout () from /boot/kernel/ng_l2tp.ko #11 0xffffffff82b2d5c9 in ng_apply_item () from /boot/kernel/netgraph.ko #12 0xffffffff82b302a9 in ngthread () from /boot/kernel/netgraph.ko #13 0xffffffff80ba579e in fork_exit (callout=3D0xfffff805c8026300, arg=3D0xfffff8057303f090, frame=3D0xfffff8002babe740) at /usr/src/sys/kern/kern_fork.c:1080 #14 (kgdb) frame 10 #10 0xffffffff82b4c023 in ng_l2tp_seq_rack_timeout () from /boot/kernel/ng_l2tp.ko (kgdb) l 50 static __inline __pure2 struct thread * 51 __curthread(void) 52 { 53 struct thread *td; 54 55 __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru= ct pcpu, 56 pc_curthread))); 57 return (td); 58 } 59 #define curthread (__curthread()) (kgdb) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 06:58:58 2021 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 7C2BE189D661 for ; Wed, 17 Nov 2021 06:58:58 +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 4HvDLB2zzhz3pRc for ; Wed, 17 Nov 2021 06:58:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 438D61CA18 for ; Wed, 17 Nov 2021 06:58:58 +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 1AH6wwQL072082 for ; Wed, 17 Nov 2021 06:58:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AH6wwKd072081 for bugs@FreeBSD.org; Wed, 17 Nov 2021 06:58:58 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 259894] [panic] kernel panic in ng_l2tp Date: Wed, 17 Nov 2021 06:58:58 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: eugen@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: 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=3D259894 --- Comment #1 from Eugene Grosbein --- Forgot to note: sources were updated with gitup on 10 October 2021 and /var/db/gitup/stable in first line shows the hash d12f564865718e213e9d41aa493a3b6aa7faca60 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 11:25:24 2021 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 582F51897942 for ; Wed, 17 Nov 2021 11:25:25 +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 4HvLFc5ptlz4kM8 for ; Wed, 17 Nov 2021 11:25:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 812AB1FDCD for ; Wed, 17 Nov 2021 11:25:24 +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 1AHBPOGa007227 for ; Wed, 17 Nov 2021 11:25:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AHBPO9H007226 for bugs@FreeBSD.org; Wed, 17 Nov 2021 11:25:24 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 259894] [panic] kernel panic in ng_l2tp Date: Wed, 17 Nov 2021 11:25:24 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: afedorov@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=3D259894 Aleksandr Fedorov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |afedorov@FreeBSD.org --- Comment #2 from Aleksandr Fedorov --- There are several fixes that were not merged to 12-STABLE. Please look at a bug with a similar trace: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241133 And the last fix: https://github.com/freebsd/freebsd-src/commit/89042ff77668555e77c88549e6ba6= 97088ee72f9#diff-4f9d1140feb6d93b11b7960837403d3fbe036c7609d08d31fe0dbfd1ab= 6930ff --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 16:18:20 2021 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 056E21896971 for ; Wed, 17 Nov 2021 16:18:23 +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 4HvSlc53W3z3ttt for ; Wed, 17 Nov 2021 16:18:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8AB8524218 for ; Wed, 17 Nov 2021 16:18:20 +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 1AHGIKIW057901 for ; Wed, 17 Nov 2021 16:18:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AHGIKnE057900 for bugs@FreeBSD.org; Wed, 17 Nov 2021 16:18:20 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 259894] [panic] kernel panic in ng_l2tp Date: Wed, 17 Nov 2021 16:18:20 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: glebius@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: 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=3D259894 --- Comment #3 from Gleb Smirnoff --- Just for the record. This panic is known and fixed in main. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 21:14:00 2021 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 7305018558EF for ; Wed, 17 Nov 2021 21:14: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 4HvbJs2nvBz3w65 for ; Wed, 17 Nov 2021 21:14:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3D58439E for ; Wed, 17 Nov 2021 21:14: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 1AHLE5Kv011929 for ; Wed, 17 Nov 2021 21:14:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AHLE5Nm011928 for bugs@FreeBSD.org; Wed, 17 Nov 2021 21:14: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 253288] hwpstate_intel: modern ThinkPads wedge under any kind of load or during boot Date: Wed, 17 Nov 2021 21:14:00 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rmavella@gmail.com 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=3D253288 Ryan Avella changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmavella@gmail.com --- Comment #46 from Ryan Avella --- I installed 13.0-RELEASE on a Thinkpad T490, and I saw all of the same symp= toms described by others above. The suggestion of setting hint.hwpstate_intel.0.disabled=3D1 fixed it. I noticed one symptom not mentioned that might be specific to just me. I can reliably trigger the behavior by moving my laptop, e.g. repositioning it on= the desk, or carrying it from my desk to my armchair. I've heard that Lenovo has motion-based CPU throttling, so maybe that is related? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 17 22:51:51 2021 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 A23CC188F119 for ; Wed, 17 Nov 2021 22:51:51 +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 4HvdTg43PWz3DKv for ; Wed, 17 Nov 2021 22:51:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 662521761 for ; Wed, 17 Nov 2021 22:51:51 +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 1AHMpptk062843 for ; Wed, 17 Nov 2021 22:51:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AHMppbL062842 for bugs@FreeBSD.org; Wed, 17 Nov 2021 22:51:51 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 259071] Read past EoF in NFS client and fusefs Date: Wed, 17 Nov 2021 22:51:51 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259071 --- Comment #18 from Rick Macklem --- Just fyi, I have now reproduced the problem on FreeBSD 12.3. For some reason (timing?), it did not recur easily for NFSv4, but does for NFSv3. Then I left the NFSv4 test running for a long time and it eventually failed. The behaviour for name caching seems to be the same for 12.3 as newer 13/14 kernels. I doubt the patches can make it in the 12.3 release, but I will get them into stable/12. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 00:13:36 2021 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 C49A7188FC9C for ; Thu, 18 Nov 2021 00:13:36 +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 4HvgJ04tZ7z3vyB for ; Thu, 18 Nov 2021 00:13:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 88E1D28F0 for ; Thu, 18 Nov 2021 00:13:36 +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 1AI0DamP008716 for ; Thu, 18 Nov 2021 00:13:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI0DaNh008715 for bugs@FreeBSD.org; Thu, 18 Nov 2021 00:13:36 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 259879] enabling PF blocks multicast/igmp sendto Date: Thu, 18 Nov 2021 00:13:36 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #6 from Kristof Provost --- (In reply to Johan Str=C3=B6m from comment #5) I don't think that's a bug. Log rules are only going to log when they match= the traffic. These rules do not match it, that's why it's getting dropped. That final gotcha is also expected. Traffic keeps matching the rule that created its state, even if the ruleset changes later. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 00:21:53 2021 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 DD2141893EFD for ; Thu, 18 Nov 2021 00:21:54 +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 4HvgTZ5hjqz4SYl for ; Thu, 18 Nov 2021 00:21:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A49242CD6 for ; Thu, 18 Nov 2021 00:21:54 +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 1AI0Lsaa012164 for ; Thu, 18 Nov 2021 00:21:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI0Lsvv012163 for bugs@FreeBSD.org; Thu, 18 Nov 2021 00:21:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259071] Read past EoF in NFS client and fusefs Date: Thu, 18 Nov 2021 00:21:53 +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 Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259071 --- Comment #19 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dca826694e3b08133b9e16744e1178863c= fc4c16b commit ca826694e3b08133b9e16744e1178863cfc4c16b Author: Rick Macklem AuthorDate: 2021-10-30 23:35:02 +0000 Commit: Rick Macklem CommitDate: 2021-11-17 23:07:11 +0000 nfscl: Fix a race between Setattr of size and Lookup PR#259071 provides a test program that fails for the NFS client. Testing with it, there appears to be a race between Lookup and VOPs like Setattr-of-size, where Lookup ends up loading stale attributes (including what might be the wrong file size) into the NFS vnode's attribute cache. The race occurs when the modifying VOP (which holds a lock on the vnode), blocks the acquisition of the vnode in Lookup, after the RPC (with now potentially stale attributes). Here's what seems to happen: Child Parent does stat(), which does VOP_LOOKUP(), doing the Lookup RPC with the directory vnode locked, acquiring file attributes valid at this point in time blocks waiting for locked file does ftruncate(), which vnode does VOP_SETATTR() of Size, changing the file's size while holding an exclusive lock on the file's vnode releases the vnode lock acquires file vnode and fills in now stale attributes including the old wrong Size does a read() which returns wrong data size This patch fixes the problem by saving a timestamp in the NFS vnode in the VOPs that modify the file (Setattr-of-size, Allocate). Then lookup/readdirplus compares that timestamp with the time just before starting the RPC after it has acquired the file's vnode. If the modifying RPC occurred during the Lookup, the attributes in the RPC reply are discarded, since they might be stale. With this patch the test program works as expected. Note that the test program does not fail on a July stable/12, although this race is in the NFS client code. I suspect a fairly recent change to the name caching code exposed this bug. PR: 259071 (cherry picked from commit 2be417843a04f25e631e99d5188eb2652b13d80d) sys/fs/nfsclient/nfs_clrpcops.c | 29 ++++++++++++++-- sys/fs/nfsclient/nfs_clvnops.c | 73 +++++++++++++++++++++++++++++++++++++= ---- sys/fs/nfsclient/nfsnode.h | 1 + 3 files changed, 93 insertions(+), 10 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 00:27:55 2021 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 C650918976FB for ; Thu, 18 Nov 2021 00:27:55 +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 4HvgcW5BdFz4VSc for ; Thu, 18 Nov 2021 00:27:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 933F62C62 for ; Thu, 18 Nov 2021 00:27:55 +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 1AI0RtoW013979 for ; Thu, 18 Nov 2021 00:27:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI0RtxE013978 for bugs@FreeBSD.org; Thu, 18 Nov 2021 00:27:55 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 259808] etc/periodic/daily/100.clean-disks: Fix error (Directory not empty) when removing ports matching '*.core' Date: Thu, 18 Nov 2021 00:27:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: easy, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12? 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=3D259808 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |moto@kawasaki3.org --- Comment #3 from Kubilay Kocak --- *** Bug 259906 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 01:02:03 2021 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 82DEE1889175 for ; Thu, 18 Nov 2021 01:02:03 +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 4HvhMv3DV6z4hrN for ; Thu, 18 Nov 2021 01:02:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4F2A93275 for ; Thu, 18 Nov 2021 01:02:03 +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 1AI123pR031557 for ; Thu, 18 Nov 2021 01:02:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI123k7031556 for bugs@FreeBSD.org; Thu, 18 Nov 2021 01:02:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259071] Read past EoF in NFS client and fusefs Date: Thu, 18 Nov 2021 01:02:03 +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 Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259071 --- Comment #20 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dd472d0358e8fe27c1b1050564cdbd9082= bd06a05 commit d472d0358e8fe27c1b1050564cdbd9082bd06a05 Author: Rick Macklem AuthorDate: 2021-10-31 00:08:28 +0000 Commit: Rick Macklem CommitDate: 2021-11-18 00:19:50 +0000 nfscl: Add setting n_localmodtime to the Write RPC code Similar to commit 2be417843a, I believe there could be a race between the NFS client VOP_LOOKUP() and file Writing that could result in stale file attributes being loaded into the NFS vnode by VOP_LOOKUP(). I have not been able to reproduce a failure due to this race, but I believe that there are two possibilities: The Lookup RPC happens while VOP_WRITE() is being executed and loads stale file attributes after VOP_WRITE() returns when it has already completed the Write/Commit RPC(s). --> For this case, setting the local modify timestamp at the end of VOP_WRITE() should ensure that stale file attributes are not loaded. The Lookup RPC occurs after VOP_WRITE() has returned, while asynchronous Write/Commit RPCs are in progress and then is blocked by the vnode held by VOP_OPEN/VOP_CLOSE/VOP_FSYNC which will flush writes via ncl_flush() or ncl_vinvalbuf(), clearing the NMODIFIED flag (which indicates Writes-in-progress). The VOP_LOOKUP() then acquires the NFS vnode lock and fills in stale file attributes. --> Setting the local modify timestamp in ncl_flsuh() and ncl_vinvalbu= f() when they clear NMODIFIED should ensure that stale file attributes are not loaded. This patch does the above. PR: 259071 (cherry picked from commit 50dcff0816e5e4aa94f51ce27da5121e49902996) sys/fs/nfsclient/nfs_clbio.c | 18 +++++++++++++++--- sys/fs/nfsclient/nfs_clvnops.c | 7 +++++++ 2 files changed, 22 insertions(+), 3 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 06:36:56 2021 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 024B318304F8 for ; Thu, 18 Nov 2021 06:36:56 +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 4HvqpJ5c31z3llN for ; Thu, 18 Nov 2021 06:36:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9E39F10805 for ; Thu, 18 Nov 2021 06:36:56 +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 1AI6aue8004535 for ; Thu, 18 Nov 2021 06:36:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AI6auGK004534 for bugs@FreeBSD.org; Thu, 18 Nov 2021 06:36:56 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 259879] enabling PF blocks multicast/igmp sendto Date: Thu, 18 Nov 2021 06:36:56 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #7 from Johan Str=C3=B6m --- The "block return log on $if all" IS matching and IS logging, as long as th= ere isn't a pass rule for igmp. If I add a pass rule *without allow-opts* it st= ops logging, even if the pass rule does not pass the traffic: block return log on vtnet0 all logs to pflog0 06:30:59.154898 rule 0/0(match): block out on vtnet0: (tos 0xc0, ttl 1, id = 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA)) 172.28.6.15 > 224.0.0.22: igmp v3 report, 1 group record(s) [gaddr 239.255.0.100 to_in, 0 source(s)] but block return log on vtnet0 all pass on vtnet0 inet proto icmp does not pass traffic (since missing allow-opts on pass rule), but neither = does it log it in pflog anymore. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 10:15:07 2021 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 EDE5D189E839 for ; Thu, 18 Nov 2021 10:15:07 +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 4Hvwf36330z3tt5 for ; Thu, 18 Nov 2021 10:15:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AB31E12EFE for ; Thu, 18 Nov 2021 10:15:07 +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 1AIAF7pb018709 for ; Thu, 18 Nov 2021 10:15:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIAF7aC018708 for bugs@FreeBSD.org; Thu, 18 Nov 2021 10:15:07 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 259892] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Thu, 18 Nov 2021 10:15:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: junchoon@dec.sakura.ne.jp X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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=3D259892 Tomoaki AOKI changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |junchoon@dec.sakura.ne.jp --- Comment #2 from Tomoaki AOKI --- See Comment 9 of Bug 256483. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256483#c9 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 11:43:00 2021 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 ABAF01852D5F for ; Thu, 18 Nov 2021 11:43:00 +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 4HvybS44Sgz4qQ2 for ; Thu, 18 Nov 2021 11:43:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6D3E71434D for ; Thu, 18 Nov 2021 11:43:00 +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 1AIBh0Hk061968 for ; Thu, 18 Nov 2021 11:43:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIBh0Iv061967 for bugs@FreeBSD.org; Thu, 18 Nov 2021 11:43:00 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 259892] /etc/rc.d/zfskeys is not installed by installworld / etcupdate Date: Thu, 18 Nov 2021 11:43:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: peter@libassi.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution 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=3D259892 Peter Libassi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |DUPLICATE --- Comment #3 from Peter Libassi --- (In reply to Tomoaki AOKI from comment #2) Ok, thanks. we can close this then. *** This bug has been marked as a duplicate of bug 256483 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 13:21:26 2021 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 1AF35188BE7B for ; Thu, 18 Nov 2021 13:21:26 +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 4Hw0n208FNz3rCm for ; Thu, 18 Nov 2021 13:21:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D9C6015770 for ; Thu, 18 Nov 2021 13:21:25 +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 1AIDLPS4014426 for ; Thu, 18 Nov 2021 13:21:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIDLPi9014425 for bugs@FreeBSD.org; Thu, 18 Nov 2021 13:21:25 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 259916] kernel panic, possibly related to ciss(4) Date: Thu, 18 Nov 2021 13:21:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fuz@fuz.su X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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=3D259916 Bug ID: 259916 Summary: kernel panic, possibly related to ciss(4) Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: fuz@fuz.su Created attachment 229574 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229574&action= =3Dedit crash information After trying to debug a wonky tape drive that would randomly disconnect its= elf for some reason, my FreeBSD 13.0-RELEASE-p4 server crashed with a kernel panic. The tape dr= ive is attached to a SAS controller supported by the ciss(4) driver. The last commands I exec= uted before the crash were: camcontrol rescan all # necessary to make the tape drive come back onli= ne mt rewind && mt offline See attached files for some information about the crash. I do have a core = dump and can run further analysis on it if requested. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 14:26:39 2021 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 6BE80188D9F2 for ; Thu, 18 Nov 2021 14:26:39 +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 4Hw2DH2HpHz4hf8 for ; Thu, 18 Nov 2021 14:26:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2E7CE167E3 for ; Thu, 18 Nov 2021 14:26:39 +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 1AIEQdou049825 for ; Thu, 18 Nov 2021 14:26:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIEQdiq049824 for bugs@FreeBSD.org; Thu, 18 Nov 2021 14:26:39 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 135690] [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259126 at offset 0: mangled entry Date: Thu, 18 Nov 2021 14:26:39 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: karel.gardas@centrum.cz X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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=3D135690 Karel Gardas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karel.gardas@centrum.cz --- Comment #7 from Karel Gardas --- Not sure if I may report here too, but I'm able to see the same panic quite reguralry on RISC-V platform with latest FreeBSD VM image and while running= in qemu 5.2.0 on top of FreeBSD 13-p5 on x64 host. My panic looks: FreeBSD/riscv (freebsd) (ttyu0)=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 login: panic: ufs_dirbad: /: bad dir ino 739685 at offset 0: mangled entry cpuid =3D 3 time =3D 1637242167 KDB: stack backtrace: db_trace_self() at db_trace_self db_trace_self_wrapper() at db_trace_self_wrapper+0x38 kdb_backtrace() at kdb_backtrace+0x2c vpanic() at vpanic+0x148 panic() at panic+0x2a ufs_lookup_ino() at ufs_lookup_ino+0xb18 ufs_lookup() at ufs_lookup+0x16 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0x30 vfs_cache_lookup() at vfs_cache_lookup+0xae VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x30 lookup() at lookup+0x45e namei() at namei+0x35c kern_statat() at kern_statat+0xe8 sys_fstatat() at sys_fstatat+0x1e do_trap_user() at do_trap_user+0x208 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --- exception 8, tval =3D 0 KDB: enter: panic [ thread pid 779 tid 100087 ] Stopped at kdb_enter+0x4c: sd zero,0(a0) db> where Tracing pid 779 tid 100087 td 0xffffffc0957c7100 kdb_enter() at kdb_enter+0x4a vpanic() at vpanic+0x18c panic() at panic+0x2a ufs_lookup_ino() at ufs_lookup_ino+0xb18 ufs_lookup() at ufs_lookup+0x16 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0x30 vfs_cache_lookup() at vfs_cache_lookup+0xae VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x30 vfs_cache_lookup() at vfs_cache_lookup+0xae VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x30 lookup() at lookup+0x45e namei() at namei+0x35c kern_statat() at kern_statat+0xe8 sys_fstatat() at sys_fstatat+0x1e do_trap_user() at do_trap_user+0x208 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --- exception 8, tval =3D 0 db> and it usually happen after some time of using risc-v vm. When using it I usually do: - pkg install git - git clone latest src - buildworld - buildkernel sometimes I'm not able to complete, sometimes I'm and the panic happen more later. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 14:29:12 2021 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 5A6E2188E0C3 for ; Thu, 18 Nov 2021 14:29:12 +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 4Hw2HD21rBz4j4G for ; Thu, 18 Nov 2021 14:29:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 216091687A for ; Thu, 18 Nov 2021 14:29:12 +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 1AIETC6p050311 for ; Thu, 18 Nov 2021 14:29:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIETCWv050310 for bugs@FreeBSD.org; Thu, 18 Nov 2021 14:29:12 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 135690] [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259126 at offset 0: mangled entry Date: Thu, 18 Nov 2021 14:29:12 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: karel.gardas@centrum.cz X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D135690 --- Comment #8 from Karel Gardas --- Forgot to mention. I run qemu with: $HOME/sfw/qemu-5.2.0/bin/qemu-system-riscv64 -machine virt -smp 4 -m 4G -nographic -device virtio-blk-device,drive=3Dhd -drive file=3DFreeBSD-14.0-CURRENT-riscv-riscv64.qcow2,if=3Dnone,id=3Dhd -device virtio-net-device,netdev=3Dnet -netdev user,id=3Dnet,hostfwd=3Dtcp::2233-:2= 2 -bios $HOME/sfw/opensbi/generic/fw_jump.elf -kernel $HOME/sfw/u-boot-qemu/usr/lib/u-boot/qemu-riscv64_smode/uboot.elf -object rng-random,filename=3D/dev/urandom,id=3Drng -device virtio-rng-device,rng= =3Drng -nographic -append "root=3DLABEL=3Drootfs console=3DttyS0" and download images from here: https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.0-CURRENT/riscv64/ After image download/uncompress I usually resize it (qcow2) by +20GB to have more space. FreeBSD nicely resize fs in the VM. Besides enabling ssh server and adding user, I've not done anything to alter standard VM configuration. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 15:09:59 2021 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 C8C281853698 for ; Thu, 18 Nov 2021 15:09:59 +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 4Hw3BH3t0nz3DbR for ; Thu, 18 Nov 2021 15:09:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5E2D517128 for ; Thu, 18 Nov 2021 15:09:59 +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 1AIF9xHI070364 for ; Thu, 18 Nov 2021 15:09:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIF9xbn070363 for bugs@FreeBSD.org; Thu, 18 Nov 2021 15:09:59 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 259920] Merge signals' descriptions of sigaction(2) and signal(3) Date: Thu, 18 Nov 2021 15:09:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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=3D259920 Bug ID: 259920 Summary: Merge signals' descriptions of sigaction(2) and signal(3) Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: 0mp@FreeBSD.org CC: doc@FreeBSD.org Currently, we have two manual pages documenting the signals defined in signal.h: signaction(2) and signal(3). It would be nice to merge those tabl= es together so that we have one place describing signals. sigaction(2) should probably just point to signal(3) as it is already falling behind -- it does= not document SIGLIBRT. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 17:48:14 2021 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 4FB591889FB7 for ; Thu, 18 Nov 2021 17:48:15 +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 4Hw6hv156yz4nPC for ; Thu, 18 Nov 2021 17:48:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DA26B195AE for ; Thu, 18 Nov 2021 17:48:14 +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 1AIHmEcl054537 for ; Thu, 18 Nov 2021 17:48:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIHmEKm054536 for bugs@FreeBSD.org; Thu, 18 Nov 2021 17:48:14 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 17:48:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259798 --- Comment #4 from jjasen@gmail.com --- Created attachment 229578 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229578&action= =3Dedit relayctl show redirect output relayctl show redirect output --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 17:49:10 2021 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 08CBE188B1E7 for ; Thu, 18 Nov 2021 17:49:11 +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 4Hw6jy6dhVz4phS for ; Thu, 18 Nov 2021 17:49:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C4F18196BA for ; Thu, 18 Nov 2021 17:49:10 +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 1AIHnAbM054723 for ; Thu, 18 Nov 2021 17:49:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIHnAMC054722 for bugs@FreeBSD.org; Thu, 18 Nov 2021 17:49:10 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 17:49:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259798 --- Comment #5 from jjasen@gmail.com --- Created attachment 229579 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229579&action= =3Dedit relayd.conf relayd.conf file in use on the two PF firewalls in question. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 17:50:13 2021 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 0F57E188CEA0 for ; Thu, 18 Nov 2021 17:50:13 +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 4Hw6l86w9Jz4qgG for ; Thu, 18 Nov 2021 17:50:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CE7D1195AF for ; Thu, 18 Nov 2021 17:50:12 +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 1AIHoCJQ054996 for ; Thu, 18 Nov 2021 17:50:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIHoCqR054995 for bugs@FreeBSD.org; Thu, 18 Nov 2021 17:50:12 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 17:50:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259798 --- Comment #6 from jjasen@gmail.com --- Created attachment 229580 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229580&action= =3Dedit vmstat -m output soon after a relayd crash vmstat -m output soon after a relayd crash --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 19:06:22 2021 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 682991889A61 for ; Thu, 18 Nov 2021 19:06:22 +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 4Hw8R22LZ5z3pG2 for ; Thu, 18 Nov 2021 19:06:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 314081A25B for ; Thu, 18 Nov 2021 19:06:22 +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 1AIJ6MFP099866 for ; Thu, 18 Nov 2021 19:06:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIJ6M9P099865 for bugs@FreeBSD.org; Thu, 18 Nov 2021 19:06:22 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 19:06:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259798 --- Comment #7 from jjasen@gmail.com --- Created attachment 229582 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229582&action= =3Dedit vmstat-s output vmstat -s from a broken pf firewall --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 19:07:06 2021 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 D17B71889F92 for ; Thu, 18 Nov 2021 19:07:06 +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 4Hw8Rt5Rclz3pTH for ; Thu, 18 Nov 2021 19:07:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9B5EE1A433 for ; Thu, 18 Nov 2021 19:07:06 +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 1AIJ76tC000152 for ; Thu, 18 Nov 2021 19:07:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIJ760d000151 for bugs@FreeBSD.org; Thu, 18 Nov 2021 19:07:06 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 19:07:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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=3D259798 jjasen@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 435 | |61 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 18 19:13:01 2021 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 6F6D1188D586 for ; Thu, 18 Nov 2021 19:13:01 +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 4Hw8Zj2gF1z3rHx for ; Thu, 18 Nov 2021 19:13:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3D9B51A1E5 for ; Thu, 18 Nov 2021 19:13:01 +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 1AIJD1E8004199 for ; Thu, 18 Nov 2021 19:13:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AIJD1tt004198 for bugs@FreeBSD.org; Thu, 18 Nov 2021 19:13:01 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 259798] relayd: fatal: sync_table: cannot set address list: Cannot allocate memory Date: Thu, 18 Nov 2021 19:13:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jjasen@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259798 --- Comment #8 from jjasen@gmail.com --- As an update, this is a general problem now with pf, it seems. I have two systems where relayd will not reload after start, and attempting rules relo= ads via pfctl result in: etc/pf/tables.conf:938: cannot define table clients: Cannot allocate memory ... pfctl: Syntax error in config file: pf rules not loaded Some have indicated low memory causing the issue. These systems have 32GB of ram each, dual processor, multi-core, Intel E5-2697 v2. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 19 02:33:07 2021 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 1FE051895CAD for ; Fri, 19 Nov 2021 02:33:07 +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 4HwLLW0Dskz4tcj for ; Fri, 19 Nov 2021 02:33:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DC704204BD for ; Fri, 19 Nov 2021 02:33:06 +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 1AJ2X6UN058821 for ; Fri, 19 Nov 2021 02:33:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AJ2X6m9058820 for bugs@FreeBSD.org; Fri, 19 Nov 2021 02:33:06 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 259843] Fatal trap 12: page fault while in kernel mode Date: Fri, 19 Nov 2021 02:33:07 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug 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=3D259843 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@gmail.com --- Comment #3 from Graham Perrin --- I'm curious, with what hardware was this? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 19 12:56:24 2021 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 A4F211892BEB for ; Fri, 19 Nov 2021 12:56:24 +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 4Hwc9h46qPz3n4Y for ; Fri, 19 Nov 2021 12:56:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6A66EB28 for ; Fri, 19 Nov 2021 12:56:24 +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 1AJCuO3A096529 for ; Fri, 19 Nov 2021 12:56:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AJCuOr5096528 for bugs@FreeBSD.org; Fri, 19 Nov 2021 12:56:24 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 59912] mremap() implementation lacking Date: Fri, 19 Nov 2021 12:56:24 +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: 4.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: thmu7@freenet.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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=3D59912 Thomas Mueller changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thmu7@freenet.de --- Comment #9 from Thomas Mueller --- I'm observing linux_mremap() calls issued by RPM 4.16 failing with -12 (ENOMEM). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 19 14:17:06 2021 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 2A528189C443 for ; Fri, 19 Nov 2021 14:17:08 +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 4Hwdyq581Wz4jd8 for ; Fri, 19 Nov 2021 14:17:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8D2571D96 for ; Fri, 19 Nov 2021 14:17:07 +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 1AJEH7lZ040486 for ; Fri, 19 Nov 2021 14:17:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AJEH79Q040485 for bugs@FreeBSD.org; Fri, 19 Nov 2021 14:17:07 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 240700] [META] FreeBSD 12.1-RELEASE post-release EN candidates Date: Fri, 19 Nov 2021 14:17:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: manu@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: re@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D240700 Bug 240700 depends on bug 241101, which changed state. Bug 241101 Summary: i915kms working with 12.0 but not 12.1-BETA3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241101 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Works As Intended --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Fri Nov 19 14:57:19 2021 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 76171188B605 for ; Fri, 19 Nov 2021 14:57:19 +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 4HwfsC2r92z3HqP for ; Fri, 19 Nov 2021 14:57:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 41AA224AD for ; Fri, 19 Nov 2021 14:57:19 +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 1AJEvJEx060506 for ; Fri, 19 Nov 2021 14:57:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AJEvJVB060505 for bugs@FreeBSD.org; Fri, 19 Nov 2021 14:57:19 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 205011] openssl: verify error:num=20:unable to get local issuer certificate Date: Fri, 19 Nov 2021 14:57:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: allanjude@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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=3D205011 Allan Jude changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |allanjude@FreeBSD.org Status|New |Closed --- Comment #3 from Allan Jude --- This problem has not been reported on modern versions of FreeBSD, which now include the certificate bundle in base as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 02:38:25 2021 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 9150C18ABB5E for ; Sat, 20 Nov 2021 02:38:25 +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 4HwyQ93NPwz4wHX for ; Sat, 20 Nov 2021 02:38:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5577A14078 for ; Sat, 20 Nov 2021 02:38:25 +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 1AK2cPBW045730 for ; Sat, 20 Nov 2021 02:38:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AK2cPWS045729 for bugs@FreeBSD.org; Sat, 20 Nov 2021 02:38:25 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 259939] [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Date: Sat, 20 Nov 2021 02:38:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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=3D259939 Bug ID: 259939 Summary: [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: terehovv@mail.ru Created attachment 229599 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229599&action= =3Dedit pciconf -lv I am trying to load mfsbsd version 13.0-STABLE amd64 via iPXE (chainloading using undionly.kpxe) on Intel D525MWV motherboard and get BTX halted error: int=3D00000006 err=3D00000000 efl=3D00010202 eip=3D0000a000 eax=3D0007ca14 abx=3D00000000 ecx=3D00000802 edx=3D000000e0 esi=3D0000004c edi=3D00004200 ebp=3D00000000 esp=3D0007ca08 cs=3D002b ds=3D0033 es=3D0033 fs=3D0033 gs=3D0033 ss=3D0033 cs:eip=3Dff ff 89 74 24 10 8b 94-24 98 00 00 00 89 bc 24 b0 00 00 00 89 d1 89 94-24 ac 00 00 00 8d 34 3a ss:esp=3Dd4 c9 07 00 38 93 02 00-b2 05 01 00 44 ea 07 00 46 91 02 00 00 00 00 00-08 00 00 00 78 46 07 00 BTX halted Settings in BIOS: UEFI Boot: Disable Boot to Network: Enable PXE All previous versions of FreeBSD are loaded without problems (including 12.3-RC2). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 03:17:00 2021 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 459961894790 for ; Sat, 20 Nov 2021 03:17:00 +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 4HwzGh1P9cz56WG for ; Sat, 20 Nov 2021 03:17:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0FF1414549 for ; Sat, 20 Nov 2021 03:17:00 +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 1AK3H071068148 for ; Sat, 20 Nov 2021 03:17:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AK3H0gP068147 for bugs@FreeBSD.org; Sat, 20 Nov 2021 03:17:00 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 259940] [linuxulator][wine] no way to query the maximum process ki_size Date: Sat, 20 Nov 2021 03:17:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: damjan.jov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259940 Bug ID: 259940 Summary: [linuxulator][wine] no way to query the maximum process ki_size Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: damjan.jov@gmail.com "struct kinfo_proc" lets us query the maximum RSS size ever attained using "i_rusage.ru_maxrss", but there is no similar field for the maximum "ki_siz= e" (size of all virtual memory). Since both Windows and Linux expect this, linuxulator's sys/compat/linprocfs/linprocfs.c function linprocfs_doprocstatus() complete= ly omits "VmPeak", while in Wine I've had to lie that "ki_size" is both the current and maximum usage. I wonder whether the kernel even captures that statistic? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 04:04:17 2021 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 741A618553D1 for ; Sat, 20 Nov 2021 04:04:20 +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 4Hx0KJ2Xxhz3Nyt for ; Sat, 20 Nov 2021 04:04:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3853C15491 for ; Sat, 20 Nov 2021 04:04:20 +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 1AK44Kk7096951 for ; Sat, 20 Nov 2021 04:04:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AK44KOk096950 for bugs@FreeBSD.org; Sat, 20 Nov 2021 04:04:20 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 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Sat, 20 Nov 2021 04:04:17 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tingox+freebsd@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? 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=3D187015 Torfinn Ingolfsen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tingox+freebsd@gmail.com --- Comment #29 from Torfinn Ingolfsen --- laptop Fujitsu S6120 FreeBSD 13.0-RELEASE-i386-memstick.img needs set hint.agp.1.disabled=3D1 at boot loader prompt in order to boot without kernel panic. More info, including normal and verbose dmesg is available here http://tingo.homedns.org/machines/fujitsu_lifebook_s6120/freebsd/ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 06:27:27 2021 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 84B771889D39 for ; Sat, 20 Nov 2021 06:27:27 +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 4Hx3VR311Yz4r0K for ; Sat, 20 Nov 2021 06:27:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 43D151724A for ; Sat, 20 Nov 2021 06:27:27 +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 1AK6RRiF077918 for ; Sat, 20 Nov 2021 06:27:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AK6RRji077917 for bugs@FreeBSD.org; Sat, 20 Nov 2021 06:27:27 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 255184] Recommend etcupdate instead of mergemaster in src/UPDATING Date: Sat, 20 Nov 2021 06:27:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com 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=3D255184 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@gmail.com --- Comment #1 from Graham Perrin --- This seems to be fixed; bug 252417 comment 7. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 12:33:31 2021 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 2ECCE18280FF for ; Sat, 20 Nov 2021 12:33:32 +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 4HxCcr0j4Pz4m25 for ; Sat, 20 Nov 2021 12:33:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 ECF4B1BF35 for ; Sat, 20 Nov 2021 12:33:31 +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 1AKCXVLT080970 for ; Sat, 20 Nov 2021 12:33:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKCXV9B080969 for bugs@FreeBSD.org; Sat, 20 Nov 2021 12:33:31 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 259939] [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Date: Sat, 20 Nov 2021 12:33:31 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@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: see_also 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=3D259939 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 570 | |18 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 12:33:31 2021 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 07AED18282EA for ; Sat, 20 Nov 2021 12:33:32 +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 4HxCcq6g1bz4mG0 for ; Sat, 20 Nov 2021 12:33:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BAF641BF34 for ; Sat, 20 Nov 2021 12:33:31 +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 1AKCXVin080960 for ; Sat, 20 Nov 2021 12:33:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKCXVtP080959 for bugs@FreeBSD.org; Sat, 20 Nov 2021 12:33:31 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 257018] pxeboot Invalid VM86 Request (BTX halted) - lua too big? 4th works. Date: Sat, 20 Nov 2021 12:33:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@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: see_also 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=3D257018 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 599 | |39 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 17:55:41 2021 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 A815A188FC04 for ; Sat, 20 Nov 2021 17:55:41 +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 4HxLmY4JqQz4TQf for ; Sat, 20 Nov 2021 17:55:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 715B3201E9 for ; Sat, 20 Nov 2021 17:55:41 +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 1AKHtfRV051847 for ; Sat, 20 Nov 2021 17:55:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKHtfHI051846 for bugs@FreeBSD.org; Sat, 20 Nov 2021 17:55:41 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 259839] rtadvctl unable to connect to different control socket of radvd Date: Sat, 20 Nov 2021 17:55:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D259839 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |hrs@FreeBSD.org, | |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- This looks reasonable. I don't think the ctrlsock_name[] variable is really needed, we can assign ctrlsock.si_name =3D optarg directly in the option ha= ndler, exactly like rtadvd does to handle -C. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 18:06:31 2021 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 37AC118936AF for ; Sat, 20 Nov 2021 18:06:31 +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 4HxM13116Hz4WYJ for ; Sat, 20 Nov 2021 18:06:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F381820622 for ; Sat, 20 Nov 2021 18:06:30 +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 1AKI6U4t059719 for ; Sat, 20 Nov 2021 18:06:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKI6UF8059718 for bugs@FreeBSD.org; Sat, 20 Nov 2021 18:06:30 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 259940] [linuxulator][wine] no way to query the maximum process ki_size Date: Sat, 20 Nov 2021 18:06:31 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@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 attachments.created 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=3D259940 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- Created attachment 229620 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229620&action= =3Dedit proposed patch We don't track that value, but it is not hard to add. See the attached pat= ch. One nit is that we count mappings with protection PROT_NONE, but not guard mappings, but for accounting purposes they should be treated the same.=20 Handling that properly would require some extra complexity that is probably= not worth it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 19:02:38 2021 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 691BF188BF88 for ; Sat, 20 Nov 2021 19:02:38 +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 4HxNFp2Rp7z4sTv for ; Sat, 20 Nov 2021 19:02:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3511C21461 for ; Sat, 20 Nov 2021 19:02:38 +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 1AKJ2cVf092125 for ; Sat, 20 Nov 2021 19:02:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKJ2cGB092124 for bugs@FreeBSD.org; Sat, 20 Nov 2021 19:02:38 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 259770] ggate: jail(2) failure error: Unable to jail process in directory /var/empty after stable/12 src ca9ab8ea1774 Date: Sat, 20 Nov 2021 19:02:38 +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: Unspecified X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jamie@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status 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=3D259770 Jamie Gritton changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|Open |Closed --- Comment #9 from Jamie Gritton --- While it was worthwhile to open some discussion into this possible downside= of jail_attach(2) ignoring kern.chroot_allow_open_directories, it's clear the consensus is to keep it that way. Plus, this particular case isn't the pro= blem it first looked like. So, as expected, closing without any changes. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 20:13:46 2021 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 1F696189A6AA for ; Sat, 20 Nov 2021 20:13:46 +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 4HxPqt0BYCz3rtK for ; Sat, 20 Nov 2021 20:13:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DAB0421FDB for ; Sat, 20 Nov 2021 20:13:45 +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 1AKKDjGu033943 for ; Sat, 20 Nov 2021 20:13:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKKDj7e033942 for bugs@FreeBSD.org; Sat, 20 Nov 2021 20:13:45 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 259939] [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Date: Sat, 20 Nov 2021 20:13:46 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259939 --- Comment #1 from terehovv@mail.ru --- Also I checked 13.0-BETA1 (releng/13.0-n244471-638e531019f) - error occurs. Thus, the problem occurs on the whole 13 branch of the FreeBSD. As I can see FreeBSD 13.0 is compiled with clang 11.0.1, FreeBSD 12.* is compiled with clang 10.0.1. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 22:51:52 2021 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 B65B918A3247 for ; Sat, 20 Nov 2021 22:51:53 +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 4HxTLK1fyFz3kRV for ; Sat, 20 Nov 2021 22:51:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 799ED2458B for ; Sat, 20 Nov 2021 22:51:52 +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 1AKMpqN1026630 for ; Sat, 20 Nov 2021 22:51:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKMpqOt026629 for bugs@FreeBSD.org; Sat, 20 Nov 2021 22:51:52 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 259939] [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Date: Sat, 20 Nov 2021 22:51:52 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@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=3D259939 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bz@FreeBSD.org --- Comment #2 from Bjoern A. Zeeb --- (In reply to terehovv from comment #1) Please see the the PR in "See also" for when the problem started and why it seems to be. If you can reproduce that there I'd suggest to mark this one a duplicate of 257018. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 20 23:58:33 2021 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 C50581899296 for ; Sat, 20 Nov 2021 23:58:33 +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 4HxVqF56pfz4Yb8 for ; Sat, 20 Nov 2021 23:58:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 90EFB2512C for ; Sat, 20 Nov 2021 23:58:33 +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 1AKNwXP1062039 for ; Sat, 20 Nov 2021 23:58:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AKNwXmC062038 for bugs@FreeBSD.org; Sat, 20 Nov 2021 23:58:33 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 259879] enabling PF blocks multicast/igmp sendto Date: Sat, 20 Nov 2021 23:58:33 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #8 from Kristof Provost --- (In reply to Johan Str=C3=B6m from comment #7) Try adding a log to your pass rule. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 07:52:43 2021 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 5C6E518AD32F for ; Sun, 21 Nov 2021 07:52:43 +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 4HxjLM26G1z4j6S for ; Sun, 21 Nov 2021 07:52:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2886C38D1 for ; Sun, 21 Nov 2021 07:52:43 +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 1AL7qhue038931 for ; Sun, 21 Nov 2021 07:52:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AL7qhTv038930 for bugs@FreeBSD.org; Sun, 21 Nov 2021 07:52:43 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 259879] enabling PF blocks multicast/igmp sendto Date: Sun, 21 Nov 2021 07:52:43 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #9 from Johan Str=C3=B6m --- TEST CASE: block return log on $if all flushing state and starting socat. Logs on pflog0: 07:50:32.756386 rule 0/0(match): block out on vtnet0: (tos 0xc0, ttl 1, id = 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA)) 172.28.6.15 > 224.0.0.22: igmp v3 report, 1 group record(s) [gaddr 239.255.0.100 to_ex, 0 source(s)] And nothing on vtnet0. TEST CASE: block return log on $if all pass log on $if inet proto igmp allow-opts flushing state and starting socat, logs: 07:44:57.756384 rule 2/0(match): pass out on vtnet0: (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA)) 172.28.6.15 > 224.0.0.22: igmp v3 report, 1 group record(s) [gaddr 239.255.0.100 to_ex, 0 source(s)] and expected igmp on vnet0. pf rule Packet counter is incremented. Tested: block return log on $if all pass log on $if inet proto flushing state and starting socat, logs 07:46:55.356406 rule 2/8(ip-option): pass out on vtnet0: (tos 0xc0, ttl 1, = id 0, offset 0, flags [DF], proto IGMP (2), length 40, options (RA)) 172.28.6.15 > 224.0.0.22: igmp v3 report, 1 group record(s) [gaddr 239.255.0.100 to_ex, 0 source(s)] Nothing on vtnet0. pf rule Packet counter is NOT incremented (only Evaluated). So, from a pflog perspective it seems the rule is matched, but from counter= and actual traffic perspective, not matched. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 07:53:37 2021 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 80B6818AD4D8 for ; Sun, 21 Nov 2021 07:53:37 +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 4HxjMP37Chz4jgN for ; Sun, 21 Nov 2021 07:53:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4B4F538D3 for ; Sun, 21 Nov 2021 07:53:37 +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 1AL7rb7q039174 for ; Sun, 21 Nov 2021 07:53:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AL7rbi6039173 for bugs@FreeBSD.org; Sun, 21 Nov 2021 07:53:37 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 259879] enabling PF blocks multicast/igmp sendto Date: Sun, 21 Nov 2021 07:53:37 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: johan@stromnet.se X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D259879 --- Comment #10 from Johan Str=C3=B6m --- Btw, these latest tests have all been running on a KVM vm with FreeBSD 12.2 image. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 15:37:08 2021 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 BB460188A6CB for ; Sun, 21 Nov 2021 15:37:08 +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 4HxvfD4rPlz3JTN for ; Sun, 21 Nov 2021 15:37:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8486311DE0 for ; Sun, 21 Nov 2021 15:37:08 +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 1ALFb8Bu092204 for ; Sun, 21 Nov 2021 15:37:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALFb8VS092203 for bugs@FreeBSD.org; Sun, 21 Nov 2021 15:37:08 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 257018] pxeboot Invalid VM86 Request (BTX halted) - lua too big? 4th works. Date: Sun, 21 Nov 2021 15:37:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru 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=3D257018 terehovv@mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terehovv@mail.ru --- Comment #6 from terehovv@mail.ru --- Also affected for me on amd64: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259939 The problem is reproduced both when booting over the network via PXE and NF= S, and when booting the iso image of mfsbsd via iPXE.=20 I looked at the commits here: https://cgit.freebsd.org/src/log/stand?h=3Dstable/13&ofs=3D100 Last commit I was able to boot with: 670d2ad820c7584e6592d2a6d748dda0758d2e= c5 by Eric van Gyzen ("efi loader: fix typos in a comment", 2021-01-01). Since commit 3630506b9daec9167a89bc4525638ea45a00769e from Toomas Soome ("loader: implement framebuffer console", 2021-01-02) I have no image on the display and I don't know if I'm having any other problems. Since commit 0495ed398c4f64013bab2327eb13a303e1f90c13 by Kyle Evans ("contr= ib / lua: update to 5.4.2", 2021-01-14) I got an image on the display and a "BTX halted" error. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 15:38:14 2021 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 03F6B188ADE9 for ; Sun, 21 Nov 2021 15:38:15 +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 4HxvgV6dwxz3JyW for ; Sun, 21 Nov 2021 15:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C4C3812010 for ; Sun, 21 Nov 2021 15:38:14 +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 1ALFcEj8092553 for ; Sun, 21 Nov 2021 15:38:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALFcEDp092552 for bugs@FreeBSD.org; Sun, 21 Nov 2021 15:38:14 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 257018] pxeboot Invalid VM86 Request (BTX halted) - lua too big? 4th works. Date: Sun, 21 Nov 2021 15:38:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D257018 --- Comment #7 from terehovv@mail.ru --- *** Bug 259939 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 15:38:14 2021 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 D1700188B0FE for ; Sun, 21 Nov 2021 15:38:14 +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 4HxvgV5GdFz3JyV for ; Sun, 21 Nov 2021 15:38:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9523B1200E for ; Sun, 21 Nov 2021 15:38:14 +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 1ALFcEpC092545 for ; Sun, 21 Nov 2021 15:38:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALFcEM5092543 for bugs@FreeBSD.org; Sun, 21 Nov 2021 15:38:14 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 259939] [boot] BTX halted on boot mfsbsd 13.0-STABLE over iPXE Date: Sun, 21 Nov 2021 15:38:14 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D259939 terehovv@mail.ru changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed --- Comment #3 from terehovv@mail.ru --- *** This bug has been marked as a duplicate of bug 257018 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 15:45:33 2021 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 E820E188EC52 for ; Sun, 21 Nov 2021 15:45:34 +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 4Hxvqy5wZbz3Lw5 for ; Sun, 21 Nov 2021 15:45:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 995A51237B for ; Sun, 21 Nov 2021 15:45:34 +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 1ALFjYcl098371 for ; Sun, 21 Nov 2021 15:45:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALFjYmC098370 for bugs@FreeBSD.org; Sun, 21 Nov 2021 15:45:34 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 244470] /sbin/dump crashes on larger filesystem Date: Sun, 21 Nov 2021 15:45:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED 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=3D244470 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@gmail.com --- Comment #17 from Graham Perrin --- (In reply to commit-hook from comment #12) > =E2=80=A6 this commit with no review =E2=80=A6 Not wishing to split hairs, and no offence to anyone involved, but I _do_ s= ee a "Reviewed by:" line in that commit. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:02:24 2021 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 5D23C18999D5 for ; Sun, 21 Nov 2021 16:02:24 +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 4HxwCM6lv9z3lJM for ; Sun, 21 Nov 2021 16:02:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C971212629 for ; Sun, 21 Nov 2021 16:02:23 +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 1ALG2N8H006756 for ; Sun, 21 Nov 2021 16:02:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG2NGQ006755 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:02:23 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:02:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: emaste@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259968 Bug ID: 259968 Summary: ASLR by default tracking PR Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: emaste@freebsd.org ASLR is enabled by default for 64-bit images, as of commit b014e0f15bc73d80ef49b64fd1f8c29f469467cb Author: Marcin Wojtas Date: Sun Oct 24 16:53:06 2021 +0200 Enable ASLR by default for 64-bit executables This PR is open to track issues related to ASLR, with some initially report= ed by lwhsu on freebsd-current: > Thanks very much for working on this. FYI, there are some test cases > seem to be affected by this: > > https://ci.freebsd.org/job/FreeBSD-main-amd64-test/19828/testReport/ I fixed the mkimg test failures in: commit 036af1053acd6cae68c5fb6bed30508f2e40be13 Author: Ed Maste Date: Sat Nov 20 19:29:11 2021 -0500 mkimg: zero entry in vhdx_write_metadata Otherwise _reserved might contain uninitialized data. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:02:39 2021 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 6C6CE1899E74 for ; Sun, 21 Nov 2021 16:02:39 +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 4HxwCg1Jkqz3lXs for ; Sun, 21 Nov 2021 16:02:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 01D2A1256A for ; Sun, 21 Nov 2021 16:02:39 +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 1ALG2cZO006803 for ; Sun, 21 Nov 2021 16:02:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG2cw1006802 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:02:38 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:02:39 +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: emaste@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: dependson 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=3D259968 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |249937 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249937 [Bug 249937] armv7 with PIE/ASLR enabled: buildworld fail on jemalloc --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:03:56 2021 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 380B2189AFFF for ; Sun, 21 Nov 2021 16:03:56 +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 4HxwF80mvwz3mMc for ; Sun, 21 Nov 2021 16:03:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F06F912703 for ; Sun, 21 Nov 2021 16:03:55 +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 1ALG3txX007089 for ; Sun, 21 Nov 2021 16:03:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG3tj1007088 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:03:55 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 244470] /sbin/dump crashes on larger filesystem Date: Sun, 21 Nov 2021 16:03:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D244470 --- Comment #18 from Warner Losh --- (In reply to Graham Perrin from comment #17) Not reviewed by Kirk though. The quality of the review turned out, in hindsight, to be lacking. As the original committer, I think Kirk's characterization is largely correct and instructive to others that wish to = make commits in this area w/o running it past him: It's too easy to make a subtle mistake that had awful results due to a tiny mismatch in testing... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:04:01 2021 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 4D1C6189B580 for ; Sun, 21 Nov 2021 16:04:01 +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 4HxwFF1SjZz3mN2 for ; Sun, 21 Nov 2021 16:04:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 118A712632 for ; Sun, 21 Nov 2021 16:04:01 +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 1ALG413M007174 for ; Sun, 21 Nov 2021 16:04:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG41mJ007173 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:04:01 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:04:01 +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: emaste@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: see_also 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=3D259968 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 526 | |29 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:05:48 2021 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 C644D189BB41 for ; Sun, 21 Nov 2021 16:05:48 +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 4HxwHJ5CRTz3nDJ for ; Sun, 21 Nov 2021 16:05:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8FCF312635 for ; Sun, 21 Nov 2021 16:05:48 +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 1ALG5mN3007551 for ; Sun, 21 Nov 2021 16:05:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG5mhI007550 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:05:48 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:05:48 +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: emaste@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: dependson 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=3D259968 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |259969 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259969 [Bug 259969] lib.libc.sys.setrlimit_test.setrlimit_stack fails with ASLR on= by default --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:08:01 2021 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 0A462189BF7C for ; Sun, 21 Nov 2021 16:08:02 +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 4HxwKs6ZRqz3nJt for ; Sun, 21 Nov 2021 16:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BE87A121D0 for ; Sun, 21 Nov 2021 16:08:01 +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 1ALG81og007909 for ; Sun, 21 Nov 2021 16:08:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALG81YK007908 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:08:01 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:08:01 +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: emaste@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: dependson 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=3D259968 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |259970 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259970 [Bug 259970] sys.kern.coredump_phnum_test.coredump_phnum fails with ASLR on= by default --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 16:10:11 2021 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 D1200189FD35 for ; Sun, 21 Nov 2021 16:10:11 +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 4HxwNM5QPGz3qMq for ; Sun, 21 Nov 2021 16:10:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9BECA1223A for ; Sun, 21 Nov 2021 16:10:11 +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 1ALGABBw008410 for ; Sun, 21 Nov 2021 16:10:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALGAB5D008409 for bugs@FreeBSD.org; Sun, 21 Nov 2021 16:10:11 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 16:10:11 +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: emaste@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: dependson 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=3D259968 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |259971 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259971 [Bug 259971] lib.libc.regex.exhaust_test.regcomp_too_big fails with ASLR on= by default --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 18:42:34 2021 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 B216818A7A5F for ; Sun, 21 Nov 2021 18:42:34 +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 4HxzmB3ZKpz3q7C for ; Sun, 21 Nov 2021 18:42:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4CAB814630 for ; Sun, 21 Nov 2021 18:42:34 +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 1ALIgY2x096088 for ; Sun, 21 Nov 2021 18:42:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALIgYhT096087 for bugs@FreeBSD.org; Sun, 21 Nov 2021 18:42:34 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 259974] [fusefs]: Looking up .. is TODO Date: Sun, 21 Nov 2021 18:42:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: asomers@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259974 Bug ID: 259974 Summary: [fusefs]: Looking up .. is TODO Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: asomers@FreeBSD.org If the VFS calls VOP_LOOKUP for ".." where dvp is the root of a fuse file system, fusefs will panic with the message "Looking up .. is TODO" (the pan= ic message is not completely accurate, because looking up ".." DOES work for a= ny other directory). This panic has always been present, though before SVN r348135 it was a page fault rather than an explicit panic. I never knew any way to trigger this behavior until now. The following sequence of operations will trigger the panic: First install necessary packages $ sudo pkg install fish fusefs-ext2 Start the fuse server in one terminal $ rm -f /tmp/ext2.img && truncate -s 128m /tmp/ext2.img && mkfs.ext2 /tmp/ext2.img && sudo fuse-ext2 /tmp/ext2.img /tmp/mnt -o allow_other,rw+,d= ebug Access the fuse file system and trigger the bug from another terminal $ sudo su # fish # cd /tmp/mnt # mkdir -p a/b # cd a/b # /bin/sh # cd / # umount /tmp/mnt umount: unmount of /tmp/mnt failed: Device busy # exit --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 18:42:46 2021 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 2C31E18A7BE1 for ; Sun, 21 Nov 2021 18:42:46 +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 4HxzmP6J85z3qRs for ; Sun, 21 Nov 2021 18:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AC3D71447F for ; Sun, 21 Nov 2021 18:42:45 +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 1ALIgjvv096119 for ; Sun, 21 Nov 2021 18:42:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALIgjHI096118 for bugs@FreeBSD.org; Sun, 21 Nov 2021 18:42:45 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 259974] [fusefs]: Looking up .. is TODO Date: Sun, 21 Nov 2021 18:42:46 +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: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: asomers@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to 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=3D259974 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|bugs@FreeBSD.org |asomers@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 19:58:30 2021 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 8CB4418AE8DA for ; Sun, 21 Nov 2021 19:58:30 +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 4Hy1Rp3XJpz4nMq for ; Sun, 21 Nov 2021 19:58:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5753415541 for ; Sun, 21 Nov 2021 19:58:30 +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 1ALJwU4A034493 for ; Sun, 21 Nov 2021 19:58:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALJwUc3034492 for bugs@FreeBSD.org; Sun, 21 Nov 2021 19:58:30 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 259977] /usr/share/vi/catalog/english different when recompiling world with -DNO_CLEAN Date: Sun, 21 Nov 2021 19:58:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: d8zNeCFG@aon.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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=3D259977 Bug ID: 259977 Summary: /usr/share/vi/catalog/english different when recompiling world with -DNO_CLEAN Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: d8zNeCFG@aon.at Created attachment 229646 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229646&action= =3Dedit /usr/share/vi/catalog/english (file after first compile) Scenario: - FreeBSD releng/13.0 i386 - Originally built in /usr/src using "make buildworld buildkernel " on FreeBSD 12.1 i386 [sic] - Installed (installkernel installworld mergemaster) such that the system n= ow runs FreeBSD 13.0 - After applying some (unrelated and minor) local changes to the tree, runn= ing "make -DNO_CLEAN buildworld buildkernel - Installing into /usr/tmp/x using "installkernel installworld DESTDIR=3D/usr/tmp/x ..." - Comparing contents of / to /usr/tmp/x Result: - Files where local changes were made differ (expected) - Not expected: /usr/share/vi/catalog/english and /usr/tmp/x/usr/share/vi/catalog/english differ - /usr/share/vi/catalog/english has 1472 bytes (on 12.2 it is much larger), whereas /usr/tmp/x/usr/share/vi/catalog/english has only 32. Expected result: - /usr/share/vi/catalog/english and /usr/tmp/x/usr/share/vi/catalog/english should be the same Note: I just tried to reproduce this on amd64 and could not. But I had the = same thing on another compile before (i.e., already seen at least twice). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 19:59:10 2021 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 0E22C18AFE31 for ; Sun, 21 Nov 2021 19:59:10 +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 4Hy1SY6rfZz4p2t for ; Sun, 21 Nov 2021 19:59:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CC13415636 for ; Sun, 21 Nov 2021 19:59:09 +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 1ALJx9Xf034657 for ; Sun, 21 Nov 2021 19:59:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALJx9sU034655 for bugs@FreeBSD.org; Sun, 21 Nov 2021 19:59:09 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 259977] /usr/share/vi/catalog/english different when recompiling world with -DNO_CLEAN Date: Sun, 21 Nov 2021 19:59:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: d8zNeCFG@aon.at X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D259977 --- Comment #1 from Martin Birgmeier --- Created attachment 229647 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229647&action= =3Dedit /usr/tmp/x/usr/share/vi/catalog/english (file after recompile) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 20:10:41 2021 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 530D0188D549 for ; Sun, 21 Nov 2021 20:10:41 +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 4Hy1js1s0kz4s6M for ; Sun, 21 Nov 2021 20:10:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 21B6015670 for ; Sun, 21 Nov 2021 20:10:41 +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 1ALKAf0r040094 for ; Sun, 21 Nov 2021 20:10:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALKAfGd040093 for bugs@FreeBSD.org; Sun, 21 Nov 2021 20:10:41 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 259968] ASLR by default tracking PR Date: Sun, 21 Nov 2021 20:10:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_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: emaste@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: bug_status resolution 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=3D259968 Bug 259968 depends on bug 259970, which changed state. Bug 259970 Summary: sys.kern.coredump_phnum_test.coredump_phnum fails with = ASLR on by default https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259970 What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 21 21:00:05 2021 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 A400C18A7C7F for ; Sun, 21 Nov 2021 21:00:06 +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 4Hy2pt1XXpz3Pjr for ; Sun, 21 Nov 2021 21:00:06 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) 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 ECCAF1613C for ; Sun, 21 Nov 2021 21:00: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 1ALL05ng068769 for ; Sun, 21 Nov 2021 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ALL05cM068768 for bugs@FreeBSD.org; Sun, 21 Nov 2021 21:00:05 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202111212100.1ALL05cM068768@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: bugs@FreeBSD.org Subject: Problem reports for bugs@FreeBSD.org that need special attention Date: Sun, 21 Nov 2021 21:00:05 +0000 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 Content-Type: multipart/alternative; boundary="16375284053.Df5Db7.67989" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: Y --16375284053.Df5Db7.67989 Date: Sun, 21 Nov 2021 21:00:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 197876 | [devfs] an error in devfs leads to data loss and New | 198797 | [PATCH] Added an option to install BSDstats to bs New | 202362 | ntp: restore refclocks selection (10.2-RELEASE re New | 202740 | vi/ex string substitution problem when there is m New | 204097 | witness_initialize() does not perform bound check New | 206336 | [patch] usr.sbin/freebsd-update allow proxy confi New | 209213 | UEFI Loader shows only black screen with Nvidia G New | 210804 | installerconfig - using ZFS create in custom scri New | 223470 | freebsd-update: Cannot identify running kernel (/ New | 230620 | "install -d" issue New | 235085 | [PATCH] Option to make rc.d/sysctl more verbose ( New | 252123 | fetch(3): Fix wrong usage of proxy when request i Open | 177821 | sysctl: Some security.jail nodes are funky, dupli Open | 182466 | [headers] [patch] make self-contained Open | 183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf Open | 192573 | Add ps(1) option: Print process start time in sec Open | 194925 | [pf] [ifconfig] interface group keywords do not w Open | 197921 | scheduler: Allow non-migratable threads to bind t Open | 206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open | 206649 | cyapa(4): Add common gestures for Cypress APA I2C Open | 207940 | stand/efi/boot1: Add boot partition selection Open | 212608 | sockstat(1) and lsof(8) can not identity the owne Open | 220246 | syslogd does not send RFC3164-conformant messages Open | 221305 | Mouse cursor loss when moving cursor while loadin Open | 221550 | kern.bootfile returns only /kernel on mips64 (ERL Open | 221854 | makefs: Reject UFS labels that are too long to fi Open | 222632 | connect(2) not available in capability mode Open | 226893 | freebsd-update: Support patchlevel argument for f Open | 231810 | [build] release always fails with "mkimg: partiti Open | 233578 | Unprivileged local user can prevent other users l Open | 233988 | freebsd-update: Improve progress output on termin Open | 236718 | system panics with message: vm_fault_hold: fault Open | 237287 | moused(8) ignores button release events in virtua Open | 237924 | Possible infinite loop in function empty_aux_buff Open | 238183 | cam/scsi/scsi_sa.c: warnings issued by static ana Open | 238486 | Possible buffer overflow bug in sc_allocate_keybo Open | 238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 Open | 238638 | mfi: Remove unnecessary pointer printing in mfi.c Open | 238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea Open | 241697 | i915kms: Kernel panic loading module on custom ke Open | 247132 | Fix build error: use of undeclared identifier 'cp Open | 248352 | mfi(4): Remove RAID map sync functionality Open | 248715 | dhclient: prepend domain-name-servers in dhclient Open | 257149 | CFLAGS not passed to whole build Open | 179832 | manual page of mac_from_text suggests incorrect f 45 problems total for which you should take action. --16375284053.Df5Db7.67989-- From nobody Mon Nov 22 01:17:21 2021 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 ECC551899DB8 for ; Mon, 22 Nov 2021 01:17:21 +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 4Hy8Wj68cDz4n3r for ; Mon, 22 Nov 2021 01:17:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AFC1C198ED for ; Mon, 22 Nov 2021 01:17:21 +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 1AM1HLYD007734 for ; Mon, 22 Nov 2021 01:17:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1HLG8007733 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:17:21 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 200606] [mkimg] Add support for Stream-Optimized (compressed) VMDK Date: Mon, 22 Nov 2021 01:17:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@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: assigned_to 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=3D200606 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|marcel@FreeBSD.org |bugs@FreeBSD.org CC| |emaste@freebsd.org --- Comment #4 from Ed Maste --- Reset assignee as Marcel has handed in his commit bit --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 01:18:12 2021 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 6E13C189A135 for ; Mon, 22 Nov 2021 01:18:12 +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 4Hy8Xh2djfz4nG6 for ; Mon, 22 Nov 2021 01:18:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3B1C419D51 for ; Mon, 22 Nov 2021 01:18:12 +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 1AM1ICIG007896 for ; Mon, 22 Nov 2021 01:18:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1ICfc007895 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:18:12 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 202271] [mkimg] Add support for QEMU Enhanced Disk (QED) Date: Mon, 22 Nov 2021 01:18:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@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 assigned_to 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=3D202271 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Assignee|marcel@FreeBSD.org |bugs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 01:18:33 2021 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 1A65B189A40B for ; Mon, 22 Nov 2021 01:18:33 +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 4Hy8Y5017zz4nSN for ; Mon, 22 Nov 2021 01:18:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D67E519D53 for ; Mon, 22 Nov 2021 01:18:32 +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 1AM1IW6Y007969 for ; Mon, 22 Nov 2021 01:18:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1IWKH007968 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:18:32 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 202272] [mkimg] Add support for VirtualBox's VDI Date: Mon, 22 Nov 2021 01:18:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@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: assigned_to 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=3D202272 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|marcel@FreeBSD.org |bugs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 01:19:12 2021 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 1625B189A7AE for ; Mon, 22 Nov 2021 01:19:12 +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 4Hy8Yq6pDFz4nZH for ; Mon, 22 Nov 2021 01:19:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CA59019A27 for ; Mon, 22 Nov 2021 01:19:11 +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 1AM1JBCZ008103 for ; Mon, 22 Nov 2021 01:19:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1JBNc008102 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:19:11 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 236323] [mkimg] Allow specifying (minimum) partition table size where applicable Date: Mon, 22 Nov 2021 01:19:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to 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=3D236323 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Assignee|marcel@FreeBSD.org |bugs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 01:51:25 2021 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 5398A188B0EC for ; Mon, 22 Nov 2021 01:51:25 +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 4Hy9H11mYzz4xGH for ; Mon, 22 Nov 2021 01:51:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1D9981A392 for ; Mon, 22 Nov 2021 01:51:25 +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 1AM1pPiI028874 for ; Mon, 22 Nov 2021 01:51:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1pPcA028860 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:51:25 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 259778] Capsicum failures can raise only SIGTRAP Date: Mon, 22 Nov 2021 01:51:25 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: 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=3D259778 --- Comment #2 from Ed Maste --- I agree with Mark's comment --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 01:54:38 2021 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 56176188B925 for ; Mon, 22 Nov 2021 01:54:40 +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 4Hy9Lm0yr8z4yCp for ; Mon, 22 Nov 2021 01:54:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E3D221A3A1 for ; Mon, 22 Nov 2021 01:54:39 +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 1AM1sdCw029639 for ; Mon, 22 Nov 2021 01:54:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AM1sdun029638 for bugs@FreeBSD.org; Mon, 22 Nov 2021 01:54:39 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 252459] kldxref: /boot/kernel/kernel: too many segments Date: Mon, 22 Nov 2021 01:54:38 +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 Some People X-Bugzilla-Who: brian@brianwhalen.net 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=3D252459 Brian Whalen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brian@brianwhalen.net --- Comment #5 from Brian Whalen --- Similar to the previous poster, I have an esxi vm with v 12 stable on it, w= here code was gotten via svnlite. I then deleted /usr/src, rebooted, and got v 13 stable via git clone. After the make kernel completed, I also saw this erro= r. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 15:00:17 2021 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 96BD7189E6C9 for ; Mon, 22 Nov 2021 15:00:17 +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 4HyVnF3kpPz4fFj for ; Mon, 22 Nov 2021 15:00:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 60CD22495C for ; Mon, 22 Nov 2021 15:00:17 +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 1AMF0Hwu057530 for ; Mon, 22 Nov 2021 15:00:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMF0HMs057529 for bugs@FreeBSD.org; Mon, 22 Nov 2021 15:00:17 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 259985] Video 2021-11-22 Date: Mon, 22 Nov 2021 15:00:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: didier.castellacci@yahoo.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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=3D259985 Bug ID: 259985 Summary: Video 2021-11-22 Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: didier.castellacci@yahoo.fr Here is the problem I am having where I failed to correct start FB_INFO: type=3D11 height=3D2160 width=3D3840 depth=3D32=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 cmsize=3D16 size=3D33177600=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 pbase=3D0xe0bc1000 vbase=3D0xfffff800e0bc1000=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 name=3Ddrmn0 flags=3D0x0 stride=3D15360 bpp=3D32=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 cmap[0]=3D0 cmap[1]=3D7f0000 cmap[2]=3D7f00 cmap[3]=3Dc4a000=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 end FB_INFO=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: fb0: amdgpudrmfb frame buffer device=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 drmn0: ring comp_1.2.0 uses VM inv eng 5 on hub 0=20=20 drmn0: ring comp_1.2.1 uses VM inv eng 9 on hub 0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: r=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: ring vcn_dec uses VM inv eng 1 on hub 1=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: ring vcn_enc0 uses VM inv eng 4 on hub 1=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: ring vcn_enc1 uses VM inv eng 5 on hub 1=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: ring vcn_jpeg uses VM inv eng 6 on hub 1=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 <6>[drm] Initialized amdgpu 3.35.0 20150101 for drmn0 on minor 0=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x0000800104604000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382) drmn0: in page starting at address 0x0000800104607000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x0000800104602000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0 R: 0x0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x000080010460a000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x0000800104603000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x0000800104610000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: [gfxhub0] retry page fault (src_id:0 ring:0 vmid:7 pasid:32771, for process pid 121382 thread pid 121382)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 drmn0: in page starting at address 0x0000800104602000 from client 27=20= =20=20=20=20=20=20=20=20=20 drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: MORE_FAULTS: 0x1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 drmn0: WALKER_ERROR: 0x0 drmn0: PERMISSION_FAULTS: 0x3=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 drmn0: MAPPING_ERROR: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 drmn0: RW: 0x0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 [drm ERROR :amdgpu_job_timedout] ring gfx timeout, but soft recovered Thnak you Didier --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 15:13:46 2021 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 62C2B18A5F3D for ; Mon, 22 Nov 2021 15:13:46 +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 4HyW4p2FTdz4kQW for ; Mon, 22 Nov 2021 15:13:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2DDF224CE8 for ; Mon, 22 Nov 2021 15:13:46 +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 1AMFDkmi066783 for ; Mon, 22 Nov 2021 15:13:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMFDkhi066782 for bugs@FreeBSD.org; Mon, 22 Nov 2021 15:13:46 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Mon, 22 Nov 2021 15:13:46 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: samm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D212211 Oleksii Samorukov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #10 from Oleksii Samorukov --- I did an experimental patch to support -d megaraid on FreeBSD, see https://patch-diff.githubusercontent.com/raw/smartmontools/smartmontools/pu= ll/117.patch. I do not have any mrsas devices around, so was testing it on mfi only. Also= was reversing storcli to find if it would do the same. Testing is welcome. See https://patch-diff.githubusercontent.com/raw/smartmontools/smartmontools/pu= ll/117.patch for the patch itself. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 17:14:11 2021 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 446B018A0966 for ; Mon, 22 Nov 2021 17:14:12 +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 4HyYll6nflz4XGw for ; Mon, 22 Nov 2021 17:14:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CA6A126AB2 for ; Mon, 22 Nov 2021 17:14:11 +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 1AMHEBYT029982 for ; Mon, 22 Nov 2021 17:14:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMHEB5F029981 for bugs@FreeBSD.org; Mon, 22 Nov 2021 17:14:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259776] pchtherm(4) cannot compile into kernel Date: Mon, 22 Nov 2021 17:14:11 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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: 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=3D259776 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Da11983366ea72165809837a667d58e2ad= 440c496 commit a11983366ea72165809837a667d58e2ad440c496 Author: N.J. Mann AuthorDate: 2021-11-22 17:04:05 +0000 Commit: Mark Johnston CommitDate: 2021-11-22 17:12:37 +0000 pchtherm: Let the driver be compiled into the kernel PR: 259776 MFC after: 1 week sys/conf/files.x86 | 1 + 1 file changed, 1 insertion(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 18:16:46 2021 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 A89C8189C234 for ; Mon, 22 Nov 2021 18:16:46 +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 4Hyb7y497xz3Fn8 for ; Mon, 22 Nov 2021 18:16:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6A6F6273F4 for ; Mon, 22 Nov 2021 18:16:46 +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 1AMIGkg1062191 for ; Mon, 22 Nov 2021 18:16:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMIGk6j062190 for bugs@FreeBSD.org; Mon, 22 Nov 2021 18:16:46 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 172893] Ati Radeon with Xorg and DRI activated freezes the Machine Date: Mon, 22 Nov 2021 18:16:46 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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=3D172893 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |zeising@FreeBSD.org Resolution|--- |Feedback Timeout --- Comment #3 from Niclas Zeising --- Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 18:36:43 2021 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 8419C18A9787 for ; Mon, 22 Nov 2021 18:36:43 +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 4HybZz3GK1z3R2Q for ; Mon, 22 Nov 2021 18:36:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4CAF7279BA for ; Mon, 22 Nov 2021 18:36:43 +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 1AMIahnI073611 for ; Mon, 22 Nov 2021 18:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMIah02073610 for bugs@FreeBSD.org; Mon, 22 Nov 2021 18:36:43 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 202523] [request] Add support for ATI Mobility Radeon HD 56xx series Date: Mon, 22 Nov 2021 18:36:43 +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: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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=3D202523 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Feedback Timeout CC| |zeising@FreeBSD.org Status|Open |Closed --- Comment #2 from Niclas Zeising --- Feedback timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 18:40:24 2021 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 78A7418AC916 for ; Mon, 22 Nov 2021 18:40:24 +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 4HybgD2x0Mz3jP8 for ; Mon, 22 Nov 2021 18:40:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4114427C7D for ; Mon, 22 Nov 2021 18:40:24 +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 1AMIeO4h074378 for ; Mon, 22 Nov 2021 18:40:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMIeOrn074377 for bugs@FreeBSD.org; Mon, 22 Nov 2021 18:40:24 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 216873] Non KMS capable AMD/ATI video card causes kernel panic when starting Xorg Date: Mon, 22 Nov 2021 18:40:24 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zeising@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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=3D216873 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events CC| |zeising@FreeBSD.org Status|Open |Closed --- Comment #8 from Niclas Zeising --- Non-KMS capable hardware isn't really supported any more. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 22:43:00 2021 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 9F6DF189CB04 for ; Mon, 22 Nov 2021 22:43:00 +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 4Hyj382Nwbz4fNt for ; Mon, 22 Nov 2021 22:43:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EDFC33309 for ; Mon, 22 Nov 2021 22:42:59 +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 1AMMgxLT004068 for ; Mon, 22 Nov 2021 22:42:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMMgx9D004067 for bugs@FreeBSD.org; Mon, 22 Nov 2021 22:42:59 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 257627] 5rd crash since upgrading to FreeBSD 13.0 Date: Mon, 22 Nov 2021 22:43:00 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution 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=3D257627 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|Open |Closed Resolution|--- |DUPLICATE --- Comment #12 from Mark Johnston --- *** This bug has been marked as a duplicate of bug 259645 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 22 22:48:32 2021 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 7FD0E18A11CA for ; Mon, 22 Nov 2021 22:48:33 +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 4Hyj9Y0pWRz4mMs for ; Mon, 22 Nov 2021 22:48:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C52162F37 for ; Mon, 22 Nov 2021 22:48:32 +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 1AMMmWdS005118 for ; Mon, 22 Nov 2021 22:48:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AMMmWSj005117 for bugs@FreeBSD.org; Mon, 22 Nov 2021 22:48:32 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 259985] graphics/drm-kmod: drmn0: [gfxhub0] retry page fault ... drmn0: VM_L2_PROTECTION_FAULT_STATUS:0x00701031 Date: Mon, 22 Nov 2021 22:48:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name component version cc product short_desc bug_status assigned_to 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=3D259985 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(x11@Fr | |eeBSD.org) Component|misc |Individual Port(s) Version|13.0-RELEASE |Latest CC| |x11@FreeBSD.org Product|Base System |Ports & Packages Summary|Video 2021-11-22 |graphics/drm-kmod: drmn0: | |[gfxhub0] retry page fault | |... drmn0: | |VM_L2_PROTECTION_FAULT_STAT | |US:0x00701031 Status|New |Open Assignee|bugs@FreeBSD.org |x11@FreeBSD.org --- Comment #1 from Kubilay Kocak --- Thank you for the report. Please provide additional information, including: - FreeBSD version (uname -a) - pkg version -v output (as an attachment) - pciconf -lv output (as an attachment) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 03:40:28 2021 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 AF3BC18A07D6 for ; Tue, 23 Nov 2021 03:40:28 +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 4HyqfN4TMSz3QwL for ; Tue, 23 Nov 2021 03:40:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7A6E473A1 for ; Tue, 23 Nov 2021 03:40:28 +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 1AN3eS7W055818 for ; Tue, 23 Nov 2021 03:40:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN3eSVu055817 for bugs@FreeBSD.org; Tue, 23 Nov 2021 03:40:28 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Tue, 23 Nov 2021 03:40:28 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: terry-freebsd@glaver.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D212211 --- Comment #11 from Terry Kennedy --- Created attachment 229665 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229665&action= =3Dedit Sample output after patching (In reply to Oleksii Samorukov from comment #10) In basic testing, this seems to work - thank you! Attached is a log file showing status, start of a self-test, self-test in progress, and status after completed self-test. The patch to ChangeLog does not install because I think your patch is based= on an unreleased version of smartmontools. However, that's cosmetic. Another cosmetic issue is that "megaraid" should probably be added to smart_interface::get_valid_dev_types_str() in dev_interface.cpp I will do some additional testing and report my findings. Thanks again! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 04:03:16 2021 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 49107188CCD8 for ; Tue, 23 Nov 2021 04:03:16 +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 4Hyr8h1NTwz3qGV for ; Tue, 23 Nov 2021 04:03:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0FBAA7A25 for ; Tue, 23 Nov 2021 04:03:16 +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 1AN43G1I070572 for ; Tue, 23 Nov 2021 04:03:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN43GbD070571 for bugs@FreeBSD.org; Tue, 23 Nov 2021 04:03:16 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Tue, 23 Nov 2021 04:03:16 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: terry-freebsd@glaver.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D212211 --- Comment #12 from Terry Kennedy --- Created attachment 229666 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229666&action= =3Dedit Changes to daily periodic smart script The attached patch enables daily SMART status reports as part of the nightly periodic jobs. The following needs to be added to /etc/periodic.conf (seaso= n to taste): daily_status_smart_devices=3D"mrsas0,0 mrsas0,1 mrsas0,2 mrsas0,3" daily_status_smart_enable=3D"YES" I believe the patch to enable SMART support provides support for devices ot= her than /dev/mrsas0. In that case, the attached patch will need to be extended= to understand those additional devices. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 05:02:15 2021 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 2EE8B18AA99F for ; Tue, 23 Nov 2021 05:02:15 +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 4HysSl0frKz4cp8 for ; Tue, 23 Nov 2021 05:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 ECCBE109A8 for ; Tue, 23 Nov 2021 05:02:14 +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 1AN52EAx005317 for ; Tue, 23 Nov 2021 05:02:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN52Ew7005316 for bugs@FreeBSD.org; Tue, 23 Nov 2021 05:02:14 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 238995] adduser does not check for pre-existing user field entries in /etc/group Date: Tue, 23 Nov 2021 05:02:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dclarke@blastwave.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: version 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=3D238995 Dennis Clarke changed: What |Removed |Added ---------------------------------------------------------------------------- Version|12.0-RELEASE |CURRENT --- Comment #1 from Dennis Clarke --- Here we are at the end of 2021 and heading into 2022 and we still have this situation :=20 We have the following group in /etc/group :=20 aarch64:*:31415:aarch64 We then create the user aarch64 with the slightly borked adduser :=20 europa# adduser=20 Username: aarch64 Full name: ARM64 QEMU Uid (Leave empty for default): 31415 Login group [aarch64]:=20 Login group is aarch64. Invite aarch64 into other groups? []: devl Login class [default]:=20 Shell (sh csh tcsh git-shell bash rbash nologin) [sh]:=20 Home directory [/home/aarch64]:=20 Home directory permissions (Leave empty for default):=20 Use password-based authentication? [yes]:=20 Use an empty password? (yes/no) [no]:=20 Use a random password? (yes/no) [no]:=20 Enter password:=20 Enter password again:=20 Lock out the account after creation? [no]:=20 Username : aarch64 Password : ***** Full Name : ARM64 QEMU Uid : 31415 Class :=20 Groups : aarch64 devl Home : /home/aarch64 Home Mode :=20 Shell : /bin/sh Locked : no OK? (yes/no): yes adduser: INFO: Successfully added (aarch64) to the user database. Add another user? (yes/no): no Goodbye! europa#=20 Sure enough the "adduser" creates yet another group with the exact same name but a separate gid :=20 europa# grep 'aarch' /etc/group devl:*:20002:dclarke,riscv,aarch64 aarch64:*:31415:aarch64 aarch64:*:31416: europa#=20 This is just plain blunt trauma wrong. So now I need to go manually fix this mess and change the gid ownership in the new user home directory. --=20 Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 05:06:49 2021 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 91B5218AB946 for ; Tue, 23 Nov 2021 05:06:49 +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 4HysZ13Zfwz4dw0 for ; Tue, 23 Nov 2021 05:06:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5AB1810876 for ; Tue, 23 Nov 2021 05:06:49 +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 1AN56n8g006254 for ; Tue, 23 Nov 2021 05:06:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN56nTM006253 for bugs@FreeBSD.org; Tue, 23 Nov 2021 05:06:49 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 238995] adduser does not check for pre-existing user field entries in /etc/group Date: Tue, 23 Nov 2021 05:06:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dclarke@blastwave.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: 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=3D238995 --- Comment #2 from Dennis Clarke --- Minor followup here is that the ownership of the user home directory was in fact correct !=20 europa# cd /usr/home/aarch64/ europa# ls -lapbin=20 total 10 65852 drwxr-xr-x 2 31415 31415 9 Nov 23 04:56 ./ 34 drwxr-xr-x 6 0 0 6 Nov 23 04:56 ../ 65857 -rw-r--r-- 1 31415 31415 962 Nov 23 04:56 .cshrc 65855 -rw-r--r-- 1 31415 31415 323 Nov 23 04:56 .login 65858 -rw-r--r-- 1 31415 31415 91 Nov 23 04:56 .login_conf 65853 -rw------- 1 31415 31415 301 Nov 23 04:56 .mail_aliases 65856 -rw-r--r-- 1 31415 31415 267 Nov 23 04:56 .mailrc 65854 -rw-r--r-- 1 31415 31415 978 Nov 23 04:56 .profile 65859 -rw-r--r-- 1 31415 31415 1015 Nov 23 04:56 .shrc europa#=20 That is correct given the group entry :=20 aarch64:*:31415:aarch64 Regardless we did get adduser doing the dumb task of creating another group entry with the same name and a different gid. Dennis --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 07:07:41 2021 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 125D31898147 for ; Tue, 23 Nov 2021 07:07:42 +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 4HywFT5xRcz3kSC for ; Tue, 23 Nov 2021 07:07:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A8C5011DFF for ; Tue, 23 Nov 2021 07:07:41 +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 1AN77feQ075000 for ; Tue, 23 Nov 2021 07:07:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN77fi8074999 for bugs@FreeBSD.org; Tue, 23 Nov 2021 07:07:41 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Tue, 23 Nov 2021 07:07:41 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: samm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637651261; 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=WwawprwOOq0XxtRghpESkdSwjoyUO0uVtSyGq4DQ7T0=; b=baJ/Id5VI6NmN5p+bmvsjEfaXabrSpvbBuhGlwWqsZXoPxAurWAhU+EAk1RI8dFLkDVHrm KXE6OUcjRgz75IbVAVCPb5/MLqqth3uuqLxSjR7egBIWRPZlBugEQicAMweS9CZrx105jy yQZrG/MsbS3XquFYPY2q2U5YCYQax/dapIsSsUsUOfgeELbgmDi04K6OSATQszrYkoiAAp 1lNckXyxZgpF43KJlEEX9oPym5ExY6vx38k3/TLU5bIJric2mZP5M/z7mmaCo7UVks5LBu CrkNhC99473FFywoOZBNcHo6vpcOyShEEpuGgVKAteQGJCGpd0zVLmFvKonlWA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637651261; a=rsa-sha256; cv=none; b=vZeXwnucm8s5Vy4S7vimRlI+qEByFJ17CUSUfGfNmeWiYo4UcagNe76tMc1n9mKjg1cCUZ sL6YFZQvFnonu3dGn7WDBos8m67a8nzf3EDQAIYa6QKjECp+ohcaodBlpDXa7apNceeGmZ OtBCARNgyNSe3iu0+pdUCLZ32WMcVWmeau2oI2oIFYNONB5EsZO8eAaq8hSrs96MFT1/rq WGarxj9akXO3Lth3Zl9V1ICAVuycUZ2wMUz3NAgZxtMU3KxHgBTs6CfCp1k5apP5jtEzJ6 SKpMfazPXY43E0yo/jhxxwJ3Ok8wqkHcsJwD3Wb9tAVJSbva+5ioT7KRcBisiQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212211 --- Comment #13 from Oleksii Samorukov --- (In reply to Terry Kennedy from comment #11) Thank you for testing and comments, glad to see its working. One of the thi= ngs i would like to implement before merging it to master is scanning and hint = for the mrsas exported block devices. From source code i see that its exporting block devices as /dev/da?. May i ask you to issue `smartctl -d scsi -i -r ioctl,3 /dev/daX` where daX is mrsas owned device? And also `camcontrol dev= list -v` if possible. My intention is to detect that device is owned by mrsas and display hint about '-d megaraid,N' --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 07:19:46 2021 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 2D7B8189F682 for ; Tue, 23 Nov 2021 07:19:47 +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 4HywWQ6t3qz3p13 for ; Tue, 23 Nov 2021 07:19:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C87B0126AB for ; Tue, 23 Nov 2021 07:19:46 +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 1AN7JkpV080531 for ; Tue, 23 Nov 2021 07:19:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN7JkVT080530 for bugs@FreeBSD.org; Tue, 23 Nov 2021 07:19:46 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Tue, 23 Nov 2021 07:19:46 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: terry-freebsd@glaver.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637651987; 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=F6KSjy2uzEhWYzmtnVCBfYnzkg6/dTx+YuufBTR7o5w=; b=Iq6+Nm2+OK6XiXZh3IBAUAX8F/KQae2XUvc4+mcy/gM8R4mPyMMJ0QZemwtsAjd9hW1fad KXdqrVwFdWUEOijohyx3CGgMJ5k8tP6Mfxa3ey5BSI2bPJk3/yfBOnrq5iG1VFVMUQnG+C Wi3Ge6tqbGRzEKULdOioaTf5aYnV3kjqUaBvXXriwNzesieV82uIRbbOBMd2KMJ+PCtfKu 2C4GtJM20hGkBsLnGeVkzOkiCgnES2UIW0mFqRZO9ti9jUQZfBSEud8uBgG5MQ5oZYHYWm 5ZRte3r56uS/Jmx1cTHxycrILYXX1RYb9QILU8yjmnX3iloKGlw0jXKWgqYwug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637651987; a=rsa-sha256; cv=none; b=xVRTVv1ZrGytys8oGPtgy5/zZsparULVVKrrwzkVgjUWlQmfSYJteEHUho9YyzAa4+Rr/x DS5R3U09lvcSGwyA2TD50k16PVpI5uQ7LL48IYWsdWW51jbQeN86HcVnIM3rZeMXNrTs6x plGIBopIk1bucRuhpCLWreLYAePey6l6HwmShI8aFMsH4mL00D5J7uad7HFiatSmCXsOD8 +ZvceVLbMTYkTVyxv6awHfmValgXqCOB4EZeKHIFtsSW090xkYk01fwozxk9IRNs4+OJhD /ARAhZ3449DtcABvPtlDK567hz0g0+jO7K1hSd3c8cV2iQFr/pAPXIxl5OK/uQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212211 --- Comment #14 from Terry Kennedy --- Created attachment 229667 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229667&action= =3Dedit Requested info I'm attaching the output from the two commands you requested. /dev/da0 is a RAID5 of 4 SSDs. This is a PERC H730 (PCI card=3D0x1f491028 chip=3D0x005d10= 00) in a Dell PowerEdge R730. There seems to be partial support for passthru in the mrsas driver. I think= I noted this in my first comment on this PR. There is quite a large amount of variation in the behavior of the various MegaRAID drivers in FreeBSD. mfi will expose all of the physical member dis= ks as /dev/passX devices if the undocumented mfip module is loaded. One of the other MegaRAID drivers (mpr, maybe?) has an interesting misfeature of only exposing the last physical member disk of a volume as a /dev/passX device. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 08:41:25 2021 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 1D47218A122D for ; Tue, 23 Nov 2021 08:41:26 +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 4HyyKd6kmsz4jyM for ; Tue, 23 Nov 2021 08:41:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C55D913AC2 for ; Tue, 23 Nov 2021 08:41:25 +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 1AN8fP5B035913 for ; Tue, 23 Nov 2021 08:41:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AN8fPb5035912 for bugs@FreeBSD.org; Tue, 23 Nov 2021 08:41:25 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 212211] mrsas (4) does not allow smartctl to access S.M.A.R.T data from physical drive hidden under /dev/daX Date: Tue, 23 Nov 2021 08:41:25 +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: 10.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: samm@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: samm@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637656886; 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=GjoUptE/K+PSJbWFbU99y6I07xEl+CCrqTBwUAu8bak=; b=usRhlInViIFtwPsS8qAQoBCfk2CiSWU7s6Ting0zMWZ59UivIrfuOqzSkQNvO+2hfIHeHB bQe2FegJPGfW1HMsPIRNzT09rV3MOFr3P9VfqyvaGk2poCaLflCmD1j8AWHlVrDTo/ISBZ 0t2nfKpVubLf6gWKCGbkDUt2A9SgEvxoHFY7HTNE0WyNVuB1voXdf+CimXUagRHccjXVIO H1sz6iG8sAipXqp0B8wXTKfqJRrlT4D9lNrMq7mMS7w2dUEFRcoSSAVXB7nWWDlkmIsLPt jO/H8hyYsiGEE5C1/gmEDUqC2Xz9mvmXbquOINrokgGuQllOeoTKkCKUg9Ov3w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637656886; a=rsa-sha256; cv=none; b=LLzv4r6Wmc/fvqTRd00j8SEn5fbzmkp16Edl5KCeftDJ+ADxoW0G9znICovWaFIiPgHiWE OlNs1hlEK0qYH7NnQeq16SlWfuRVGNYlPiThu377oy1ioCfiAuM8lRwdNH18B+iVFI730c cbtPkx49BuAWRdbPdoFl6mJpGgDjcTVUv4oGtmTKtDIL5GaNGS5obNe7HbjsYNYa1gLecl A6MA8xJfOy4aUOq15lvO2CBc3Cbcdnbbohptu6YbXBOzhSnjXR93eS9dE+oh9rTP0esEmQ nC5F29/RTlplBBALX7Ii8FJaap+gkZkfbh53dMxlE5TWMux4cugVq87UMJa9jQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212211 Oleksii Samorukov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |samm@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 10:46:48 2021 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 609EA189CBFD for ; Tue, 23 Nov 2021 10:46:48 +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 4Hz16J0sd1z4Srx for ; Tue, 23 Nov 2021 10:46:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F2A9E152AE for ; Tue, 23 Nov 2021 10:46:47 +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 1ANAklpp008496 for ; Tue, 23 Nov 2021 10:46:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANAklDJ008495 for bugs@FreeBSD.org; Tue, 23 Nov 2021 10:46:47 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 255184] Recommend etcupdate instead of mergemaster in src/UPDATING Date: Tue, 23 Nov 2021 10:46:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637664408; 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=R+PJL0lI1ZbR96lyCunlg8WNSY0vQfM923IsWdgBb2I=; b=gQiafKyv0lNc5AU6VFDVua3cEOOs+3RAlXULw/zVnPMyMGRndC8y/DseZ+M3N5cfCqcPmn 8cSe5Qe0ft27HAOzbPYlEryIiY9o4AlvEnpc11YujKQ2zGOEjPn2u8hezT5ZSleU7Mv7uF Rk1SAqNExwXrocmgWzlZJSkejYOK7HVL6JoNlIuzgABak2IyLVFPyTzYYuV6Rf+Qx1G5hS VYtHm2bny0LjKfS27lmKAIkDDgVGdsJgmVmmfI5Rl/0Yu1TXHLQGDZ/Axv6dMgVpr6meqT CRUOCSl3nJ7t1Zc2PwOhdn3jW7OWLm90uH9x5XAvPqmWDzYUdziueKfy4Wgxig== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637664408; a=rsa-sha256; cv=none; b=HmmL2tspI9giCRIoHQCsj+KKIgFV7inwp/cLDpVtIimHa5rTe6JXgKtev2Y6bk196reuOg QXzseokEItjwFODH8YMEYarRU1tk+HZvsXt7pCkdcu8mo+IWzYLVZ7yB0vgNl0R+BqYo1N OOZe/f4UjSc5VIXzPR+MEcC8PNuWO6V6vJzCUkIdMMHQB4A+f8/k8bI4jmASx+Se5havpv ZIKwAZ0re78iHi9iGr3lqjWiTF3s1EQpXj4Vuv8GLNIFcns7BZcGtvMIYX3VcQiT6lrigg AZuEu0PxsMcmTF/6KhL7JMOoB5JAFIOAJQlgejvVWqqy6/fP03VmHQUeVgkZFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255184 Mateusz Piotrowski <0mp@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |DUPLICATE --- Comment #2 from Mateusz Piotrowski <0mp@FreeBSD.org> --- *** This bug has been marked as a duplicate of bug 252417 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 16:48:26 2021 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 3AEBB18968A8 for ; Tue, 23 Nov 2021 16:48:27 +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 4Hz97Z67HSz3rYG for ; Tue, 23 Nov 2021 16:48:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AEC5719DD2 for ; Tue, 23 Nov 2021 16:48:26 +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 1ANGmQwm097042 for ; Tue, 23 Nov 2021 16:48:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANGmQlZ097041 for bugs@FreeBSD.org; Tue, 23 Nov 2021 16:48:26 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 259996] bad CREATE_SESSION NFS v4.1 reply can cause client kernel page fault Date: Tue, 23 Nov 2021 16:48:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637686106; 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=jct0yGewCXYN/wQC2wpzpm7vEL6hBQIDtnoxV6L+PD0=; b=hUpyLYY62bQ4ouByodOditZU6CM/1WfgR0T+cGT4Q173t42c/2sVIQ5BabqCvE7efB6NCB 4S1cw/JCWNo9X0m/x4ECnBhZB6+Qdfufe1g7SDVl8JJn9h8JIbZkkrEpIACSQwymfrCux1 uD+3lpfl44w7FQX6nW6viD/uhytmsUOlZ/L4qeWPAK5b4pUN/hpTinqF7m7t+51iVoln55 ktKlZA9OqeBvslxCPlQkwFcNMx4QnWyQN5efPgNa+c3kjH7zz3Dxw/x4kl7jTJGGYlxBp0 T1VcdVwYX3uPRpin092tLG453UQ7e4TQ8kPz6BlHKR2xMOHNxcQi0OUKxk2GsQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637686106; a=rsa-sha256; cv=none; b=C/UWQSvYLbYVU+E/3A3Lz2hlVOWEtqHc9J12mazEZ7iCJ4Km5g4OIn/cADDkHBzT9Wy4pe XHkq7/CdAE1CDtKKkgGM2LB6Nazmj8y+cSZZWUaQ1wHubC/c6qYdKGHx9jFLxmfHvs2zEU MNy4C1uzUBPp+zgKasxcT4BykzXYQopI+aXvHkM9JBes9C3qceVWWxsHYO/OKhiMHE4IoJ ttLDR3+kDGLwiUWZO8gmXp92Ywt8D73RHLhdAg+cNZZnww2n1pqtQgi8CAKyvWhfdTxlT+ lmHPUZvMn2dC3gURPU4JjR6PLJjMGeNeNXQQdMopkMWbG/OqOdnV1VUVqMyIHQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259996 Bug ID: 259996 Summary: bad CREATE_SESSION NFS v4.1 reply can cause client kernel page fault Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229673 text/plain mime type: Created attachment 229673 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229673&action= =3Dedit Demo that crashes an NFS client. These lines in nfsrpc_createsession() irdcnt =3D fxdr_unsigned(int, *tl); if (irdcnt > 0) NFSM_DISSECT(tl, uint32_t *, irdcnt * NFSX_UNSIGNED= ); will accept the server's irdcount if it's huge and positive, but can then pass a negative size due to overflow in the multiply. This can cause nfsm_dissect() to subtract a big number from nd->nd_dpos, which causes a wild pointer reference next time nd->nd_dpos is used. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #91 main-n250901-77e3db078984-di= rty: Tue Nov 23 10:48:40 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfs_1.c # ./a.out ... panic: Fatal page fault at 0xffffffc000227d16: 0xffffffcf82b289c8 KDB: stack backtrace: db_trace_self() at db_trace_self db_trace_self_wrapper() at db_trace_self_wrapper+0x38 kdb_backtrace() at kdb_backtrace+0x2c vpanic() at vpanic+0x154 panic() at panic+0x2a page_fault_handler() at page_fault_handler+0x1ee do_trap_supervisor() at do_trap_supervisor+0x76 cpu_exception_handler_supervisor() at cpu_exception_handler_supervisor+0x70 --- exception 13, tval =3D 0xffffffcf82b289c8 nfsrpc_createsession() at nfsrpc_createsession+0x730 nfsrpc_setclient() at nfsrpc_setclient+0x240 nfscl_getcl() at nfscl_getcl+0x53e mountnfs() at mountnfs+0x722 nfs_mount() at nfs_mount+0x161e vfs_mount_sigdefer() at vfs_mount_sigdefer+0x20 vfs_domount_first() at vfs_domount_first+0x1d4 vfs_domount() at vfs_domount+0x21c vfs_donmount() at vfs_donmount+0x79c sys_nmount() at sys_nmount+0x66 do_trap_user() at do_trap_user+0x206 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 18:07:56 2021 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 E53D6189A4A2 for ; Tue, 23 Nov 2021 18:07:56 +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 4HzBvJ4FdJz4ptj for ; Tue, 23 Nov 2021 18:07:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 723FD1B308 for ; Tue, 23 Nov 2021 18:07:56 +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 1ANI7unT038970 for ; Tue, 23 Nov 2021 18:07:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANI7uCB038969 for bugs@FreeBSD.org; Tue, 23 Nov 2021 18:07:56 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 260000] clang crash while compiling libarchive with -m32 and -fsanitize=address Date: Tue, 23 Nov 2021 18:07:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637690876; 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=EPZZtO6g/wh7rYb40bbyXEqYSuh+xTxS/D8ODgIeBXo=; b=jqgC5jGNajEN1Mlw0tYMgppSrHljX9QaEFHRL7rGJLh1kfqkNmeWE7wQqZ7xS7YCzGNled mz/amJUabNqyKxL/oqyzMPYOySjP2qWcyGfiCc6Z7k7JtAeQVSaZhtaWJmAV1tSDyV9hbH eak1ZXw+kKubNEF9dwOYNuc64Y+AwsQXCEI+mR/9Pdt9uTfFWzMrfMLC11lL+e5/YUN0BI FL1fFVOOFixOyhJF5NVgrX1Ac31JVyL/3zlgp+kXxCYdJo0LW4TvuvEg1ofRkXwErlF8us pgUSDl4eM7XhcdzWmW1nvGmS9SxODFP1SeV1OuY4qh7YhgI2a3v5ww95lWSchg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637690876; a=rsa-sha256; cv=none; b=R2rIFU+bJrQMn9oZy19Bd0e+hX8+QE6owClAmYu42/mAZSOX3YkOe8V3QhCNUorurhl33Z fj9tpacW8bbFui13vt8yUrOn4AuQVMaUPRaUblcZMymfVnstUZTELQyLtUttYgwVK4d8pz br6xkc/K+IUw40ws0k93I/9KaTKvL6+sFkGiGhwEVWPUMeUmNHhGM1Btor1gSbDcemiWwj 0Zoy9P4lWkcvjEtM2m9apSxLdRDynMXiia5MjfXzKY2d70vpccPeOghd+cZHmhhlkmnBQE 6q6BD6YBEFXYCXXlvKfYF7DbLZe2H6Hq/19/6SO2RXFdmnYUcaVJwVYZOK+hdw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260000 Bug ID: 260000 Summary: clang crash while compiling libarchive with -m32 and -fsanitize=3Daddress Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: markj@FreeBSD.org Building world with WITH_ASAN=3D I hit this near the end of the build: markj@nuc> sh archive_read_support_format_tar-29e157.sh=20 Assertion failed: (!Op->getType()->isPointerTy() && "Can't extend pointer!"= ), function getZeroExtendExpr, file /root/freebsd/contrib/llvm-project/llvm/lib/Analysis/ScalarEvolution.cpp, l= ine 1582. PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include = the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: /usr/bin/cc -cc1 -triple i386-unknown-freebsd14.0 -emit-obj --mrelax-relocations -disable-free -main-file-name archive_read_support_format_tar.c -mrelocation-model pic -pic-level 2 -fhalf-no-semantic-interposition -mframe-pointer=3Dall -fno-rounding-math -mconstructor-aliases -munwind-tables -target-cpu i686 -target-feature +mmx -target-feature +sse -target-feature +sse2 -debug-info-kind=3Dstandalone -dwarf-version=3D4 -debugger-tuning=3Dgdb --compress-debug-sections=3Dzlib -fcoverage-compilation-dir=3D/usr/obj/usr/home/markj/src/freebsd/amd64.amd6= 4/obj-lib32/lib/libarchive -sys-header-deps -D COMPAT_32BIT -D PIC -D HAVE_ICONV=3D1 -D HAVE_ICONV_H= =3D1 -D ICONV_CONST=3D -D HAVE_BZLIB_H=3D1 -D HAVE_LIBLZMA=3D1 -D HAVE_LZMA_H=3D1 -D HAVE_ZSTD_H=3D1 -D HAVE_LIBZSTD=3D1 -D PLATFORM_CONFIG_H=3D\"/usr/home/markj/src/freebsd/lib/libarchive/config_fre= ebsd.h\" -D WITH_OPENSSL -O2 -Wno-format-zero-length -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-stri= ngs -Wswitch -Wshadow -Wunused-parameter -Wchar-subscripts -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=3Dunused-but-set-variable -std=3Dgnu99 -fconst-strings -fdebug-compilation-dir=3D/usr/obj/usr/home/markj/src/freebsd/amd64.amd64/o= bj-lib32/lib/libarchive -ferror-limit 19 -fsanitize=3Daddress -fsanitize-recover=3Daddress -fsanitize-address-use-after-scope -fno-assume-sane-operator-new -stack-protector 2 -fgnuc-version=3D4.2.1 -vectorize-loops -vectorize-slp -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=3D1 -x c archive_read_support_format_tar-29e157.c 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module 'archive_read_support_format_tar-29e157.c'. 4. Running pass 'Loop Pass Manager' on function '@tar_read_header' 5. Running pass 'Loop Strength Reduction' on basic block '%while.cond4= 5.i' #0 0x00000000050964e0 PrintStackTrace /root/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:565:13 #1 0x00000000050947f5 RunSignalHandlers /root/freebsd/contrib/llvm-project/llvm/lib/Support/Signals.cpp:98:18 #2 0x0000000005096c10 SignalHandler /root/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:0:3 #3 0x000000080a8e85d0 handle_signal /root/freebsd/lib/libthr/thread/thr_sig.c:0:3 Abort trap (core dumped) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 18:09:49 2021 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 1389C189A6DE for ; Tue, 23 Nov 2021 18:09:50 +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 4HzBxT4py3z4pyM for ; Tue, 23 Nov 2021 18:09:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 84DCF1AC75 for ; Tue, 23 Nov 2021 18:09:49 +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 1ANI9nr9039316 for ; Tue, 23 Nov 2021 18:09:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANI9nfP039315 for bugs@FreeBSD.org; Tue, 23 Nov 2021 18:09:49 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 260000] clang crash while compiling libarchive with -m32 and -fsanitize=address Date: Tue, 23 Nov 2021 18:09:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@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: attachments.mimetype attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637690989; 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=7cM/cmXQXNlIbQc3Js8m/S2DZZCb81TB65N6oBfxA1Q=; b=ZMfi18uKtLFJJhPhAk3jyPpfwg1tYuEJDaS2CA/Bj4+XT6xqZ6T5as/mi6MM9pa43hry0Q 0j2vzgsZvwHbzoRduayiUiEL2buFMKhHfwmu9gVJkRYQQWRzMhwnp6s/kl3kGbtmczxgCk PZWX0/EyCaKbOfvvHnsfx0rKcGfhuD/ptpzKmnmpkmSNQXup1vVxdocktaa2R7iQnIXtPb pQY85k/VTxD5YENm4cAV5mlhrZOG6eBkz9Js42jPVZt+IEY59eQfK2EgQwBA68BLzbwk3N 7KFxqdxJvTYUMmkhaGZdejrJpdLdd6SIth4WHLEnAeqd/TOXuAbaQSdF+1m56A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637690989; a=rsa-sha256; cv=none; b=TL9BnkxRpJWhMtvEPVUC+plpIRNCIHBnGzHSIQTokUP78rUqTMlRqWLCqa9Lrt7gO1UckJ mLIuKulqKvIm3vd4m/Pipa7pOZ91G7SyH4BoG+hbYKrYrzThTrQliFWMy3iLHU1SOPoKAY NOGLPc/pQbqN69D4tybkLF8kvJ+x+p3u4EF+IotycvaweVN6Iibr6vxRwUqbzpD+wTn8ST YD9Wtn/DLYd83mvchZSG9VnTdiAtDF+OuXf0mf5aG88qda3ahcj7p0kgY4zUsOq9qdBdSV bSJyHvthq+QQ5Na63/uNxm6BXkmkpWbwzh1Wt4KGZMJAhQ26t9uTqZ4L/DpuqQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260000 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229677|text/x-csrc |text/plain mime type| | --- Comment #1 from Mark Johnston --- Created attachment 229677 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229677&action= =3Dedit input file --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 18:10:07 2021 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 8DB66189A7DB for ; Tue, 23 Nov 2021 18:10:07 +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 4HzBxq1w87z4qHG for ; Tue, 23 Nov 2021 18:10:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 22EAF1B310 for ; Tue, 23 Nov 2021 18:10:07 +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 1ANIA7xX039438 for ; Tue, 23 Nov 2021 18:10:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANIA7PE039437 for bugs@FreeBSD.org; Tue, 23 Nov 2021 18:10:07 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 260000] clang crash while compiling libarchive with -m32 and -fsanitize=address Date: Tue, 23 Nov 2021 18:10:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637691007; 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=ezFkvn0k3vyY7QIj1AS6eUevwJ6TrhSWJdS/n4R6xB8=; b=RnPyePdPOPqOkgfXLkahkeVcItddLv9U2siBl+WeIsTJEAHl5YYC6LinLpwGQAo7AcpH6V KEuuH3iFf8fKGkg9wv6sB7ZPDQ0wfb3ZTv4ifPbrVdmzA7HEvpvISIl5FRGfnP2M8Jv0zo rmSBRSORJj1l6P84ifcPqkYTHnMe8mYWbHJAWiBFfsyqJRrP0paklMO6fVBKaFD6T74cD8 Kl/OKlyDN2xgrCUloAjn717YkU4owC5qBCaKUt4cmWU/sHqaf6/YOHSP7Xk2o+nwlAWsJy Wh32vPgKAaFvtsHR8n9hmz0yh8deuYeu2HcbKZr438CBQ2CKam3YLu107kbd4g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637691007; a=rsa-sha256; cv=none; b=WE/KtTPA8vezqCd7Fnz+dLw0fL6cl/52B81+/ryIj9kn6g/R3aSDOU9C6WxDG6nKe7O6jm KN4DkeAMVp+J9/Lj/wOrbZsv5PGvj5VvvBOCCKU7Qu8wkKZlw+15NExM10lGUz3seD8Tn6 +E20D23QVSV0jZTA3Rq3BmlQfOnO3RZkbE8Z/9m4l+k/92WjC8LcPz1Jj4f9J/XKCf6OFO B1GmRXIV+Di9jSLrHpSEs0Z/FNhAw4qPKGmxaJg+i9Y7eyAi7TDswpS91DZYyrwO25+XfY gVjpMUr+12qNqfvOvmen+AEpNaQB6E0MaaSlkWfxp6Oxa0FqjKusRTUpMHqOfQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260000 --- Comment #2 from Mark Johnston --- Created attachment 229678 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229678&action= =3Dedit driver --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 18:21:10 2021 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 A5E0F18A217C for ; Tue, 23 Nov 2021 18:21:10 +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 4HzCBZ3HYqz4vKS for ; Tue, 23 Nov 2021 18:21:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 50DCD1B3C0 for ; Tue, 23 Nov 2021 18:21:10 +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 1ANILA59050184 for ; Tue, 23 Nov 2021 18:21:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANILAiR050183 for bugs@FreeBSD.org; Tue, 23 Nov 2021 18:21:10 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 260000] clang crash while compiling libarchive with -m32 and -fsanitize=address Date: Tue, 23 Nov 2021 18:21:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: dim@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637691670; 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=yxsq6nnYEugds5LFjiMc1DSWfbGXH+fLEZ3VGnXLUKw=; b=y0O0+Y6g3nOEq9Rdtv+5yuZEYPHSiBGH3olYe+dUCxla0rF6Mzl0ztlWl6tfJGnqIo6aad /0BK8+5vECfiFanXYDCQ+Z2/PKTl6eZswNwlP31BltJaKp0757w0oa1hy9ZVVjoLhk9ao2 2kxDku5rRIeNvkRWHKV8oMGEX0vvfHPDG1alNz4fKAtkVHqAGbBWrHCYYKsf0MeP4ypID3 IDyttYpevLnyjSOwi5PCFzDKQ3f55li3JOq4Ganr5iKA1zbqrBaPY4ImbOS8zECuL0wmMZ VNKwR3ih/jj0NTRigU3dwd+y0J7aU/N0g33uP3R3cpO33EitCmtLqF2ZDNfX1Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637691670; a=rsa-sha256; cv=none; b=K1WLX02tZgwp+xSHpSZIsWUA7fd+RK2/xhG6rgzeW8Rvztw2L/FJGxFijV9sCpVAKlBQqc sdva7z/Lps/o+roC62izBrnB32MaTpNg8yblJUGgjMHTRWClCkDhhQtLJ3Dr7QBmWMIkJ8 WV/U9xnDLmmOOi6GUOBXZ/djyfuJfycV5d6/awMyzl9iSRq3lsE3mtbkXWbpzITt0jgZo3 trYt//xZcNyu/V6/FL1jIcf96JM12xf+emBRm8DKPdrunpzsy06Q4Eun5sBWBcbKC0LM2M DEakEUnJcUmxGxaoL4DOxXL76jToYjEv6LDd5Xm7wPWrBva++xlTYBSn7pTiFA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260000 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |dim@FreeBSD.org Status|New |Open --- Comment #3 from Dimitry Andric --- I can reproduce this with recent versions of clang, up to very recent upstr= eam main branch (llvmorg-14-init-10170-gf849640a0c6). It seems to be a regressi= on somewhere between llvmorg-13-init-14958-g1a4d1315650 and llvmorg-13-init-14978-gd919bca8755. I wll pinpoint the exact regression revision, produce a reduced test case, = then file an upstream bug report. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 21:29:47 2021 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 2BE75189348D for ; Tue, 23 Nov 2021 21:29:48 +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 4HzHNC6Bc7z4rRb for ; Tue, 23 Nov 2021 21:29:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B0C6B1DCD7 for ; Tue, 23 Nov 2021 21:29:47 +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 1ANLTlrX050755 for ; Tue, 23 Nov 2021 21:29:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANLTl16050754 for bugs@FreeBSD.org; Tue, 23 Nov 2021 21:29:47 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 260006] Compressed user core files with large segments are truncated Date: Tue, 23 Nov 2021 21:29:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: chris_horneck@dell.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637702987; 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=c8ai1ma5wiLCBOdfiNiT+SAhiziOI6njVJZkEzUbv/w=; b=mgCgSh1O5vtw6Iv7q/naefvXyiI2tSokUH/SP9fJyGPc/6kPujrpe5qc/V/XAljHlURsxG NcRn3VoXU/PqLdcBKEDiKGT6etDoDN2qas/noDK19y8tR1GbkYOko4WCSvWWomwkXvlqRO ls1yPxNlqIxF5wi6yEsZtHUDjDGHyCtix/+jjjsR7K9h1am84mOVNB+pHgXxyq+N6tdGS0 //9PDdbURrVqtVBRMUdXtEOC800Lx7g5TpdVkUMRfQVTramdNqSX9EN23YpuMw95+fMfP/ Q3xxwCPOUHmlbnmkUboMWNkjfIiMwHtXC3r7TxBk84tj6/03QIpDJa/S9cf6GA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637702987; a=rsa-sha256; cv=none; b=RtB5xsVFvZRk2vh6u6HQxOkPNO2Y/244FOZiqKCVszCKbRtRbU6Yzw6/JLDRZfal++OslY AHTNd3dc/T5leIu/Ezh/oAoCtuqrYPllBcc+jk3Eq9Zp6fcOCpR4u5lEYYG79JtDimjEO8 Fhz+jqV7ifog4uVg6qpgJOnA/CGO7Uw1Ry7qIg9FBlCyNOd37KfC5VTgknUDCz+q3gUub2 q2VrZkcBf8XL3oaEgC2iK0mSavYkJa0Tut5Fdq5di+i1Ep1IZkMsKgMe0diXaeYDevHhJJ XOBN93blTCsOOTQRwu4jfT21e6nmM11MiMi3B/LTnt99Kavj1QF+dnczJPQl3w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 Bug ID: 260006 Summary: Compressed user core files with large segments are truncated Product: Base System Version: 11.4-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: chris_horneck@dell.com Created attachment 229685 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229685&action= =3Dedit Test program This problem can happen with kernels compiled with GZIO and sysctl kern.compress_user_cores=3D1. If the program being dumped has a memory segment with size >=3D 0xFFFFFFFF,= the segment will be silently truncated, which "damages" any memory segments wri= tten to the core file afterwards. The root of the problem is in imgact_elf.c. The function compress_chunk acc= epts a length of type u_int (32-bits), while it's callers pass lengths of type size_t (64-bits). Thus, any segment with a length that cannot fit in 32-bits will be truncated. The function compress_chunk lives on in later branches and appears to suffer the same problem. Trivial test program that allocates a large memory segment before crashing = is attached. Kernel must be compiled with GZIO and sysctl kern.compress_user_cores=3D1. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 22:38:00 2021 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 9F7B1188D60A for ; Tue, 23 Nov 2021 22:38:00 +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 4HzJtw2HDgz3j8G for ; Tue, 23 Nov 2021 22:38:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 27A211EAFA for ; Tue, 23 Nov 2021 22:38:00 +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 1ANMc044088376 for ; Tue, 23 Nov 2021 22:38:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANMc06q088375 for bugs@FreeBSD.org; Tue, 23 Nov 2021 22:38:00 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 259864] PF periodically drops packets that belong to established session, thus stalling the session Date: Tue, 23 Nov 2021 22:38:00 +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: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kp@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637707080; 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=pH5Y3Yu5B+T/o9FcBo2eVjAnjlxlDzy6VulTeY0J0xI=; b=cqq2Lr28H+orRaf7/A6V/L9B3u6KLBm6qXLMxvIOrpHxDxPESkSiHSahcORDnggIB73GrZ nlHvpURHr3R16WIYOtjfIDLnkSQ4PpcUOvKhfNEk1wZimw3vZimlvECPFlSnRnXXa7uQBv pHwl3EqLdcpWNwNTTy2BiLEuGJmaQPihrn1MeyDkHZ8BU/mOcqTa8sN3slJ4hro9kFXvwr nwcy4Eld32XuSFAD4RYP4PXw32mFKjvENTxJujZY+Q4cVju0BHjMzx2V6gJ91pG2O4/e99 lRNT3Ai3PCbXp5TsIbtS2QZpWVMbi1xBV3bu9wHNpuoyeKXEAtQDHEA6BkL23g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637707080; a=rsa-sha256; cv=none; b=kJ5oWMZURzLev3RBUedPDmpFvtA+B4khWzJc7dZyedJUimz68rYEKZeHqeZKdwVNcbBw7n AWqKrMv0I2d70wPUEP/kkQh48XiVTDgjJNRU5IX7qKlvZXgVyLfOz4pyhLlw9FcOyzRZE/ wCfBdAORZyKfNcR/gAEcmaMSA0tgAzBEI9jmko2cHuXKfIWtSJ8ovt0H+W/qknwD47l57n QyJHnuyD1jMHhLzVVx7GlMfzfIDNnS0h4/TxhfDnUwUcCmoc7HnoiIBn4rbFzeMf5i4EAl Cp0hNfgzE+sDopYZF6sRWDW+PS31n77RdBDnUVdD7PwJgoyEyGd8EMKvQNzoEg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259864 --- Comment #5 from Kristof Provost --- I've managed to spend a little time looking at this, and I am very confused. When we see the error messages pf rejects the packet because the acknowledgement number is too far out of the window it thinks the TCP sessi= on got to. However, it looks like it stopped updating the ack window some time ago, an= d I have no idea why it'd do that. The packets that should have updated it pass= ed through just fine. Is this 100% reproducible for this setup, or does it only happen occasional= ly? If so, how often? When did this problem start happening (I don't think we've touched any of the relevant code any time recently.)? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 23 23:14:24 2021 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 61BE418A4CC4 for ; Tue, 23 Nov 2021 23:14:26 +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 4HzKhw6jgFz3wRs for ; Tue, 23 Nov 2021 23:14:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 67F981F5A0 for ; Tue, 23 Nov 2021 23:14:24 +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 1ANNEObt007343 for ; Tue, 23 Nov 2021 23:14:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ANNEOGx007342 for bugs@FreeBSD.org; Tue, 23 Nov 2021 23:14:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259152] [iscsi] OCI oracle iscsi block device problems Date: Tue, 23 Nov 2021 23:14:24 +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 Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637709265; 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=IIMbuBo+Z/mZXjcn5mWqIxNDNHbcUDOLpqBPMXqJHfw=; b=rtIZow5Ip34E+iRD/UZMTUxq0L0da8XK9aucqifJ8bnkc1Z5UkPt9w0hTjasr2eYlWNBHq dRCzkM6d8OXkYxNZ/3Mo/ou2XB/V6wKCasqhrqSoC8cjPDYHLBjw10bQIjGxLt9Gxen9Ku h/DqdfU2VKGc4zArYqU8cEK3oAKexJcy9/93/JKc/HIP04MJ5TW9J4KenqbiP+T9fFl9rl n7MPpzIY4KDpe8CRH8CiWHvufpl+aLDY2olTlKmIQd583yULB9xR3CExSxaa1g+hsKqkQg 6W5Tua4/jlNAyUvDtc1l2pURR8HkCmSOtl8C+uxmtTGFpieLNtBOIkiselOWZw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637709265; a=rsa-sha256; cv=none; b=XFuvlZ24Y/YB9Pwt8Z7WVCBTKVyu4rNRn3g/k2qiOvFjx69GNLZPSZL+h9YPEvsxEMYCl2 Y5ncbO25dp45KuzXjhxDn3myAL5bQ2RmENmyqophn/mllWJe8/sq8afti3oMZSez7vuzNV IK0ux8cQw9Rx81pU6cMQPTRIWXy9gWCspsp6QhuWwY6v8nAJeieHv9s7auY0V6sUDsdP6V DvSMC1tl1AbzCtBCpw0DpPO/VeVpFiJ4XJfx8TeHl7BstUJS03JIBQeAq0fKGmBNocTnXr 0YjugdxPZi8hUmSOlLuhbO03s6P5nvnNLgt48KvbFRqEIm2AQP04WrwdCZuj+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259152 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D412a8b92d9c0490ba700f5ea4f676a167= 78643bd commit 412a8b92d9c0490ba700f5ea4f676a16778643bd Author: John Baldwin AuthorDate: 2021-10-26 21:50:05 +0000 Commit: John Baldwin CommitDate: 2021-11-23 23:11:44 +0000 Further refine the ExpDataSN checks for SCSI Response PDUs. According to 11.4.8 in RFC 7143, ExpDataSN MUST be 0 if the response code is not Command Completed, but we were requiring it to always be the count of DataIn PDUs regardless of the response code. In addition, at least one target (OCI Oracle iSCSI block device) returns an ExpDataSN of 0 when returning a valid completion with an error status (Check Condition) in response to a SCSI Inquiry. As a workaround for this target, only warn without resetting the connection for a 0 ExpDataSN for responses with a non-zero error status. PR: 259152 Reported by: dch Reviewed by: dch, mav, emaste Fixes: 4f0f5bf99591 iscsi: Validate DataSN values in Data-In P= DUs in the initiator. Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D32650 (cherry picked from commit cdbc4a074bec094dc7f1dfde0773a9417d118ffa) sys/dev/iscsi/iscsi.c | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 06:53:00 2021 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 0E12B1889CEE for ; Wed, 24 Nov 2021 06:53:01 +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 4HzWt40vWHz4rt1 for ; Wed, 24 Nov 2021 06:52:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CCB20256A5 for ; Wed, 24 Nov 2021 06:52:59 +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 1AO6qxd0051191 for ; Wed, 24 Nov 2021 06:52:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AO6qxRI051190 for bugs@FreeBSD.org; Wed, 24 Nov 2021 06:52:59 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 238194] cam/scsi/scsi_*.c: the 'softc' variable is assigned but not used Date: Wed, 24 Nov 2021 06:53:00 +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: danfe@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: imp@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637736780; 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=bqHzFlkk3PylglbKopTP6wyn2yNhqR9KaJLZdR2yVNc=; b=SonDZb1H3mN/d2Fh3nZs1ebn4wmFBlHDTTokKGZ3i0m6ERFqsaowx6r/JimvWNpK7grAU2 erLhfP6wWNIi12BoX2qJGALjpwj6VtxILPY/p+TH3yUhGev50MjXnfj4UA2X+7GzpCaT9I rGAtZxh73pka5+ex3YOT/DLCNRX4GGix9ev8QFeNouGaMyTlK9vvpTscv25dwsHCSyFWwI QYPIPRXYID8UYb1N/ZMUNWJUbyZajm6Ia/11R7J9BLq3HJKFTerTdPSMWPCNzKmi+mJt0C 48rplQTKCWWGeodqRIfySCashXc4Q6ZKZRszzb9ck7bHOJbzxQF9STfrTOBhxQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637736780; a=rsa-sha256; cv=none; b=KtT2iSwoNPiLg0/9G+REnQy4And51dv9aAgPcuPgofNWugpOuX5Yux/abMdFk7GSnvJFAR 41bRdP6wMCvvAI8ELWEti3ksjoGTHGDHvSOw8eaynSfcKtCTRLHhFdnAuupLDpMBxacToQ 9iSdGF/UK/Czj5u9bMT1AhQMnhVObmRHmBsiwZvyyRCwQAa2amkF7pQ6xIAkP4EHlQr+Vo qjiN9zxH280Wn+b6uHB8ygBQ3Gr73GrviTiaKUv6vMAkRjpCzE59YDsXdipR7/4rXXMP8T qNrIdFnSCY7qNXJ7Fw4sl/l+riwPVAwi5Bfui2DSWS/+l9j0J0mw5RSRTGKarw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238194 Alexey Dokuchaev changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED Assignee|bugs@FreeBSD.org |imp@FreeBSD.org --- Comment #1 from Alexey Dokuchaev --- Looks like it was fixed in https://cgit.freebsd.org/src/commit/?id=3D6637b7460066, reassign to the com= mitter and close. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 09:08:04 2021 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 B72E1188CEF7 for ; Wed, 24 Nov 2021 09:08:04 +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 4HzZsw307Qz4fv2 for ; Wed, 24 Nov 2021 09:08:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 46DDB272B4 for ; Wed, 24 Nov 2021 09:08:04 +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 1AO984g9029249 for ; Wed, 24 Nov 2021 09:08:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AO984gI029248 for bugs@FreeBSD.org; Wed, 24 Nov 2021 09:08:04 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 260011] Unresponsive NFS mount on AWS EFS Date: Wed, 24 Nov 2021 09:08:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ale@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637744884; 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=BgMOrlH8KTtgvGRJSxd4O5RX+MvswaOi9NAG8dgikqk=; b=Sptw9AP5j1jzMkaTocXqXqKkViPTKhbKfLa1aKm6dyUVTYctU5JsFObA9XBTErTSnSZwKk wzLsDxCKdlqazu5QxqfrFMO6vViBB06xP1edvBGs/3uDW20RramndGu4mBfAZnuS9TPgAk BwngvD3DhPQudTJCC2gxTIH/Vp/tHYUIjPq7RYfUxFLZxgX9fvykUhwJ3uyn4I4hnNQLAw wsCr2AVdBeM0KkARpY4QMG/qak5hBTnjqpYKJQCMmly0FYSu2cIGY0KcxrN5NU0DgVjVob KtIErViVODKJXBJuHhAt0pMaEByP9NJ+tw2l+KVmxeeDZBeqElBOKWG5maiZbg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637744884; a=rsa-sha256; cv=none; b=e078LekFgcleEOUBDLmx21xQswpdNIQTckYuwhiIAI/xJk5UFDD/DBAmqib7IjogJpYd/d BdYhvHKH9jXtoQENjMvATnwpsoiKKftpFCBYIFC7RzKXRSch5/yokPBJfpUhqfOaB1C9VK 9tmnap/2OgbdLmuvjDd8oV2JnDxkD9FKgx7dJREeKHJlHf9d/zIzVjP0UXwwuNy5hyJpiv fSZ6oqmOvKr0+vnczZV9bUHjp+JQs06YtcWZyIwOQT6roz8+qlDp4/qs9OFm3ZlFrb251I Gz0J7oInAO6diPdwOeEVZXFIrmaTF6fTI3//iYwNPoy0MZpM/SBXR5j5PgjVpw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 Bug ID: 260011 Summary: Unresponsive NFS mount on AWS EFS Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: ale@FreeBSD.org I'm experiencing annoying issues with an AWS EFS mountpoint on FreeBSD 13 E= C2 instances. The filesystem is mounted by 3 instances (2 with the same access patterns, 1 with a different one) Initially I had the /etc/fstab entry configured with:=20 `rw,nosuid,noatime,bg,nfsv4,minorversion=3D1,rsize=3D1048576,wsize=3D104857= 6,timeo=3D600,oneopenown` and this after a few days led my java application to have all threads block= ed on never returning `stat64` kernel calls, without the ability to even kill = -9 the process. After digging it up it seems the normal behavior for hard mount points, eve= n if I fail to understand why one should prefer to have the system completely freezed when the NFS mount point is not responding. So I later changed the configuration with: `rw,nosuid,noatime,bg,nfsv4,minorversion=3D1,intr,soft,retrans=3D2,rsize=3D= 1048576,wsize=3D1048576,timeo=3D600,oneopenown` by adding `intr,soft,retrans=3D2`. Btw, I think there is a typo in mount_nfs(8), it says to set `retrycnt` ins= tead of `retrans` for the `soft` option, can you confirm? After the change `nfsstat -m` reports: `nfsv4,minorversion=3D1,oneopenown,tcp,resvport,soft,intr,cto,sec=3Dsys,acd= irmin=3D3,acdirmax=3D60,acregmin=3D5,acregmax=3D60,nametimeo=3D60,negnameti= meo=3D60,rsize=3D65536,wsize=3D65536,readdirsize=3D65536,readahead=3D1,wcom= mitsize=3D16777216,timeout=3D120,retrans=3D2` I wonder why it seems that the timeo,rsize,wsize have been ignored, but thi= s is irrelevant to the issue. After a few days the application on the two similar EC2 instances stopped working again, though. Any command accessing the mounted efs filesystem did= n't complete in reasonable time (ls, df, umount, etc.), but I could kill the processes. The only way to recover the situation was to reboot the instance= s, though. On one of them I've seen the following kernel messages, but they have been generated only when I tried to debug the issue hours later, and only on one= EC2 instance, so I'm not sure if they are relevant or helpful: ``` kernel: newnfs: server 'fs-xxx.efs.us-east-1.amazonaws.com' error: fileid changed. fsid 0:0: expected fileid 0x4d2369b89a58a920, got 0x2. (BROKEN NFS SERVER OR MIDDLEWARE) kernel: nfs server fs-xxx.efs.us-east-1.amazonaws.com:/: not responding ``` The third EC2 instance survived and was still able to access the filesystem, but I think it wasn't accessing the filesystem when there have been the network/nfs issue that affected the two others. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 09:40:11 2021 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 4E871189C64F for ; Wed, 24 Nov 2021 09:40:12 +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 4HzbZz2mKSz4pNW for ; Wed, 24 Nov 2021 09:40:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 06FDF27A21 for ; Wed, 24 Nov 2021 09:40:11 +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 1AO9eAle046096 for ; Wed, 24 Nov 2021 09:40:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AO9eA7t046095 for bugs@FreeBSD.org; Wed, 24 Nov 2021 09:40:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234205] /usr/include/sys/file.h uses the u_int typedef which causes C compilation to sometimes fail Date: Wed, 24 Nov 2021 09:40:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637746811; 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=Aox4KhTfI3/k+C2sIGpwQOCSIg6yBGifrelxHhJCOtc=; b=YVo0xY1TyC0tuSq9NGKgGgHXiU2Xg+IVdtg2x3GoZty6N4fBDT8kgHb3v0IvovMk5yaLoQ aeFob2S/5DQZxe33jP8FxzztpWPqQVu3zW9y/r0BZD91XVo8yvm0Pm7hfHER6fhpdyJt9Q k6zLrfmAF/Kb7QHDMtPwFSk4dkJf17ntRuj/ntd+Oz41xA5fmkBFxr4twrUB2zqywVMAa4 lE1MKI6ZF+g69148gVrU8Y5KwYbdP5ceCydHhNptBqpWbEd+9zTQUNNfvycBEJ/maq1aDJ 4Ew2bwR7V4WEAfHRS4IQ3o3D1sc+NTbnDWmOHH7RFvnmRzBaX5wRLyir3h+EbQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637746811; a=rsa-sha256; cv=none; b=nLGPFLpLT7VBjZiayMS4KXaNNxIsP3f1+GR+LDm6tU4N40nkvbNwl2EU0aXcd7YhtXgpvk 5hdTG1WZ6bkY9HKgJnJatST8K4gcu0F5WSIxw5Ew7ZBttahSmLDHOUMYRdbhl1LVKSdz9C FBBdkurc0MWIQqipED0gBadyIdHNPwnF2ETOA0QJIfRSpvs28EBeAQUg3KQH9dBfwwCW67 G95dnt0jlK++5JgOqzO6gJaNs+6tWvMzwiq11pGqy3zWNXz1HSn/p8KwiynQlAxpTiHy2y y+4ZWrM9xQNPhdx6ck4JGCymFpHRp2oE/O0gSFgThwvOwMlye5tOjQ5K1oLRRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234205 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Da2b53e53a3f38dd89b64500a2d2a1727b= affe4f9 commit a2b53e53a3f38dd89b64500a2d2a1727baffe4f9 Author: Warner Losh AuthorDate: 2021-11-24 09:25:47 +0000 Commit: Warner Losh CommitDate: 2021-11-24 09:38:09 +0000 sys/file.h: Allow inclusion when compiling for a strict namespace Although not part of the standard, this file is sometimes included with -D_POSIX_C_SOURCE=3D or -D_XOPEN_SOURCE=3D. Limit those sturctures that use types hidden by __BSD_VISIBLE to when they are visible. PR: 259975, 234205 Sponsored by: Netflix sys/sys/file.h | 4 ++++ 1 file changed, 4 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 09:47:47 2021 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 3B82018A0618 for ; Wed, 24 Nov 2021 09:47:48 +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 4Hzbll5N6Mz4rrl for ; Wed, 24 Nov 2021 09:47:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9554227B0F for ; Wed, 24 Nov 2021 09:47:47 +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 1AO9llGZ050173 for ; Wed, 24 Nov 2021 09:47:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AO9ll2D050172 for bugs@FreeBSD.org; Wed, 24 Nov 2021 09:47:47 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 260012] NFS v4 client can crash server with a bad LAYOUTRETURN RPC Date: Wed, 24 Nov 2021 09:47:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637747267; 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=kP/M5zvTU/6sUqtbu7Vj22s2b4g1Pn1PfMHkikQCb7A=; b=GR33Sowi6NgQHY7fu8du4IxynbiF9K/ZIOXb2mtOV+P4Y2C2yK/j6C7gl90skOh6bwvhQF i3kR6xGIRnZpPrvHhRP9f8y0h5gyaxGT4ph5nKZfT/RF73mpySXohf+yoB69S+3prXclM0 UIdlpD3yjDL8SGBN6udu8lSttxdrEUPs2xsVCvkM2a3UcFkzvfFowwEBFXeQY8xITvaMox D8po4iHnhjvIxM1ESH91jrWF+H0Of514KudBlCmQ59ueVLgi5YBNLTsFwFiSCbCTuYu0sg 97dMoyetadKp7lo9DfCeNI9YtzSNdisIvES/fB54wNdEzn/aa4FbwmxV5DGYag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637747267; a=rsa-sha256; cv=none; b=fsMiVBQ+qSfJ4DJFVWUpV5Yl2gPp3aZd2tawUZ0tAHUz0YLrdbByCLn/IIzXObjoR5b76a F0Krwf3jHLfm7I83DVDVENnVS3IsoukB9b+TsP8sMY/a2KSn2j2DE3K/eJITAlJCRBXLLL 6KmPWY7PZ/3liPQd+dkQKqocvGJc59grV7GrFKfnhpmWNMqVhgdEWKD7o/9vfgvWuSiaZJ WaMif38d2LeE4vtokXyUFy471osoGk79Ec0/bXaIR6WGUVRH+EWtaxeA35bVJaVo8LhnkF /yu1djjXD8LD96mo2R4z5EtluYS0LhYTBdjTCCR/M2NX8MCRDStTTAiejue6sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260012 Bug ID: 260012 Summary: NFS v4 client can crash server with a bad LAYOUTRETURN RPC Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229690 text/plain mime type: Created attachment 229690 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229690&action= =3Dedit An NFS client that crashes the server with a bad LAYOUTRETURN. If an NFS v4 client sends a LAYOUTRETURN RPC with lr_returntype of NFSV4LAYOURRET_FILE and an lrf_body<> size <=3D 0, nfsrvd_layoutreturn() will pass a NULL layp to nfsrv_layoutreturn(). If the RPC also has layouttype=3D=3DNFSV4LAYOUT_FLEXFILE (4), nfsrv_layoutreturn() will call nfsrv_flexlayouterr(). The latter dereferences layp (as tl) without checking for NULL. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #96 main-n250901-77e3db078984-di= rty: Tue Nov 23 16:58:28 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_1.c # ./a.out ... nfsrv_layoutreturn: updatemdsattr failed=3D2 panic: Fatal page fault at 0xffffffc00025ce8e: 0000000000000000 cpuid =3D 0 time =3D 1637591542 KDB: stack backtrace: db_trace_self() at db_trace_self db_trace_self_wrapper() at db_trace_self_wrapper+0x38 kdb_backtrace() at kdb_backtrace+0x2c vpanic() at vpanic+0x154 panic() at panic+0x2a page_fault_handler() at page_fault_handler+0x1ee do_trap_supervisor() at do_trap_supervisor+0x76 cpu_exception_handler_supervisor() at cpu_exception_handler_supervisor+0x70 --- exception 13, tval =3D 0 nfsrv_layoutreturn() at nfsrv_layoutreturn+0xa6 nfsrvd_layoutreturn() at nfsrvd_layoutreturn+0x35c nfsrvd_dorpc() at nfsrvd_dorpc+0x154c nfssvc_program() at nfssvc_program+0x5a4 svc_run_internal() at svc_run_internal+0x808 svc_run() at svc_run+0x1a8 nfsrvd_nfsd() at nfsrvd_nfsd+0x30e nfssvc_nfsd() at nfssvc_nfsd+0x386 sys_nfssvc() at sys_nfssvc+0xd0 do_trap_user() at do_trap_user+0x206 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 10:03:56 2021 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 EDE3718AB142 for ; Wed, 24 Nov 2021 10:03:59 +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 4Hzc6P0BYGz3G1h for ; Wed, 24 Nov 2021 10:03:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7F1C28A for ; Wed, 24 Nov 2021 10:03:56 +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 1AOA3uq8061532 for ; Wed, 24 Nov 2021 10:03:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOA3uIE061531 for bugs@FreeBSD.org; Wed, 24 Nov 2021 10:03:56 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 234205] /usr/include/sys/file.h uses the u_int typedef which causes C compilation to sometimes fail Date: Wed, 24 Nov 2021 10:03:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637748238; 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=utAZa0HErUvYV1eFZEtdLiAuHT+tseruoTtmQuNLLVQ=; b=gRmOKRiTSVrfBuc/jkhKOTygGTPimK/g3hwhPy5TMWOOklBVZSo7E4d6iWQT5fVVzMh3h2 9+KmzhvKEMnKBse+FfM7BooTrqxyX5hlkO/AD5VmsIEfZHRUd++0+H8NUzZ+bfcibl/rm1 lGBtLXtF/lZZIjUrjWZmKIHxQoUlI84QsNA/b4v/t/p2/pV58N9EhdKv15Ax+2WPC86uQj 3x6Ydqh3KNCMvCZfQgey6NLu6QzZGnFSRjk8vezGXQ4dnceRwOMeWDz92Jyt/GLXKmypOW 4MlTPDwaT4XCk/HmDgmSsYIt+XMTA/d+gfs5D+pwqm4QFTPD0nfxaHmKn8cz0w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637748238; a=rsa-sha256; cv=none; b=Mh9j1SEHy+hYjelU++BuxapYfeHEBctM/CHRKygr3Uy+q4BiGDmDZr2h2RSKUQ6V7f1pR6 v1IuyPOQEU8OdJbopqSX+gloIGXsOquLIit9qLsEGT3TTACktbZhYgGuH2pL6zJsoE1nWI R+amluv3qynX7i+QaoxN5KFYh4Ponqo85EH+AaZUce/3so1rTsYw26Dcs3rjyFvC+CqDtM jWgo/JU43igfJD5RZ1CwTkupnW73+SnC3QO3A6EtJYNkby9vHxtbPzNv9UE+giCl6esS3I 4f2tI7GjG30QL1ReQZrf32RnsjmMT3bjNKk6pZBAilhyz7zzIk+oGsQz1rv8eQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234205 Warner Losh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imp@FreeBSD.org --- Comment #3 from Warner Losh --- I'll note in passing that all the other files in sys/sys/*.h today that are self-contained will compile when specific feature macros are defined, except sys/file.h. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 12:24:26 2021 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 1402718A755B for ; Wed, 24 Nov 2021 12:24:27 +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 4HzgDV5vTwz4rGq for ; Wed, 24 Nov 2021 12:24:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AB87C1F17 for ; Wed, 24 Nov 2021 12:24:26 +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 1AOCOQ67048812 for ; Wed, 24 Nov 2021 12:24:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOCOQOG048811 for bugs@FreeBSD.org; Wed, 24 Nov 2021 12:24:26 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 260015] Missing value for LIBFORMW in bsd.libnames.mk Date: Wed, 24 Nov 2021 12:24:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637756666; 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=sBpo/XMNOIgIY4kNI4RCEvyrs6DsfHG0VlHT13brvkc=; b=UBMmTg3IHS3BgOkUOmsHThEI2RaGHBCpOEXIhtR1j0X48lZYIhaHkV9MQho0VxLeobTkZ+ gpeXk9BPBdkjLS6VnuCMqdFpTPJZ3ChOjdq1/1jM0+r72dOksmlvdfWacZpmDO/AZE08wH Kw4J4j1sOaQAF44Naf3PtahVTVyIpRCaZSKgBjxE4OcmtYTyEJGQyeTZ1ObcJm1Eh9klSk NivdhNn3OBRzaOtk+p05R+7SlWd8SlcGSRDajOweCd5Mg3W9jlLQUzmm1KiHuTC3bBrsOX zKdmk1VvUW1QPdqAnN/wuJMdb3alQEP6pFrFHR05QCdTspxTqnsHk1GOfgArMQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637756666; a=rsa-sha256; cv=none; b=pl3tlBDzLnJWpunIW+g8J1zYWI/7p50bknyYYhjwLfvHwy/i9s47c1lhgyLxPKS3qdYROv buXrq6h7KcxpDWbaMXHNizNyz5ITwXaw29PD/J4whlFInpbIDLGA8Y6JW9zw5Rfpx2xZfW WQS/KcHFhwrlUC2KT3G/D7ZPf9oZe0J15z70W6TUp57j2KbNaSZApx7lV/Sx5M3XAjxVF/ TR1qrkX6yxk0Ya3dyNM9oi3uqFLbHIPYysGk6CslogPTkHC+QMjaGxP4fgCYlr7k5h5uSV /BlSHolBwpjUmYKZaJiOS+mxl70mPJenNBKfuv9yPS31hG8h2dIGOqC6/mgo/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260015 Bug ID: 260015 Summary: Missing value for LIBFORMW in bsd.libnames.mk Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: Trond.Endrestol@ximalas.info The only way out I saw is the attached patch. --- includes_subdir_lib/ncurses --- make[5]: "/usr/src/share/mk/bsd.libnames.mk" line 190: /usr/src/lib/ncurses/form: Missing value for LIBFORMW in bsd.libnames.mk.=20 Likely should be: LIBFORMW?=3D ${LIBDESTDIR}${LIBDIR_BASE}/libformw.a --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 12:25:08 2021 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 CBCAD18A8604 for ; Wed, 24 Nov 2021 12:25:08 +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 4HzgFJ1hsbz4rqq for ; Wed, 24 Nov 2021 12:25:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 060B01F18 for ; Wed, 24 Nov 2021 12:25:08 +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 1AOCP7GL048973 for ; Wed, 24 Nov 2021 12:25:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOCP7g5048972 for bugs@FreeBSD.org; Wed, 24 Nov 2021 12:25:07 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 260015] Missing value for LIBFORMW in bsd.libnames.mk Date: Wed, 24 Nov 2021 12:25:08 +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: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637756708; 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=L6txQP72ENIFj3jpzcDATtXR/2LUppruRnpEysUc+MY=; b=KF0+4dbPKH5TjBOyby1aeeAsWUFmN0fRrrvDVnQjftCMVptFgoE1n405cxTak6TT7HQWaQ 2luPTWI82G5B5j1wYQ+GhhNJfz3mthez734I9kn0y+azFIoiA1f4fQU+DTVNL1SWr8JLPH 7jks1y9mzFbUY05p/izjc7VS/01n+0RBa8QBFlEDN3mB15Z0v1oFE3WBZt0ZC+nzy7nI/9 wc0/GMad4Kx5SBaiCFVjD2gGgrCXDg3N/Ix5Lbfpnjsgsya48bK7+yks+F5xOM6VH7ByIm 8B4FrXUd8gka0qg4nVvoOy7Mzks5tJ+IANIwQPjg1XPQ9PWUuvQJglk9n4dCeg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637756708; a=rsa-sha256; cv=none; b=v7yBuH3g+q9QiFJfgQKzAFKe6tM+bA2PyFnwrcfaEZQw67mioBAn6eGfeEnCMKBjs6i3Va YgV1z/L7g5dZjVwM19crhHSqwnzFdjuM6oVLi5o6ZZsUQ2yi2clJ1fnWTsAaYu42ZN6Prm saGgZV3I4vU305UhkB3sUBeK3xlrhMHtMDe2PR56KGJzW6Tzi3sOsdmPlyIUEbqgRCVFMn ELiwXgYmcQa5m7wv24wyyfDqIPAGH8i5pm6tS7AA/dklJrp/u/zBqt0tWUUxhl6oHq0Hhr Pn/1QnpkxCLjr6jwQp9Gn8xW+lZ3wGH/G09x/D1t8tsjanM8K8ECOuGDk7BqUA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260015 --- Comment #1 from Trond.Endrestol@ximalas.info --- Created attachment 229693 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229693&action= =3Dedit Patch for share/mk/bsd.libnames.mk --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 12:31:09 2021 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 B062318AB0E6 for ; Wed, 24 Nov 2021 12:31:09 +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 4HzgNF2x05z4vVf for ; Wed, 24 Nov 2021 12:31:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 44B011ABB for ; Wed, 24 Nov 2021 12:31:09 +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 1AOCV9Yf050501 for ; Wed, 24 Nov 2021 12:31:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOCV9dF050486 for bugs@FreeBSD.org; Wed, 24 Nov 2021 12:31:09 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 260015] Missing value for LIBFORMW in bsd.libnames.mk Date: Wed, 24 Nov 2021 12:31:09 +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: Trond.Endrestol@ximalas.info X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637757069; 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=50AVuRgW8U3EqZcZpPlBw6T38wu9mTq/B+eG2zf2Clc=; b=qm0vknxkiQaSvZAWXjMogY+Ro7SexqgJbqBBEk/6esnbMzFtoOjHictTO8jFswXOgJi8PO rIqduXfsPPOpKlNzD0VV8xHqCDcIjuvpOmHrilPG5BfuTdMTPl90zQgOZidfil8X9ifq4L jySW5huMLqUeAiVU9ceZJtpMc0DIEfn5DQ2dMUqyTw5hiHVMxYaLNkuxwAQBPMAv50qL1G PU+ubUA6dPMe0zFOXVxO1hnYWII/N0KG4YhnacsbOcq1n4x+uoI4xuBbo+YRqQeDmiQ73k kbX2SdvNy/nuIHWWNv0Doc27O/HssoPZn/XTG4lPNlT7pnPWPVTMSoVRhTOcqA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637757069; a=rsa-sha256; cv=none; b=tOvDasRoahUs6j4HIBWfbrnvwRnwAzNS+8v/Vq9+AjT8LDGp0bHMe3d5YPD8+Ks8qIjsi9 PdihefAdQWz6Lg2wiTnM7mamEeCytdqnp7mznQyEmrQm83z+gL7b2mBvMBd4tE1HMUXiYP 8JfGElJUb/X4oDPGLJ774R1kribnv8AjGJbvRiinDRELocnnkGjb/t4WtyD3LfTYMGRLpq DT9VaKDVcj8wKViOt8ngZ/W8IcCOl/Hhkd5mo1Cc0rNe4d/68u9JW2B8qpmiMmfKmkwfCk 3eiDLovfzk0UZScKsW/kagka8Ow+WVg2rWF5H1NSX79Rl5RyEoBrzVjFu3HOxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260015 Trond.Endrestol@ximalas.info changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229693|0 |1 is obsolete| | --- Comment #2 from Trond.Endrestol@ximalas.info --- Created attachment 229694 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229694&action= =3Dedit Patch for share/mk/bsd.libnames.mk Correct placement. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 13:28:29 2021 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 B917418AABAB for ; Wed, 24 Nov 2021 13:28:29 +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 4HzhfP3K8Xz3kwm for ; Wed, 24 Nov 2021 13:28:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 52A76274F for ; Wed, 24 Nov 2021 13:28:29 +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 1AODSTwr082274 for ; Wed, 24 Nov 2021 13:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AODST6k082273 for bugs@FreeBSD.org; Wed, 24 Nov 2021 13:28:29 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 260015] Missing value for LIBFORMW in bsd.libnames.mk Date: Wed, 24 Nov 2021 13:28:29 +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: Trond.Endrestol@ximalas.info X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637760509; 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=Bguk/eLVRq3aF/dPcZaorTuGRSGhKCnBG/87f8oGHmE=; b=jLk5H9CcskErI509oVG1lfXTWByBYnu0JyZXMTvCIh6WcbkSUxBGwg1K09JbK6UVv/bEID xbJpucCx2yJ5SwpSfuo8kykBqrH4+mCIGcpBFJeQmMXPYjnZsCCc0mlb//4nHO21JZDzBg QewNsxdpGfhTx6cI0a7q9iwrv5QaYzFi/fovLwdrvA2thW2oCMZH5/bPSWVnjmXZFrrmO+ swhp1ECtBY4YUcexjjmv6QHi9khBVl5asn+v23nHQ3GRjpVYfjRav93HNh/939Z+5ji/q1 A3PTnMYWVsfErjtVb5SCgC5MF6OjuTH0tDiYYxWzTTZTPrqBGTpYzqBLwmZA0g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637760509; a=rsa-sha256; cv=none; b=kFNxCFgDu2IcCiEy7ghOuvdFB0Q8a9RQbGaFav/jSJ2jkF8032p0+nBZvWCdYITodDxYpV vgBPKWmfSxlm1S66fbzzqJfBlLTxH0PGQ1Hz4bkyRyPohcO1tbwi+sDGNo9itqE6ru0qFn jjU3sYO+9offAoMbP4Il81Nh7JspvdmAZ5afaJEq3uK2KAYH05Msru2FQFz2EVLnyFZdQx 58MfQbc2H6IWhf4zA9pWY2hgVDO+mjLsdsuGhWJ6KmdB9qUVuOEpRKs/40B0Qudbxfi2kV VzTTG3gXR+Uw7Ri673pK71nAF6EyqLIrk4ogayJG1ydsMsUUVJZqUICuNSbWew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260015 Trond.Endrestol@ximalas.info changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #3 from Trond.Endrestol@ximalas.info --- Fixed in 1cd0117ff6a147d5979ebf736afe00c6d4287f2d. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 15:37:24 2021 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 8A24B18A6AF1 for ; Wed, 24 Nov 2021 15:37:25 +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 4HzlW86dv3z3FnR for ; Wed, 24 Nov 2021 15:37:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BEE4C4A0B for ; Wed, 24 Nov 2021 15:37:24 +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 1AOFbOnL047649 for ; Wed, 24 Nov 2021 15:37:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOFbOmJ047648 for bugs@FreeBSD.org; Wed, 24 Nov 2021 15:37:24 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 203349] [META] FreeBSD Foundation sponsored project dependencies Date: Wed, 24 Nov 2021 15:37:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637768245; 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=nhXMsOzqBzFulq36mVYL8nbHkkzviUtsCBHyOSVfX7w=; b=CznEhvKzQuOIJwktJRVRhcde1eU7NZMedPnwRjnPeQV0ChYPk+tlZxJKGq5IGOTn+hmSaP T903kXi5k4pqKP+vGwiWF5SxGv+9NYsojS9x3vZMfxKerlk7gdTDXGaBfPThPXuLh6tfhW i/J2riyDfES1WT5xpAWrJp/9sM+4ZagXHHV9YseqEcxil7xeaF70lCAaOVv3EKNDSdxT/J igonODzrQSj0+MAvMnfhBfmxqaFGPUqS/S4XESWhr6ugxpRtKxWTRGEfgS4e3p0l+5TyKK mr9tf4huVLHncURbnfZI3PulLK+8f86VUIhAkeBgIdJgGkwNHyZ6td4hgEMbSA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637768245; a=rsa-sha256; cv=none; b=tRnyvwVXXgGjC0E2NKwcHQPI9SMBRFVlzeFuvFMybO5mkdNGhaVQxk3On5HHbe0eytjgUZ VIhmQ+OrHdqpWlwfyPbkgZeGlkNcrlaXtFaR+XNPZ/uuYYjmxTDt2YZDdn62SfqMwzECZl qKwQb6GCqMfMDaAOZuPLSmqCdF7UFZnkP3EsAy9cVUBsj7Qwo1cxlUpfzI39SoewRbZ0lk DNdQURVbVMR0mMm8aMY/WIk+XW7SoIe/6zwoGsIyZV++HFYe3YM8jLfmQBxX2OVdyjLyvW 1wQBwvRNLwAENpIjmVg23cmhKK8XZUdff2Q5MVRvT094K4C6MiR7h7yBgafOog== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203349 --- Comment #4 from Ed Maste --- All still-open issues here are also in PR231027 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 15:37:34 2021 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 2FC9118A712F for ; Wed, 24 Nov 2021 15:37:35 +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 4HzlWL6h7Tz3G7M for ; Wed, 24 Nov 2021 15:37:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A9CD54929 for ; Wed, 24 Nov 2021 15:37:34 +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 1AOFbY7e047688 for ; Wed, 24 Nov 2021 15:37:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOFbYml047687 for bugs@FreeBSD.org; Wed, 24 Nov 2021 15:37:34 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 203349] [META] FreeBSD Foundation sponsored project dependencies Date: Wed, 24 Nov 2021 15:37:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637768255; 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=7qjIkgsqJUM7XnCBhCDtQNTzON8bxHAiIROcN+Uxk9A=; b=IfynXSqk09Oo+5jRVvRjr2uAOa6HUY0VViH+YUNMgNsAcQI8s8saEqNKkHyFSk/h16aCPH KufzFT1nR+v4Zi7Cxrjvmye+aq/zAOcPbQVvsfq+066RtW+4UQXhL2OExZynSkqc5Aiwcm aNP9+rPDHYZdAtXKSJqNglvdyaKmHeAXtw2pi28NzUpdtvkv+Pv8Dxs/c8w3ORVEIoiiDz vH2UFdGK9UpJSgdahN24g2F2eMnLMKYbIdApID0gBx9973sPaqaIzAJrpTedyCGmSkIQiF IkyzJsbC433UalFDb50lPt8Oiwqr/JwU6u4ZiBI+9AYQS9ByS54Me/Malki86g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637768255; a=rsa-sha256; cv=none; b=FEAaVvrB7Ys8FdOPtylPvLvYRdc7d5wO+rwHreX91EFBfy5nzxJ45tTUywxsFbsKOh9KoM LJxS4ttGkfP1+dO/p1zGnOlJkWRCXmLLN31clAvXgy9nwDJQSkxMj1uLw0QQy26zv2LhN9 AV+taEzH/3QK0btZC+gowBuUMnLOEdmvwKjG/v+UWnZSP9nAZRYlyva7lrGn2OMRLCRpkh acEn3zxEc0q44907d9ABjDMy2nX5Ubaw55lGHSXwdLRnVlqUW7nN/dnqcdS1LEYMVE5b1V wlJ/nVZpWl1szcWz24WnL9ZchJd/5XWIat19p78qy/Tb7NBD8dOSiGLeyMOQag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203349 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Overcome By Events --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 15:44:42 2021 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 5326F18AA716 for ; Wed, 24 Nov 2021 15:44:43 +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 4HzlgZ4y6sz3K8V for ; Wed, 24 Nov 2021 15:44:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8A91B4C01 for ; Wed, 24 Nov 2021 15:44:42 +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 1AOFigGQ051609 for ; Wed, 24 Nov 2021 15:44:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOFigIY051608 for bugs@FreeBSD.org; Wed, 24 Nov 2021 15:44:42 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 260011] Unresponsive NFS mount on AWS EFS Date: Wed, 24 Nov 2021 15:44:42 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637768682; 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=RAFjqFIjilVmHl+i8gPuVhCU4AjvtbUiL4sKIuQVhIQ=; b=IW1w+nGia0oPZT2NMdW8DvoRQ5gQH9NUBLhwl6p9LUBlbT2isNi6FHkrZ9itYnU7jPIyQm NoesFuVY0uMGSDbLmUTCVO4JKiSziemY0YQZbeDQKC1Bk4blXDzQd9YNA3ad8F2O+4EU9F f47pT6hSneV+0xBafJhf3uzypA5lI4ytq3y8gRNstN7RCda+g+wxonduWIt123twkVi0K5 TfXNVQMDoByr4OkvaCwDmVHBxVFOpcPqieFChyX81k4MxpzVG+jbfPaORBQap2n2EFeo/I K/F1IOn83hITkU49MjIRTcV1FUcc0tIkUTQcay6fzRlRX8SjTR2j5UhAn7X3zw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637768682; a=rsa-sha256; cv=none; b=eXBaDw724S0KmWynOaeWuFy3hSudk3sEWP/I6Cl1j6oy3GWEKsjshOciJvgdHVjsQNxa4e D34GtJDuXo6i+JPhu6P3pZfafR9N+EDmWxXz5uUGSAeEYdRJ+hhnQMUaRpYY2rYK1SuVrO sLvzFj6BZl5k00iW5PCZmSkqFTb3lmr1UvUjiTuRy9Xt66cKsDJLoyxK/bN88pv4tM8ura D6pGM52+rYqjv/0Q5rM4p0+EAAQ7JSEsCV/wH/nwFJ1yds8cciI+24prx/aETWrlbM/Fdb OW0nXhWf/D+u+D+aNVzDOKVR1fStg5DH/JBXTvUQk4hmH8ZG6udF2puokZ56Yw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #1 from Rick Macklem --- Assorted comments: - FreeBSD 13.0 shipped with a bug in the TCP stack which could result in a missed socket receive upcall. --> This normally causes problems for the server, but could cause problems for the client side as well. When you do a "netstat -a" on the hung system, the TCP connection for the mount is shown as ESTABLISHED with Recv-Q non-zero. --> The fix is tp upgrade to stable/13. There is more info on this in PR#254590. - AWS uses a small, fixed number of open_owners, which is why "oneopenown" is needed. If it also uses a small, fixed number of lock_owners (for byte range locking instead of Windows Open locks), then you could run out of these. --> If so, you are SOL (Shit Outa Luck) and my only suggestion would be to try an nfsv3 mount with the "nolockd" mount option. "netstat -E -c" should show you how many lock_owners are allocated at the time of the hang. Other than that, if AWS has now added support for delegations, there could be assorted breakage. Not running the nfscbd(8) daemon should avoid isuuing of delegations, if that is the case. If a soft mount fails a syscall, then the session slot is screwed up and this makes the mount fail in weird ways. "umount -N " is a much better way to deal with hung mounts. As a starting point, posting the output of: ps axHl procstat -kk netstat -a nfsstat -E -c on the client when hung will give us more information. Good luck with it, rick --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 16:46:17 2021 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 538D218A72CC for ; Wed, 24 Nov 2021 16:46:18 +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 4Hzn2d6FHNz4YS2 for ; Wed, 24 Nov 2021 16:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B15AC5800 for ; Wed, 24 Nov 2021 16:46:17 +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 1AOGkHtU085190 for ; Wed, 24 Nov 2021 16:46:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOGkHZX085189 for bugs@FreeBSD.org; Wed, 24 Nov 2021 16:46:17 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 260011] Unresponsive NFS mount on AWS EFS Date: Wed, 24 Nov 2021 16:46:17 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cperciva@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637772377; 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=QQegmiCuTd3/x3A4L35tLK2rxeXIw4c9xkCNPAnVlEo=; b=S89nNQZH36gCGGCw3tPGe5KdhojBAAC2dng6z3UX/XcGoVU5AHregQ8M+Y7knLT5N60NNi jE6UePbPWACAKLzvEW9wkA69qsgIbaUsEDMqXR2hB7da0TzFGTJyFxfXFKtrHJFySG3fNI WiNfIKdig8cMnGbAEGx8Ue4UfePdEBbH/ZSZStH5xavmqpEyIWnmZ23s3RPYHF7zBsCVE6 ByvPlVcihCGkByFICFjfjhF4xX5ql/eA1EhwJEriAiePy/JbiQsS03Rd99c5CQ38K/J1+N d3aaeDQ0Mpz10uDV0V4fzXcpx67TthIcdLADAAjkxTh50bc+z5jZFnMGK/Rm2Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637772377; a=rsa-sha256; cv=none; b=iHfNrbNHCn7kPs3zr6+HS5QY2SOPPm2hjQpmHDudDr8VWoI1GLW65smiyrV0+zEyY8aiLE ofKmMVHTPVpk2mAZog0Nn0OPXMvP4UFXRQEibdkJQ6SPtv/YsTu3JBxGvbNuPYzTGRAnuT zIrvHNKKphDLbezN6MFyVeaPEYdht49KDTaPmZ1e6PSCOhaeTnJ5RSVzJypvcWARzdrUTr TztRI3S5CY0Vej4GzOidQMNXnKHwagf8neydujZgeNIATWZmJDTZgiI+F2OlEJgfG4mgZI 9V+dEPunx3pAWQ7rbcuFZbmexOuRMzHWoIwiLpzb/cMNTTNPIzF24f9aYThnrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #2 from Colin Percival --- No ideas about the hanging, unless it's networking related, but... > expected fileid 0x4d2369b89a58a920, got 0x2 This looks suspiciously like ENOENT is getting turned into a fileid value somewhere. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 20:58:54 2021 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 D6B441897334 for ; Wed, 24 Nov 2021 20:58:54 +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 4Hztf64zmZz3jFb for ; Wed, 24 Nov 2021 20:58:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8714411187 for ; Wed, 24 Nov 2021 20:58:54 +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 1AOKwsmI025112 for ; Wed, 24 Nov 2021 20:58:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOKwsrD025111 for bugs@FreeBSD.org; Wed, 24 Nov 2021 20:58:54 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Wed, 24 Nov 2021 20:58:54 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637787534; 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=jinwGM9uOuKcGkZ1m6/fl3CrZMfoCPukP87jtJAJF74=; b=vBJC4dN66viLJ090lmdRAfhiqpNKpGXEb5gvzoqJKffr3L4qwcwSfO3qhxVSiF0FzoYhq5 QY1vnaWwwkf04zQqrqPDu4hEqUH99FgDrH2xxSvq8u/NjLpGpXfQv+Z+ZMTjbpno16PZo8 Av2Q/tPsPkhW0xZz4MbyZu4x8ss+bsuQaF4lBQFDrPbf+nNmYPdnR242bR9lFbbaFClzwT CqRGD0e62dQra7rBYdXJ/py8cJUjhn67mzi+bNBKDv4hKwtMxhT6xetkT2CP1dZkEAfl6p CiwSjnJI2acCrCWmoKfbOSZgbTQk9ndRmyBubW1NEgSNQM6ErQsd8HBiRL7M+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637787534; a=rsa-sha256; cv=none; b=OGzUu8Jal9xfVqTyvGnYP3v+FjaxvOyjrYKMukn5Bgc/+xLcxgophNg0N8BKP0LO3C9HK8 Od3J/5HT4jffXs1710OJKwtHDrEGCYCqWMRCUWefLeY/x7LI0I18ITN2twY8io3eszmEw3 DDPcUPC1r0kFXuz4SMBMTyuc7x/QP0IEyXnD/PM/ZeeDmnzA+mlR/3s68KVcmrjwqI39AP NoGh8PQ3ZJccKQWXW1u+c03qMDDUGRGxXnguIQyAa4/REsJRvYwlIopawJetvti2SWgdBm ONJwt8mVrI3wEZqNzyjhR42VcbW0H8WnX/CccZqazX8OSZ+KruZHGSLWgpNa1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #12 from Mark Johnston --- Sorry for the delayed follow up. The patch works for me. iichid_gpio appe= ars to work as well. One unrelated problem is that I can't seem to trigger a r= ight button down event. Clicking anywhere on the touchpad results in a left cli= ck, as does a two finger click. I see=20 event 9 - PIXA3854:01 093A:0274 TouchPad: kernel bug: clickpad with right button, assuming it is not a clickpad in Xorg.log, not sure yet if that's relevant. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 22:45:10 2021 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 AA07918B4DDE for ; Wed, 24 Nov 2021 22:45:10 +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 4Hzx0k22F6z3Bvs for ; Wed, 24 Nov 2021 22:45:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2287F12714 for ; Wed, 24 Nov 2021 22:45:10 +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 1AOMjANN084031 for ; Wed, 24 Nov 2021 22:45:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AOMjAJq084030 for bugs@FreeBSD.org; Wed, 24 Nov 2021 22:45:10 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 260011] Unresponsive NFS mount on AWS EFS Date: Wed, 24 Nov 2021 22:45:10 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637793910; 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=e0bm+vnij4iFnhIjnQgbEQp3pEGB1o1DOwPM31brJN0=; b=M0KCiaTeOucFXnQuz8jKAxu7PhdUGOP0/57dHHmp7ZKejjPpoWum6LV1Y7VOBAEtruyKLY H5hb7dOmYvgvfjWL9ZKzbXh1iqvSXAw+dFsyk4RukBLftnwBZIC6Kyl/Y3NNoCozlsTXL8 5x24HytAe5ENbqaJcx/0ryqNTXhRQThFJgCS50yC9du1NSirUwYRnTfMT4gvd5G1FDBQ5F yUNyBHmNSVmK/BIVSrv0z0azhfKIonGpJnLwjz02k2PBpL547FRg4I00LVXe/3/lfmhqI8 iFyxFWlO2LfzD+KgK30DLfKvL+p8UlsN2SYEknuKDJvis507erhn0u9JZ9HsLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637793910; a=rsa-sha256; cv=none; b=DRX1XDRv6GodH5W/U0fIzWG2vi29eYXqTQFSAubeDxKLqik67dTJigi9hN3ovzzJ9ZqpKj yPdX+g54l4Lldg59iFvRyU9nqImBhio2ZUIhWOzDLr0IpJDP+w/NCYMSBLn0kfyYTmbJv1 qWvRtnw0SyAXLBQOIHupy3pn9vb/1IaejEcuggQwOnuBBoySSWwgrKdsMdJ7+UoRE98BQj tn8eSbtIa0RivOEcT7mZ3hSyMFJ02i5l8bIFGdwtdyAcY0flcbhwDos9XnEJxqLG06o6XK v3aEN1Y2/Gt3NvqJ7CQ7eMyrfHY05q+QH4QEMgPe1bGOl+MjPTuOkTPXUQylSw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #3 from Rick Macklem --- Or the server has followed the *unix* tradition of using fileno =3D=3D 2 for the root directory of a file system, but did not indicate that a server file system boundary was crossed by changing the FSID (file system ID), which is an attribute that defines which server file system is which. I have no idea if Amazon's EFSI uses multiple file systems? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Nov 24 23:25:11 2021 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 6C266189D0A3 for ; Wed, 24 Nov 2021 23:25:12 +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 4Hzxtv6HZPz3kmJ for ; Wed, 24 Nov 2021 23:25:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AB12612F9E for ; Wed, 24 Nov 2021 23:25:11 +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 1AONPBNt004268 for ; Wed, 24 Nov 2021 23:25:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AONPB39004267 for bugs@FreeBSD.org; Wed, 24 Nov 2021 23:25:11 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 255198] daemon: Backport 4cd407ec/366098 -H option to stable/12 Date: Wed, 24 Nov 2021 23:25:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dereks@lifeofadishwasher.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637796311; 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=D5HdihLl8ppRJiUOUQ1dmhI4zYOlvTGVS3uVe8q1BMM=; b=djaGfqhg4h5WGeW9jbmwhNc6h2qqwlb5JXChHl3zjraRKISUIWOurJRwMf5qXWDFqC87rw Pfy4XGxZxu8EqgnQv4ejYnk5x+1czhAy4qGPkuIzBj8Zp5AnJ97Y6ppf6pyMj0ViGRHIKP JzWrF6jToxpY8l+BCfmJxhEbKoN+2tGDTOKlHZJDJ3z0RldXC5KVHbq38xUUfdKq2leij0 q/RIEMD+mvdmRUS4YMniX5liqXXDuphdA/xxTLeKt7FKtmiswtH8eF3hJ1/V+ufRmxrEuo bw8YXwjDJhzLuVj2xWCYgGc04QPjPsNP9F5d1YlpS0j3YKuSjaExIc4FjpfUug== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637796311; a=rsa-sha256; cv=none; b=TNNV+T5DD97cTej1hAJqEoL/nCCvU0zxIP6qvhGAnve+4uiB73/pAdRcUBpZuR8cfx9pmj cp68eG22LJ1VCW3F8BAqm3ZyJ8Sp7dwO46hqZ12kvd1O2wrjOuZpgagf9c9BdtAUf1bWVA NtnMD77/nH+2L8/sXEAtlaW1SwJ6Vs9InhOkaWce7pICD6TVIF5EBUM8MBxTQ/cpWxqq0+ QI+aTzw/rBDq/h1UURl62PBepQTtvyGvtnNW7iXGfl3YqJI2EAKk8RDyrjpcAoaR0fwHps mAH72yMcOvoy00THnjmdTl8uHP6ZD7XITLzz4eQg0y09OhOwHnUBUXant2/NTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255198 Derek Schrock changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 10:15:20 2021 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 A4C7318AB440 for ; Thu, 25 Nov 2021 10:15:20 +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 4J0DK42TCkz4jBR for ; Thu, 25 Nov 2021 10:15:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3158B1B37B for ; Thu, 25 Nov 2021 10:15:20 +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 1APAFKP1060878 for ; Thu, 25 Nov 2021 10:15:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APAFKQ4060877 for bugs@FreeBSD.org; Thu, 25 Nov 2021 10:15:20 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 260011] Unresponsive NFS mount on AWS EFS Date: Thu, 25 Nov 2021 10:15:20 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ale@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637835320; 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=NnD4USz4ETOMFkUAWCJcLAOQfxGIPnZiH5A5saz9YSI=; b=EDYYpTplwp269d+4r71ZuJY3abKNrb234zHeb6qrKiNg9/u/XAiVi8V8JWF3Mfon+VKqn2 6v/yWsnUL+q1Waf9WkT6CqzHIpLACMeHK0UlQFkNnYvkTxnuzuXsCkM2SPxHfsjAge05DB 4jcCRnHXpLw1j17qM4PsJ1jzWruaA+97Vcc65VxgXOw0nhOCoqcSXAXTC6EXzFJD5FZgEM qNHUz/Fwn/E4TYZpElTpIi2/FuYkvtUjAnRh7piuMAJ3h6pJoMavCDK+HAKwjyoMOGNGEM c5drGz5KCRxzS1y3qkMZYlF46HOjqlYFmUdTNUpayWnnUsHiLo6eL+IYTQI52Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637835320; a=rsa-sha256; cv=none; b=ZN4cUg/ROIrFdy/MXT4sh8EJh1GFciGeeo5ZH2xhox7A33Uu1XG0H44CBu/nbXOVhrq82P l4C1TEyI0EJMu4g3FJTRU5qRfP+BumgrycVgd/shKuOx5P/EVxbFjBTYCzC1XE78JWYLJa VTgaOLq3kAncWhaChiqE6X1+itTZhu0kotBjbZlKNyefqgnupdpQHubvP47ZubXO/Etsef BzOc3ijwcJalI9m401Y19Ia6R04JFoqJTr7cY4wJfelqSPsonU9Y0cpzX5jKL4LT3Lufwb BNRbIwUxwxPOup2J0TNeV1o5EIDAuWjm3ltHb+7QIwlbdmpKvOX1ss7BLe2MNQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #4 from Alex Dupre --- Thanks for the debug suggestions, I'll run those commands next time it happ= ens and report here. For the records, I'm not running any additional NFS daemon and haven't anyt= hing NFS-specific in rc.conf, it's just a plain mount, and it's not a heavily accessed file system either. I see you recommend to use `hard` mounts. I tried to use the `soft` mounts = to avoid the infinite hanging and inability to kill, hoping that would help in recovering, but from what I've understood now even the hard mount point sho= uld recover when the NFS server comes back, so the problem was really a differe= nt one and is affecting both mount types. Any idea why a few arguments seems to have been ignored? Does it make sense= to set higher rsize/wsize on tcp endpoints? I see that the recent efs automoun= ter doesn't use any of them, so probably it is not worth. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 12:10:04 2021 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 94306189BBBD for ; Thu, 25 Nov 2021 12:10:04 +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 4J0GsS26wkz3rGq for ; Thu, 25 Nov 2021 12:10:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 297A71D1A8 for ; Thu, 25 Nov 2021 12:10:04 +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 1APCA4L8012714 for ; Thu, 25 Nov 2021 12:10:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APCA452012713 for bugs@FreeBSD.org; Thu, 25 Nov 2021 12:10:04 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 260046] An NFS v4 client can crash the server with a LISTXATTRS RPC Date: Thu, 25 Nov 2021 12:10:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637842204; 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=SS8Fzgbj8LYJ8YSytW+AxLGFVV8E/TtgJ69TD+SaV2Y=; b=WTDzt8uc60OCnLdXZS/53ect59M4d6zlkThwMfz16/9eydRtU5etZAVQYg1v8uNzj3x3SQ veNOY5rnTR2AUaq1/YwyCb2XakKhfOuDGxNID6aNjIX2Cv+4PK07McJAzcFsVG7o7/QoKf xU7OMnJeYH8YoCQeZPyfmQCvbHbwgFfcIOWQFJGysYS68j06Z61lBC2PKVOoj/p6lcUwBq rm4e+rniGkwDEERJPevC0m3nrfhYlaxVhXVG4XSwWgdOLz+N16SuLL5mhILL7KsnAE4tvj Gcxjvt4heq+87CiZFXZvpU/wGMBK8gKgCwqrmXnKPQWVIgHfLJBNKI7eGSrEEQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637842204; a=rsa-sha256; cv=none; b=L2X81Gkgay9lY7aZc6Ct41llx4uNVKncAHTWAXLRaUN+BtST6ZJyZ8rSW2JccSEHVwWT+U r95Fu4eJrDvVzHEp7ulciawGT7uvGyome76rKJVcaD2o5oZNaQkR7vD+P3BjNhCYw+vWR7 8EEOds73OHwiaS41tgQ5yBDt0QT6HjrZ+Pc/73f7g/nKeaVtDA7T/uEEBKNY2W45mSe5sI e815c//rjkQbk/D1YblQlHwM1tDYF2hJK4Ahj/rYGAhq92vvCu4MFWURCmRw+Py+blmOec PqgJXzF/5Cogh1m9W+UvhMZYIbbXcpZZjQ8McmyBg8RbVV4HCK5XZnA5UAB2Ww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260046 Bug ID: 260046 Summary: An NFS v4 client can crash the server with a LISTXATTRS RPC Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229724 text/plain mime type: Created attachment 229724 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229724&action= =3Dedit Demo of an NFS client crashing a server with LISTXATTRS. nfsrvd_listxattr() calls nfsvno_listxattr(). The latter can return zero at the same time as leaving buf =3D=3D NULL. But if the return value is zero, nfsrvd_listxattr() dereferences the NULL buf, causing a crash. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #99 main-n250901-77e3db078984-di= rty: Wed Nov 24 05:42:01 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_3.c # ./a.out ... panic: Fatal page fault at 0xffffffc00026f256: 0000000000000000 cpuid =3D 0 time =3D 1637841164 KDB: stack backtrace: db_trace_self() at db_trace_self db_trace_self_wrapper() at db_trace_self_wrapper+0x38 kdb_backtrace() at kdb_backtrace+0x2c vpanic() at vpanic+0x154 panic() at panic+0x2a page_fault_handler() at page_fault_handler+0x1ee do_trap_supervisor() at do_trap_supervisor+0x76 cpu_exception_handler_supervisor() at cpu_exception_handler_supervisor+0x70 --- exception 13, tval =3D 0 nfsrvd_listxattr() at nfsrvd_listxattr+0x306 nfsrvd_dorpc() at nfsrvd_dorpc+0x154c nfssvc_program() at nfssvc_program+0x5a4 svc_run_internal() at svc_run_internal+0x808 svc_run() at svc_run+0x1a8 nfsrvd_nfsd() at nfsrvd_nfsd+0x30e nfssvc_nfsd() at nfssvc_nfsd+0x386 sys_nfssvc() at sys_nfssvc+0xd0 do_trap_user() at do_trap_user+0x206 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --- exception 8, tval =3D 0 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 12:55:10 2021 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 A07C118B2EC9 for ; Thu, 25 Nov 2021 12:55:10 +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 4J0HsV1KPCz4ZkP for ; Thu, 25 Nov 2021 12:55:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0B9701DEAC for ; Thu, 25 Nov 2021 12:55:10 +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 1APCt9V1041673 for ; Thu, 25 Nov 2021 12:55:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APCt9uM041672 for bugs@FreeBSD.org; Thu, 25 Nov 2021 12:55:09 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 259770] ggate: jail(2) failure error: Unable to jail process in directory /var/empty after stable/12 src ca9ab8ea1774 Date: Thu, 25 Nov 2021 12:55:10 +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: Unspecified X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fk@fabiankeil.de X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637844910; 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=JOLj1xblqurMLoiavbeNfBYYLK8voqDAkOlsiDbsKHI=; b=f8CvujvMaE3aYJ2vZuFhkEFXAJJLeWbEYrA8WyKwNEH5rhCSBuIbc49QPCHpE+6bPrznSX 8AOPnex7RlBRJC5UOuOYjDUkRs4DRyF4POd5Z8wqgT2Zqgp7KYhm4uaNts/H4bofxLXVGa Nf9wK5yES18BomnXSCYD2nx4ukQv8mrRxkK60vlIaNZbChMJguuSCoBMBwdXiHgRYt4VLE 9MnHRWFOCFyCXOucZUw8ucLOesB12vfHYh1/ZXvW//Zk+pVMcThVWgCa9IPh/uaJWsJ/hl ecC1SEH2lVvCo1ngTOH1Y/9xV7PmbWAWfr6SID1LPemHOXuxX3M/8VM9gVuYfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637844910; a=rsa-sha256; cv=none; b=XU+wig0PTiI0LcRoymWcAeDi9wiwVm41T7btGhXvoN2xGgjmzwvNkLPfM6RrFwWpPcregG VRGv/MRsVveI//wy1fEpmj1+gi9HOTZcgeHvm8k3uTr83g0fcstlVTHT6pXRE6gCiQktKj 0rATRCccR3FlB/dGQ44zIlGx+6z6jBBRTUJwa3U298A8et5Yg5afrLHRTh0Y2bRwzmi8wW YvRopjXumG/hoHgyH6Ss+RddddYw6kwITrBQrcGN2AmzTk0wMhtkmVfIurZrSMcrUO4hJ9 MmeJIceLnQl5YrHxLu52bfNLOXBfhtXpFoDig33FhgtpkRhDLjYRii8b/VAxgw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259770 --- Comment #10 from Fabian Keil --- (In reply to Jamie Gritton from comment #9) I agree. Thanks a lot for all the feedback. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 13:05:06 2021 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 97B0D18B63D8 for ; Thu, 25 Nov 2021 13:05:06 +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 4J0J4y1m8nz4crS for ; Thu, 25 Nov 2021 13:05:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 18B441DF7F for ; Thu, 25 Nov 2021 13:05:06 +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 1APD56r2046943 for ; Thu, 25 Nov 2021 13:05:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APD56F0046942 for bugs@FreeBSD.org; Thu, 25 Nov 2021 13:05:06 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 259778] Capsicum failures can raise only SIGTRAP Date: Thu, 25 Nov 2021 13:05:06 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: theraven@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637845506; 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=akhZ917OWEGc4XwylCJ6Pxq/OC29FHTDXWnqBBw1Ktc=; b=wUF4lw97Cqh9gPdXdGAtkXJsIEdX9b03BxT7XtgXwC2xBjP4jzY1slLg87pnmhGF22fJfV BNZ0aSoeYc2fHIih+48AO8lOf5MlPK0kaDKGvU8bdxR735cnP19o+o4l7AHzuWg4SMYCZ1 Wl4VRXoy6j3W1I4bx/6ye6TrJfqqIWkDhRTq+rzLVFM3qBDll0yIgvMaA8Cm914K1+htwy Os1/MJabbrG66W3t9wUdEnWLNxTzbi+mw388mo8A6+LIZbTy7n5E25A6YjXxq/1sjdaNG6 Bg53yWG9JIoBPmSt3xitvp6PBinUv16WhWIy/xY5kdyMfEGVEPIEljCuMQGUPQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637845506; a=rsa-sha256; cv=none; b=OUTA0pUcRvrld9Wb/H9blGaKJBgJwrmYHUsLJdD2UfnjJhSJm6XmQhU/tNcD8iQMcKytiO qa2q4IDYAqEGmCFRjpR3XyH5owfU8/FRLdCV7itEmc4J82aMkBsp3eOlwd257ykT2jwK8X 2qEVYzeQuivXfzb/uCgbqie8otO6+TTEZUohlLE3kNFpccWM1HaF++TQTkShvHzkFveirI 2wCyaIyWYRTpDOwMdL5cU7QdRK1POYCE93RaDNt/XmfC1VXAKqQXlQvkBVpPvx1PCfIWhF 5LJoa9zhknWw2bcQtu1rATch2xnAsmgO3LGIerI3bmKCyYg07y/m5AeMCZNG7g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259778 --- Comment #3 from David Chisnall --- I have: 1. Added a new `procctl` verb `PROC_SIGCAP_CTL` that sets a bit in `p_flag2= `. 2. Added a SIGCAP that will be delivered on Capsicum violations. 3. Delivered SIGCAP if this bit is set, *after* delivering `SIGTRAP` (so th= at the debugger can see the failure and then the process can catch it). I am not sure if (3) is the correct sequence. When I'm debugging these thi= ngs I probably actually want to get the SIGTRAP after the SIGCAP, and only if t= he SIGCAP doesn't handle the failure, but I have no mechanism for signalling t= his to the kernel, so I'd most likely just stick a breakpoint at the end of my signal handler and ignore SIGTRAP entirely. Unfortunately, it turns out that I don't understand the signal delivery log= ic.=20 Calling `trapsignal` twice does not appear to work: If I request either sig= nal, everything works fine in my test program, but if I request both then my test fails. Unfortunately, the child process fails in startup with gdb attached= on -CURRENT. In a reduced test case, where I set both flags, then do `cap_enter` and `op= en` with trivial signal handlers that just print the signal that's delivered, I= see SIGTRAP arriving *before* SIGCAP. This is my modification to the syscall return path: https://github.com/davidchisnall/freebsd-src/blob/5329f8fc0bb881f9172c79009= 7c975f3429f6d67/sys/kern/subr_syscall.c#L225 I believe I need to do more to deliver two signals, synchronously, which is= why I didn't want to allow both mechanisms to exist, but I don't know what the extra work I need to do is and the `trapsignal` man page is not illuminatin= g. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 14:33:42 2021 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 557C018BC117 for ; Thu, 25 Nov 2021 14:33:42 +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 4J0L3B0DMVz3hg2 for ; Thu, 25 Nov 2021 14:33:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D78051EF5C for ; Thu, 25 Nov 2021 14:33:41 +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 1APEXflM098222 for ; Thu, 25 Nov 2021 14:33:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APEXfoC098221 for bugs@FreeBSD.org; Thu, 25 Nov 2021 14:33:41 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 260006] Compressed user core files with large segments are truncated Date: Thu, 25 Nov 2021 14:33:42 +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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637850822; 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=Na92/h3NqO19UVEtvcg13AF79QQuwt5HEffCBKgMwTg=; b=nWPCC9xkeEO1caT27zIRDYJ8SEzL2i3CKJ/VPVw+MUa0UBpzprlOHau/luqoZeYf5z+cYH xKvj2PG+GNJIdjnUOXZvLWGkRKw2NPkB6ptT6G2gg5Hmr7mlfFusT/Dt/j+K34nfUrexuL 9wRrTbND6VajcHtYPBsIDZEUmhd7NrVSrtOCeoG5BroPjwN4XPSuSCphtsu7jWo7+zE01y avjRPuGLqcxY9cfx4GgUUR24HE5Y06sDdlw9R6SiYidD5qJcE37ivAerFbFLluJ5bjnL7B gkqO31xovPzdmWbT8oQZqMzx4ggjHSVL71jGLiYOvWXehFwhpb3G1+Nsim5E6w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637850822; a=rsa-sha256; cv=none; b=lPG/wVbahlYYJv5o6fuE510TUFM2nF/dnJVWbmgj/eXmu05Rjti3K4y7XOfeHQJva9dlPX VEX6FtkilL8f7bUqM4pGPn+5FjVTb9uIFCBHYjO1+XfFnkt+7LTOybcEORs4At5nPRnXUk s8q7oV5ft5bCg4v2gYS+zEzsTZ79b9T8QAcSgTyRH+LfehrkX4sW4uYzPc6lhrJ/HW0kiI XQastq4cT5ATGcH0FciVMhHeicEvrsyJYOLNPUaPidALin9voipAzBVz+cfcdQ+yW6SHJ0 EgpV1YnFcH4AWFt6g1JbBcECiE3qybOAzEwjYJU5yxsCzSFQVMClHRNWR4qZQA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org, | |markj@FreeBSD.org Status|New |Open --- Comment #1 from Mark Johnston --- I believe this was fixed recently by https://cgit.freebsd.org/src/commit/?id=3D63cb9308a75b99fe057409705bc1b2ac0= 293f578 Looks like it still needs to be MFCed. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 14:50:43 2021 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 E58E2188B43A for ; Thu, 25 Nov 2021 14:50:43 +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 4J0LQq3nw0z3nDJ for ; Thu, 25 Nov 2021 14:50:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 623DD1F35E for ; Thu, 25 Nov 2021 14:50:43 +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 1APEohi8006019 for ; Thu, 25 Nov 2021 14:50:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APEohCr006018 for bugs@FreeBSD.org; Thu, 25 Nov 2021 14:50:43 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 210194] [panic] make_dev_sv: bad_si_name (error=17, si_name=agpgart). Where there was one more AGP device? Date: Thu, 25 Nov 2021 14:50:43 +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: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637851843; 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=NdPGVypcDFZs/KTqZb2AcoQQuO+buB+CJMNci5/+sGU=; b=rFI2BIBpkKKwSDqeiXmozGUgVQ85MZ+9kMTy9uUVJfwQVSjYpqqfv/CiVnKP5wlK7BMPeO oyj/OYULozHckWlJa4j8NgsC+ZanGQvsqtwY/Yv07YqRasyAHZ7U08Z4YJYWgqEcEs1+Lx qaNoo2VWhjeFyt0AiAuTTZi9aSSG1IXC/QTJHP7wsn7drzApWoK68aSpPfVU8hHl6N7Lie Ar3V5VEK8OSaZVVbG3cmCFGG4VS/ytcrKatcwuZmUvPPI90AULkyz/drXsu/MEnC/8Hev0 lQyDsdJ8RavRbPAM69SmKGato+tRgxLODzZ+L5caI7+XaISmIOQg//qvL+exzg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637851843; a=rsa-sha256; cv=none; b=kjXcrOxtI4qCKo4DZqWgcz/+qD8XUG9nEghsK+cqF7nG3ToiFkvUHlLMEsgCpVMrWB4y39 IPC9Rsqyjfnz6dFjKx/R0AA2M0X3k5svKW6QsccAuEN2ZwTAIt9idJZ5m4Yh4iuKBhW8q9 30+r1cz8heP1LKaJbnWeqXfFLzQAw0pRF8s2cHZIS6ASM0zidtMxl1PfrfB+T7yZg321ie 7jVkUchmvSgFpvJsuaLD+P2a5Fi68OsIFgTGJ8B/sVRlp+woS1AOlqYyNysjNRGYLAXcpQ cNc9NvZVN9ICw8/Jd2QwRau7M9s0Lm1Krab31XOFS4u6YOAph/O8xMAm93Ooqw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210194 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |DUPLICATE CC| |markj@FreeBSD.org --- Comment #2 from Mark Johnston --- *** This bug has been marked as a duplicate of bug 187015 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 14:50:43 2021 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 22A77188B3D1 for ; Thu, 25 Nov 2021 14:50:46 +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 4J0LQs6Nc9z3nBS for ; Thu, 25 Nov 2021 14:50:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B87F11F460 for ; Thu, 25 Nov 2021 14:50:45 +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 1APEojsH006085 for ; Thu, 25 Nov 2021 14:50:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APEojsJ006084 for bugs@FreeBSD.org; Thu, 25 Nov 2021 14:50:45 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 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Thu, 25 Nov 2021 14:50:43 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637851845; 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=U9KzpUBXcquX5OJxaErPXLOjI10miKtibkK7icT+Npg=; b=rZfljV2ob4znBEDqLz0Xla4rYMhM0JNSH/zrKKOye2O5qLCbDhCp4zqRentjsrR1xdi6B4 DdVyrh6TZmgRKBZPnHNejY+KT9/Rn89dnbwIrcEwakPi1MIl0kHML+VZDKwTr1JQpQ2Wm2 yHZjsaoftYhvHMzwqP1QOOiHEsLAdDF6dhZpnvsoYOLWphBzvD8nFNP9RhR3pzMoAvCijk iyMviJlrVslmxxh47JStxl5GN4coziIPwMre4wdkwvgdR2VOA2L+cPPazwiWolPFm8zXZA YV6uPWUivdrfjmF7eeMrj9249wZFJe0+BnWvlhfjmjyy3tBPyXKlHk10UqyEeg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637851845; a=rsa-sha256; cv=none; b=TmuFMo50YICqTI1fhFgS2o0Ys13owzX9lPPDE5Ja0QyJJcicLTwKm9GoudFf/QMVF7nbu/ gIg8dM+ESYmxbEKS2j156Ojc6vFNJc9JBuoiUw72lnTeT/mx08IXgSeEQOae3GV1pDokzp UOtsnrERcBaHBXwzIQZcaDhRaFhSm4YPK1uWrYXwe9hy0u3CqGgHKb5JNInbzQ8ovkwHX/ G7BFJmahiAXE1xWnHc7/UWEl0FH/gS9nNqKAb380bFvaJ7KkIsLEdwg1hSbIJ7ri9w9O93 KShugPd0GhrEyp0boyreoVgWiJJqzSNoc8cJYo2N+rXEEGwu8xSf+MwPD53n6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187015 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |JxxxBxxxx@yandex.ru --- Comment #30 from Mark Johnston --- *** Bug 210194 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 16:37:27 2021 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 E4A6918B42B1 for ; Thu, 25 Nov 2021 16:37:32 +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 4J0Np31tzZz4r9F for ; Thu, 25 Nov 2021 16:37:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 986CA20C21 for ; Thu, 25 Nov 2021 16:37:30 +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 1APGbUdA064373 for ; Thu, 25 Nov 2021 16:37:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APGbUYp064372 for bugs@FreeBSD.org; Thu, 25 Nov 2021 16:37:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Thu, 25 Nov 2021 16:37:27 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637858251; 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=lsKEk26/+i7tv5q+JcvYsw58jnI7kT6XSUimMVcvx0Y=; b=J9CmP12wG0BOzdAuHSCfcTH6GLA3u1cNJ1E0ID8LgaUYkI/8mLQJTl0SnTCQB4/fIuHaXz pEximIFC8tamx0fCyDwWynjqOAT7AFQivfnoWDSeFYdfSZxkc2Pyikm+WzrIgf9q7T/6/F GbmInz/QpoMmJdIlakoI1yjzkjcZE4OXpxQC6k2D1MLqp5ZG0ntCpUTtkgGtlJfcaMy0ck jkMArO90yw5tKZ6RTYgH3rDxgDxlrbDPTI63+65/iUrgYJmtA/eaO2guCvR9bisytFhasc 7mpKhY/Nt+ftifpO8SavuI/az0bGudBZld39By+j8fBhU191eOslzDw7LIenLw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637858251; a=rsa-sha256; cv=none; b=ynHdaZbxkmOoBiHks2MiA6kgXiVx7gc/8Kql8ObKcJ2uTMJ5ZvkeVJfemR1bsJMgHJoDd8 QvVZt73X7f/uPn+MvI2mFRMlH/G1yCVRP2LKDlA03soJIG+cI6zsx8G6hSCtRHXMFVdyYi kr7Y+Yli/Ayz3CUFdallq12rgRK9EbzeVHoDwhhTofC9U89QNnjltwtGQQSQG30wetuwNB eLkpb9bYd4TnWhqGROWxclvXxupkEkw9F0lYG43EvxKfiXSu1E2VP5y5AoxtRAxauPsEuA G2u6AVUzi+jm/g+tTKDoroU2IeYfnqQHfcBasu65oRzlJpVpmpUHDV/mvsBmSw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187015 --- Comment #31 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D437ea82ce7fc3e664447b9e7d08f5c135= a7e2f31 commit 437ea82ce7fc3e664447b9e7d08f5c135a7e2f31 Author: Mark Johnston AuthorDate: 2021-11-25 16:27:49 +0000 Commit: Mark Johnston CommitDate: 2021-11-25 16:36:33 +0000 agp: Handle multiple devices more gracefully Currently agp(4) effectively assumes that only one driver instance exists, as the generic attach routine attempts to create /dev/agpgart and triggers a panic if it already exists. Instead, handle this situation by creating /dev/agpgart and making /dev/agpgart an alias of /dev/agpgart0 for compatibility. PR: 187015 Reviewed by: imp, kib Tested by: Yoshihiro Ota (earlier version) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D33068 sys/dev/agp/agp.c | 33 ++++++++++++++++++++++++++++----- sys/dev/agp/agppriv.h | 1 + 2 files changed, 29 insertions(+), 5 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 16:41:04 2021 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 39D6718B5159 for ; Thu, 25 Nov 2021 16:41:04 +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 4J0Nt76fzTz4s6R for ; Thu, 25 Nov 2021 16:41:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C565620E8B for ; Thu, 25 Nov 2021 16:41:03 +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 1APGf35Z066749 for ; Thu, 25 Nov 2021 16:41:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APGf3gX066748 for bugs@FreeBSD.org; Thu, 25 Nov 2021 16:41:03 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 260011] Unresponsive NFS mount on AWS EFS Date: Thu, 25 Nov 2021 16:41: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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637858464; 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=CG5LVE9KpAbpndGFKvsRMjW5EfucVfcDEhDkBpHV/JI=; b=X6Emc228TwKwLbkmnA6AHDOzgSy1xFEfVORgIzfFwHQeZcv6apKbjHxQrawMyajCWJyuN2 FlqpqZHQWOy4cXduXoJjq7BU3+dxf0w23UxXfAlAQJrpTeweHYAazSo3GhUPrM16ho2nJP KDX87hiCMPSBJYRIoJzVol/Y07wxYajNhTlFr39ZoCNneElPfZ/RNjdo1N3jWdheEEg/xT wnpK71/FXy3zO8PfCOMVya6LpaIZRe1UrYXJXAkl9fpG6hw6APJ/TsEZfvHuWWojE8ARLr qdhi55M15jx8zRQI0CFYP33qk0VD44JKnqqVC9Tu8rkyvYdPdNEjPmG7O10bOQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637858464; a=rsa-sha256; cv=none; b=F8XM5P4L7KK/t3kuLzu65MrOJQM+BcJySGXqs29f0c/N1hRNdKsotucLh6realMx7a/hap LUk6EkGYCFQg3YwcJNXc0bdMcN99VrFjoXZyDoi+tXDslYlsOueZ3aZZbCGmsjnmLu+LH6 bMKu5ywwNuLX+T065R5yw/E94Ev28MLjUz9hMzBy2mT7Skh7I7ce5ZF+ds0Owp64FmWcbJ k8bfamzEorAjzTmFo54olkXCEehrI7LCOMkgkmmDHgHA3kx8/3fPftXSlXdTdKvqaik12T jJVgbzFlJyP9vg+Ax0Jl9qeIJh9fU07qqgOgfPeUh1CV1f1ez0kRUhnhq1Gh/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #5 from Rick Macklem --- Mount options are "negotiated" with the NFS server and other tunables in the system. For example, to increase rsize/wsize to 128K, you must set vfs.maxbcachebuf=3D131072 in /boot/loader.conf. To increase rsize/wsize to 1Mbyte, you must set vfs,maxbcachebuf=3D1048576 in /boot/loader.conf and set kern.ipc.maxsockbuf=3D4737024 (or larger) in /etc/sysctl.conf. --> This assumes you have at least 4Gbytes of ram on the system. The further you move away from defaults, the less widely tested your configuration is. Also, in the case rszie/wsize, the system will use the largest size that is "negotiable" given other tuning. The use of the rsize/wsize options is mainly to reduce the size below the maximum negotiable. --> From my limited testing, sizes above 256K do not perform better, but what works best for EFS? I have no idea. If a server restarts, clients should recover. If a client is hung like you describe, either due to an unresponsive server, a broken server (that generates bogus replies or no replies to certain RPCs) or a client bug: # umount -N is your best bet at getting rid of the mount. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 17:13:59 2021 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 EB68118A5521 for ; Thu, 25 Nov 2021 17:13:59 +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 4J0Pc74b3Qz3JtK for ; Thu, 25 Nov 2021 17:13:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7D96121355 for ; Thu, 25 Nov 2021 17:13:59 +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 1APHDxcr083956 for ; Thu, 25 Nov 2021 17:13:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APHDxpI083955 for bugs@FreeBSD.org; Thu, 25 Nov 2021 17:13:59 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 260011] Unresponsive NFS mount on AWS EFS Date: Thu, 25 Nov 2021 17:13:59 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637860439; 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=+gWHd3wVvQzDUQBxjM5+lbOfw9jPWEZHUcyqZq2gDMU=; b=CADgLXRzggfbNrdHwaTAS2TrcDfBifD51hS1ftpBdEt3IOY4zOPHA3vd+VZ5/7EAWD+Dca bPYZkJrEIzipIu1dJhNaIykm5/I3EETEsqqjdUvjkS+QDqfZK/uLVqPX0qnjS/QrECQwk7 Svl9RsXe7AKekvzVh0qaFO0k+0Qdg19EAeXH9FyrdXEovTshb3KcGO3iqcZOJAU4b5Q71p Oc/0hH4lXHpGahhd/cRUggGKiFPDWlo8bY9ra+9zqzUaDe8+QskHas2JTy62cQIQnN7TrC BvUcpAtGXJZTxqz2jnQe5vkccLRBZyTnkORfSBbzm6LP8yTBA/n/ElSWQIVeTQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637860439; a=rsa-sha256; cv=none; b=PSlZUajk28EdIUP346XOLTN3xuqa3OJk3KTaVM0IoxdZ/OBXcGDlwrJgM+oM4IDFsN2sfw Logo8IDOV6W0kHo583rv04lbANLXT0s6pPEnk7NE3s9EAPtBEkzElJdJKEXs1jwgDy0/rH pS+7xQXcnf6ivTph9QlOtDHldVP+ME3X/pg5iDgVsJTCTw4b/iDZDeort4+IQS9dwD8i4I pnI4hxOPHcClAKgjVtvuzpvwOC7rzAqmnrpqxMh5f+5zfqx/LWvvXw79LQDCmrwyb6aJEr DgPunr2HO9uhkOoUaQwqU+5sn+ZlR07N+MwYzVhggwVuNRy9z9PwhxdUJNmTBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #6 from Rick Macklem --- Oh, and my comment 2.r.t. don't run the nfscbd may not be good advice. Here's a more complete answer: The nfscbd(8) provides callback handling when it is running. Callbacks need to be working for the server to issue delegations or layouts (the latter is pNFS only). When the nfscbd(8) is not running, the server should work fine and never issue delegations or layouts. It should set a flag in the reply to the Sequence operation (the first one in each compound RPC) called SEQ4_STATUS_CB_PATH_DOWN. This is an FYI for the client. I found another round of bugs related to delegations during a recent IETF NFSv4 testing event. These are fixed in stable/13, but not 13.0. --> As such, delegations are problematic and you don't want them being issued. --> Don't run the nfscbd(8) daemon. Unfortunately Amazon does not attend these testing events, so what their server does is ??? for me. However, if it is known that the Amazon EFS never issues delegations or layouts (I believe cpercival@ said that was the case three years ago), then the server might be broken and get "perterbed" by the callbacks not working. --> In this case, you should run the nfscbd daemon by setting nfscbd_enable=3D"YES" in your /etc/rc.conf or start it manually. And, given the above, I think you can see why my initial advice was just "don't run it". --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 17:14:27 2021 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 A66AF18A58E5 for ; Thu, 25 Nov 2021 17:14:27 +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 4J0Pcg2tsXz3KRb for ; Thu, 25 Nov 2021 17:14:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 44F0021174 for ; Thu, 25 Nov 2021 17:14:27 +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 1APHEReP084075 for ; Thu, 25 Nov 2021 17:14:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APHER1V084074 for bugs@FreeBSD.org; Thu, 25 Nov 2021 17:14:27 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 260006] Compressed user core files with large segments are truncated Date: Thu, 25 Nov 2021 17:14:27 +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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637860467; 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=N7a0gFOU1vYlNzr2uILwEJ3ocRLxT90i14ehuSqtwZ0=; b=NhtZ9DUmO1rJFQOi8L4xEMv0xrmYnMYqP1yxKTemyE1Xjo0U/zMxpDWtO+sktKj+MfrIid OTl7fvzbblYE6Lgb2OKe6KO1zQMuLyXHHvoalMhZw3U9EOlxRl5cqW7JjHlD+bGRApmcK4 z7snJClxLkxf3/80EGXxmaRTPRjnTS5Rqz/WKY+Eg4BmGAP7TAwVls45C2I8UvI8H60P+L AtkaGpHJtTI9Anz9o7os1tuS4aS76tSvp5DW1mYBwEWfsUGbswA1fJssXWUvNAPT9qxJXt sZfXxBsMTNVY0ous0+I6plJkt1S5t+8qerQE6VSOQo9hwN07GiUdtOuhhYU9nQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637860467; a=rsa-sha256; cv=none; b=Ux8Nke4W8wt2ZH1fhjsiUYuAZd9sQSA8aR0Jjsqy57KlIvE2Lmja4Mv5zZHI6I1xzTWFZW Y1GZDu4qvxmfCmu+6rFVt8f2vP4ry0SkBi34EFieXsqoogr7tooFmLtcmQD967M74Ioxhb j5jl7PmsBsSe7X7QKIaom3p9UOc7DEu9WaxI03U9KmnljCMzOOHCXoZEyW7DDrkbJXVHpP a2YeqUMxdG6JxCNn8fobOUl2tnCBNkO3nXJPfejIk5HaxwaljCat1wZo5nrChMUihoNKQp 0BVHv7cNJKalngsnIMewaXxt13I465DF8Fq/4V3nftL9B+Gc4E17IdgD5le74w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress CC| |emaste@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 17:15:19 2021 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 C89F118A5C26 for ; Thu, 25 Nov 2021 17:15:19 +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 4J0Pdg2yBrz3Ky1 for ; Thu, 25 Nov 2021 17:15:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 041B121454 for ; Thu, 25 Nov 2021 17:15:19 +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 1APHFIZm084266 for ; Thu, 25 Nov 2021 17:15:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APHFIRR084265 for bugs@FreeBSD.org; Thu, 25 Nov 2021 17:15:18 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 260011] Unresponsive NFS mount on AWS EFS Date: Thu, 25 Nov 2021 17:15:19 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637860519; 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=1BoyIxn2TU6oUiJ3OchqNGCZjM6VDPB6mP7QYOH3/XE=; b=WlONgojKtnX0MQkBmvSzO10nsVd5h6R9zEvunhK0PswbTz6sCe4ztFNmAdf36q0+It8kY7 Exsblbz6dEatjPla1ddjJGqMXmvsqC9azagNCR4e/mQglpCseiDN4BnrcFjv9z6GLthw/j cc/cOtkQobUkj8pUaVVhOppzqASSJN/82RpHhCcW63hLodsr4/uLJm0PsD02daEkg8QTSL HQR8YHs/zRNzkG7OH8xKKPkq/qyXUVeJOnwZHvKQGZH+saeXoKu3AxFjOvRg7QKhfRWRJq XHZOcZ+VUDVKeHOqADfTpGITahT/q1/1Z4P0Q/RN7c/EE21p2iQd1sqVyoqesQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637860519; a=rsa-sha256; cv=none; b=slNYsxKSdZ3q0GKJOuOs6tdurP+Oipn2V3LBNOAxRwWnUrtwU9OuJdrKaG5m6X/KubtKiF WZk6dbAmz0XLRYECCe4NLetFxfuWNXQbaC+euipz+ZlJZdP7d5oV78LD2KMSAnAwDsVgML WCwxGMBWJ+Q1gUqDDzXf/chnPiu7T57Zq7x2HdIPaNczTYUQ7N8XzayKDJGaLSk91wBV0m UnSfRSnSGybxOlknCtwlSgtH35o4Un7i6Wv+KoigWlpujXNqSAirw9Wj6VFnAEYpxTtAAA pCmWyfekycwSLQ0Wsbqlhx4rA5NPpe10iJk7QsvxkClT553yt1lqt7Mfnl7ukw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 17:15:49 2021 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 6A21018A606A for ; Thu, 25 Nov 2021 17:15:49 +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 4J0PfF17DVz3L2k for ; Thu, 25 Nov 2021 17:15:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 073AC20F63 for ; Thu, 25 Nov 2021 17:15:49 +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 1APHFmHD084344 for ; Thu, 25 Nov 2021 17:15:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APHFmZ3084343 for bugs@FreeBSD.org; Thu, 25 Nov 2021 17:15:48 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 259778] Capsicum failures can raise only SIGTRAP Date: Thu, 25 Nov 2021 17:15:49 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637860549; 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=QqmZx6shL76PRoktzY/UIS7F3ZUmvTsQTHVR31QZjIw=; b=BnqDn25OIqZE7kJdUa6HDn6c1CNjmEeHhxQ+OOgasmCMTTBLMoI2lbe1PF7rvgAgzqXDmc s2iIye8LfuIaNouJxii60g0CQwhAHBaAeoC2mZSSSbVDL/jy1D3WeZgyTRubQg2Vw7NIzU ppdlavGfSst7l2OIaBart/NuJe81TcBBlsUDgRw3r7u48UwMctCbIM/Tk+ggzStNJXw6FM zE//SLSM0rPpq3H65s2gVtyYbL3rntdXxBiUGgBU+2eAG1LLSzI71VKSmrKjwMhajz0ukF mzzN//no2Iwo26i1feQL/chR1slppQsSulQ2bEoTvXpGXXAC36O8rZRKg1PXcw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637860549; a=rsa-sha256; cv=none; b=gUAB7xKuRLgxYzXCKxNa6UZKYfBgv9mKblIyZo2b5zWDwPkLdZbH1EgxEWtKqpzEWWkdc4 zZ1JLqbI9GQOvuFH4ln6ut2qIWLtb8bs3lNueodEdCGr1+LGNa8PHV/qXq98a3ceC22X0o BHNxYDT+4cHAB3XvZcBhQIRLyONeRQtzs9hUdEcCcVW8oUiQdza82uWCpX3uVcwU6yBG89 I6XAxKU1F4lmsnyo8AexwPXGcisQQL2KZ5BuSoPZkt3SiGDrYV/M5dghz+CNct3XgG3LIf z7KulH14nk1whPsMaI8poPrXapF4VZvFHGswO2qcMfnXqbbvnez4QbXwTqra3A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259778 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 17:16:01 2021 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 1FD7E18A63DD for ; Thu, 25 Nov 2021 17:16:02 +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 4J0PfT3mgkz3LGN for ; Thu, 25 Nov 2021 17:16:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5297A2154E for ; Thu, 25 Nov 2021 17:16:01 +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 1APHG18E084406 for ; Thu, 25 Nov 2021 17:16:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APHG1If084405 for bugs@FreeBSD.org; Thu, 25 Nov 2021 17:16:01 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 259776] pchtherm(4) cannot compile into kernel Date: Thu, 25 Nov 2021 17:16:01 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637860561; 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=BsCiNSFbG5gt0d0j+2+bt+VzVJ8pKoIE9utP/vVVOOo=; b=GhsH+VMcivh8MVPO7jmjqT7dbsOnVTnQnv2oe/pV6/0Nh0N5RH9Tp8ZL6sArf83p+37oh6 7zQakh9FiVO9mRXY/RPVmSp1nlD/g31i4IGPIo7HBM3Igy0LbaTL8aqmZsXIwquhP5YqkB 4u91UmfWjJy+vgcoHRMK13o8A1i9AIsz2V1A7pA26tuPwzjBknZEnOg7mh1zS4WacK46a1 6TPdbsRstx6oiVPYIjHCESZ3ol1echGnc4HluJPLNBSr6Uehq8hBmu41aYIX1b6rUxbnzj T+Ze/6/4rUTkZCovwjo4HL5OmYkp3ilQf7oQ15u+dST25Qn3iAyFDpiZZewCgQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637860561; a=rsa-sha256; cv=none; b=tR9wKq+3ks2WQBsAqVbGGRopQW0AWTKlifyG3Tv8AUBz4t4eJPO26EA/0+ehVwRCv1jdrC Q7I86MVW9ERK6LCv/e4kO5vLargRrQtvh/UfeEYiwp+kwm7eL6hn7yKST3Z08+fE56CTTw TfQ/byEX1O44uLbVy3xXz/DGJn4QGJVA5lSu6O+x545k4aebVZU+8TvqyaBwNasq98Kds2 w+ESCWnyKcihwH5IqSTEUCD9N69Uyg+gYcbo2HhIStRgKXDIx6XTF7kIgSHdn1D+wiRz0o zuzplRGBtrZiI5bqlG21QWWNdKO4utJkd7h+cG2tG7+Vs9tv0xQj9E/GUbhT1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259776 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |emaste@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 18:24:04 2021 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 6C5FA1890EEB for ; Thu, 25 Nov 2021 18:24:04 +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 4J0R900pDfz4TxT for ; Thu, 25 Nov 2021 18:24:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F0867223A2 for ; Thu, 25 Nov 2021 18:24:03 +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 1APIO37I023694 for ; Thu, 25 Nov 2021 18:24:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APIO3ZN023693 for bugs@FreeBSD.org; Thu, 25 Nov 2021 18:24:03 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 260011] Unresponsive NFS mount on AWS EFS Date: Thu, 25 Nov 2021 18:24: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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cperciva@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637864644; 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=HkXfUANfLF7+6ekGfoZLJYaTbiJKqlD89czlFvrLL28=; b=ubeNHQCbkgXRWXjLFQZYGS8mg2W0lcUPNTY9SL7rtJyGznB8a58DyN/c+wmygy0j+zlIad gm7Xk/PHHxsm59hCJ+/jGcEDkkTInsySatZsK1cR6ZchNoI45/flNCnyC0XIG92upsRhnk zv1NNpQQevqGJKZ73B1/1mj5aqf9GOJhvxpmuNxkZfWIlZUWgXVbPa0fat/+b9d4Oc12e8 F5WZBcr66wWG/UlDWvIv6kSeeoBw8Twyz4EBfKhQVTcK+03f2g0O6MpQ2KBAZpdK376fDK TJl913itUKCYtFyApFZNTOrvcsbl+nw9o6gbux2M6cRVXfjmfQIwasBiSVMx8w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637864644; a=rsa-sha256; cv=none; b=AAGnfrcaSeSvdLv4yfDg/UlZevi1tCWb/r5KbQDZssYWOQ0QwKv+kKgv+3WP7SlW/vYavZ CH7HQEvaCgeJXnD76PsERNP1phnmS1ihqgNuFOaqCTcucvGgdWTmCsYaq/9Y3ftCUKeRZA RAHAJBJkVN06NFCvU0NND4SJnN1m2MB9djpPPGx3WxN+xGw0TzI7l/9VhQ6L+DV8ar5eBU GrR/zz4DaFpK8ly3NYdWKAioC3Vk29JZPd9UE1jFXY/qu5Wq+3GBvgfj6qVxuibnFobWx6 479D9Jsibao84dwIyiiP+vHJHRDejYOkH9gGSeU1WliPjxCwQUsvP92VqOXI1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260011 --- Comment #7 from Colin Percival --- FWIW, EFS is still documented as "does not support... Client delegation or callbacks of any type". --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 21:17:10 2021 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 5F9E918B947A for ; Thu, 25 Nov 2021 21:17:13 +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 4J0W0n1Q5sz4Zj2 for ; Thu, 25 Nov 2021 21:17:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 118D524735 for ; Thu, 25 Nov 2021 21:17:13 +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 1APLHDrT018765 for ; Thu, 25 Nov 2021 21:17:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APLHDRM018764 for bugs@FreeBSD.org; Thu, 25 Nov 2021 21:17:13 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 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Thu, 25 Nov 2021 21:17:10 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637875033; 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=Z0iziGvUTXY2EigcP4bmvUy/iNtQt+ueR5fwfVf5WNI=; b=a4HffAtjWd9GMRYPsCXeMtiBTM+4SK6tv6+DT3yvgKG8Xi7WfYUQBM70YTLh6/cX4dxx7Z bVvTYgdqC4Q8i/hu6uQqgw6ON+kWbE+7H1MDTds/ybblq1j3E769cnXv7CwZcXmz4VeFfS PmyVWhtShoa3acACctdSXHVzcF5z6h01ranl19Uz4Az03gCXTsxo2W7l+N2LKW7IQ+6u5j 26DD8fHjFlwyUdgRCJ7bqAzeDkk8GOFXE6qvxtXryzetSCmH3ZLiCjuv7M6KwRwdr6hRgI /csgMresFSXqv8Cx8ZNKXn9z/rNp4Jfh2GHVNNPbOY/vQjQvdFi8FYhGYW2PJg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637875033; a=rsa-sha256; cv=none; b=Eb4z9k1q8d36ktNFXXGqp+2BoylXXzeoyS4OmlfmLOtNqovCFcS73/4QQj0BKnlp5AkUPy WbtPuvIc+QR+gWRZiddSuBWw4+yIKdjta+1XskskFdJRowzIy4IglMxq5N0pQhH7Kdyol1 RL46YqKI00NChofmnTXOp/KbWJy35Uh136Rs4YTnKFMbOVlgwkLwUcEah7r/fK2zL7B/ZC PhmMnM3unp3ZEaw7BXuCl2bvo654dCRbBH72oqJhYSJlgwfjXnAbhRSws7us2Oe+K7AtGk Pf24vd5i3SXU0K64mpEoBmU79Rm3yjFpIctFOGtuWPkLdtB5LQSrDLSVnUbaUg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187015 --- Comment #32 from Tatsuki Makino --- (In reply to commit-hook from comment #31) It seems that agpgart always points to agpgart0, is that a solution? My laptop was using hint.agp.*.disable=3D1 to leave only 1. Doesn't this mean that agpgart should be pointing to agpgart1? However, my laptop (Panasonic Let'snote Y2 (toughbook CF-Y2)) is already br= oken and cannot be tested :) So if you have a laptop that was sold in 2004-2005, please gather here :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 22:16:58 2021 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 D601A18AF695 for ; Thu, 25 Nov 2021 22:16:58 +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 4J0XKk0SkKz3BqD for ; Thu, 25 Nov 2021 22:16:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E4B3C2526F for ; Thu, 25 Nov 2021 22:16:57 +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 1APMGvbZ054144 for ; Thu, 25 Nov 2021 22:16:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APMGvax054142 for bugs@FreeBSD.org; Thu, 25 Nov 2021 22:16:57 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 260049] vtnet modern/1.x panic - data segment exception trap Date: Thu, 25 Nov 2021 22:16:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Many People X-Bugzilla-Who: alfredo@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637878618; 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=Fi+dWYCYR37/YEgU9N9Yjym2Xo1OxXSi/YrwVaXeuSM=; b=B0NpYeWWTc5Ue1Ooy317fiwdKpP/R8Cqpc3IXfukMvE8A5J8eKpzFfg8ZJxORuYYzqF/Ho AAuHjMxnWOB+xmKWcQR2eKGIHA3C5pB51UTvCTauyn/f76yZ5tPdPV6US1eunx/dQ3DuEq nmkMQXUSO74fRuJObLu+9kdBS6xWfAxUhR1xQm0MgLs77pZKXt+reD4Ai5wzP1SGOtD7r2 JPpVm+TaAfKgZnddeZL8nCWwbCDDvC37fcBQCexGm8h0mZhxaTfgwKuYEx2UA1Sz8OWCgT x0YFsbP7MXdJh/SQLUDHEp05le/Vw+f9mrFjr6eR7vdelygIxlnU9x/l2BYpNA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637878618; a=rsa-sha256; cv=none; b=T02CUxo78HNXTyuiL69te4qOtZ8MpBl88c4SKljj9LEwm1q4dF5pxi6wWtqoTxqiShyBLM Cjr41Gll6slDFY4/HayyFe9IyeM5BVdldnpxW+i0/Y+ci9WmfXYIQFb2XhStoFYs+etS3E +8RA/1IKnuLCafUsSbcox7e3sAhXLLHyMybx/crbMibC42ke4rCEaA6lECnJEPjZd3dpKy wOYJxjf0fUGpPTzy45Hh+GJVziY0D+TJygiOMEA4nrnIpHpGgGZLaf3J+e2ZT3BKaP9MiY R6KrGjUkjESXtZzhnzfAQgGyQW8Yb4Bq0sVP9r8l/oltTjr+ojPVviaMV3ih2w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260049 Bug ID: 260049 Summary: vtnet modern/1.x panic - data segment exception trap Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: alfredo@freebsd.org I consistently get fatal kernel trap when sending files using two simultane= ous SCP instances [2] to a powerpc64 QEMU [1] KVM accelerated VM in a Linux hos= t.=20 The issue is reproducible with vtnet modern/1.x mode. With vtnet legacy/pre= -1.0 mode it works fine: fatal kernel trap: exception =3D 0x380 (data segment exception) virtual address =3D 0xdeadc0dedeadc0e8 dsisr =3D 0x0 srr0 =3D 0xc0000000006047f8 (0x6047f8) srr1 =3D 0x8000000000009032 current msr =3D 0x8000000000009032 lr =3D 0xc000000000604798 (0x604798) frame =3D 0xc008000035d57250 curthread =3D 0xc008000035973080 pid =3D 12, comm =3D irq4608:-irtio_pci1 panic: data segment exception trap cpuid =3D 4 time =3D 1637888248 KDB: stack backtrace: 0xc008000035d56e70: at kdb_backtrace+0x60 0xc008000035d56f80: at vpanic+0x1f0 0xc008000035d57030: at panic+0x44 0xc008000035d57060: at trap+0x324 0xc008000035d57190: at powerpc_interrupt+0x1cc 0xc008000035d57220: kernel DSE trap @ 0xdeadc0dedeadc0e8 by vtnet_rxq_eof+0x174: srr1=3D0x8000000000009032 r1=3D0xc008000035d574d0 cr=3D0x44c00488 xer=3D0x20040000 ctr=3D= 0x1 r2=3D0xc0000000013e9000 frame=3D0xc008000035d57250 0xc008000035d574d0: at vtnet_rxq_eof+0x110 0xc008000035d57600: at vtnet_rx_vq_process+0xe0 0xc008000035d57660: at virtqueue_intr+0x2c 0xc008000035d57690: at vtpci_intx_intr+0x11c 0xc008000035d576d0: at ithread_loop+0x3b8 0xc008000035d57820: at fork_exit+0xc4 0xc008000035d578c0: at fork_trampoline+0x18 0xc008000035d578f0: at -0x4 KDB: enter: panic [ thread pid 12 tid 100077 ] Stopped at kdb_enter+0x78: ori r0, r0, 0x0 db>=20 ------ [1] # qemu-system-ppc64 -name guest=3Dalfredo1 -smp 8 -m 8g -drive file=3Dvdisks/vm1-disk1.qcow2,format=3Dqcow2,if=3Dvirtio -device virtio-net-pci,netdev=3Dbr0,disable-legacy=3Don,disable-modern=3Doff,mac=3D= 52:54:a1:f4:ed:01 -netdev bridge,id=3Dbr0 -enable-kvm -machine pseries,accel=3Dkvm,cap-hpt-max-page-size=3D2M -mem-prealloc -mem-path /dev/hugepages -vnc :62 -vga none -nographic -snapshot $ qemu-system-ppc64 --version QEMU emulator version 6.0.0 Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers [2] SSH copy command: sshpass -p "" scp <2GB_FILE> root@:d.iso & sshpass -p "pass" scp <2GB_FILE> root@:c.iso & --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 23:29:02 2021 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 672FB18B1ADE for ; Thu, 25 Nov 2021 23:29:02 +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 4J0Ywt0fvNz3q7M for ; Thu, 25 Nov 2021 23:29:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E67882650A for ; Thu, 25 Nov 2021 23:29:01 +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 1APNT1tB090955 for ; Thu, 25 Nov 2021 23:29:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APNT1fW090954 for bugs@FreeBSD.org; Thu, 25 Nov 2021 23:29:01 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 259996] bad CREATE_SESSION NFS v4.1 reply can cause client kernel page fault Date: Thu, 25 Nov 2021 23:29:02 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637882942; 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=fH5PAEKGKGjQHSC+3aenXk215+M+UcmnaulGQGXoJiU=; b=ekvX4gglIhI1oLxWJjrf7J+Akq8ijANcZKYnwmiJt+YcRag2HqN0U75nsbesp09vu5s0ZR SKPVFaTIxx0d1WPGzdZGv5QYYiJk0bPFYCRtAlUsPammoEYfJAvSHAw24482uU8Yn6kM9Y OnMF81QVed8NDQST2Ba/u59k8CfslrqDS9N7AO2jVMTIRZ3AKmd0y/S2Cqn8S7ymOw1ypL TTdSfbV9zx0FG2zPTTZUYNRtgm/9HlfbXYD0cG4R0fz+J6kKjAkPGp1aA+lbolZ5XGQevm coLvn1mzkxoFFfn8j/eqRQbBdNheASLat+xTxmOvGL1mziUv2PTAZ+GYCz4Dvw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637882942; a=rsa-sha256; cv=none; b=le7ucxPyApv1Wg+rdKuJyju5MCbY6Ckk2SVz/pGLwMDCtJEZIDCNo05GUxPbn91tiXpGhN WcBW9E1Q1Wujl5iSBiZOzvWjqEfIhyXUXWyA5pD4/EOQk5/rrHfSU5wcrOVxcbjVQpbILX EWyaf7knHqb3xJoA8Y66S8TRSO0y7PMvX7ctbyPHOsUi8b1ukb9wH8bUe4InA8Q4SE5vQQ M6zwn2yITUyWIBtIEP44eyfDWS1hWJhu3q0jX1svgL1JijPWYsuK3J5JOV7iyCvAEU1nDe 3TWzoV1BQin54ue9ALQtrn36JRJgOV9fgtuXVS+1oCUAU+lBSsux4NYGyUB1dg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259996 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org Status|New |Open --- Comment #1 from Rick Macklem --- Created attachment 229730 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229730&action= =3Dedit sanity check the rdma cnt reply to Create_session This patch should avoid the crash. Maybe the reporter can verify that this patch fixes the problem? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 23:51:46 2021 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 289B818BC6E5 for ; Thu, 25 Nov 2021 23:51:51 +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 4J0ZRB42mcz4TDm for ; Thu, 25 Nov 2021 23:51:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6C7DB264F0 for ; Thu, 25 Nov 2021 23:51:50 +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 1APNpo1X003277 for ; Thu, 25 Nov 2021 23:51:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APNpobI003276 for bugs@FreeBSD.org; Thu, 25 Nov 2021 23:51:50 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 244470] /sbin/dump crashes on larger filesystem Date: Thu, 25 Nov 2021 23:51:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637884310; 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=umn6kNXJ1oCMcUxMiAZA97LDuiJKsZIhyNXKFVLewTk=; b=Ngk6L4hEX3SBlEqoGOHku8XMRuGPT9s5ll8qQx2vpsGYsQ1YnCNEaEjTfz3Rh4z+MEJHCD LDLnVSGAoijloToHuo5XnVgWecWEyrLPuGhzgZOwuF+QS8SG/ef5caTGGNuq1N6W6LE6xL HFaUG5uTk8/Ie9VU0joZRIIHcAEm3x4v7oJEmmZu9bk3deLgCuSwCiq5a9qo2EL3k+1u0K 4bao36AfdSabUizTyNpg3a402Fg/gZTBVy/Bvwrlzt0XzvNhkWS8Scehfb+bQ0jnnY/UCS tfhkl9rgZthS6FLoiTJxI3InbiyJznVqgwRFplUfLdvEsZ9msWBCWYpojoZvWg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637884310; a=rsa-sha256; cv=none; b=AoYx9IwFmMuhmL5lEYMNNj6+lGwfcmR6/fd4AB/V2JD22hvjQevw0Xf5E0LlVfXhyixL6H qv1eFXNrFoKwQ+MLUirhZvZhOo0cJoeVM/2WZ2BGPhotgvVsvWL1Av92QFbucNFOcTA6Zo CVg1GM4qSZDgmlj8h0zGj4FSWvDZyi5P3XwTcdGGCWtBK7sJVH2JfGaw2IYqAXc8wUUaOe lkcWhUonMVk12ohGbq0KXYblmdEHf2iUkbLrjfd+MZQ11w+106BX6Y8FmTJYE9jawwPZb4 2wUkSLujq3xGTe7nhYghdFCh1hDzqavh97YtBb9IR+D8FmEYQlYXWNcXqzaVsg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244470 --- Comment #19 from Graham Perrin --- Thanks; clearer now. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Nov 25 23:58:35 2021 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 5B87D18BFB5A for ; Thu, 25 Nov 2021 23:58:35 +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 4J0ZZz10xdz4Wb7 for ; Thu, 25 Nov 2021 23:58:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F303326955 for ; Thu, 25 Nov 2021 23:58:34 +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 1APNwYeD007527 for ; Thu, 25 Nov 2021 23:58:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1APNwYBp007526 for bugs@FreeBSD.org; Thu, 25 Nov 2021 23:58:34 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 260012] NFS v4 client can crash server with a bad LAYOUTRETURN RPC Date: Thu, 25 Nov 2021 23:58:35 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637884715; 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=3uycevn2jndn7Oe2VEnhAzvsRjLuiHGCGW/1gQYBUIw=; b=We2D8YXZVCcZyrI1HxP+/zSJl7r+UsvD2xPPsAM0OvyxbW/rN3dwJRLdQAExOTPs0+x30v QEIFkGIANNWiiRc4gNk8erSkpjKCaqbEvk58AwgYOm50Si9iJJTD5R/FBeQ3FBXFby7P7v O/bqGNfJY9mNUWOVGV6LyHQlrXtjOWpML6toJUlgECvPZo9KJMvFr+zWFNmFGxU5ldynPM tqXhb9SjGNVA2htcwX8Vz6Ry++2jez21HJ0peZTiOClfL0me5fCLqWWUnmCcp1q9JWqhGe hHLqR/wzjQpzOgKpFnoi/0W7g4xW6ZUWX7MeaS55zdFS47giMY6HcZ8TmVnKag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637884715; a=rsa-sha256; cv=none; b=JcLK+R78IiqZEpyQqyzrQq7yjiyGdQnMOgrx0d7pgALEyrmWvFKePrtvU9LlFMEv6RxTch NmXTq90IM0VB8bqzgPTNlw6KG13tgkgDYLVwRYtJACqdAECb9iMfqTLiWrIdVqm/no7gQ3 B299qqmzgqTXYwepHDA8Tbvp8h8T/2vaNnsm6f7rf8fMMCYqzwlQqozbLmejNSGiEvjs/p pEno8CUpxVY52Eh3hGWfHXNuLARAv2809+CUWaCA0SEAVo08W+lZh4zZ318hhP8aO54Db/ oaJGBF3xDSCdy9Mcp9S6xbrdBoLkvvDTusaIqoRrmcDZjEnMDSwQg7I3VBm7fQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260012 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org Status|New |Open --- Comment #1 from Rick Macklem --- Created attachment 229733 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229733&action= =3Dedit Check for a non-NULL layp before calling nfsrv_flexlayouterr() This patch should avoid the crash. While here I also added a sanity check on the size of the error data. Maybe the reporter can test to see this fixes the problem? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 00:43:28 2021 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 AE54C18AD908 for ; Fri, 26 Nov 2021 00:43:30 +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 4J0bZp3RFjz4lTP for ; Fri, 26 Nov 2021 00:43:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 57252271C1 for ; Fri, 26 Nov 2021 00:43:30 +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 1AQ0hUuK035098 for ; Fri, 26 Nov 2021 00:43:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ0hUbV035097 for bugs@FreeBSD.org; Fri, 26 Nov 2021 00:43:30 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 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Fri, 26 Nov 2021 00:43:28 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ota@j.email.ne.jp X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637887410; 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=Ct/pVRSX0E8NaDatUnnIAJ/+sqvd22ieC63VqJyUQHo=; b=LxhYn0jPNGn1uX/uVTTz0tO0kQWAHghAAW1+1odYV/88KSbLZVx/SFpnWwzPKwprFPfhYU /w5ycqgnatrnjFZ9dYbNCcqtpzQFJJeir08PhqJFYcurlsp8+xezUmonqnG3Q8en139Bos YNGls5EowQK6QwKoM1uoKY2tFQ7SzbLfhJnSh8bBKODe9EN3e4GnvlB4glfjKHu9Lfz7E6 Bx0EiRoM+OaHyl+d1M7Qx09D8qojLl2DsZrH2rOBR1vuoOpbbNJQaXSy8BY+X3ccjW+758 UztrSkALlrSdfkD+dBbEtZWXC6CAqHD+p4TYNO+MjbBk2z2JwZFPV9BjpV6nzA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637887410; a=rsa-sha256; cv=none; b=Y59FGbRGk7LyLrRgXz53E/qT8Znw1BTNCBqBvjoUQDBEOE1TofkJg6vTVFySangGebdcL+ UBHrvXrTe/59v61j2cMsrq+hrKSHcYXuxUKrxyYIkwEbHUEdy/WmrsVsImf5dlc7+axHWf 5wgfmdaxx/3AYlM/EsISvvMhy13R07qyPaQ/kSNTEHkNGNde9iH/bpNB4uWlAA7uP8dsW2 2PjW8u9I+DN1l9NAChGYh++FovwuJ9r6+3TrA9eD1/tF5WWCArzVM+1nZku4DZIctPgAbr ssbEjy5VwiKcQK/yU7lmjIwx7S9vNwpRUKaswG83aUOXHUCsOK85QhFeQIM+jA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187015 --- Comment #33 from ota@j.email.ne.jp --- (In reply to commit-hook from comment #31) I tested the new patch and the machine booted fine. This change will help diskless boot; otherwise, I have to type in the hint = from console every time as diskless boot doesn't seem to use loader.conf. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 02:56:11 2021 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 AC6B318A415D for ; Fri, 26 Nov 2021 02:56:11 +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 4J0fWv32qnz3wKM for ; Fri, 26 Nov 2021 02:56:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3DEA628DAC for ; Fri, 26 Nov 2021 02:56:11 +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 1AQ2uBPV001128 for ; Fri, 26 Nov 2021 02:56:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ2uBZh001127 for bugs@FreeBSD.org; Fri, 26 Nov 2021 02:56:11 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 260046] An NFS v4 client can crash the server with a LISTXATTRS RPC Date: Fri, 26 Nov 2021 02:56:11 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637895371; 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=LKyQAoa4gEOmQBnykF1yYkX7W1FjkF93f6QyqCD4d4A=; b=Z7dxoUWGQQW1FpkedvtPvMtEb44o5GKyDUJHp15N2SgESKhrDg5jSakij3qxcuIsLKOHci 72ty4I0q/hWarEGp/AmwpzEQ0y1IAeKr77fWv6MufXK1db7KJQdOjX1Xpm9D1SfJWhrUvM pfL7T/6bA9F9jhy++oQVAIQQiDhdMkElhANwtp2cq9DbBB07e2E9cVH+2x2tkfKxml4ttd hSz+fjlT4ZH9oab4HHfxGGJgmUUFbDNM7BkcIdTyGwAjA9CWZp6erfo4kydkSyKnmFktzD WVVqanTuF9JDGzAPjHhHvJCuVe+AU0UaLkIeuGbs9jjiLKpXZZH2Rhy0TodRsA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637895371; a=rsa-sha256; cv=none; b=ythS72KIkbyStZk38BFkyuMcMFu3Q8wg8zVWwg3HY9GrBxqq93bLtSnWc94r8TsvJ7vclG eZTqV8cwALJDqOaubNlWtjjHKY1+7TFYtrnW30D4R8pnJiY1INRl8uYNBamzFaxJxeLENJ puo9pwkmqFpUf/2Q+GLXGogds2rHo02olqgoHD73xyqQyMzrsYFFjZ9d/mOFape1ueUa5L LOnQsDl3lSOLcoaLheKeqTPeEdTLcgbO9XzCGcbeC2t6/ZoRJpwLh1Rm3Uw2yk2MsI3vS0 FbUOkhbNARw+/9QK0285zIt7FQ96wQoy8OilJcSi2JTm6oMA/yLUmZS+q1+EXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260046 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org --- Comment #1 from Rick Macklem --- Created attachment 229735 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229735&action= =3Dedit Handle the case of a small maxcount < minimum reply I think this patch will fix the crash (although the demo program used a maxcount =3D=3D 16K), which I don't think would cause the crash. Anyhow, it tests ok with 16K and with 5, so I think it deals with the problem. Maybe the reporter can test this patch? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 03:30:59 2021 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 CA4AC18B2E65 for ; Fri, 26 Nov 2021 03:31:02 +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 4J0gJ63Wmsz4bPx for ; Fri, 26 Nov 2021 03:31:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5A8E4299BD for ; Fri, 26 Nov 2021 03:31:02 +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 1AQ3V2d5018313 for ; Fri, 26 Nov 2021 03:31:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ3V2qo018312 for bugs@FreeBSD.org; Fri, 26 Nov 2021 03:31:02 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 187015] agpgart: Panic make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Fri, 26 Nov 2021 03:30:59 +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: 12.0-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637897462; 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=duQak96lFI0AXkTh15AHz1ikIkpwowR6hEteh1Y5tLw=; b=f3OV4LYGxb0sVvInX8hYM5C8gt3z5CDoKnxs8nD2iv5tYtQAtqgy/k9kV71m+/hiAjgu+w 0w50vD7AmNLImNw7N4obigKytcBN3CSpaV9DB/Tlu/DThgnHGzLGu4/kHhyLHW/s7S70U/ L5+gOWAFFVaM8zk/SNcSrsCtIbvAfZgYfKPFIS/RWP9ZQ1Ehcs0VuO7rBaq9i3/Jb/9NEt M9ZF/J6rNF/8wBHHLuWU51uYWmyDBY84cyfWhjubYQvfvx5TXCnN34cbnTm1xYvlSQP/OC bEVqAE9kZqXeBD44/xliv5C4CwTRda31+tIfde8L4vDW18B4C3hKIgdEkJ6SEw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637897462; a=rsa-sha256; cv=none; b=IuWb/PcngsCrhte6PykKrOosfytC7mNy5gJVlVe6B5Hx2+7+6zU6RoIb8u2fJ729Kfc3GX sSBwbhvLVl2QGehKZWxGpwLTVpCLpDcTbHrV9TGGgpSMb0iHqNt14uI04MTTrMjmVOSTWE YDyy5uhxneXIUn8VbuQrq6dFPvvluOBuKPSlvd9pVjNGmyi+4Qy9zNNFeRpHEWK4Ev1QFZ 5Ahj0gygohybdDEaLuZkSJ8v4iA3Q03Mfv+4PSTBA8S0bbw5R66yzkl1OQdmG3Vxe2R1V/ Jaaay/KuIJ3iqNUO98scivrXXPzJjZGIMJlgQeqqU+MSB5B6J1N+8ta9T6xkvw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187015 --- Comment #34 from Tatsuki Makino --- (In reply to ota from comment #33) I would like to see the results of X.org selecting the correct agpgart and testing that the agpgart is effective. But, I don't know what effect it has :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 06:02:08 2021 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 3AA5418AD097 for ; Fri, 26 Nov 2021 06:02:09 +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 4J0kfS0vWRz3Kcd for ; Fri, 26 Nov 2021 06:02:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D5BC12B741 for ; Fri, 26 Nov 2021 06:02:07 +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 1AQ6270w099926 for ; Fri, 26 Nov 2021 06:02:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ627it099925 for bugs@FreeBSD.org; Fri, 26 Nov 2021 06:02:07 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 260055] recvmsg / IP_RECVDSTADDR issue Date: Fri, 26 Nov 2021 06:02:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eugen@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637906528; 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=BbAbDzTZT1BCR74VkbuCK+4kQl/Sb1SUW2TYVyjib9c=; b=EZB3rtIrg2/UTjIRvzXEmdtW/zTmfF31udxnVcYrPyiJ7CcN6a/BWBz/CMw2x5XNvFC/e1 9IgZfJ8TNmMrgb71AgumVqK8iAWQHn+AvsLxKyKN/4uHlcw/6pShUUSCv9uyUDYBZ/1XbP Z3BoTRy2D8A53XclpujHenhLkWE7vu7DD31HS+SCuPLDJJCvsYFVCXLBcj+TOqvFWM/i1X mgbU31zHgFG78xJOl0e/jxARBkQcRTQeDEmdPlG9T4GXMptn/fqq5JDNQwfOwrUGv+ovom w/bo+SdcxXBY9BRqTF8DVSofPcN5x9n9dT/kIWNAPxiB7M7oMf7TY4kj7uf34Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637906528; a=rsa-sha256; cv=none; b=V79nhTTPWcY0w9H2XfLpQ5eDCeO5AZTFNx0g3y/stLoTR/i6M3ytqboOmweaePMpn4gFeg 7+LwFJyq1MeZ0v2VPzYdYH4NeAHQ3RqA3Y8crcFrsdZhMfnXzr/skyGrmqXhMpEls4ThQX jV5r2OTEZMd1vjZqfMOKNM/yNKMxBpIw+pDoVrmrqs2MrPtDuT64FKvmDP1MSsJ1XZdQNZ 0U1FVEksDVZ4fO0WcpR/ORFYnl7TwVfJl5w39K+Cl+7d9hGpe3+2Q2foaj/RSY2Aadp4Oq uVHjFm6KGR9511maFkYhbTdH6yqGN6NfYUqdvLeqtpBLDIhtI33OicuK4t/Y3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260055 Bug ID: 260055 Summary: recvmsg / IP_RECVDSTADDR issue Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: eugen@freebsd.org CC: kib@FreeBSD.org, mav@FreeBSD.org Multi-protocol daemon net/mpd5 that includes L2TP server implementation recently got ability to use IP_RECVDSTADDR IPv4 UDP socket option to support multi-homed configurations without multiple single-IP sub-configurations. Since then, users observe strange "hangs" of L2TP server when it stops processing new incoming connections for hours (if not killed). It may "unha= ng" after several hours if left in this state and continue to work normally unt= il next hang. This problem observed under FreeBSD versions 11, 12 and 13. I have it, too. I've rebult binary with debugging symbols and got coredump = with SIGQUIT when problem occured. Here is a backtrace that shows it blocks on recvmsg() trying to obtain source address of UDP socket: (gdb) thread apply all bt Thread 1 (process 100333): #0 0x2853a6e3 in _recvmsg () from /lib/libc.so.7 #1 0x2844f0c1 in pthread_suspend_all_np () from /lib/libthr.so.3 #2 0x284d118f in recvmsg () from /lib/libc.so.7 #3 0x080dea71 in GetSockDstAddress (sock=3D24, addr=3D0x28c484e8) at util.= c:1581 #4 0x0806c48a in L2tpServerEvent (type=3D1, arg=3D0x28c47048) at l2tp.c:14= 19 #5 0x080a1e4f in EventHandler (arg=3D0x28c47068) at event.c:146 #6 0x080ea7de in pevent_ctx_execute (arg=3D0x28c139b4) at contrib/libpdel/util/pevent.c:884 #7 0x080ea354 in pevent_ctx_service (ev=3D0x28c139b4) at contrib/libpdel/util/pevent.c:773 #8 0x080e9e33 in pevent_ctx_main (arg=3D0x28a41004) at contrib/libpdel/util/pevent.c:719 #9 0x2844c2c2 in pthread_create () from /lib/libthr.so.3 #10 0x00000000 in ?? () (gdb) frame 3 #3 0x080dea71 in GetSockDstAddress (sock=3D24, addr=3D0x28c484e8) at util.= c:1581 1581 if ((size =3D recvmsg(sock, &b.msg, 0)) < 0) { (gdb) p b $1 =3D {msg =3D {msg_name =3D 0x0, msg_namelen =3D 0, msg_iov =3D 0xbbbfd33= 4, msg_iovlen =3D 1, msg_control =3D 0xbbbfd340, msg_controllen =3D 16, msg_flags =3D 0}, io= v =3D {iov_base =3D 0xbbbfd354, iov_len =3D 1024}} There is corresponding source code, function GetSockDstAddress() https://sourceforge.net/p/mpd/svn/HEAD/tree/trunk/src/util.c#l1553 FreeBSD base system has not many consumers of IP_RECVDSTADDR socket options: src/contrib/pf/tftp-proxy src/contrib/unbound contrib/bsnmp/snmpd None of them is threaded application like net/mpd5. I suspect an issue in threaded iplementation of this socket option that leads to long time block = of recvmsg(). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 07:08:52 2021 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 A2DF118B3CEC for ; Fri, 26 Nov 2021 07:08:52 +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 4J0m7S2W3pz3tYg for ; Fri, 26 Nov 2021 07:08:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 365212C4DB for ; Fri, 26 Nov 2021 07:08:52 +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 1AQ78qM7033378 for ; Fri, 26 Nov 2021 07:08:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ78qQ8033377 for bugs@FreeBSD.org; Fri, 26 Nov 2021 07:08:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 26002] Poor read/write performance on uhci USB controllers Date: Fri, 26 Nov 2021 07:08:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 4.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637910532; 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=VTSQiBBoPYKd7Qxxj0/GftY9w49PGB6VaFX0O6MLA7c=; b=lmZPCm89XilxqpSqQx9wGmPpl0U72P8iHBQzrTJnoWAGOvb6+2a6sGjvQfzFr9bmYiclt/ Dbi/mb4y76dHcttJnfroad2ogY7J7KRvp4Z2oNl5Styjbv1tPl7chIiEVlG7w8ZEa4+43n VuyH0tqs4+69rr3bI9aJ7wg/Bb1UxEgDbb+1fOQQFmJUn4zf1IJLD0eLuqJS2h9UTmDs3S zWyFtnbP+SUWBDlBGCTQJ8shF5tNkJ7u9LhjymPvBXZuAZbJWZx5afsB5A/6hqqokuByTu Hrqb7a8J10h5cCgz1WMl+OF4MzDcJNZx8XXWMYFNsEckSRqoYJ/JgMcCOVUzzw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637910532; a=rsa-sha256; cv=none; b=ATUOGEXdBmbgYGpPtJdsj/wdhBbkkW/zwNuDP0igOy3dHCwTfVVJzHsqOEH6Mp6eRNFQTW Sk2qrZPvT8FzFKCkFgrXOjNMMFWJKM4zWTjDq98WrVB+qWWUxIXHIWf1kdbFevXecBqVbJ Dktklefk3czWxFtslM2ho9/v/feLEd306OR0XtDneqFl39sawoSfGRLaUc7CrDahHMDi7G 0H60xDxGqzF2rbAQgi2/gW2BIwB6JDiaSNEB+AKhhhpDWvZm8opkFeGZfcEZ7kE3VZZPFy wtx8pva9hYvT3YzGkSMo/Vm6U2EsydPr5EkRYvC/IlHrzicq6W3aaB98RUdw6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D26002 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D927ad383075a183f711afb4b00d6c95= 39015ea41 commit 927ad383075a183f711afb4b00d6c9539015ea41 Author: Barbara Guida AuthorDate: 2021-11-26 06:59:49 +0000 Commit: Barbara Guida CommitDate: 2021-11-26 06:59:49 +0000 net-p2p/amule: fix pkg-plist for AMULEGUI as well. While here, update WX from 2.8 to 3.0 because amulegui seems to not alw= ays work correctly with 2.8. PR: 26002 Reported by: echoxxzz@gmail.com net-p2p/amule/Makefile | 10 ++++++++-- net-p2p/amule/pkg-plist | 14 +++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 07:58:52 2021 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 161B118A24C0 for ; Fri, 26 Nov 2021 07:58:53 +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 4J0nF83xGXz4dtC for ; Fri, 26 Nov 2021 07:58:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5D2F52CB54 for ; Fri, 26 Nov 2021 07:58:52 +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 1AQ7wqHV059429 for ; Fri, 26 Nov 2021 07:58:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQ7wqx3059428 for bugs@FreeBSD.org; Fri, 26 Nov 2021 07:58:52 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 260055] recvmsg / IP_RECVDSTADDR issue Date: Fri, 26 Nov 2021 07:58:52 +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: 12.2-STABLE 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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637913532; 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=8c8PzXDQDOAlgWF6xlxT80Y9L9UoJnb3qo7LZ9lBXe8=; b=t5c4j8YNo3UBmB9sQhjepjRuuIA8ujmPmPJqwo2/csVh9izjJ7Cq8424Jap+uo3GmtB4X6 CoGAOj5k9IYv1CJdBLKb4dwHT4FqOG3TxUvRNB1KNMCLMY+YzlAOYz2JdrCC42sMccs+yJ f4ErzIqBdt58GmycvqMBDkzAteMytWPRZfkakfgTLrrnBUTNsViEUHrWGvOBEOrWcjQui+ PS31hzFVvtYsyCEmAzC7ycgqfGOACRPmbKhOcmhRVdBJ/yBAD08GnHo/EzUXTq7r+kC916 ymrXd5uRtlYWU/KaH4URYAbuWO82GTlvCy1zsI0IS9wAFyiuq6uMBFPfDUWKvA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637913532; a=rsa-sha256; cv=none; b=DuVvbcmICbd09XzThf+3VCORO3sKY7lq/7J6onu0tyJB2+ea4K7TkTFgoOv+jJVAITiGR9 ikZyCV61Z5ock3ULAymYk32VSX62p7yRJR4lRIVPmHvwpPr+xyRhSdMdNO8h55j2WaTQEG TtVzzAxd+Jp+Y8lWehhjFA8kjRiA7ihJdJCGBzvvf/4hH2wEPP4R21DM1Km6ELcUvEqal7 mhsJCzWIXcEhJoTaBEPXe49gC2Up2oPMs/xHjWpWbB4KqKqLKY2vlS0LKjEUt0aTYbR1FG SLiB7V4iWt6Ym3C9MsoYauJ6yzHVn4faulY7RygT6rEjrQMUOjH3gdRzWxgYvw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260055 --- Comment #1 from Konstantin Belousov --- The backtrace you reported is suspicious, pthread_suspend_all_np() cannot appear in the stack between _recvmg() and recvmsg(), most likely it is __thr_recvmsg() which was mis-identified due to missed debug symbols in libthr. Compile both libc and libthr with debug info. After that, first catch the kernel-side backtrace for the thread hung in recvmsg(). Next, show userspace backtraces from _all_ threads in the process. That said, GetSockDstAddress() is strange. From its name, it seems that the purpose of the function is to obtain the destination address, as the control message. But it also tries to read some data from the socket, and the data is discarded. If the socket is blocking, and there is no data, then it is expected for recvmsg(2) to block. Do you know what protocol type this socket is? [But this should be visible from the kernel stack]. Do you know if this socket is blocking? Also, why is it safe to discard the data? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 13:25:30 2021 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 F2C0E18B5DBB for ; Fri, 26 Nov 2021 13:25:30 +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 4J0wV24XVNz3pSw for ; Fri, 26 Nov 2021 13:25:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 795C810DC for ; Fri, 26 Nov 2021 13:25:30 +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 1AQDPUtJ046902 for ; Fri, 26 Nov 2021 13:25:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQDPUd7046901 for bugs@FreeBSD.org; Fri, 26 Nov 2021 13:25:30 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 260055] recvmsg / IP_RECVDSTADDR issue Date: Fri, 26 Nov 2021 13:25:30 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eugen@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637933130; 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=ZqFglCBg2shml5CcMCJ6IPfMXMDLXPXMhRl8h/UEAwI=; b=oXFACbLQmQb1QAP0oZW6sDhB0fVpXV2gLdhA2B6L0KUASj1wdeDOG40i5A+3YbPckKe8ai b52VInlc/B4CB9ImC0v9ZDw5N6xP+H0ttExWz5m9rFzu+w1TYD03a0c3H42kiJU2MOcngl 3eXslX8FNWBxT0iuipdgsoMdjBQN7SS/MddmVXkyQu45+2R71pIXFCAb7xpdY7ykt+Jcfd KyEPLZYAw5sG17gGohQAiBLM2Vepb8dpt6Beuxs+JVrg7/DizO9CChpX+xHncB3fQCWJqZ kYJBe20mm86Xh4L0FDNUD8vC33Q3E14HjecadOj7TgaMnSkfcWIYtPCRe1/jQQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637933130; a=rsa-sha256; cv=none; b=kSVGGf1jQOH83DZX64gg2NNnerYO+OQf0DqRdM9CwQ4xs8Gb2RuVfHzZavrh1liQozTCI0 GzUKpgtWs2l2EfsmqpC/Rky3RfieTwRn/wJ592ZxVCxePOUPwP78A/eeKtE4/MfWO0ly2t ME+c3qR1LotfXfFiiXL/JkSSAhJFo2SktZpymZJwk59p2EWF/CUZHIlmv65opSTt2xUO+r h5xV4niREz+DhmpbCW5zG68nvYOidDglRbaDxLfnpQ3VQgCXC1KW5O27cWyEwjMy+wxeL4 oiaNs4ePtTT0+nsjXNBhRoht5TL+jHY8FWtLwVVR0ktT+aJptLT+CFO3dkOnaA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260055 --- Comment #2 from Eugene Grosbein --- (In reply to Konstantin Belousov from comment #1) mpd5 uses additional threads to talk with RADIUS server only and these additional threads are short-lived. The output of "thread apply all bt" in = this PR was not redacted, so there was only single thread 1 at the moment. The socket is IPv4 UDP created by incoming L2TP over UDP request. It is in blocking read mode. > That said, GetSockDstAddress() is strange. From its name, it seems that the purpose of the function is to obtain the destination address, as the control message. But it also tries to read some data from the socket, and the data is discarded. I coded the function GetSockDstAddress(). It is called just once after sock= et creation in case L2TP server "self" address not specified in the mpd.conf You are right, the purpose is to receive control message with destination address from the kernel and it is my first attempt to programm this. I beli= eved this is right way to do that without reading payload data from the socket.= =20 Maybe there is some application logic error if some payload data is discard= ed, but recvmsg() still has control message to return because of IP_RECVDSTADDR socket option, hasn't it? So it should not block just after first UDP datag= ramm arrived, I believe. I am interested in fixing the problem and will add more information you requested. However, I need also to minimize impact on this production serve= r, so please show exact command I should use to catch the kernel-side backtrac= e. This my machine still uses FreeBSD 11.4-STABLE/i386 r365547 (September 2020= ). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 14:25:01 2021 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 AF27318A4B16 for ; Fri, 26 Nov 2021 14:25:02 +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 4J0xpj2msCz4d5x for ; Fri, 26 Nov 2021 14:25:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 194132383 for ; Fri, 26 Nov 2021 14:25:01 +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 1AQEP1Wo080526 for ; Fri, 26 Nov 2021 14:25:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQEP1XJ080525 for bugs@FreeBSD.org; Fri, 26 Nov 2021 14:25:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 258994] iic(4): Panics on Nanopi Neo when using 16-bit device addressing width: panic: Assertion strlen(description) < MAX_W_NAME failed at ... sys/kern/subr_witness.c:1914 Date: Fri, 26 Nov 2021 14:25:01 +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: 12.2-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637936701; 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=4rMwSFIZc6gv+PK022dXzcVXEO5DMB2FlmEJuJJImrs=; b=Ms1cGanG8NJQnXErliMS7KKMNabqgerApG5mSIqW0qncvxNSGcXMidwvfG2/on88xFPDdR 5p8A7DkgSvVxac6q3NzHTyTOuaW2cGRva9pjJ20JtINtucPaNuhQ0doG2g4IikyoWqh7Vl GuPPFby15JUDoDicee65IZlRPQ0FxKZ44/BEAA5CM51Sc11pXU14QxnIhRHu1sAci9e7/B ZCHssZuYCLSwoOp1Im34sA9DNB0w3WoWEhdVb4WD5vxzD6aSb+E6ObiG+V9JjCgs4tIC/9 MISI7ruARQoXdkqqSnRnPuNTZvKmAAbEbeHOcnzXijTnGDlet4PrngTq8OI7GQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637936701; a=rsa-sha256; cv=none; b=eikMN1ayK+gkMiGgtI2I0LuEr5hpg4WIst2dQaIvMf5aRyFaz+NfLNfRXBwpOztdjO/4As 6kkpW3tNy5IbO37sfthYGdKvQna+9XBXhLEG74NnrD2N1icl/VXKzLlwWgXmZ8eZcIhn1i szyAkchUIrEZFZ6xBGBqL70ddclG2WHXZV1hilHJcjz/kaNlfymXytVJEwHhwZt6z3V8bh TZefabygR2tr4S4lN0X/ljMAberthRj8ExTKGKMEwm+lrKNrfSCiiOTxhfD45QLqE+RH3H ER17NhduMzpAnGXIGZ/5j+LOBOaJbVil3jHgw+YMwAKby92szDA0vrVAdkDw7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258994 --- Comment #17 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D04622a7f21157827fe75276a4520a52d3= a571a86 commit 04622a7f21157827fe75276a4520a52d3a571a86 Author: Andriy Gapon AuthorDate: 2021-11-26 08:07:27 +0000 Commit: Andriy Gapon CommitDate: 2021-11-26 14:17:24 +0000 twsi: move handling of TWSI_CONTROL_ACK into the state machine Previously the code set TWSI_CONTROL_ACK in twsi_transfer() based on whether the first message had a length of one. That was done regardless of whether the message was a read or write and what kind of messages followed it. Now the bit is set or cleared while handling TWSI_STATUS_ADDR_R_ACK state transition based on the current (read) message. The old code did not correctly work in a scenario where a single byte was read from an EEPROM device with two byte addressing. For example: i2c -m tr -a 0x50 -d r -w 16 -o 0 -c 1 -v The reason is that the first message (a write) has two bytes, so TWSI_CONTROL_ACK was set and never cleared. Since the controller did not send NACK the EEPROM sent more data result= ing in a buffer overrun. While working on TWSI_STATUS_ADDR_R_ACK I also added support for the zero-length read access and then I did the same for zero-length wri= te access. While rare, those types of I2C transactions are completely valid and are used by some devices. PR: 258994 MFC after: 3 weeks sys/dev/iicbus/twsi/twsi.c | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 14:25:02 2021 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 D154A18A4B85 for ; Fri, 26 Nov 2021 14:25:03 +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 4J0xpl0FG4z4cyQ for ; Fri, 26 Nov 2021 14:25:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 089CD1E51 for ; Fri, 26 Nov 2021 14:25:02 +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 1AQEP1sW080546 for ; Fri, 26 Nov 2021 14:25:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQEP1tb080545 for bugs@FreeBSD.org; Fri, 26 Nov 2021 14:25:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 258994] iic(4): Panics on Nanopi Neo when using 16-bit device addressing width: panic: Assertion strlen(description) < MAX_W_NAME failed at ... sys/kern/subr_witness.c:1914 Date: Fri, 26 Nov 2021 14:25:02 +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: 12.2-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637936703; 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=Ehrms2vVklEwXwTEcnR7T30570CdAndnflxvPTcG8Tw=; b=Wbl5koWw+G8zEyGKf+ODubyHepqwFVvCcmqjjpnft/UJ1bsRomTJGZJ3NFJyxklCYdFaFT MRN4bVdmtz1gKHDf8d8cLi20sjecqYpdYTmIXLYeOhE4AcwXAkrQ7cUhlkeHMX8J4uAav2 RBEkNU3Tt5g8hK8+IGQ0qPq/qhB34ysB0gakLcGxtxqu5U7al4S3E+ASkUwYoD0E+D8tnE 5CcNFtfINYf8+fj1eayGy/I7NnsVrU0perZdmsC2SpnxCdHe/8Hr9neCRkoXcjmFz/EHlV yz9WR3cR2PY2RCxZadr5nwiCu1Faj+JPEwhamhQJ5lylidI0NOL2qP4bzVsttw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637936703; a=rsa-sha256; cv=none; b=IZ7Rk9NVy2L+5tdPhKwZ3WDZwHEqI5BMkodCTPxgOIlQIcdrc0/VwntAQRAkeh4IQtOM78 j/oTmLqygc0DyXk7zoxji3zYeJzzzjFM7FxGZ9P2y7PmySO5bO312iSI1p+rUtchKCbMOk RJnI/KOtmXtra++NMU7X1XDhREe4XPRgJOzYbrEE2Q+mShvsMf4jZiqhB5KpauPNUrxl1s BAKEsY4Yr8ratHUzfki4HoEl6mpS6sOaBKB1FCZAdIB5CxiJQMx/wuIWmP6YEcH0/IkNsO Ye9NWMr1Gggll7mvkyQyKj4P3klPcttvg2DFyX5nYaAz/KzgPbtqvBGjLORwhA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258994 --- Comment #18 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dff1e8581806f70e54fecddf8a6a23488d= c7b968a commit ff1e8581806f70e54fecddf8a6a23488dc7b968a Author: Andriy Gapon AuthorDate: 2021-11-26 09:48:21 +0000 Commit: Andriy Gapon CommitDate: 2021-11-26 14:20:27 +0000 twsi: support more message combinations in transfers Most prominently, add support for a transfer where a write with no-stop flag is followed by a write with no-start flag. Logically, it's a single larger write, but consumers may want to split it like that because one part can be a register ID and the other part can be data to be written to (or starting at) that register. Such a transfer can be created by i2c tool and iic(4) driver, e.g., for an EEPROM write at specific offset: i2c -m tr -a 0x50 -d w -w 16 -o 0 -c 8 -v < /dev/random This should be fixed by new code that handles the end of data transfer for both reads and writes. It handles two existing conditions and one new. Namely: - the last message has been completed -- end of transfer; - a message has been completed and the next one requires the start condition; - a message has been completed and the next one should be sent without the start condition. In the last case we simply switch to the next message and start sending its data. Reads without the start condition are not supported yet, though. That's because we NACK the last byte of the previous message, so the device stops sending data. To fix this we will need to add a look-ahead at the next message when handling the penultimate byte of the current one. This change also fixed a bug where msg_idx was not incremented after a read message. Apparently, typically a read message is a last message in a transfer, so the bug did not cause much trouble. PR: 258994 MFC after: 3 weeks sys/dev/iicbus/twsi/twsi.c | 85 +++++++++++++++++++++++++++++-------------= ---- 1 file changed, 53 insertions(+), 32 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 14:38:48 2021 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 799A818ACC31 for ; Fri, 26 Nov 2021 14:38:48 +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 4J0y6c12Llz4mTv for ; Fri, 26 Nov 2021 14:38:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E292B25DD for ; Fri, 26 Nov 2021 14:38:47 +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 1AQEcl5k085884 for ; Fri, 26 Nov 2021 14:38:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQEcl0R085883 for bugs@FreeBSD.org; Fri, 26 Nov 2021 14:38:47 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 258994] iic(4): Panics on Nanopi Neo when using 16-bit device addressing width: panic: Assertion strlen(description) < MAX_W_NAME failed at ... sys/kern/subr_witness.c:1914 Date: Fri, 26 Nov 2021 14:38:48 +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: 12.2-RELEASE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: avg@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: avg@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: flagtypes.name bug_status assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637937528; 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=qGKVwQoVfIUs+OpPc5S14a3WAHEtntgyP2ZTzTyuQns=; b=wu161G2naGK2863JCQpRLoKlZQpxe/WKQv8boPFqAfahk5l3FDjZ8+YYSSXOZQbLojkDD+ kXkG39mHdR3UGeS3i0kJrkihVpPibQiy8Ke7LW1bnLWKS9jDBR6M/ZN+HjD4VGCEUUCaZa Dsd6KxWQdEn0/veNwpZ+1x2qAzffnR4KkLWKHW3QbItX0PVsimlwuCLoHPtXQ41Q6b2tZc vxunV3g1dJWuBTRH56t+0ZRkhvAHDNPNZhZ1QhR9ad5T7+W7EyVsos1N7vMf4yQbOm+W3t 7YatgpdLzWj06axqRx6rzvxv4ReA476P3txflF/nd2dy3EOk4kNYmuK1exD/fQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637937528; a=rsa-sha256; cv=none; b=IoFjNR1//xmFTHg1F10LhtIb73AqFkcTh5ZseJSCy8Bdcel0tv2trp8GFU2UvkiHjMOOcd 29AOL+JKPpIo2pthTnl3IxTSpPc92/4xUW+tBGDbdrETtWuxJPPotsYF/NCW1d7gmQkVNB 27fbx5QDicniqmM+tKSZ6MgKH3vS0Txcfh5XtQljGkbR1fm46O714qnCz27d48UeBeKD/z Z4rvPQfa4KmZv010+47lwaIE/2yLLOkt47DTObnOispTd0cPRldqYdYl/61tPeG03d8Amq SYAlhmtSfpDXkfukHijpeuIskTIsk+fDgbJP/YB/2ldKXK/CsG7vAW3tBdW5/Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258994 Andriy Gapon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(wulf@f | |reebsd.org) | Status|Open |In Progress Assignee|bugs@FreeBSD.org |avg@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 15:24:33 2021 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 AB77E18A9B29 for ; Fri, 26 Nov 2021 15:24:33 +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 4J0z7P2qwMz3HCN for ; Fri, 26 Nov 2021 15:24:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3EA5C2862 for ; Fri, 26 Nov 2021 15:24:33 +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 1AQFOX5j013792 for ; Fri, 26 Nov 2021 15:24:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQFOX2S013791 for bugs@FreeBSD.org; Fri, 26 Nov 2021 15:24:33 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 260049] vtnet modern/1.x panic - data segment exception trap Date: Fri, 26 Nov 2021 15:24:33 +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 Many People X-Bugzilla-Who: alfredo@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637940273; 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=xI6C9qV8hmMerWtJ/6EyC9/ngcsJCOxKsTv14Mqlpv8=; b=SQgoKRrQN+2gL2IcLoQgQzyhDRIjp6U+S64u+vZapwsovACB7JknHAhr0xIh2kZlomh5oV Fnj1X8A/YGjk3k7XEPh1PrVB8jNI3/pxE3ZEGG5yk6OZJaPNsfx3GuEvlKLg4VS8fgq9VZ rhct/u+SNGcQXQwzcOqcyh+4m+gY6fXJxaWY1JZfwjZnRrIHMygE+Mt6MStVX6ac7NnfUs eRFun8BJyyBGSCCwFKQQkqmHM/4Tiqkj/PRav8V53TQ82pugmYKmUsUgobvuM6mUIjgyYo NTCXERnWUMmJPDbpmHLnydQwObwtBHpxELNNTZGQ32W2Alb0htl7iL0ZJGvrSA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637940273; a=rsa-sha256; cv=none; b=EqPE5Ta98j4eZDYtJzEAcVF6eJZPaAIN+j5qD8OygRqOxnDDvU6SBs37e9uOfC1jS0nvRO CPpl/9NyVLP6lNuI84uy2T1bXInx5bRm4uKruuY7XJh7BWsv/hxSADuXwbCS7e9D79EHKN l+TKPGIfpzvKqpnp0z57dOxj0aCg8EUQiN/3Y9AuQuhbZicRVQG2cDwyY9olJ3r6/OTrCz v+VquDgZ2KQxv16qHXv6WeKcYTvz1BGPgMhS9qpWjH4dNt9l2yTxktZWRSWDSyvpjWvnlU GSjONO9tq6YjwVkku7kIrNCBdcb7sPtUdzKCLUEhFQpx9epRcF1nXqijzHXl9w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260049 --- Comment #1 from Alfredo Dal'Ava Junior --- vtnet modern when built with VTNET_LEGACY_TX works fine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 15:42:55 2021 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 94C7B18B36A3 for ; Fri, 26 Nov 2021 15:42:55 +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 4J0zXb1yNJz3NZW for ; Fri, 26 Nov 2021 15:42:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 23D08347F for ; Fri, 26 Nov 2021 15:42:55 +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 1AQFgtXb022655 for ; Fri, 26 Nov 2021 15:42:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQFgt3O022654 for bugs@FreeBSD.org; Fri, 26 Nov 2021 15:42:55 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 260049] vtnet modern/1.x panic - data segment exception trap Date: Fri, 26 Nov 2021 15:42:55 +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: crash, panic X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: alfredo@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: keywords 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637941375; 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=7Ymra96RpoB/pZOdipfSd+9GEPac2RdnTyt0dsToXhU=; b=Xj6pM5qhoQZX2XiReGh/wlL07tS2qixbOFJveCaOFxhuBBBXrJ7oM16/QEevbJeA6WAp/2 RVAaqo9+y9N8fTh/xVVPCjsdxfQQvAUr4acYKDgHFp/jlS6KXcPza5JfNYPd1yBKg4DO5N k+n78k1YNfVkoKbcH1E4ussB8+Jx/V1kFRRiZPiC1KnIt2dCBSJtJP595XBiejKpBlJ/Wx nujVKgvpRtud/TYIbZl+tyX6MhuPvx8seCxwRER3l6/KOsT2Oq66ARQGwzutdscTM7ZTXE thHx/KEHbuX8+Dx9YSqsU/EVUURvLZBgiyeby8+mVohlFQJeLztppzuA5ntJag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637941375; a=rsa-sha256; cv=none; b=WkM8xLHj3zhnNuVx8M7Npvslw2caT/me4m4Lc4/vbjqCk/GGUhDpPQAfU1nU+QfiDT8HwX G1jHA4kgql+SweQDC4gK2dyTUmWqOGyHNo9GGAQ21d1nxD+Q3v58u9fgNmWtsDgxbgB/mA h6791I6rq3zXvqUf7PsvjB3a/WvvyOF7b61nPU08560n7S4QSswtwrlSyE+YwymZfMmZ5w GIpEjAVp39toniXBTXeezs0WIQfLzDWJVKu8MbP1BTY3RUveqRrg7oJdnymQY6UHhKNspa DOSAsh2PnPQ71Q2bQUv9NMDljT5fzx0SkO6bc7UDpvxL0AAj6HSCbMKjUHihJA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260049 Alfredo Dal'Ava Junior changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |crash, panic --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 18:19:56 2021 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 9CC5E18BB4DA for ; Fri, 26 Nov 2021 18:19:57 +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 4J131m5kTzz3Pxc for ; Fri, 26 Nov 2021 18:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6CB674F5F for ; Fri, 26 Nov 2021 18:19:56 +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 1AQIJu6S012212 for ; Fri, 26 Nov 2021 18:19:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQIJuWi012211 for bugs@FreeBSD.org; Fri, 26 Nov 2021 18:19:56 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Fri, 26 Nov 2021 18:19:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637950797; 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=bRxSz6WF2DqFYu3IsdckYwBy+DhpQ61pUZARqvpbf9w=; b=ZVoGFSNMIsv02Rqn3k2jhEqkGwrBdsVf7ygcVsGQ0MpgryrSB6P9bIGR4Z2EjBVDjYtLjt VNRlJJq/ljCcHjOp9fNMzgqEq7yFb6YalXBSblwPbg5COrYd75furKG3LTbMQDFkh21q9V Gn2YiHbJxYKUupNZUMSJQ/yHDkGYoMJP6qCwlD+mg9YBFD8PSrhucpdcQYkz+AJCcikK2q 8iWz6ewR47iBeXMpxLJL10nz2m7wgt8ZcUT5IkRm4UlhWMeqWMzO0foVnIPuotatJ7TH2F oGlWU2Q9nDQOxAyOl/beIFG6cObKTFkcGAmvkt61oqbodgt090seRfVPHTQ0+w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637950797; a=rsa-sha256; cv=none; b=byQzAJvR0JPffbNEMxVC+2OuHs95fpr2MvbfTF8V4FzNqDaEfeyIlV3s3dYjdlYYio+Ppa Afxba9ie6L4xcIQiSBlFR6TMfD9cJXCtlRD0u+ixXge2GfPxtXwwFcg1FESsA7FWJZRfuk Kx2f01duqD1615pELBe/fUIGviACUuQ3BRxv9B+SaQQtHU/nnuBa5lgmIw9V1RSzh3L9gT KSDE7iKq76tytqwF7/QLg8wqnM8AlkW6fWI45ND88cIqEtXvmBxgK7B/s/AZQG9ML7C3Px 6/j4c0YctbNkfrI0HCFHdYD3WU4thcWtIOGABLnWNmEpkGt97KkK6YAE8Tty2Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 Bug ID: 260068 Summary: e1000 & igb in netmap mode removes VLAN headers Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: ozkan.kirik@gmail.com Hello, I'm using stable/12 (aba2dc46dfa5, Oct 24 2021). I'm hitting some problems with if_vlan + parent interface netmap. It was working before the https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258258 was fixed. Maybe something missing for netmap implementation. The way to reproduce: [HostA] <----> [HostB] HostA - ifconfig em1.110 create 10.10.10.2/24 up - ping 10.10.10.1 - tcpdump -eni em1 17:05:11.393411 00:50:56:26:69:ea > 00:0c:29:84:5d:88, ethertype 802.1Q (0x8100), length 102: vlan 110, p 0, ethertype IPv4, 10.10.10.1 > 10.10.10.2: ICMP echo reply, id 32844, seq 53, length 64 HostB - ifconfig em1.110 create 10.10.10.1/24 up - ifconfig em1 promisc -tso -lro -rxcsum -txcsum -tso6 -rxcsum -txcsum -tso6 -rxcsum6 -txcsum6 -vlanhwtag -vlanhwcsum -vlanhwtso - ./bridge -i em1 -i em1^ & # tcpdump -eni em1 17:05:11.391215 00:0c:29:84:5d:88 > 00:50:56:26:69:ea, ethertype IPv4 (0x0800), length 98: 10.10.10.2 > 10.10.10.1: ICMP echo request, id 32844, seq 53, length 64 Pinging from HostA to HostB through if_vlan. When netmap bridge is closed, everything is okey, we can see the original packet on tcpdump. But when netmap bridge is started, packet's vlan header was lost as you can see above. The netmap bridge app is the original tools/tools/netmap/bridge.c application. HostA and HostB connected back to back directly with a patch cable. There is no switch between them. I tried this test on real hardware em, igb and vmware e1000 (em) nics. Problem is easy to reproduce. But there is no such problem on ix and ixl cards. Is it possible to check and fix? Best Regards, =C3=96zkan KIRIK --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 18:22:51 2021 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 649B618BDED6 for ; Fri, 26 Nov 2021 18:22:52 +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 4J13571Bbjz3hq1 for ; Fri, 26 Nov 2021 18:22:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C4F7E5856 for ; Fri, 26 Nov 2021 18:22:50 +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 1AQIMo9n015564 for ; Fri, 26 Nov 2021 18:22:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQIMoHc015563 for bugs@FreeBSD.org; Fri, 26 Nov 2021 18:22:50 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Fri, 26 Nov 2021 18:22:51 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com 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 see_also 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637950971; 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=rRVuwfKzC5RvwkbsQ78nCPqj9HV8GS1H7BvDMrDoqBk=; b=mUhbucVh27E+mu1xD+whOJ7EhLCrXBCvcQ/aS6fWq9KYvsIBClR90ov+LuGkOpuy+gvt6Y xVouP1QFoyrS7HQPsSK7MOqrFxEDQ5jbeeUcWhuz2Kw26U8zzPqSmG07QdKrSYyCR/vSuQ yi9GGBUXXFfm5C8PAiXYz3cIJFb9YFj1iBowwXuGCG+kbNDQ+2zA/dwWtV6984wpznJJvn oFelVyvPR5phEyCbMKZgEeWRfQcbhjotH8u6LU6mxrz88MSzCWN4pL5iPllw0yxK5p47Yv vI5pxM1hd/AxiqN+8I364+CUoryYtPi67wzSZu75uCIKycU5CRK091Gie4NzcA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637950971; a=rsa-sha256; cv=none; b=dO++mOm6pVH/QenJumfRXg3awyYhGkUjtmfSJvcNs0WlX/iUeHyhw2dahyoaWKG8gI2P04 YohWivu/MURoZNSttjV0OyGCuJiOHqXqJsMqdxR5nrMAku7Z3x5OR6lKHdc5iWikoZ3JHK SUTZpwN9XZBKSGI1maeGZOBpgb11d4Dte31zxqXib3WQhLZ/fNbrjksX6Rhp8DrGHp7uOT +V4dR6FchsdcA4Mp2sRzFY1Dj/YFjZp1VZLqHilTBYnHYSs+CU0rs+Zu93OHeKHv92kbIa xg+n8mVMJWkvod6XtTa8ZQOOjIy7tmYo1ZkBzbrMfQuY/4zqqGGP1E3UBpohQg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 Ozkan KIRIK changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kbowling@freebsd.org, | |vmaffione@FreeBSD.org See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 582 | |58 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 18:43:47 2021 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 94E4318AB5EE for ; Fri, 26 Nov 2021 18:43:49 +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 4J13YK1bYCz3tcn for ; Fri, 26 Nov 2021 18:43:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EE55558F3 for ; Fri, 26 Nov 2021 18:43:48 +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 1AQIhmG3025001 for ; Fri, 26 Nov 2021 18:43:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQIhmZh025000 for bugs@FreeBSD.org; Fri, 26 Nov 2021 18:43:48 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 230172] FreeBSD 11.2 fails to boot on Celeron J1900 after upgrade from 11.1 Date: Fri, 26 Nov 2021 18:43:47 +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: 11.2-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637952229; 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=QJP0TDRQWpO4X8+1exGc/aATFN6Ar1JlFYbiUP0KWmk=; b=iPUGYeUPMeCZuT834VMH0JV7HLiuzurf86MzrR446WD4IOqtaci7VgdlBJZ8s/vXRRJ4Zt UjUjCBeDYnvJNNbjuuVC6BlJPby+iXiRhvmKjVYljk0I7/Oa4n9rRC9oNTo/4YHfuGbh55 liZrVW1LO225tsbVP8ruXB10MgbozJs2p79EQlvXalbkScNEohrrUxtRkj09pgszvHB6Gd Riy2Q2Ftq10I7kPxxyAXIl16MO07LmnO1pEptYWmzR9Ppg0Fh+dyWov4HiF8R/utCLFY6n HUZCpksiMvdmvkE3YKGQVSAZNZfe/iTAhrpKCEfKQyoMei7uNUvJsz4psyQDNg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637952229; a=rsa-sha256; cv=none; b=wYlZK197HzBsM4WfOaDmzQy9wvZGRsJbNU3Od0TGRF6a3zchfje68T3EHY/UfTa2bQCFOi ClEGRCQA4tn4dmZS1qf7bO0aJjDVA86ZJF8dRdGWtbQDzdKwKoZjyzZmYRUpPsElwTRkPr xBcixmqZTG4/ZqSFtlh1yelyWEprdBweoO1gg07nHB5gKL7iwKys9tHbMbU9joV3ZodAmV ItYLXRAKQQfWUr8VGegMiOINJRmE+dTjOTxn7jgumQAYlNQuw22AFUBZJCmSBzLcKOBsPZ VcR5lnRH4akxhYtTpq9/62iXOIqBHDclk/XNDj6VFIorrKpWe0MZqVTYXCCI4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230172 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #53 from Ed Maste --- Are there any instances of this issue where, on a supported release, > hw.vga.acpi_ignore_no_vga=3D"1" does not work as a workaround? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 19:29:03 2021 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 1BD4218C2B04 for ; Fri, 26 Nov 2021 19:29:04 +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 4J14YW5pg0z4lvg for ; Fri, 26 Nov 2021 19:29:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A87AA652B for ; Fri, 26 Nov 2021 19:29:03 +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 1AQJT3RJ049362 for ; Fri, 26 Nov 2021 19:29:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQJT3d4049361 for bugs@FreeBSD.org; Fri, 26 Nov 2021 19:29:03 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 260069] vt: selected text not cleared upon screen clear Date: Fri, 26 Nov 2021 19:29:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: vt X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637954943; 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=hPRCJ0fkR96uyi69P1mu6hRLTu2zvgWZOgYYqFFpB9U=; b=AVSu05Mlu1G3bAlkulnQAloa3mkQMZZNaMs0TWinNLK0ov4Ad/s6SDTBNEIVvzPSFeSx/Y 5gb04sIA7qOLOKk61RAye0lvwtbKv1EkI4V9SxtUbphHHEdqz6AfHJ3ecwOVv3Z7bBVSpv u8uW0aR5f3CE5R9lz5IeiXpsqDgBE/okZKvDplDBFndMdKOwrteCSF5LhElefrAA2CoPde qWbjRBPiZWruF8xS5UoLWmljQqHPOIYZqKfb2apAY8poQ4ob62UTgYJvm/Awrb5xqTFV2R TtS8lv3tNgdiv7Aom7bXL0Kem430EhTVee0mwXrik37VFso8CG3Q7lAxeIQkkQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637954943; a=rsa-sha256; cv=none; b=u58+6JXCnsB1Io/Mxdy64fMrw6tBCvZcFqYDPEtDEqnG7p1BYeGJfbCc+RBz16jllEVswE zkTyqtpSzLT1jshQbS5calwO9bNh+jCIVz2WcZupwbgXGvKDaza0gvk5swL3xXHEdOXL30 KCobTvBgL5vT/F7yHtvmRAf6//hM/lY4bj0PurvBCDs9Er7SCNVNO+q2wG4LyOqsIdCERd yKcy9ap/FhWNV9ke9UWxh0odhhGxVtqI6S++M1vNQ7RWZlKbhe9dJDRoh5JK4SQ9PKs/+a QEb1jdtlfVI+7+IzgofgkXLdWfVrHZMMKuCw3p1kuaIW99U0h9Uw9k/Xe5Y2EA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260069 Bug ID: 260069 Summary: vt: selected text not cleared upon screen clear Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Keywords: vt Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: emaste@freebsd.org >From https://wiki.freebsd.org/Newcons "Known Issues" > Having text marked for copy and paste and then launching something that c= lears > the screen, f. e. vi(1), leaves the region of previous text still marked.= =20 I.e., 1. Run `jot 100` 2. Left click, highlight some lines 3. Run `vi` Referenced in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211922#c4 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 19:56:49 2021 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 8460E18A8DAD for ; Fri, 26 Nov 2021 19:56:49 +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 4J159X75l9z3Fqt for ; Fri, 26 Nov 2021 19:56:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CFC0A6AC5 for ; Fri, 26 Nov 2021 19:56:48 +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 1AQJumho062650 for ; Fri, 26 Nov 2021 19:56:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQJum3N062649 for bugs@FreeBSD.org; Fri, 26 Nov 2021 19:56:48 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 260069] vt: selected text not cleared upon screen clear Date: Fri, 26 Nov 2021 19:56:49 +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: vt X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637956609; 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=V2QykqZiFrV1CCT1ZyYaLCNMaxMTak5YfQ218NOEYSs=; b=jTZL625l2m+tf3hDYqIf0hQgohIEbRLNsOlKJIKdWfTEMkfNNOnkvtzeXXSyWvy6jc6huB nwPVYgDMT71zRFcCaPssh+pjSohFdBlFQKJ9zHD9feu8UbE1D6G93aa6XP5mypUziLxrUM xAJQ/BGVSQ+4FuqpkQfwkEB/imCqQE5QpzSHK/rfM4KG6V4WO2gQNUlk+qDUC9Xfoj0aL7 uqur8JIJWiEWH8c4eHK7PG3WECDRPDMzWgm8l98sU3raJkC28P7ju9d1BxFCFhgl2QW1wo 4lShcCFcG2/DN8iFCOKkgaNJEWVLr1VQeZe9U7ekxVuF0cJx6V9anaC/EFVxBw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637956609; a=rsa-sha256; cv=none; b=SAceWW1YyHYgoFNbiQ9qHZX3A8XYETS7gT8Td00a9neonKn0jQ15BFg8yeB1L7oKcswRx3 EqCKC65vhz7dapP9TQLHOq5jBp5ST1XP/kfrDpz6cSJxikhhf6P8R9Ml+VkUDjn7nIlR9d sBbuo4bhJn9aD4BBRdiqTtCtXPyQLYaeg0Z6R1GXdinFyWQlS1tJRXHLHNHQgwwk9lnctV /DNtD1UmnxNzWMF127aPd5wRbDAt7LPckQupJT/hWgW+EopSC/r1LlyNdj92NDg2hiPyJ7 i4NAQJB2hCj4guzqe4I0y3SQKWNB7Mc9RbBbL78xPhav0lmSNUT/uAHBX38UVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260069 --- Comment #1 from Ed Maste --- Similar issue noted in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211922#c7 Reproduction steps: 1. Run `jot 500 | less` 2. Left click, highlight some text 3. Page down - note marked area cleared, as expected 4. Left click, highlight some text 5. Page up or scroll up 1 line at a time, observe marked area not cleared (remains at same location on screen) pg dn in less produces: ^[[K^M^[[K ^[[KESC^H^H^HESC^[[K[^H[^[[K6^H6^[[K~^H~^M^[[K67^M ("67" here is the first line of the new screen) So this emits some characters (":", "ESC"), moves the cursor back over them, clears to end of line, etc., but eventually just prints each of the followi= ng lines in sequence, letting the window scroll up line by line. pg up in less produces: ^[[K^M^[[K ^[[KESC^H^H^HESC^[[K[^H[^[[K5^H5^[[K~^H~^M^[[K^[[H^[M198^M ^[[H^[M197^M ^[[H^[M196^M ^[[H^[M195^M This emits the line that will end up at the bottom of the screen ("198"), scrolls down one line, emits the second-from-last line ("197"), and so on. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 20:02:34 2021 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 6D96D18ACC5F for ; Fri, 26 Nov 2021 20:02:34 +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 4J15JB0kW8z3JZV for ; Fri, 26 Nov 2021 20:02:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EDBE96BCD for ; Fri, 26 Nov 2021 20:02:33 +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 1AQK2XkV068959 for ; Fri, 26 Nov 2021 20:02:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQK2XdD068958 for bugs@FreeBSD.org; Fri, 26 Nov 2021 20:02:33 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 260069] vt: selected text not cleared upon screen clear or moved upon scroll up Date: Fri, 26 Nov 2021 20:02:34 +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: vt X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: short_desc 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637956954; 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=3m+Hq9pTUxiGqNa/IRjfQ8s4VCh+euJi8Z37/mHN9Ko=; b=QbnTdvO6g5oMw0I6hKhgXvZVht3xMjr41QAu/oerJrT0peW2enDUE8AvEYK41zFatyt7+N MDh/5txKxyJ82uE8y20sMLDDYyqzaOAvOfz84G25epFmylWOSk17/Z17ZFH2KjnswozBST pPg0Z5yDDg/hNaS61PWtT4UipzUDstEgcdVH1uYZ8XxHmQdO25TCXpz5w6Ez1zHeY5sdvS 1deTtjGpTiRspsGVXb12nQUlr/f7RGzCqly3N/2xXld3NxhUJWjYdakqWYK8G3/hi37GD8 OHjbqOBV9tC3rcMsuk+5UZMlL8grVPM41M1NNMlzWA4yP3pZEMigP/ztbn5GbA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637956954; a=rsa-sha256; cv=none; b=PnJ/TVU93cRra4BJ1nhFRl0PrQVeumvQeLaV9/GJaw+k5D7lxRU72Ts6oSJl1raerTnGLE Gxa2rtgsCK3qYjSAv8cb6fkJFPQCw6zeUHXx0ceh0eq4f/spn/wymOFfnxwQfkwXGPISrG PDLTIEJ3JbYdoqp8MwI59/Lu7pwjdYtrbnCW/jNCPPj0ofhMa444ADWt3+b+8tbV4nEJnN LytD7ee5/xPzVC5UzAo9gSja4FfKdiCrda7tPwuntPBVGQTYnFLAjhh8q0CNnvd0AOBhZ2 /AqDKxxxhC7rR9Qoxb66CJ9UGk7DiYAXv7J+/xQPZGKDVq8v0UAitdG9GMqa1g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260069 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|vt: selected text not |vt: selected text not |cleared upon screen clear |cleared upon screen clear | |or moved upon scroll up --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 20:04:58 2021 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 3D14B18AD13A for ; Fri, 26 Nov 2021 20:04:58 +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 4J15Ly0Ln3z3KCV for ; Fri, 26 Nov 2021 20:04:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DC1A86A45 for ; Fri, 26 Nov 2021 20:04:57 +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 1AQK4v2s069327 for ; Fri, 26 Nov 2021 20:04:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQK4vIn069326 for bugs@FreeBSD.org; Fri, 26 Nov 2021 20:04:57 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 260069] vt: selected text not cleared upon screen clear or moved upon scroll up Date: Fri, 26 Nov 2021 20:04:58 +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: 12.2-RELEASE X-Bugzilla-Keywords: vt X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: version 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637957098; 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=LesDtXgiJQCMo9WV0zrr701l6OboO59UUj0XTjEpdLA=; b=lYXTCsLwpyNroxnZZXfqJ1+n7kDvg04t89VoyLm21Ro3J5gnv2IXo39hkY1U/XNTjB1qgF UMBKc5TdndvBF1LiERHIOMHIraT9IkgYKjij0pr5giFIv8YVEwAp+hHER9VeDYhBLuBmPB gZleg6vibAlTE5UAja33ac5kZj1t7OUJOZxbsiGF1i9xXVay4/8heIvdKomMiWQ6f3T0E2 HOcDPlIJ2L4gZfAUXwVP23HqziTE/Kaedmk9H44+wJRvAU3f/PdFS3AkPGDdb8UDcL8YSt naxywL/dsdwqGFfWdFTc4rmPSkFUE5LOluaopybmAJ7zNGxeLTcfNpgvVgy5+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637957098; a=rsa-sha256; cv=none; b=KMsDf81mrngENYZkyPYLWxEixevQmiETwQHvapds1rAV/9O5bhC49bt3z+ADr+vnP8hcY6 kBJoVvfJkwmJ2eWi39xH/5RHOH6Q5IzXSYTJU7ShwHNLD10SaT/azgJ5HmfPZ/6t0yLsUa sHzoSIZatAbLx+7k2b1HQjVlypXQEm1fwFFQyFKo8/i4kP8Fm103YU1bwkjZiqh17FE7p8 NB4FuhAbR/G/9Wt5HL2EUwdF8i8uJLs6baZXASmA9P8YG0N50MqcgAB/2hFWzgVpZhHYc3 l86VIskOvft8L1c4sfz58UslViRkXXQNnHBbYddxMxz+erAh49KeFkkOUpnfFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260069 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CURRENT |12.2-RELEASE --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 20:26:59 2021 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 0E4AA18B8D85 for ; Fri, 26 Nov 2021 20:27:00 +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 4J15rM4WJHz3RC7 for ; Fri, 26 Nov 2021 20:26:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6D38672A3 for ; Fri, 26 Nov 2021 20:26:59 +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 1AQKQxE3081911 for ; Fri, 26 Nov 2021 20:26:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQKQxB8081910 for bugs@FreeBSD.org; Fri, 26 Nov 2021 20:26:59 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 260071] bad slotid in SEQUENCE reply can crash NFS v4 client Date: Fri, 26 Nov 2021 20:26:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637958419; 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=AgNsNQkF7PLrhgwy0Ykt62Fk3LhmIs4qACrz+tjby+I=; b=t2Jn3H/bOPW/o3oMuFNnzDrYD/Lg5AqjyNSjnl1EA5ZupJvvKtUI/AxHz3QL3txefiRHMF EUF2dOfji8n0IHOUmaUj7VUkYUu4VZw0XNF0/ofQs4nbQ/N+2cnHLKYeXmL0q36OSyXFx7 YD8cuZvWPv9z1XHTngSYre9X30EDmiah4+IeJ45YavJ/cdpFVH6ahY2BOOosG7WSJTWwYk RdpUtbeMD66HVTzR5mUknNbSJnuwKwIkt5VCtdY1lou0dBDGrwfu7mfjotE4TeryW0X8yE cdrpxpDEHXjt2BdWhJQnDg8k6G7/zzyJUbT1qsXpYN06Vq9cRiG6yNNeIAE81w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637958419; a=rsa-sha256; cv=none; b=KDu10Bb/YhcRp48zMLTU9qg3jmC4BLpwtMUQl74TRgEWh0gTHZuKHN84cgKzJ3PiLzQQvf hd83SKwQhDbgIen5zOweD9CwM/pSyTljkEB4bPt0sQanojP3Cz6b1x2MFdufKJvulyK6vZ l7OYKc2cj4fC3pi1sem2Y2vn8i0nBj1XwIwEl2ym6d0DSDVV/XtO8o8xyzccTFp9S7kLJn ojY3SUrn2kp10wO2TpZwgkkeEVa5rYDUhjBJPbtzUnHQynos2hz45wMjsbNztgXlx18FvX a3F08dx0BNcWKIMBKmnPHKWjyYpVnKWm9xtJ8h7bSPIYJJpgeQgV9jd85MNoTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260071 Bug ID: 260071 Summary: bad slotid in SEQUENCE reply can crash NFS v4 client Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229750 text/plain mime type: Created attachment 229750 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229750&action= =3Dedit A demo of an nfs v4 server crashing the client with a negative slotid. This code in newnfs_request() uses a slot number sent by the server to index into an array without bounds-checking: slot =3D fxdr_unsigned(int, *tl++); freeslot =3D slot; if (retseq !=3D sep->nfsess_slotseq[slot]) printf("retseq diff 0x%x\n", retseq); I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #103 main-n250903-2a29c1558e82-dirty: Fri Nov 26 13:54:28 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfs_3.c # ./a.out ... panic: Fatal page fault at 0xffffffc000207f4c: 0xffffffce02bf4cc0 --- exception 13, tval =3D 0xffffffce02bf4cc0 newnfs_request() at newnfs_request+0x1002 nfsrpc_reclaimcomplete() at nfsrpc_reclaimcomplete+0x92 nfsrpc_setclient() at nfsrpc_setclient+0x630 nfscl_getcl() at nfscl_getcl+0x53e mountnfs() at mountnfs+0x722 nfs_mount() at nfs_mount+0x161e vfs_mount_sigdefer() at vfs_mount_sigdefer+0x20 vfs_domount_first() at vfs_domount_first+0x1d4 vfs_domount() at vfs_domount+0x21c vfs_donmount() at vfs_donmount+0x79c sys_nmount() at sys_nmount+0x66 do_trap_user() at do_trap_user+0x206 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Nov 26 21:51:52 2021 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 480C018C1B10 for ; Fri, 26 Nov 2021 21:51:53 +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 4J17kJ3lmmz4dv2 for ; Fri, 26 Nov 2021 21:51:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6140F107E5 for ; Fri, 26 Nov 2021 21:51:52 +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 1AQLpqoq027135 for ; Fri, 26 Nov 2021 21:51:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AQLpqcY027134 for bugs@FreeBSD.org; Fri, 26 Nov 2021 21:51:52 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 260055] recvmsg / IP_RECVDSTADDR issue Date: Fri, 26 Nov 2021 21:51:52 +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: 12.2-STABLE 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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637963512; 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=z8QBcpLTsAvi9XNRu7vpMNRD1zizqRDHcrZjd0wKphk=; b=okW95dJtunqKIcSGUGk/uV20qsIAOPi+0NW4oBX+HAVFeOS+x0DqShAWryErJM6ZiI7FoA DBeIGC9DHzVmm9WXIGHvpK5NcGI4cK7OZIC2AODZmXqCNAoK0TTDoCKd93wMzvzmrf15hf 2Sy5ZdXDQ136PNROKHZ6Lfi9wXeQrPLGuqNyrIo4SApCsQ9R2oys0anN1f1nj6OmmA0EBw XCntKdtIbWXTPFssRa7z8ibEv2X/epvZTfMFygjLyAKJm8hLlAyanyV5k/WH4FiL/Q5LR1 QUz3sbhxieW334wB2sh3InmmHnMTeoKkxmes24M+4pVyc3aDGVVnvKAFO65IiA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637963512; a=rsa-sha256; cv=none; b=ABZtj/VqLVcHmfTe2Dx+5cZMfWxBMfG7JOy7CTYKWdZCOPUmg2dTHfuCL3uE6+mjs2k7ez 9X+FtOSmuIK26bao8w8SP6VPopM3blyjarHrv6Dp4H40bObDc2GrWmTxBYwL1ZU8Rp3kEU R5hCykMv7uIaSsDzMlhPzO0rR8s7FlkboI9iJfe4THinEP2eloxAYLLKpge4CAEvYYY+DV GXXnYSjKg50XB7sQ1snrdf9pKSSdVEt9GeiLlBegsP/HErl95iQlv2b97HYJETQLyynqeN yKMx+WTEO8GnrBEy6L1F3sFiTtFFt17N1zP1sKhSMMEO4eCfwqY7RTUL0oxGjw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260055 --- Comment #3 from Konstantin Belousov --- > Maybe there is some application logic error if some payload data is disca= rded, > but recvmsg() still has control message to return because of IP_RECVDSTAD= DR > socket option, hasn't it? So it should not block just after first UDP dat= agramm > arrived, I believe. No, this is completely off how the control messages work. You do not have control message 'sit' in the socket buffer. CMSG is generated _on the pack= et insertion into the sockbuf queue_. On receive, associated cmsg is either externalized and copied out, if cmsg buffer is provided by userspace, or simply dropped. So the behavior you see is probably right (I cannot assert if fully because I do not know app logic and protocol): you have blocked socket, which somet= imes happens to have empty receive queue, and you call recvmsg(2) on it. Until something is received, the syscall is blocked. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 02:09:07 2021 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 64B6C18AF41A for ; Sat, 27 Nov 2021 02:09:07 +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 4J1FR70WWjz3GrF for ; Sat, 27 Nov 2021 02:09:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E787613CAC for ; Sat, 27 Nov 2021 02:09:06 +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 1AR296g8064911 for ; Sat, 27 Nov 2021 02:09:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AR2962W064910 for bugs@FreeBSD.org; Sat, 27 Nov 2021 02:09:06 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 260071] bad slotid in SEQUENCE reply can crash NFS v4 client Date: Sat, 27 Nov 2021 02:09:07 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637978947; 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=WBr3Carv3MUQR23Hgce3uCu8gJvbOEOHNQNGYv4ai+M=; b=sTzlR6xnMyqnufFPoy5TEhH/ZywG7i68V8fm9CWeGyc1mT4zSkCCmcmXl6HdF20UtJMOZr NUomGJRYH33RvwnIL5vQCbCIVIO3+H343UUOGo6nFPImxCCk1xitJ0/zxAYOs65j6JtigJ O/ZwOjZ1h/wKZWCH3qUd6nzZE6bDj1+FEXyjLpxuhhBUpsCtqWzi4KJQ7gLsFQ0Oe4o64u MR0o5p6Lr19s3F3yw3gvWbCSQ1LvjhG/axmNZYYgOOmKlQTq8f/InRo3JGx0WujkJk/OH3 lJQ7+bRrUPeMJPuqRkEBj0S6mUEUq8z8pHEXf8cLZLYct1AO3SN0G3+Ghu/cAg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637978947; a=rsa-sha256; cv=none; b=IMqIzVZPBrFL333ncZK4EngI2A3Rhrp8GJGVqGnqHsrG/e9xwKzTR22lVQx5CCD7DO+fa4 QHXT7jL2Pbr8KNJc8+gjOUB4F8jEUQ/o8u3emlgHp9yjtowa8HB2SpTRuRM7zWy4z1Z9ar ediu6oJIi3Si8bpKgNvwlqft4KilGPD2sBXD5oLOJd3qeva2T5fcUhPVHSnaZxDSzelwge v1LPf59pQHzD1I8NYpLpk5D1ZImjwWzQzFRxrAlxkrn58PpM5jCI7KUAjYKqdGylmqz2lN r8Z3YdHyotufp9OO/oQMmHwb+Uvhjx7KiNQ8jltweAoXSYVjvNLiQLSNl2M69A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260071 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org Status|New |Open --- Comment #1 from Rick Macklem --- Created attachment 229752 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229752&action= =3Dedit Check that slot in Sequence reply is the same as in the request This patch should fix the crash. It checks that the slotid in the Sequence reply is the same as in the request and corrects it if it is not the same. Maybe the reporter can test it and confirm that it fixes the problem for them? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 09:54:30 2021 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 3913A18B396F for ; Sat, 27 Nov 2021 09:54:31 +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 4J1Rm712CXz3JxT for ; Sat, 27 Nov 2021 09:54:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D69E119EA5 for ; Sat, 27 Nov 2021 09:54:30 +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 1AR9sUBL004377 for ; Sat, 27 Nov 2021 09:54:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AR9sUrH004376 for bugs@FreeBSD.org; Sat, 27 Nov 2021 09:54:30 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 259748] Loading mlx4en kernel module hangs Date: Sat, 27 Nov 2021 09:54:30 +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 Some People X-Bugzilla-Who: hselasky@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638006871; 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=myMOGqClObbTt5kJq3Kh6AAhOsffbLQOApqQaHCrGxg=; b=O4cy5ndo+POFPfqUTkXBt95/A12PnI2F7qCY29QJoSgMLFSt2duarNspAzyCAkEJVG3xj2 3gwHGBt+SYat+BAmRQDgrQskYyGnIbKY2A0bjPWwfmpLtMVrN6ZyvE8JWIowSiU+OqzLT8 y/oktGX5TcYc9AaQtgVO4/c3bdpqt8nCdEx0hnMpiGAVMk3wfpbpoFmy9EdlfNhvQRLYh7 YIyHmTeX6bsdpvE3KkljMqkBbd9MsRU232A58+Kh+BmRnLT88w3LzsEQOnBkDdjtHeQVs2 QlPEFSrNAqE4q8zBsH1BMsxFiBLTxVwvOwVB9cKsLiPLVnYeuVWjw67CpxeT4Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638006871; a=rsa-sha256; cv=none; b=oyVInzSN7vVb7xd3ebZgogcXVO6WHA3MMivAZQDEQbIU6qe5fOVE0iS/QdPfD5lHN0/JiM CWK8IrHRfCYS9A07JGOQpEowJsaJWRlhBhXEJKnffKV+9KoI5Kw+G44g6B41VrlhP2oqlh F9dmxXK338k8M2PyuttFDQThfX/mzaPc9JfGjUuE0uEaEgKuDT8TGG7Z2jhhaJUDVUz0qX HiqSfnsADmRFHTu0l/aJ4GQsGPx56zIp0SyhtI+hfBZGXKFIk6BrlgFbwqjvj75YV2i5T+ hMU7llSmrypk2RiV99EeirquaTzjzwfonQNIg5FBHJuGTSw7/+R0CMxDC/LpQQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259748 --- Comment #9 from Hans Petter Selasky --- Tom Jones: ping --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 11:29:46 2021 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 EFD6E18C00E1 for ; Sat, 27 Nov 2021 11:29:46 +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 4J1Tt25lYQz4Vjx for ; Sat, 27 Nov 2021 11:29:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 96FFF1B2C3 for ; Sat, 27 Nov 2021 11:29:46 +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 1ARBTkPb050757 for ; Sat, 27 Nov 2021 11:29:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARBTkqV050756 for bugs@FreeBSD.org; Sat, 27 Nov 2021 11:29:46 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 260055] recvmsg / IP_RECVDSTADDR issue Date: Sat, 27 Nov 2021 11:29:46 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eugen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638012586; 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=V6dSIoDfNfGDM2swQU10EmIZWQwmsk8td1orZC9uAE0=; b=J5dpESt5CXYR6E8lcuYyKAEzCDwkmZxtEPxRsaXIO3l3pYUryZTOj6wegRiWiM6v47RT0O lqC2pt/HrkBFfOZy1dTyxznN99wqIcCzPGnsaGHg5EOpA2eViLKyKXK8AT1CtOe8wLwr/N to4+lNvL9/mFWsCyEbJOXBVtuYqsWwzkTCTlhSmthqiFmknHJYFzKxPmWziRLoRa5yjhZZ FCdvMCXoLcmoxxsgDu8lgPgwdt1R4mlyKv7DIWNnsA4SF8J8Vgn+5QMKIQf9Bx5qhHzG68 SqAyYaA3i6+GAXORBfRSUq15+9nAkux7vv93LVD39+xW0L+1geLlu8uG7B59YQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638012586; a=rsa-sha256; cv=none; b=b68JCX0cbSkGNwycF4Dec1eviWwMEYq8G5BM45kL0ccBb5r/EtxvOh5b+ktcNJBN/Rtw/U xtS3kP11rec3K2zOBj8qenESP2Fbi1xAeA5R1MKF+qcLV2EsTYwpymOOQmI2a5+7dchfM/ QCr7NxKyeytDnlgmqsB6owm/TEUcmQSsHFoo2h2Yu1wsiASm4l4AI4y2K2HPOPqDRorroV coOLvbo16C8SbnSTZNONhwsxuEcXMRHLCFtej4WCcJ8VUeCOj7zIO6JhAOq7hsL1SdAEii c7sEK9eNZDlYzfwwALD0y2NUeCVXRODgvmfQENVscxQSDhlTAAgEsG0XIOoVSw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260055 Eugene Grosbein changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #4 from Eugene Grosbein --- (In reply to Konstantin Belousov from comment #3) Thank you very much for your commentaries. Now I think I've found a bug in = my change, so it makes an attempt to perform the *second* read from the socket without answering anything to first request so it could block forever indee= d, or until some long timeout. I'll test better version locally for several da= ys and report back. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 12:04:15 2021 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 7D30018A8A4C for ; Sat, 27 Nov 2021 12:04:15 +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 4J1Vdq2Npmz4h1g for ; Sat, 27 Nov 2021 12:04:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2EBF21BA94 for ; Sat, 27 Nov 2021 12:04:15 +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 1ARC4FR4069486 for ; Sat, 27 Nov 2021 12:04:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARC4FOg069485 for bugs@FreeBSD.org; Sat, 27 Nov 2021 12:04:15 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 259748] Loading mlx4en kernel module hangs Date: Sat, 27 Nov 2021 12:04:15 +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 Some People X-Bugzilla-Who: thj@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638014655; 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=Gzkc8IqwPVpNH/arT4VS7T56hZ4v12jmboZDR9lo9zI=; b=scaPweSHPRs9P6vVqnT3jyXHGQhtKznZWZJovt3zClKmfwP9xmFA/cgSAIUiADWzqV5Ryb CJCXRvNDDYxskM+w/fRXJR64SHVip6dDXNQoIetKwWKzw/8gQrBjKz3y39hs3OMeMhnMvo r6dnUBo/gozzFsmwaoMuyZeorDTqqfcAnlDr7iQp1wh4JDRUB9h6t1DlDO0JQGlj1Kiql0 4TNURNFAWMy1sxPfyIHW618TdNcAhjWovNYbwkf5zEWUxfFF43Wp2CT+W402echf9/lKcU YAL6VtviFfzVPVoA2c4i0Yfe8ib3hF5rR5bWfsa4Y43txahlUBL4Dn4ny1kYYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638014655; a=rsa-sha256; cv=none; b=BX8ez2toSwBb3FNgS7t5XeuvXBx3XgAul1ZcLJopBE7iZTjBaj+BMM6efn6M/q0uW4qf6p Rx8TVcn3ucuerm2ff18a0pIUU7rsoH1Ku7GYqXxVk22UsY0jkRFNu2enzDfPzqGHDF5/Ou 3FyGztPjjxQjyqwkusIqICio4cjBPmnWKw3KC5ewokCgdeAHciy+gS06TqT7dM2ZzNtAUP oZZSu7m55ro1xX5GU7F5JFenKDb0O8bQZO0yNfQio1OfZ7LD+E6OIfpblesovI/Da4IiqL facLz8MK8wpU8MNNcwbnI9ySOkcB7IQIxg8uuFBJn8/5gEDe8LDE0AQHbuF62Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259748 --- Comment #10 from Tom Jones --- kldload doesn't hang with this, tested on e383c423c492781bd7e7a0de9dfe433e4d6a4eed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 12:11:46 2021 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 1B02F18ABFF6 for ; Sat, 27 Nov 2021 12:11:47 +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 4J1VpV4V11z4k1j for ; Sat, 27 Nov 2021 12:11:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7B57F1B56B for ; Sat, 27 Nov 2021 12:11:46 +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 1ARCBkK7077565 for ; Sat, 27 Nov 2021 12:11:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARCBkKD077564 for bugs@FreeBSD.org; Sat, 27 Nov 2021 12:11:46 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 260076] bad slot in client SEQUENCE can crash NFS server Date: Sat, 27 Nov 2021 12:11:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638015106; 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=mHpRfD+YvY7SD4X3D/D8rdCuwH/vSWYbDeodXgMQQbY=; b=nRV8t6TRjElqBtMd2d0MVQ6/36klX1cDD+BrMW7K+OcgjAf6QhPua3fIQcuSzWuShdSk6q 8NKf8bqpTKYvBln58qL4EJ11wXLq4p/9Q/+SLgzQYvwuonjxltbZ0wUPhzITzMvl5X/8zL chzUpkVzOL5nt8J3WKgThprmf+pD16CApaYxX0wA8t9Vkl9dhGNoJmxcqiLFK4GwPb/kFq XT8UTG88ClFswQVomHA1OHetXfcxHn6mORDCj5vITs3v2K9cxCeyJGLcSCtn9AtPEvxCoX zbtnmgQy0SdlcoRGxc/d5AYi2tCUtqfRXR6HAzRarDpMZWZvh7s7eFNuZtf0cA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638015106; a=rsa-sha256; cv=none; b=Jfm3V5NSa/wgLGT8pdzad5GWLAqxd1BgvNuGPtzOrqrim26Z0+b2F0CEr10a45EbB5AxV1 +7YsztMGbRyHamzZ8zZxhIjKY9Vx7KQXPQO1B8WGH3JNsW7g2WYWEB5qfsVYJckBh2C+JB 1E3/h4HDd+5tapUuYahmUQuxqQ8iWYw6pnFZf7e/oKMLUBlFL7obSzD6LNlcmEqESLue19 yS/Rc/XWnh5/pGpteE8AQ5+Mif0iKZH2fc+vP0g5SGKMXC2rWPlDbv6GqIkUdpAmC+BICB LKCYh+o1Y6cy9imIkzL/yEqLVOSl9PWXjvtXbgM3HmQpqOG+om07AeTkiC4nAQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260076 Bug ID: 260076 Summary: bad slot in client SEQUENCE can crash NFS server Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229757 text/plain mime type: Created attachment 229757 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229757&action= =3Dedit An NFS client that crashes the server with a bad slotid. nfsrvd_sequence() accepts the client's slotid without checking against 0..64: nd->nd_slotid =3D fxdr_unsigned(uint32_t, *tl++); This can cause a crash when nd_slotid is later used to index into sess_slots. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #107 main-n250904-c4c468281fb6-dirty: Sat Nov 27 06:21:53 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_6.c # ./a.out ... panic: Fatal page fault at 0xffffffc000317a82: 0x4000000000000000 --- exception 13, tval =3D 0x4000000000000000 m_free() at m_free+0x10 m_freem() at m_freem+0x22 nfsv4_seqsess_cacherep() at nfsv4_seqsess_cacherep+0x56 nfsrv_cache_session() at nfsrv_cache_session+0x114 nfssvc_program() at nfssvc_program+0x624 svc_run_internal() at svc_run_internal+0x808 svc_thread_start() at svc_thread_start+0xe fork_exit() at fork_exit+0x68 fork_trampoline() at fork_trampoline+0xa --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 17:32:08 2021 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 C833618B4010 for ; Sat, 27 Nov 2021 17:32:08 +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 4J1dw83wBKz3p2v for ; Sat, 27 Nov 2021 17:32:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 670E82000B for ; Sat, 27 Nov 2021 17:32:08 +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 1ARHW8lR046666 for ; Sat, 27 Nov 2021 17:32:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARHW8c1046665 for bugs@FreeBSD.org; Sat, 27 Nov 2021 17:32:08 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 259886] make removes existing file with the same name as PHONY target on interrupt Date: Sat, 27 Nov 2021 17:32:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sjg@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638034328; 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=jU/R/P4V6C+zk+5Gqu13+DBQo+OvbBfpCPrvZDPP7ek=; b=Cd93dFh7SKaOwsyQeKMzVns1sXCOdmXVpZDy8N3600LrxGmgdPsYFZiGdM5yIttqxvsXV5 UpUyT2hfFcMbESE7AJtFB6jdSzqM7plRFPQJBi//re34UWO0Qjt6fqgGYfzMXXWKoUvCtk pWL0pzUu8Fap0xZ0T/Z+L4eYMzRsU6NrLGdClSpWYm2SWFAaaPbgAzOEEZHWj5xYF1Rn64 adzVvmfaDt3JiIHnts0mJQMxOAuQNluvXVWNx3EKCgke/QlqyDj99CL80iVJyMFNLM6xxZ i1A3KJ/b6YTO9UWKgDECldz7O4TAWU90E/VrJcS0TShv5b9klYQKbIQJ6/5eFw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638034328; a=rsa-sha256; cv=none; b=E8B4nZ1Hozf1jcALrytigznVtOd1SDpjXv8RlAZN4U8AeuDnNsRvvyXMiOsauYj21sXSKy auzI8DQVWAB6U42lJHE4i4dLRElc1FV1tVW9PIo3E0sWlAfDEVZRDsEoj2fxAZhRD9jPB6 Q/zrml05hKVBKV6cgQNWRJtUWxRql0lMv4xftBpIAy+lZrFt0T3u4B6dEdwDrTFvCx5XkZ XROHI9cNIK6OGk9oujoafoPxLj8nXpTbp+qKchIdLzJ/aJKRy9T3mr/Fug/XRRZms0hvK3 4cAg4uyHZZJK6CGV8e2aI0+Dr35ytChcv+E6Oav/57NDX0A0IqkLOGzREgH99A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259886 --- Comment #1 from Simon J. Gerraty --- bmake is not gmake the behavior is as documented. you can either use :: or .PRECIOUS to prevent the target being removed. Note that .PHONY is unrelated to whether an actual file is created. Indeed .PHONY is not needed in that case. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 22:35:08 2021 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 2CAE418C3D0F for ; Sat, 27 Nov 2021 22:35:09 +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 4J1mdm60fYz4rNv for ; Sat, 27 Nov 2021 22:35:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AA2E123974 for ; Sat, 27 Nov 2021 22:35:08 +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 1ARMZ8EX014123 for ; Sat, 27 Nov 2021 22:35:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARMZ8vT014122 for bugs@FreeBSD.org; Sat, 27 Nov 2021 22:35:08 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sat, 27 Nov 2021 22:35:08 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vmaffione@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638052508; 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=+a/iM/+kAGGzx6Yw3EsVeSdNQ+CtjOjD7q7EM61y5rc=; b=fIWXUrUQcngU3nmtn+lararqR8lsBtrEcfu7wu54YwaA8rs8B/gENKGlgeNcAq6FeZtG7M 6J1KwZrSb+f4U4lOk7XruMIXOXP3q7Ga1sIIHHpt5oLrhxLh7q4cHab/dWeInSzqa1b4Vf 3dzDNukNBtJDWALjdbTFdbvEI/M+SH9pR7wAM4sXSOPyVvQai+plLt5l6WVYXmuFZM+NsU GlqqxYV9kaq2rBBE2xSMusJXqTneQWR1RdQVeh9SsX06En/TTvVviPfspDC/cJcCteyN1e ETFJ9YHBU+KJIy2cRiGcuHnd+x2yw45e3AwCI9hzHpti+mB53hFMwAcQG36rBg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638052508; a=rsa-sha256; cv=none; b=aqIco4RXFozUvGubWK6QUGklWWnA95tcgtbSJesoiETTZxj7EJd9QKMk5z5CJYDKR/RtBZ BYub2qXcg2mwcEHj1iK+pazKo2TFXqrdzF+8t10bg4ctohm2l88R0JvZ2DThwXaSUHzNgd +JJsH3leyqhggDzOnemBKItG+hx5Bpl8AkGK4+rlpeTF521g8+VngSiiv44zravTE5znrx UDsxrvdhALjtlFl2wjA6PjenF7ATzcOd+qf90SGW48CbefZWXc8LLhnUMlgDmmDlKErN+A K4AwtV2pf9KjTLq1QbVxI8aIVtmsQdarXgTCV4Mk3lvH2b93wbJD+9ZGZ7a3rg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #1 from Vincenzo Maffione --- Question: what happens if you don't create the VLAN interface on host B? At least when running netmap. I will try to reproduce this with QEMU-emulated e1000. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Nov 27 23:11:35 2021 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 C383618A4725 for ; Sat, 27 Nov 2021 23:11:35 +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 4J1nRq2zG9z3Jpl for ; Sat, 27 Nov 2021 23:11:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4722524587 for ; Sat, 27 Nov 2021 23:11:35 +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 1ARNBZsh030205 for ; Sat, 27 Nov 2021 23:11:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ARNBZ06030204 for bugs@FreeBSD.org; Sat, 27 Nov 2021 23:11:35 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 260082] sbin/ping fails if WITHOUT_INET and WITHOUT_INET6 are set Date: Sat, 27 Nov 2021 23:11:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638054695; 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=6cA3IKkMuzR+GC2btyIOQ9zjbBbz+cTyid13ZuiNI2Y=; b=Ppoi7OTIAZCnnkd8oKKkMKXOy9lRfbOwMuc2DSEAeGO07ESvMkYH4NnGd0mMr+dMJjB8wF GMJW+NyGul5W0wk/MBpxcd+y/w8v9XIzFkayP9PvmDUwVAk1fvk5HcJHhyn0hBFi91sCmP Daa5mKQrobgyQ06ZA6Rjzt1oNDTUQGnpSbzZRgSUQy2SaVSYASvVkt2Gv4Bav3fuoE0/Da hEkPfJiF+C+n7rCVqZS0VknK7JSTKLtcDLXHW27xDO/Oc7lgRaIQKlixBqUDyhm2vuKKeW wiVp1jS4TS0ABex/BWc3HlErT1+eb1RlO4lnG/mHJv9vH38O+7H3EEm3XgWwwg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638054695; a=rsa-sha256; cv=none; b=v50A7kR7gWF86KNFAotI7kWPK9IUJ72CIRFZGEPQLcpQ6P5+G6LtFjOGSTTyOHjcC/8GYs brb/cpHdj06l88b2l/Sr6SXBuLsWsImJzkTD0xZp4XtwyWtp6mhMm0of1h7MY+LG7pen+3 fKiN1OyoPVw2wHEeBHg2Sz+9rRaDm1sE+BgUHx00/Bg+JlVl0CHEfuJ01zRNvWigXJEgSL 0F5YcTE24g+LFzL4FEgbpP4M1B+wju0pqzyiTjWvIDRATB6TebxJoop3KY/4f75VO+UhlS 4SkvgcQEnK7Lac5p8VBW9Ir/GvU2uvR/EKDJ9FYaENk5I/QzTQBKcl3V05fydw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260082 Bug ID: 260082 Summary: sbin/ping fails if WITHOUT_INET and WITHOUT_INET6 are set Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org This commit appears to cause sbin/ping to fail of both the WITHOUT_INET and WITHOUT_INET6 build options are set: https://github.com/freebsd/freebsd-src/commit/9ce201f2ee3ca340032d9cc71d91a= 36b3b45a4c3#diff-07afc5f05fc4879c80f36cee3bf6fdb5f19d233084824b8f517c18d205= f6d23f The error: cc -target x86_64-unknown-freebsd14.0 --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -DORDER= =20=20 -DN DEBUG -MD -MF.depend.ealloc.o -MTealloc.o -std=3Dgnu99 -Wno-format-zero-le= ngth -n obuiltininc -idirafter /usr/lib/clang/11.0.1/include -Qunused-arguments -c /us r/src/sbin/rcorder/ealloc.c -o ealloc.o --- all_subdir_sbin/ping --- /usr/src/sbin/ping/main.c:83:38: error: expected ')' while ((ch =3D getopt(argc, argv, ":" OPTSTR)) !=3D -1) { ^ /usr/src/sbin/ping/main.c:83:21: note: to match this '(' while ((ch =3D getopt(argc, argv, ":" OPTSTR)) !=3D -1) { ^ 1 error generated. Reverting to the previous commit of /usr/src/sbin/ping/main.c does not prod= uce the error. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 00:51:51 2021 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 8850D18B6636 for ; Sun, 28 Nov 2021 00:51:51 +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 4J1qgW1TgMz4Zkl for ; Sun, 28 Nov 2021 00:51:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 130B02585E for ; Sun, 28 Nov 2021 00:51:51 +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 1AS0ppRa088820 for ; Sun, 28 Nov 2021 00:51:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS0ppZN088819 for bugs@FreeBSD.org; Sun, 28 Nov 2021 00:51:51 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 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa Date: Sun, 28 Nov 2021 00:51:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638060711; 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=FcWOLa6D/Mf1fnXYOdXLHRhNsfS6EhQ5u6WNByLdQ8I=; b=lXpmtXKVfz2L6CD+ru2GZvGruqzzUyOQdnSJb+PXTEb+eHWiO7rqEyUgMxNGNFfNlcPK/W msC1gcZMVWLwerJq1cHbfiLTVbNk0YM11K9mgntvbBnbQFm6AB6p0pGHf8yak/bKBb00hR phSWb9K9jvtYhcjpdwX2ZBuJL0J8gNIbB198L09aYHy1riRKsTK56ZiNveYQTWfux0u99U +T/0/q2bo9sWRS8bDtGM3d4RFPNy6As0z10N8w4heFLBG0jKRDEj+2hOTOLLQmUiEKUsek ufz0AJDVJC/teb3aXbMhQJiYvZL4tJScM3eUCywQWveXOCo7NisZtXSQUNPMdA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638060711; a=rsa-sha256; cv=none; b=f9KkZlP4+uFiCuRqjD5KWIT67DGXR4GYTK3Np4Lr0L46DFTd85gQnjiYW0OhbBYT/Pm2G1 njhh5tNU//sZE2rX17QagyFldKKfIE4szbLOnp24r8O2NuwgkDz95y+13Y2jBS7TQY6758 O+5Z9r/nUlUak0mhmcrr2UcyqsPfTpH6QX1GQw1/IGwNo9EtgFwdu2vIsnJuJq6Ik3Vy3o c+Ot8XCVj89ox1acKak/l0esea0MnjZ6usewf/O5oUKrzg2j4VVx4+JKSnNZCox5zL9lka HGidJ63qJLF8GlMl1/27jVunV3gwmnMHiIuGG32eruU87iOj482Ee6m42gOYxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260083 Bug ID: 260083 Summary: WITHOUT_BOOT build option appears to include stand, failing on libsa Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org The following buildworld errors... --- all_subdir_stand --- --- all_subdir_stand/libsa --- /usr/src/stand/libsa/dosfs.c:41:10: fatal error: 'disk.h' file not found #include "disk.h" ^~~~~~~~ --- all_subdir_stand --- --- all_subdir_stand/libsa32 --- /usr/src/stand/libsa/dosfs.c:41:10: fatal error: 'disk.h' file not found #include "disk.h" ^~~~~~~~ --- all_subdir_stand/libsa --- --- ufs.o --- /usr/src/stand/libsa/ufs.c:84:10: fatal error: 'disk.h' file not found #include "disk.h" ^~~~~~~~ --- all_subdir_stand --- --- all_subdir_stand/libsa32 --- --- ufs.o --- /usr/src/stand/libsa/ufs.c:84:10: fatal error: 'disk.h' file not found #include "disk.h" ^~~~~~~~ ... are produced when building 14-CURRENT as of 2021-11-11 through 2021-11-= 25 when all WITHOUT_* build options are set in /etc/src.conf, with the excepti= on of WITHOUT_BOOT. It appears that WITHOUT_BOOT is including /usr/src/stand despite WITHOUT_RESCUE being set in /etc/src.conf /usr/src/Makefile.inc1 reads: .if ${MK_BOOT} !=3D "no" SUBDIR+=3Dstand .endif This syntax does not appear to have changed from 13.0-RELEASE and worked on 13.0-RELEASE, but now produces the error. I'm stumped but will keep trying = to determine what is causing these errors. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 05:07:20 2021 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 0005A18CBBD7 for ; Sun, 28 Nov 2021 05:07:20 +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 4J1xLJ4sN6z4tx0 for ; Sun, 28 Nov 2021 05:07:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 87C7B11D5 for ; Sun, 28 Nov 2021 05:07:20 +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 1AS57K0N034854 for ; Sun, 28 Nov 2021 05:07:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS57KYJ034853 for bugs@FreeBSD.org; Sun, 28 Nov 2021 05:07:20 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 259790] cftmerge(1) manual page does not explain what a CTF is Date: Sun, 28 Nov 2021 05:07:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638076040; 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=zfxkagHCJGEHergA+tpsgXtCqU/UsB6S2EmcB6pmzeo=; b=ufbXM9+IkMgeoCZQb7a+/PiutqMBhQvVcYQs40kYMpf5Q85fGVuY8oHd/ucR3sQWaqZ40B Xy5aoyZASSbsEYpa3u8X83cQhwtP4+8JtE8tOzMfc5e2tfC3Qnyoie8/Bum8PeJ08VNDTU UWvekDlW4DYpLMSPBepABBuqTZfzz7p1BNLKsl1klm1fafOI9SN4+z/A4eFDwaRjNepxz2 adkv60L9ICqwDqDLcB3ha1CbMgmnRBdjGhpJcjxjtxmuRAVVWY7DT7s0Re8TsJXnojSvBh fGBJMGi13AX+AT3YCcMiwqVyGCLqB8NW0yxMZShyq/p42Mx+rmlozwb7d3uG6w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638076040; a=rsa-sha256; cv=none; b=DCCFjg5QtSevhziF018hVelTVDPNcJlawB05AU0m9sxtNgilk62fcG4ZLu90WY/fcdYUN9 Fb2U570pOo6dGSue5FkeNm7YuQM8t+0JllXyOf/MPKIg7+l77SbmODvU1tzttgxl88gAUx kAzmd4CxR/yfYbRXS8FdisponsivYo8R3EiJJXPNkFEzYMvQpYhgmJXOSoZDMykyyYsPqz nzF4tlhvp9DyMVjZgxQpeBou3YKWA7rbu4xLLyEvPbjulDamco4CQleFpUrwQf/0uwVX53 0ZMf1BDXD2ikVUFdFYM8uOzuzYJdUFFAr1ssL9XlMl46c5/5S2YuXKn91gyEFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259790 --- Comment #3 from Michael Dexter --- (In reply to Yuri from comment #2) I suggest that acronyms be spelled out once when used for the benefit of the user. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 05:46:36 2021 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 0D95E18B768F for ; Sun, 28 Nov 2021 05:46:37 +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 4J1yCc5BCKz56Sk for ; Sun, 28 Nov 2021 05:46:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8DBF11845 for ; Sun, 28 Nov 2021 05:46:36 +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 1AS5kat5055316 for ; Sun, 28 Nov 2021 05:46:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS5kaDL055315 for bugs@FreeBSD.org; Sun, 28 Nov 2021 05:46:36 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 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa Date: Sun, 28 Nov 2021 05:46:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638078396; 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=SvURgZ/r9bUVFxYycjimDoIa55WPd3F/PCYDgA+fnsM=; b=ag8/YJwaKIyXhflB7oc7gOZS7Be65lle2xMYwEv1DSzVwdIQK77shQrUDLFSyzPSylZdcw n3IlCctO/mZL7b2QILVp8vGNzJse8G781k+hmi/GoLOs87fM1p62SzQK0BK1glBPh1GKCN kBSEivFX0BBvmtBwSuh7MI4+C7kXXyPfbRMBZA0I5dh9WN1xKx3J+qdAdjXIm6/6dUSBlE v8Md8XDtatWyWpKSxa/BypBrFni65LPlkCgmmRk4YCOD8YLVCg9DhKbv6RSIbw7CmMezez NfodmZ/27X+EF/nHa1jnC9HtQtO8nW4LjjauqHWhsrZs/9wptCh/t0X6krb0ag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638078396; a=rsa-sha256; cv=none; b=rIp0bOLeryp4dICRF/fhKtCIPTn2upXL8G9JtmD/aahz6HQSjwS+SXLbQcGxQTxG3oZcX3 LuXuHsMVIh0plUPqG4JntpVfE2mzYnbOF3dIOtoaTC04/iVrDnHC3W/9BmYq7YrXIUTXaF mRRalLOKD0u0n0SMxTOwdMj3oroyXl/9AdDxgA9dEx/grA+DkxsFryKhsEvhM8zhxKWDTh GHD1EyADDFMFXym23V9cOl8DDAiPHxD7gBjDe961emBktWH1eu72kiJ++V4dW+f+CHhOXo ZIKa2nIUDLGx4tilUIOBSk74xPa3DKCIZ9clxiZ9WqJVwo8e3dkE9+RAAjVg3A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260083 --- Comment #1 from Michael Dexter --- This combination builds: #WITHOUT_BOOT=3DYES ##WITHOUT_BOOT=3DYES #WITHOUT_LOADER_GELI=3DYES #WITHOUT_LOADER_LUA=3DYES #WITHOUT_LOADER_ZFS=3DYES WITHOUT_EFI=3DYES WITHOUT_LOCALES=3DYES WITHOUT_ZONEINFO=3DYES WITHOUT_VI=3DYES WITHOUT_ACCT=3DYES WITHOUT_ACPI=3DYES=3DYES #WITHOUT_LOADER_LUA=3DYES #WITHOUT_LOADER_ZFS=3DYES WITHOUT_ACCT=3DYES WITHOUT_ACPI=3DYES WITHOUT_ It seems that WITHOUT_BOOT has become interdependent with WITHOUT_LOADER_GELI|LUA|ZFS since 13.0-RELEASE. Is this intentional or should the src.conf(5) manual page be updated? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 05:48:17 2021 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 AD02018B7905 for ; Sun, 28 Nov 2021 05:48:17 +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 4J1yFY37hGz56tL for ; Sun, 28 Nov 2021 05:48:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 47B1418D1 for ; Sun, 28 Nov 2021 05:48:17 +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 1AS5mHS1055629 for ; Sun, 28 Nov 2021 05:48:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS5mHXO055628 for bugs@FreeBSD.org; Sun, 28 Nov 2021 05:48:17 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 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa Date: Sun, 28 Nov 2021 05:48:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638078497; 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=3jgDc0j+no5jCbCMSjkfngiFsj0KLI8H904Lf+S73hc=; b=eSwHnN7EE2GsfbBPd44Za4AyQMsIQpeuaWf2upUi2Zvny2RedF8gE/Nwbh4jHgZ0Ob3gqB 4mtIEoT1GwqhNTLP9a6GxHmEwP6cWiPThacN0DGpglH9vlOxRPbIaes+ANy4hc6+qMiQS5 UHMKJZ29dU1Zv3Ep9dIsXSqOqU9QzZrTCsFJpHfJsUxw0fdKAFywBtBU2dfOjESZFGd7q0 gXcQbYb5fgVzdcB40//GiZGIqpHIRl6ujm+eJo5chnF/ThtWLekQuRn3+6PhaOPAy/BYb2 8SwAf9OxhCkQiPxrQzGsV0dNmSDp3aQA2B8Uj5S07ktgsBHsWvdD9cj/SdWvyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638078497; a=rsa-sha256; cv=none; b=OJ6qReNhOLnKN9Ze/q1L0Oj5juxee6dnr6HvATW+fVX+J3IoBqDU9r5SIaZPThJ5q15d/0 gHT5yc2FOFUz+CI4ahSq2GnNTFEUsqxAy6guOCU6+KJPDQbgiXaQFt89vz4mTUU/kqplVQ e/QsBJ/NstELcRdAQI3vFvHP2A2bZbAwB7bS7LxoTHOaw8/A11N3zFuT7IEJgqc33BDPxD GwTSaAfQUvJll0RGE5RSOtqSjTlGB2HaBCtTrALSoPVypwy2C1Ui+IV+imgjsWqlKlZH4D e1hZTj9zk38STfGejrNV8cjbYSeHmgEb1KLWBRucNdwihwx8qmZRK7Rmy0Uwlw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260083 --- Comment #2 from Michael Dexter --- COPY/PASTE FAILURE. That list should read: #WITHOUT_BOOT=3DYES ##WITHOUT_BOOT=3DYES #WITHOUT_LOADER_GELI=3DYES #WITHOUT_LOADER_LUA=3DYES #WITHOUT_LOADER_ZFS=3DYES WITHOUT_ACCT=3DYES WITHOUT_ACPI=3DYES WITHOUT_ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 06:25:06 2021 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 0290E18A9927 for ; Sun, 28 Nov 2021 06:25:07 +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 4J1z424cnhz3Lqt for ; Sun, 28 Nov 2021 06:25:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7C36B22D7 for ; Sun, 28 Nov 2021 06:25:06 +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 1AS6P6Zw079145 for ; Sun, 28 Nov 2021 06:25:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS6P6vM079144 for bugs@FreeBSD.org; Sun, 28 Nov 2021 06:25:06 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 260088] boot(8) FILES section missing many files in 13.0R/14-CURRENT and SEE ALSO pages Date: Sun, 28 Nov 2021 06:25:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638080706; 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=/8AlWzYbjwL1sAsqa8YbXjWcp4lIyLg2eHMLXgsvABg=; b=EKwKviCYt0u4A1U3rBgUQrtB7I14N33RVrJHv7vrpjO3QKALtcDEO+62FqgZyGKiPLkpXX +KMImguVAGBkzrTbJbYQCIX/BkOcD30aVP9a8d/W4QwCh/UCBewZz0gT13mvnxWS0/Oez1 XcaRcs8xrSbIZzQELVe5ibBVwMtorA+PmepxqqxR+gr2+qW0cyILdm7FEyPvjLsAJtly5L L++GggYgVENxYd5sfgoXHQKf0V2Y3B4+L5wAY6c8s8AEwmmEiUyWa6gPCMpy774Hw6UQpp OkKwYYYpGtZwIoI3jBHMqb20CjtT6F7I8iNN0J3zdhvwr+qsXYVa8z8771pBpw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638080706; a=rsa-sha256; cv=none; b=OI32mDnE+mjZRHKpttm3mztavD+GnZz7Rkre1xogYKw1SGKT69WuMCjbh+UdqhGkdPevcH NlpFRH/oeOmzUzP74R5WdPeVW1W6aJ1hIPjF8qSKDdL0gbFQnMuSRPii+VzUPYdJjGC3T1 xFuAopje+aA/2CuHcDC6qGgixxTylM/HtXbRpjh8oxyrCZZO+GgDl+FqEqryIV9vnpG554 gobx/xL7lynU9rUOXAmdTk3UmoUad20R24F+JNSag+UxPcHN2WQHSRyaHvwpApzXjaSv2s vN9M3ZPwRL42T5UhTt0ON+OEZGByJf2Vrfb5Fd+hUDPOegFYpS0p3Nk0LG62YQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260088 Bug ID: 260088 Summary: boot(8) FILES section missing many files in 13.0R/14-CURRENT and SEE ALSO pages Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org the FILES section of boot(8) currently reads: FILES /boot.config parameters for the boot blocks (optional) /boot/boot1 first stage bootstrap file /boot/boot2 second stage bootstrap file /boot/loader third stage bootstrap /boot/kernel/kernel default kernel /boot/kernel.old/kernel typical non-default kernel (optional) This may represent the bare minimum files but equally-brief descriptions of= all of the files /boot Some are covered in SEE ALSO but many are left undocumented: uefi(8) FILES UEFI bootstrap /boot/loader.efi Final stage bootstrap /boot/kernel/kernel default kernel /boot/kernel.old/kernel typical non-default kernel (optional) zfsboot(8) FILES /boot/zfsboot boot code binary /boot.config parameters for the boot block (optional) /boot/config alternative parameters for the boot block (optional) gptzfsboot(8) FILES /boot/gptzfsboot boot code binary /boot.config parameters for the boot block (optional) /boot/config alternative parameters for the boot block (optional) Also, perhaps device.hints(5) should be mentioned in boot(8) SEE ALSO as it explains /boot/device.hints --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 06:56:07 2021 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 9F7E618B7706 for ; Sun, 28 Nov 2021 06:56:07 +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 4J1zlq2gktz3ksK for ; Sun, 28 Nov 2021 06:56:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3D0F1272F for ; Sun, 28 Nov 2021 06:56:07 +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 1AS6u7d9094104 for ; Sun, 28 Nov 2021 06:56:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS6u7ql094103 for bugs@FreeBSD.org; Sun, 28 Nov 2021 06:56:07 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 06:56:07 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638082567; 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=yHMBr/t0AIy9lb0nZN7MlOjs0rrb7vVsDIXx+smSNBE=; b=TPRYmS+82arl1aF56Dp92lU98iMrByZf5GQxch4yrSDo4NG0aJlFoRvXZhiXn4ATNxiAVh MG4eAaSDogkVf4QK2fM5VexQ7j9mizlHmFrAEGV5/d9RtBDKluL+21drYhIbWiMwxE8V0r jvKxyjUSFG0BYpXITw+UORFIL83Mz6cTZ5bYMOMeC1/rd9hMWC3p3Z8q4T3kHeLYAuw0TU kaJyyB4Uu3+dQk5P6vlHw7bkcFQnNM4l4gAQxds29GncLKRqTDkwzB9xefxaqEp4p9fiwq 1K57CCze9itBRhQdepcTvzJDIN3uC0XTZuabszH2FafdUcDpUp6CmtE3GYqdAQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638082567; a=rsa-sha256; cv=none; b=snD2uOu9/YrD7NHeQdtxsA2lT4LeXp5+6+7u/9smXjvJjZlbB7tTDwy/oxvkTmFxLNHk0E zKOZEU5HFpQXMjWmUc0guvi7lPHb9BkWdgqYtfL0lWfpJQmUQvh2/Da6WqUbI38/FpbchW rM6n7KraNZqNHorYHe0PAQvmOB6ub/Tcci6/uBbmrKWqoMHVP/MQ8zH5TLnweIZWw2sI4H /yj1nw7xKorJ7wf/8N+Nb0+dAESK1cFSE1O+OeRIxihPBvgMQEOx5hQQ4ch0E6Hy9BjS1j mlEQkZAYR1bJ4z751T6bzD15bBFUtJd1PvCGMeocOKhLC9qvY3H3WsfEWCwkWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #2 from Ozkan KIRIK --- on HostB, still vlan headers are lost for incoming packets even with no if_vlans created. But i hit a strange issue to test this. To receive packages without creating em1.110 interface, I removed the vlanhwfilter flag as: - ifconfig em1 -vlanhwfilter tcpdump can receive tagged frames without netmap app. After starting the ne= tmap bridge, tcpdump couldnt receive tagged frames. I checked the ifconfig em1 f= lags for if the promisc exists and vlanhwfilter not exists. Flags are good: prom= isc enabled, and vlanhwfilter not enabled. After running the commands below whi= le netmap bridge is running: - ifconfig em1.110 create; ifconfig em1.110 destroy tcpdump could recevie packages but, vlan tags stripped.=20 It's possible to reproduce this issue using jails with single host. Create a virtual host which has at least 3 e1000 interfaces. - em0 for managing host - em1 and em2 should be connected same network use this commands to reproduce: Open two ssh terminal. First terminal: * ifconfig em1.110 create 10.10.10.1/24 up * ifconfig em1 promisc -tso -lro -rxcsum -txcsum -tso6 -rxcsum -txcsum -tso6 -rxcsum6 -txcsum6 -vlanhwtag -vlanhwcsum -vlanhwtso -vlanhwfilter up * ./bridge -i netmap:em1 -i netmap:em1^ 2>/dev/null & * tcpdump -eni em1 Second terminal: * jail -c -n host2 persist vnet vnet.interface=3Dem2 * jexec host2 ifconfig em2 up * jexec host2 ifconfig em2.110 create 10.10.10.2/24 up * jexec host2 ping 10.10.10.1 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 08:37:01 2021 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 B94E218C55DF for ; Sun, 28 Nov 2021 08:37:01 +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 4J220F41syz4kMZ for ; Sun, 28 Nov 2021 08:37:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 66DA14082 for ; Sun, 28 Nov 2021 08:37:01 +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 1AS8b1H0050731 for ; Sun, 28 Nov 2021 08:37:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AS8b1mP050730 for bugs@FreeBSD.org; Sun, 28 Nov 2021 08:37:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259748] Loading mlx4en kernel module hangs Date: Sun, 28 Nov 2021 08:37:01 +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 Some People X-Bugzilla-Who: commit-hook@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638088621; 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=39B6YhNLnoMflCb24KGH0UY+Hf6Ng6OZLHM3qTTLxUE=; b=IZPdw5SF5GH27h+voQApR4wbMWQPESMqPASVSsZY/SM1NwAtFoxpLE0P7etd/bC9baqS2f 6Tq2MupNqBwkGyFuGDBax+Lw1329vXkueL2ReUhTdOPOqGbKOTmzLcMQS3p7dqfgK1SqN0 ehtrtMm1Vwz4h7Bf87U7pm45MlhuZrSIzu0ugYwrIyS7bmqrbJqIrNX58IgDDei+oLYTJR rRPc9Xp2huz/FTFH+RlLanEN1Tq4moQJfsWEJ6iOsDBNg0cIdnmpb0fOLYIi2b87A1wFJa GWTSm47XFkHVK454539qvChgeGCpJAiEp2CbWO/YBTyBkH8+2uxZaJVTk5JfmQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638088621; a=rsa-sha256; cv=none; b=uJX/+/sacc0ch8TFRsnMmcPj7ARMORd/lpBu6UIywhrB/UTh6omwrauO0iUzy76BI35TXz OuIr9ythojiN3UYMVtHcOwXD7hAszZVMmmdNZNpuoMpyYUZHe7OmJsiqbclbzvPTZvfhd9 vXjtofOua9R3CC6RBu3w8FBi2blZJHdDO/+PVptgJ7G2mM2BE9gZ2w56tSK+GE08des8NK bvWXw3icyISWiM9griVGJObg3mvl9BgHiSyoPVz3F5yvMUY5bWnh0S60gD/vk8eoqeugV3 kyhaGvGWyyB+fA1sOD24hD8e3bBKNSJHwHyBan1ZFmeZQ9nzznvwYNNgmsEulw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259748 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D4f924a786ae08af496dfe55230f8fe1e2= ca16150 commit 4f924a786ae08af496dfe55230f8fe1e2ca16150 Author: Konstantin Belousov AuthorDate: 2021-11-12 19:45:06 +0000 Commit: Konstantin Belousov CommitDate: 2021-11-28 08:36:09 +0000 linker_kldload_busy(): allow recursion Some drivers recursively loads modules by explicit calls to kldload during initialization, which might occur during kldload. PR: 259748 Reported and tested by: thj Reviewed by: markj Sponsored by: Nvidia networking MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32972 sys/kern/kern_linker.c | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 12:28:33 2021 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 9326418C6981 for ; Sun, 28 Nov 2021 12:28:34 +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 4J277P4JtPz3G91 for ; Sun, 28 Nov 2021 12:28:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6E64A6D48 for ; Sun, 28 Nov 2021 12:28:33 +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 1ASCSXwc073808 for ; Sun, 28 Nov 2021 12:28:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASCSXtI073807 for bugs@FreeBSD.org; Sun, 28 Nov 2021 12:28:33 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 134011] [hang] swap_pager_getswapspace(4): failed Date: Sun, 28 Nov 2021 12:28:33 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: grahamperrin@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638102513; 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=2BexmdOJ6odOx9TJNV2chYILl6H4/GkrXsAfSXH8dwA=; b=fMd0hxNaN2hgsGttv70XxyuZAsNiLMqoAp9NmUbS3N+BJF1SGITapzFD7cOkatYNAm0Q9k cCUixize1OZAOVebNMS+2B9i42IC9rT4nfaS8kzCXsi7ScPY0eykGLXVJ3Gceje9gqGgaA pDj5z/u8j8QVqhL/Y/zw+lS0cNb/hW7MeFL1Rb6BBzXLZ3SffY1ylQYONbV7COr9iI3VaN Py4n2XwMr5jxysdo6B48BeYjcOeB4C5fgoJlDAiSk+q//hXv7LsBRCi1iT9LBE5P4eKM7y /+nFHKPkKnuOHCpI5J+zKgPlPoc6IyMwg5aYssQJg0ySNBZN+YnVV9cZhlI/Nw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638102513; a=rsa-sha256; cv=none; b=SE3vc3vuH663GzyXsye0E3xt0Tb/1QVa6al70fjDqZE+eOiwm4D4YHdTjVZf8nHYeFuLHn NPzmdxma49KaqKhs2EWmlc/imWxHhYNTmYyhZfZPLWvYyHL1ZlFL9L5Jy4VMf3mMHBYbZr caANQeX/sO7jMw1eLHjQhkVUBL2ZxDluED2OJ2PkaiGxMOM11kRz8N8N7pGmLgaZu9EDhK t+I+k8wNTEjYghXstpny8VdayC1ZRIlnU9mQbvRMErhpY8P8OVMrLwvP5qD3TGuoPcwHGa S8tNdurN2APUK3HDMP2nDXKG6rttTAYCJZE7Ghcll+4dGDFzKT+xrlsEKFTVfg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D134011 --- Comment #6 from Graham Perrin --- randy, is this still an issue? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 13:40:23 2021 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 110FF1888544 for ; Sun, 28 Nov 2021 13:40:24 +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 4J28kH524gz3rKb for ; Sun, 28 Nov 2021 13:40:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 893E67AEE for ; Sun, 28 Nov 2021 13:40:23 +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 1ASDeNJQ009818 for ; Sun, 28 Nov 2021 13:40:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASDeNGk009817 for bugs@FreeBSD.org; Sun, 28 Nov 2021 13:40:23 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 260082] sbin/ping fails if WITHOUT_INET and WITHOUT_INET6 are set Date: Sun, 28 Nov 2021 13:40:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bz@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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638106823; 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=+0rs2BnfhLbGziudb3wB5997oG10wJYgjmQzl8SCUqE=; b=k5WhfMzAdwY8YKGXvQtFCIjEnYXGKArYWX8oPKLFyypkBye07NVzbnhsAbA673Kj6/O7yN 0RvkJsDhrQ8mXaL5UlVYu0enhy6F3Ja4Hw37s6EfmXH3NDBAPplp0mUAQrS4XCEYc0yEyl WI/Pdxdl5C9QQ9odHb1d0tRTdhgj3w9CS5SPKLEhImFnXaExWEpnzkkiLmIUAS4izivoDd /ddgoaa0PZS3zIPmt21HveoBAlV55/edHMrhi2xqUHberAHjM7FVtixK3gZ7Xjai1la2ok M3hFi+4REONg2RmuoB1Ws+zZD1uzt9u7HkGj79ByHiuOvvJz9Yr0YvH/dzaDDA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638106823; a=rsa-sha256; cv=none; b=VymwtSHTXylVCg0uT8lR1+1Dikc4dASWJE1pkfFyvCCCHM4aqyGcW3ig71LtaFSPx23bV0 yU+4E5nYrpXQtwRnuGcMlriie8jTxxC7C3Jf4/9hgESlXUtEsySpXPQjFkmjtKCxHRIlld cV76GeYk8be3hAEiyShj1l+mTQ/rGXGnj6S3xbUyuayvGjq4B6E7fzqMQSoseCCb5jk9xW dwCdpTLAQncbGkgFqXiYJK1T1btua8tloaiUgAh8gXlYcOpPOJb5smZ6e7trfIr5VA35RO 32f4CzPvgb5tW1JF6RGldDooNO6SVpRhzVAYj3NRdvZytA6SuA9Gj5tiHpTl2Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260082 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bz@FreeBSD.org --- Comment #1 from Bjoern A. Zeeb --- It should simply not be built them and that is a thing for the upper level makefile. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 14:39:53 2021 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 7555118B6F71 for ; Sun, 28 Nov 2021 14:39:53 +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 4J2B2x1BR1z4dRy for ; Sun, 28 Nov 2021 14:39:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 05D64108C5 for ; Sun, 28 Nov 2021 14:39:53 +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 1ASEdqjC043957 for ; Sun, 28 Nov 2021 14:39:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASEdqIN043956 for bugs@FreeBSD.org; Sun, 28 Nov 2021 14:39:52 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 260083] WITHOUT_BOOT build option appears to include stand, failing on libsa Date: Sun, 28 Nov 2021 14:39:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: clbuisson@orange.fr 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638110393; 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=EpfYHIZbbbzJabihSfb016gPGqpOq1uQFrikwKpwlrM=; b=nBAEj5dzEKTuWqVi3G7wXjZjdMKiYYPY1QDN3ow937IDuW4D9/YhVaEXiniweEtA0wnPbb Kk6d+U0vIdQNYogTlZkfHlwgbZXaeWIosjr4XBVKoi4KGyGtAevQYE4pYA1LF9mnfsy68I +OwwG8fxigeHH+/EYPdZWUhUY+XSR4plGDhs5JNScQzphGP/gksayGYvjBwBGiMvipEUCR D8bmbnLxhN8Dvje3JmDbClFXgRuBfJbWLqfHy0judQBt40Crafd2aH77vKMuW+BMCwWtLK aa1DQJeCCmVg3Rx76HVgaFFEM2oUqUjaeajl4JfKc2F4jGQrhOKZ1V7AQBSQ/A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638110393; a=rsa-sha256; cv=none; b=hgfs5a45TljhadshUdTrzVscTbTW2F3V0SPVBMXFQthzlTKIplkbDaLoMk04xVNfXupKFk lGzAhXacKLnRcLd+G3vozCgjSDdIO/NldTjpbkkXCXSG6lIiiGBcg8aHDKGlp2YD2VVxYH Uoa1aoPRFs8otEmzpCbXicA0z0cIGb17xVLlcU7AKkQ3h2qlibs0FuADobujpacuyNbcI5 NAFxPw2RP0TTdIZNcOmRKwE2f9Cffr2u3f8+2fs9vUUKUQ8xymE1xEKb5gk9xD4EKtYllh RQknbvjjdhIJ1GCwozwEsgiB8G7kcHFwtFbgLnpmxsc6bLZfiM/HKWafxeoZig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260083 clbuisson@orange.fr changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clbuisson@orange.fr --- Comment #3 from clbuisson@orange.fr --- For me, libsa cannot be built with #WITHOUT_BOOT=3DYES WITHOUT_LOADER_GELI=3DYES WITHOUT_LOADER_ZFS=3DYES but the build is successful with #WITHOUT_BOOT=3DYES #WITHOUT_LOADER_GELI=3DYES WITHOUT_LOADER_ZFS=3DYES first found with sources git 5a01dea7e8c9 (2021/09/19) diagnosed with sources git d032cda0d047 (2021.11/12) confirmed with sources git 8ec4c5dae327 (2021/11/21) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 14:57:33 2021 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 F1CCF18A86EB for ; Sun, 28 Nov 2021 14:57:33 +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 4J2BRK4lCMz4kPB for ; Sun, 28 Nov 2021 14:57:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 844DD10F28 for ; Sun, 28 Nov 2021 14:57:33 +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 1ASEvXL4052622 for ; Sun, 28 Nov 2021 14:57:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASEvXh9052621 for bugs@FreeBSD.org; Sun, 28 Nov 2021 14:57:33 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 14:57:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: clbuisson@orange.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638111453; 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=dRYG9hRYE70w3gtiHKATyl/40korfaP4QfItrYJy83w=; b=AEOBCwjDvolAPXxleqCp/kYuI0jOxS42MmGPDhb7HO92iWN63EEgtHWsU0Xn0no9LYgZgF HedprhMXW1z1dX2Suo7UPm539p0y/dGZGN42gSR7jCbpacSlTJDrbnybbg8vdAbiGEG9HF Qweg8iHjlWCEkt68Jnix/r2VIXtfoCctQSmlZq5gEylVTOnh/iFOawnUlAoKLT5LMq8lyS 2UdzVGgTnnYC4FtXy2vqDoLojVNps4nGwZXQnmIemrFHZkH6kFTVr44OzL1MHiW4n5Db51 5zeTJwNbsiJlHgVHfNjSgITvotjjvAbBYkCm2oPaX2rpaBueIvn/e0DEglM2Ng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638111453; a=rsa-sha256; cv=none; b=qwsJiB4Oit5cq2o+A/pSHuxo9gP7gs+XtYsfOtQPgK/7GbqAtABREFN7SOKMXlnCqVZVRT k6JxeylA2aoVpwVTtFVCud/vQczan87mJSR1l8jOe7fsQw0ElwAm+fWWdQmZbnd3QP2Z3B GlncaNaB083OHE8qVMK+yVHq96faBLD6ZS8Ea24bcMkKJtRgQTi+2bCzfu0yPkZEQdMN0t WfyeTgCjjMXsIdhmmwingjfWeNxVajzvfYBbW5P7To80MSqSGxMWKsLzoJDOyipKDIfhzA i5IQHnFLDiYLpY186KKFt7tm6HNq1juATMTYqwiyfbI5KFx9XhNsXVmUD5OuAg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 Bug ID: 260094 Summary: git 9e9c651caceb is too ZFS specific Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: clbuisson@orange.fr --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 15:01:55 2021 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 4E86D18A99AF for ; Sun, 28 Nov 2021 15:01:56 +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 4J2BXM34Wnz4lNg for ; Sun, 28 Nov 2021 15:01:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4ACCD11516 for ; Sun, 28 Nov 2021 15:01:55 +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 1ASF1til057919 for ; Sun, 28 Nov 2021 15:01:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASF1tAH057911 for bugs@FreeBSD.org; Sun, 28 Nov 2021 15:01:55 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 15:01:55 +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: grahamperrin@gmail.com 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638111715; 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=pueX7VmuTmuyAb2y7JikcopHgNMlQ2sh7cw5MKsaHfc=; b=YUkIpCicbQscLKGFULoIkcatyR1tku9EwFgNIMwvmnWjmshUczShw3yuJ3FZIHtsfh4VCm knXhU61DVFcvWl3PYSjy10hVQhnkcb6BfIWyI9+gsJ6bD/bdMD081zzLz3AT/7R46GAGpn 2mCTxoNNK+fyGRYqfSSxonnGWXQvMJDkRxDy8NYBDeBzne6BNNfY/LtPaTyzDzvULbqu22 p0nSgQh9riANRpckKUe2zPV8DHFEvv5oSRd46lzuJOnM77wk/ygofMtbxIFw4u6s3Y8Sz2 dJPrcYNRfOnjFzgB2oGFjdMeHC+YTgF+F9eKbyYfeADxu6ltlhWtZp5YYuAnVA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638111715; a=rsa-sha256; cv=none; b=UYU9Dd6oRiuTDHKhs0954thgAkFv/wT+Kwfbj6LllhkiShmGwYUpVijKczFpESA9mAtQlg G8Slo9QY3VSXKWnwc5feTh63B00FH2voy2AIYP+8LGPfLXcz6pOnbiKbG/36hiH1ZaSdvI c+AVPExupNPHJVlWcOjS6I8Tq54Cu6v29jYZu2ZRglXJIrQU+cYd4WzQsxcZ1MDPMkKsHs rGgyDV612WGm8OMn/uu0jCGlE06o7OiK7MMaKh3w3DJEZd27uANjq60MbMzGhddXuXGVCQ OzwUlHHys0ITYEszMEDq6E8eSB2aYMDgadc0G74+FHEyLROszAoSNycAl5Vx6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 Graham Perrin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |grahamperrin@gmail.com --- Comment #1 from Graham Perrin --- Let's flesh this out.=20 > 9e9c651caceb > cddl: fix missing ZFS library dependencies >=20 > In 9fae47666 zfsd got a libspl dependency to avoid undefined references. > However that workaround did not help external consumers of libzfs_core. >=20 > Fix all missing dependencies lld 13 and the rtld complain about. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 15:08:07 2021 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 BC86818ACC63 for ; Sun, 28 Nov 2021 15:08:07 +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 4J2BgW2Fy9z4ng6 for ; Sun, 28 Nov 2021 15:08:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2E10911591 for ; Sun, 28 Nov 2021 15:08:07 +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 1ASF87cK059948 for ; Sun, 28 Nov 2021 15:08:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASF87Ed059947 for bugs@FreeBSD.org; Sun, 28 Nov 2021 15:08:07 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 15:08:07 +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: clbuisson@orange.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638112087; 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=L52sP4ndW8rBe50ydyCH+nIjFk3Vmd+MQCPJBUqg1yk=; b=Lj94JX7QKLuJx9tDl2Me5JpkJAK9o6sqVXpjYMv3NUR0fIa6SfO5JbHkMchOeSA3X1w2F2 57WoU1IT/xtLf71dXpXhk4zuf74O7chjYeoobSd2dvIAwpxEQYFYLzTakTR0OuaYisB6mU o5VELPH3vTsZ/MtGSQ0EPTer2wj5ltYN+fCgAnbHSSQ+2Ef/GbidOm8MA9fXeAWZGAbuDW 5PjCedeFAbAX/WvQUWAkSEJqvlAsDXl4hqASeTX7Hk0VZs6nB24oSicBT+lgzy+ShweZQA OygNKBCfLgik9KSnvE67ZOaf5p4qCOujn+0vv8vluffkMSA/YXM8LhC0NxMxkg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638112087; a=rsa-sha256; cv=none; b=uFizxZZhc7AS3eswOA18yKEK73xZPXySsaLexC442iKsw0Me1M87Zj1nINDfc1wdP9Kv7y pdkF/eR94ZJ4NaissEZTmCrKpWqN/SNfQImIiFPJx7g8FYF7o1tunjRtSiOHSPw1xzpF+Q E+mllJnCQo3GvqDJdMPuG02yhP6ASWYBsl6/65e6h7HdjJRelv3btsY3nCM2omvJuo7pps vF7TMXJc7AGWq0YwaUF8teDIJ/TGm/w+J8kP3sz88yQVa6Xk0oSjG5UcPX5VHnj/5CzA/O H3foT6qB2WnX5fdMNYl5aE7Q7u5UtewMqrNIX958v3HsWrellavhVrokMRP5cA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 --- Comment #2 from clbuisson@orange.fr --- Created attachment 229765 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229765&action= =3Dedit proposed pach to build without zfs --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 15:13:24 2021 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 351B118B0708 for ; Sun, 28 Nov 2021 15:13:24 +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 4J2Bnb6Lgfz4qcK for ; Sun, 28 Nov 2021 15:13:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B9B0E11561 for ; Sun, 28 Nov 2021 15:13:23 +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 1ASFDNvk063911 for ; Sun, 28 Nov 2021 15:13:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASFDNhd063910 for bugs@FreeBSD.org; Sun, 28 Nov 2021 15:13:23 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 15:13:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: clbuisson@orange.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638112403; 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=ulcoNllTqcJayKew8mUBipeppVPGl3zC3w7FE+2qxr0=; b=l/oiDOHeyFpLf5bdN5opCo74sdnsqStG/1up1psQnWdGUAJpIGUH1Ljquk2OTMylpUfcCj qeKJRtKqGl4QDvU3Bm215cKDkWRj6mw+IrczPKgnlGCzQrpU0h6qG8RwGPXznruABdSVdO 4LlD6fl9sESV4dD8L420+2q9ZvaMIR8JfXcYQ0Q+rWL4HLwzR70nz+/b7pJZcCiCbstawv 68dF4esXSjeJyDCN8lV4pLA+8XLyPLA8T4g/LB2SC9PSsgxaJ5zJ8guhLP2rgmVFRQrGy2 nbCL7Gjj2PwjMPrYZFFlgF3NhLDbptarNqRKvWSB+AyogIzgX9/QnRWCU4K8rg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638112403; a=rsa-sha256; cv=none; b=A/C93yihMYGzeaN9SWdfbjpcxkDsW9tEGt4lUkuLfIIjgCR6Igw05BtKeBp/0QEwLRVUhQ VuBOaHdNeQZlg0LNLZhKCjPeHx3jYT+/Uz2u0Ov1/uXhbWSOKGVOw13LDvskrVg3Hn6gCX 4KGXkYbWvJwIqUuu2fDhm75xK8FmN6L/Khi17b3zCvw9wB1/dbSp2oWqdqkm6dunRmVP+p v6QnaqBTsbS0sUaU0yjgxD0eOal52l+3xLVu9LjgL/Pl3XLEJlviedijwrTDLLNNfRPW4w d+tb/HpGQmwlGqU/b4mmBu80MsJdUNsT2aHjt3OTLxKTv8ha13N+4vlChWibwQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 clbuisson@orange.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kern |misc --- Comment #3 from clbuisson@orange.fr --- Compiling head with #WITHOUT_CDDL=3D WITHOUT_ZFS=3D buildworld is stopped by building shared library libnvpair.so.2 .. ld: error: relocation R_X86_64_PC32 cannot be used against symbol __stderrp; rec ompile with -fPIC >>> defined in /home/obj/home/src/amd64.amd64/tmp/lib/libc.so.7 >>> referenced by assert.c >>> assert.o:(libspl_assertf) in archive /home/obj/home/src/a= md64. amd64/tmp/usr/lib/libspl.a ... but succeed with #WITHOUT_ZFS=3D I traced the problem to git 9e9c651caceb "cddl: fix missing ZFS library dependencies" (2021/11/15) builworld succeeds after applying the attached patch --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 15:17:48 2021 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 BD28F18B2577 for ; Sun, 28 Nov 2021 15:17:49 +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 4J2Bth3lbLz4rq7 for ; Sun, 28 Nov 2021 15:17:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F2F30112BB for ; Sun, 28 Nov 2021 15:17:47 +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 1ASFHlcJ064864 for ; Sun, 28 Nov 2021 15:17:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASFHlBg064863 for bugs@FreeBSD.org; Sun, 28 Nov 2021 15:17:47 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 15:17:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638112668; 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=Cq8WA+MlpFlsmFaEYETLHdYfDBdrcSdJegHMHY/YRSI=; b=tBs/1JNFaGRhdayGCsVtVNf4BN/8t/6NdkECsVnCAKHWI7s/259a8PLycFtb6JG2AzZPbR RhkJl3fOGGLxJVdl+m7OltCoX7a6ukqbcuQBqeyU37Ty+M5BU413btsIgQKYSyGft+i5kI zw9Wh0u6IXZSOtQ7fZqt9oIQykfAFn1wMHIIM1u/1/v0nWeVpFMnCyoKJh7QjFjDOYoSni 5LVMmYRTJ2tAlYJoJJEXzXaxQoOYtiz6ULz65/0TNxOw/xouTjUR+AfT6GA+uQ4Io0y/FA 5JNrpW3ccqgARjfUoXflv2K8lDf2ewo4N7ckU06Jw7ncFqXzEyoRPXGu4Urqig== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638112668; a=rsa-sha256; cv=none; b=QWlWJVp8hRnvAmfBVkjHINvjmHfsdkwYbfJM2dPfS4LYHc0ivf9GBbDP3gd5zjxuRtxYOT xV5d878O8btiX4fgxtCa4htjIheiTM0Lw8HEHoGkwIvLKVGjHTdJ+u5InRrhzO7GOeA6aa 6zH7Hw65aPGnaxtl5MgZMlb6F3gA/52rbKPZPufJw/SOmlcpmG2cd0V5CI+XR/7krhAmvr HivopG5XUguVSWRnmiVPRMbLDZJYAnE11X0/Spmc0O0wxmbGXrXqEqZZe5rWXx2QNd+8He zmj1+P6bgxvKUAriYJlE6M+hVLekjjzxpxQa3bPuZrrblDU1XGEIl9rO/dQ5zA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bz@FreeBSD.org --- Comment #4 from Bjoern A. Zeeb --- wasn't this fixed in=20 https://cgit.freebsd.org/src/commit/Makefile.inc1?id=3D7b3642da21cb4b1c301d= 8c6b6ce0847d19d8a473 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 15:19:43 2021 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 8FFC818B4487 for ; Sun, 28 Nov 2021 15:19:43 +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 4J2Bwv1qXfz4t0l for ; Sun, 28 Nov 2021 15:19:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1B59A115BA for ; Sun, 28 Nov 2021 15:19:43 +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 1ASFJhm1065250 for ; Sun, 28 Nov 2021 15:19:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASFJhU0065249 for bugs@FreeBSD.org; Sun, 28 Nov 2021 15:19:43 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 260094] git 9e9c651caceb is too ZFS specific Date: Sun, 28 Nov 2021 15:19:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bz@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638112783; 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=zuxpM53PJAa7iIOyFJ0XWrZ2ekT6+z3CG05TDK2KqUw=; b=HRanShx+OB/7O7p4JiZxQeT3mZeVv7N+fnqsQfZAKUTDJXqPrpvoF0S67ekypUGF8yXa3c UEh+abq9YR2f7NoC8s8AmAHAYqvLqGLc2zyzBhF/ukMfzp2WLZmkxI1ukM86Nodh4ByxSA M1pHQO24vcUlVJB9va1/cXK9VaZ2/foQNWBNVOfP91Pg98U3HVIUfffbt4U8kGO9P/lDol Uh5FgO2xNTsV1brh8mVXBui3jdf8eHRzupk0f2npx6xf3miifPAgDJFu4tDPjXoQs9B2Om f1XgjjIOJxtpNOyi0jXpdgCJjmcG/eEIPoXCu/L6hnLVYcInhVsWXIALMVdMvA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638112783; a=rsa-sha256; cv=none; b=GLfWyWco9nXutdyducBYlWXtuh/htn4swqUb9W/+atZ9ndH0GD03j9uVS5sGLgeWnTVrm0 HOLXlay6eLKPYEq63T9d2PKi9f/wZY6PWrb37xpdBzO7vREaXy6OfGAc/U0yRL2SoN8QCV tkfFC8S7aj/FJkOW+a5uNETnsMJJF0HWlCUBHaLRnD2kZutglknTpc7tK6zyBHVwLK8O7s ghx9uFKsyV00oAU98tprPykR64YXYgKb3LxiJ4L6N6tzS8jTuJ2cGJ6IdPFazdPWlL+yfi nlWj/fy/dYrAqWADIANPqlKkxchCOYcfJtFqCOopRlq8vWZdnJ9R27ExDs/FsQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260094 Bjoern A. Zeeb changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |markj@FreeBSD.org --- Comment #5 from Bjoern A. Zeeb --- Looking at your patch however I wonder if these libraries are really not ne= eded for anything else and if they are not then someone should probably indeed h= ide them behind more #ifdef. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 17:47:31 2021 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 901B718A8C41 for ; Sun, 28 Nov 2021 17:47:31 +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 4J2GCR2cHdz4g4t for ; Sun, 28 Nov 2021 17:47:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 398841349B for ; Sun, 28 Nov 2021 17:47:31 +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 1ASHlVwq047475 for ; Sun, 28 Nov 2021 17:47:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASHlV0a047474 for bugs@FreeBSD.org; Sun, 28 Nov 2021 17:47:31 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 134011] [hang] swap_pager_getswapspace(4): failed Date: Sun, 28 Nov 2021 17:47:31 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: randy@psg.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638121651; 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=kX4AJ6a5zlWfoRaXn5PvaRNEwQdbLu/JEM29X6s8qVE=; b=QO30L8zYRAUawXpj02D4+1CpXtq68/QfsYY6iTeV/JqjpFyu7vpubfA4nMXzGCqLCJfAM/ 0qbZQI5PIIQo0xx9SLZ9xay2DAg2dN3nJVxVZxt8i0fGtcdXiizmbD8nyuS/HkENIwCGpA uuXoc3uMo9S9JQC8kV144/fHTcUbYa4jjI4YXISN9BVGJGoKo+tR1zo1mwO1vDt07E6XZO 7UafjXAD2IZ6Bb0iW3jJMNT2GvgEUTtbaLAjrPZUh3Dpe5xcGv4dC8lxtvraGeyazG77uP k52oszqElcnhwKVshn4KvUIDgScwp55JkelBJdlACmXbk90b2rLuL47AH3wnoQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638121651; a=rsa-sha256; cv=none; b=kMB6C4lrovGzy6+smOq7pskCv8VTIWCQxjz1kVdc7vHm489dS7KM5jIMjP2IfR//lRfTBc JU2cfxOPV91c+PR9y6thady7oQa0WNT6Xxet4LgRJPgP277AoXsXuMY5oMzoFHGMp6nz8+ oegFozL4pT03uVBa8RqJfASPMnQV2Z6/KiRYneKWjtYb7wTYONe1+ALVLLaGVN46zOWn3p K3R7zcfuwXBVUPuXtKTQG/yKIuxt59iDCykgAuuaWbPWq5UTGw6q8RjPvEPRS6N6vSJCFb Kk0FTmrKcZv9VdSup1ZZ5gJ+ugmFn/nOxbZ7xnqgNG04SueLPox6bqMfKIH93Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D134011 --- Comment #7 from randy@psg.com --- not that i am seeing --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 17:54:30 2021 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 DB50F18AC5D0 for ; Sun, 28 Nov 2021 17:54:30 +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 4J2GMV4h9gz4hcq for ; Sun, 28 Nov 2021 17:54:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8198E136B8 for ; Sun, 28 Nov 2021 17:54:30 +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 1ASHsUg1051437 for ; Sun, 28 Nov 2021 17:54:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASHsU1q051436 for bugs@FreeBSD.org; Sun, 28 Nov 2021 17:54:30 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 260082] sbin/ping fails if WITHOUT_INET and WITHOUT_INET6 are set Date: Sun, 28 Nov 2021 17:54:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emaste@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638122070; 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=A1l4Yf5NqPgUyStq6xvwfG6HuPG7pHaSVwnot22qkJY=; b=i6ihMhMBWN/muBoFmXsAzQWGOGIRpXGtKRr+llzaMTGn2HlYeUo0yUYMVVQSIwvmALNYRt AeS1QDUruyvoqEpnOtJPFVBMIBM1deHPWsEcaAjXndtD3cP1gJJcOypnU3VUf9yW2cDVDE oH7s1t6mZydINsP13QJpAXE7myVzFuUqnOM7f3Ws07nCDJQuTmDnGx/5EY//GptfLVHbIq nQy03qX2nb3tMxfopeo7NNAMJYeGPxr/BBxcvQnf74r72HwBdW2vN7WYdMwRK2y8K9+a9o cB46SPUcWpurFuvZvacBZ4xyrVe4vc4LcNCXaBXJJ/qqPk6qAeUBGIil+dblng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638122070; a=rsa-sha256; cv=none; b=iMW/VR95MITJzA7W23lFUk9QISNLiIwuNflQeZWQc5CqdiWZBm1NS6ZpDvxpcHgIPVkUAw LnQqPOWd3Jn7TtHop2zuc5NakFlCjfX/8rYZIJXO9ACVDfw6NZdlFO7+0zF2t4FqFKtjuh vbkFA78H3DevMxXMp037L1QD4VyDFLi9X5+GDHHG6mDN6WnN/BJhbIrV5dF523PrcbQMqg 8SqWoxD3dgX3uzNoFOfKp6YvZ+ArBFyi9T6/Gb2CB7jAf8d46aAev8HFk0VkpuAp+h/n9M YWV2qFeljd8aVMTnR05dwtYR5+Tc13SiFV/HMiI/Q8exJD7/DMkakCFFGZtp2A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260082 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Assignee|bugs@FreeBSD.org |emaste@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 18:11:46 2021 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 6196C18B62CC for ; Sun, 28 Nov 2021 18:11:47 +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 4J2GlQ6FbPz4pFs for ; Sun, 28 Nov 2021 18:11:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B7A6B13939 for ; Sun, 28 Nov 2021 18:11:46 +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 1ASIBkR0063812 for ; Sun, 28 Nov 2021 18:11:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASIBkpi063811 for bugs@FreeBSD.org; Sun, 28 Nov 2021 18:11:46 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 18:11:46 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vmaffione@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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638123106; 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=suJ3wMcyPHWpQNhL7LpY52T5b3Y1lUus2xRnKEyxwvk=; b=JIislRs5HiarooUr5cg3siWXd6CYHehukfYCXRyvL+LAwbeyiCw4zFr3OJ5cEwbi2XK2Zu wCAE8Jf1ffHqqpZI0b5ROQGmRN0XkFZd5GSoqJ4cN9lrMddw+iKgy+pWFJUBy2yRFLR+K7 oo6JIU7cjcBcwcvwbNQsMSJX/OVO+DwN7dnIpcT+UOITib9CPMkPz6o2XwrBZMYjghHoCs tr2vjFsULFqsUFYvK530rNzp8DzYzVsSH8x8xqkFJwslAKFchS0pLQJs9xSeNacnHnB8UH PIXWs3W1gutGcbUfUCxtMhFsX19A1PM7BMlKIp5LfH6sWh2seLqLMsYyRbDfTQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638123106; a=rsa-sha256; cv=none; b=ix4GAJDIa5Ze7E/XsJVKV0ydjy6ygNMTifk3Zpsdyp1h/VuWeKjSS1gKlhr+NvRU8jeIoG jbUPllQWQNZ9dvWZ1MtzAXJrstCooVGHPhzpj5Ez2b9Y2kV2ulHPl+XkxYZo8hdq3ch3Ff kg8B7rd1KdBW+WNeB/rTTTpUn5E5EaexRe1ocWgYtHZQP9Y3pTEhPFIAoJLLrZqD6hXD0d 52dhjSTtv0sunv1/6rFgep4ResO54nOoaZ4UIxqRJj0OeJGMFyzz+PhCahvtOjHzz7DKiB Crzyk0HimO6BBbOwrtzaHiYHDTLvub5EHGxKcprPomQ8UHKY9MHx4l9/xY73mA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #3 from Vincenzo Maffione --- Created attachment 229767 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229767&action= =3Dedit Patch to fix the issue --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 18:24:23 2021 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 9825118BC940 for ; Sun, 28 Nov 2021 18:24:23 +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 4J2H1z3BXDz4sjJ for ; Sun, 28 Nov 2021 18:24:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4DE571409C for ; Sun, 28 Nov 2021 18:24:23 +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 1ASIONUN070881 for ; Sun, 28 Nov 2021 18:24:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASION9B070880 for bugs@FreeBSD.org; Sun, 28 Nov 2021 18:24:23 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 18:24:23 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vmaffione@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638123863; 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=u3LiF5D0Iy6KHm/8h+ydyZ679a0VC7j73HmTsuXupbI=; b=EHVCD00nuDiVfvUZ8hRybNi0HVS8JuSZJZLxXSudvnm6SMhUeRo0ZAzst/0VCG0qoRXaQ3 HeqISjr2IjhpSkejks1cbKclmfgVWISafUHExaoIXCW5rklzBwp7PecwhhaQ72LRLX4RU0 kDiUWB8ZbMGeicQhfIrGx/OLbm9GaaNquPjoQsoWbnNs8DSKON+4hTkPPQzhZLpK31AZnL g547sm+F/Yam+zOmDPWD9JFn+5cADIBUqGNiEweOhBYlrxxHp8wH5XPp8JrASj03voEn2+ hvjdsWc5dbMQuhYq0kMJDNHU4SE/RQYyS9j1FzUJqXNEow1mpmUF4/T19HAPdw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638123863; a=rsa-sha256; cv=none; b=CvQB3jcN7ighrROLPwAnrLrWqXIwanwpAHGvBFIqZWnL5OYnxX/pyKI0s6gr76lgeyWn2l Au23xliIKLJR070okdCYDuxATT0XcFsHAjjRjqoP1dOElHfWoRrlFXgTPbVpUK2HASLtTF Bm6MOaeYCi07y5ocCV1q/NXc4vBfuOaq/iE9BLjKDxnpggevWH7rty9YF+6IkJ1RLpLWcJ lSTNlN38YTwXljOoJrGB90sVtdBdoXwjzGauTMIdybk1t/ojZbZ1/U75cQ+VA/p8EzLqEh XI1ChVYYyKsSPsWEmlOBNOLCJN5dzVhwcF/WvIrP6rBvMloYZlG2K34fpE4Rag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 Vincenzo Maffione changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Vincenzo Maffione --- I think that after the latest changes, the e1000 drivers (em, lem, igb) are looking at the wrong "capability" bitmaps, and therefore they are basically ignoring your ifconfig commands to disable capabilities (vlanhwtag, rxcsum, ...). In particular, VLAN hw stripping is always done by the device, even if you disable it. This explains why you don't see the VLAN header when using netmap. In the non-netmap case, the stripped VLAN information gets stored in the mbuf metadata, so that the kernel is able to insert that back when passing the packet to tcpdump. In the netmap case, the stripped VLAN information is los= t, because netmap has no space for that kind of metadata. The patch I attached fixes the e1000 drivers so that device capabilities are actually used to configure the device accordingly (i.e., VLAN stripping is disabled in the hardware). The patch also does some cleanup to make the e10= 00 drivers more uniform w.r.t. VLAN/CSUM offload processing. Could you please test the patch for em and igb? The patch is meant for Free= BSD HEAD. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 19:10:42 2021 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 960E218BC52F for ; Sun, 28 Nov 2021 19:10:42 +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 4J2J3Q1YVJz3QRh for ; Sun, 28 Nov 2021 19:10:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 16A29145FA for ; Sun, 28 Nov 2021 19:10:42 +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 1ASJAghh093039 for ; Sun, 28 Nov 2021 19:10:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASJAgP2093038 for bugs@FreeBSD.org; Sun, 28 Nov 2021 19:10:42 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 19:10:42 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638126642; 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=hixw6cbVe9OFYO1PUJbbsEVyvgB8I1CZWqmbTY7Qais=; b=ow0sHNaWN1j87DXwINSO4t+BU1BYAdkIzDptu+BpQug7QmweXcLw7UGhI8oX1jFc/yWB9c pPrJIjmnLa9HP87DvHw5h3vZpR4bfERnzUdjpatxxZq14I9mg9kfM5C4mEi/bX35ZhS7Sp 7hK/b0cxYx2hyezb96QE4e+1YJhlHszUoykm+0Iql2kXx38KWzDIXJP3KdItlqz2ZSvWDS uejUhsKIe+L/vUJIK33sadPRmnduRFVeYUY+DU/X5QlSifNKFaTzNGyRzBmQY65zzYg2Ts Wp2yMhbx8Y9HrXJnxleXdw1yfscIsnqX5Nd0sbfvQ6g6syLUTQzKXN2yMDtBkA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638126642; a=rsa-sha256; cv=none; b=NAkhbp+EF/ti6F4+uaciFbxDdB30r2imOGnbZ/EM3xTofACJML0WGe/yoQlafXL2aeHOaY GWS2M4ktEwpl2BUROzp4DXorf2Fhfnqi/tFEC5tEJ+V3/EKw6lMLo2Z4Tboq4cuf+6sLNz ggucWcqI1T9N6NkkQJ7nd+gZi8ESj6q1gKtQ/hCOpLeBj6DruOoHwh/XAjJ34re+ojcrSm T+Iyyd2d1sByL5OYkxUWfLZGuutfOkfpkxudYlueFo3pZVioHHBD/ekjVrQjg/9LRAxrLc Cy9VDl1p/65en75ojkON+MjAvJfPNPvSuz6k56YNjeqNkZhgnc0pTUWH1f7UtQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #5 from Ozkan KIRIK --- Thank you so much Vincenzo. I'm going to test and report back. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 19:33:23 2021 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 D18B418C6578 for ; Sun, 28 Nov 2021 19:33:23 +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 4J2JYb4Gcrz3nsV for ; Sun, 28 Nov 2021 19:33:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 72F6E15098 for ; Sun, 28 Nov 2021 19:33:23 +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 1ASJXN2a007393 for ; Sun, 28 Nov 2021 19:33:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASJXNAm007392 for bugs@FreeBSD.org; Sun, 28 Nov 2021 19:33:23 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 19:33:23 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638128003; 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=Hi1XcAjkszPwDTHRWd5RDy6eKIuThFtP8r2Lr4WKobk=; b=JXOW+aRFMHvOFqWRev1F7cqWm3RPIhX7YzKuyCXK+ZgUb/xMkJ8u2OOhet+Lqh110wu3Wa 9wNQ0gLGvKdwwOnroF9YBnu8+h62i1J9iiwfU+AZDcovl7ha3tzM1H9SLNfIOtkwc8+i3a WZB6+DXdU8fuUcrHd8mx0vTIm9MzgKuV9PbWa0WBQpOJsujagMWENXE8mYhFRSs9OwBfMf do5qjN46Pa1xlNFai9Lel7A1Z5pnv9GqGOv0KwyzYzh+P2lFH6UcJzfeUIms7g3Z2C9uw2 b1eTisrVZdWHHJE84WkTCuMOHaYkxO/CRuWp5lXveUWNjmXE7SmyoXL7Rnef7A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638128003; a=rsa-sha256; cv=none; b=VQ7inVzBEFBTAuPg/ia5SctXBtdZ1NIz689ZzTgm6tuLgd/GdB6FBr54cA57RE5xIQ/TZA +gmK1Z6ILwjrHB4WmILBOSHZjR7u0ELzRU0GsO1ngd+sExPY5W0l4ewFh2sU0dkCXIuooo O0Smpj5c3GQrYjk4ev3vsbyESrWzt1uD9DQjMgb8g3AO6YrgHkuX8KwIj5QVUKuMtd1ofD qtqXgAWhxiIRohJKFMO9JYLszCAO9P8g0ty4s+/Jp4UZORGGLutTR1Y7q126kN5AJp5spC 2Ogo0MevsJHKkkTMAQya89zESJ35rIuN/i1ScJ7LSNQCiGfHlNiyDrQTf6g5NA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #6 from Ozkan KIRIK --- Patch applied and worked properly on HEAD (main branch). Thank you again! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 19:37:59 2021 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 4F43C18A859B for ; Sun, 28 Nov 2021 19:38:00 +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 4J2Jfv44S8z3q2s for ; Sun, 28 Nov 2021 19:37:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 304321509A for ; Sun, 28 Nov 2021 19:37:59 +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 1ASJbxGT008200 for ; Sun, 28 Nov 2021 19:37:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASJbxUS008199 for bugs@FreeBSD.org; Sun, 28 Nov 2021 19:37:59 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 19:37:59 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638128279; 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=bzEhY7oQcBfsNUyFrKOwjJLz0ofHJ8gdmthPwIaWGH8=; b=vieG1+hhobKWV4c4bqkPh5AqzI0gJYQOHqJVc8RqimIXOUDYjfpFSCoIk1IUZZSnvPmjMD oz/ryItyRfG+lMLqUIc+ZZlt1hKYFddWjYvbckR/nn89tctoWL1g/3N6mfOXAAbeGwyUl5 tAqMo/f7SOC5k+FnsX//ONqswftOd2hNIo7MuhT7obLCjYdQRDvDot7GynC9zgrj8ozSzq IlAhSPD3bK2MKxPxodjyyHFhbuz8EvZxPopltyy/hy8dR5Z6gX0T8KdkwmsED7Gu2aOvMA cE/rnbQruAbx+vIAFbDogvzDZkmF99mDfz4Oyv2HWyZpeq5U67NPc+RAVXj+rQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638128279; a=rsa-sha256; cv=none; b=WeM/TuqBLKCCDHmgNXt7Y6HhiN8zEgcSaZoO+zLX/Fu9YODLZ4VABBePeglKcEPfTDNdEj 4LQ/CdGNwsO/RA5AgosN4dcsYOb0nJo6H+fbbGMsQu6XXr2u+BazQcEm0WvYVFo5aLR05S 1wG+gkKTd2uCPoRqkEE8XUZ2Ns+lfn9iCQ39K6p6VIEHJ6PUkNqWzjgVAh983mDjUiUnen FMBNvC32JWZuEU9qQgyBPWBHixS2bLC04+SseH7AUL0nBOFUS0+IjTQmZqoMwhzZdIgQEV tqpZB8C/sq/g7J7MolDBeA/ZVA07J3fDEA3e24Erufkwq0RIZf1+cY39On6J+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #7 from Ozkan KIRIK --- Patch was tested for em driver. I'll test the igb driver tomorrow. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 19:46:19 2021 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 3537818AE28E for ; Sun, 28 Nov 2021 19:46:20 +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 4J2JrW6j5pz3tjn for ; Sun, 28 Nov 2021 19:46:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B57B514DF7 for ; Sun, 28 Nov 2021 19:46:19 +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 1ASJkJ4Q012680 for ; Sun, 28 Nov 2021 19:46:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASJkJ84012679 for bugs@FreeBSD.org; Sun, 28 Nov 2021 19:46:19 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 260069] vt: selected text not cleared upon screen clear or moved upon scroll up Date: Sun, 28 Nov 2021 19:46:19 +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: 12.2-RELEASE X-Bugzilla-Keywords: vt X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638128780; 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=XdSfboKdYXXR+L1OAjPwtXhwig1RRfjHU3hKs0IuMa8=; b=VyEsrN2O8VNCsNfe8FgIG0/EJNFwVuyOFuFg1DQKf7uuGzV0ekRfQ8rm6x5kbfZnqu9olH +iojSCAJr41VjvqsMlbBNd78g7ahMBXDf6B/+bUcnWKP+HgySqSV79I9NHFpxaEugVxJda Nf3OjkNfrD7/MnsqA8UkmJa+SQpf1E2T0S5B8tGnSjSz6nYrKOeX0scM2JTIAVcVN16Oyi yxtpQSul8EzJAhvMiEIXNmWr9KNURtqD3xOsdaE5bgsaFs3OEwLPzi5QjIc0TjXHwH1CzI uWH1ZmOzB012Eo1zgPAC7xHIMDLbK82SwJf/YfCZ4GL/wfbHqJN3GXYH/PdWFA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638128780; a=rsa-sha256; cv=none; b=uvrnhsEonS1qIYR7xGfJY8YD9D9vsR2DawfeZRfbeHMEYKL75Lm+YrILiWaJCT7K97yORx gIajMAfqm8jRlBTaBzKyXgXAGF9UEVeUzsXw9rve4YPqq0zGzgJcokF20iOzkjCNy0ANq4 Tjy8OLFeqNuE0uRlfm963obqGOofT9jtlFbghpo+vfXDiQz9oiBROeq55bBkJxTIYbAcsJ POKI8RrTNFToe7dKQMLwIGtVwlIiUzEvYV+zec3x1rFZx8+4WImrWNz9W/cb3AzfUA5Mb0 gNKJPxi7PGp1roWMydTLg9U5tVyu6yf4iVS9rYCsdGCR2r7JzCErwTbYjWWE9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260069 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 19:59:47 2021 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 945C318B509D for ; Sun, 28 Nov 2021 19:59:48 +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 4J2K834z7jz4T8M for ; Sun, 28 Nov 2021 19:59:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7D4BF14ECA for ; Sun, 28 Nov 2021 19:59:47 +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 1ASJxlxr019994 for ; Sun, 28 Nov 2021 19:59:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASJxlXX019993 for bugs@FreeBSD.org; Sun, 28 Nov 2021 19:59:47 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 260095] panic when restarting jails service Date: Sun, 28 Nov 2021 19:59:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638129587; 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=fVLAkmAoAYLP+9HzHGZaDrWisiUzNrvc9oHrO/NH4RI=; b=jnF1vk+LgA03OxvxeOSGObjRJjyEUWJcGShQGy2GPu0CmxyDwEQ7arIZHYlx53G3qjC6PU SwNIBypIdcX3pmeR5B5pgiBdoBy5OFlBTWk89hvpUe/E8YN4TEiisCxV75+5nqp0MuqPa5 94BHBJngS8MZHmJdKZX8GKBP9mfeYeWtRuXh/OAlRl4bt6v0jaDU8mPyCtMyHh74jcj68r MuQumtL5eoynUnBRqkLUUJ+1cj8odwLzBjQMwc5HjEpltX3rF/+5a0CAingPsG/Jaljmoa rm1he4JbOsPctqUROiNuSsqm/veexrgstYaaHm7FQU2M/Tn3lVimHreTobHTuw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638129587; a=rsa-sha256; cv=none; b=hv3AKdkw8K3rx7LN698wJNoeRyY67Skvn3ZD7ErTKmLUD/15/u98or9XrFg8eLfmOFsa2v /+esGF2hjgTpYXRdI9daMzbfhzuT5Mo23LoD6o7YlYBCRH7hXp13LDtndsOweWWEd2+lcv YvayDYJZgV/Kb4pKwsVhVLUM+phm7IXE1t5JdNq6eGZnS8NKy3SIZQe95o6Ed2Q+V/DsRS CaJ8Yo1TAnyzofCf8aavbCvycNI9BxXLzlJsNTgaJISDvdNxNki044b4gdJTNn4Bxq05mf NHjqSqfOAnW64355vk045Mok+d1kRZfy7UdSBlhjSBWTLFcAJuHxDzyQThfeFw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 Bug ID: 260095 Summary: panic when restarting jails service Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: timf@puroto.org Created attachment 229768 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229768&action= =3Dedit dmesg output from the bhyve instance I have an 8GB bhyve instance running=20 FreeBSD puroto 13.0-RELEASE-p4 FreeBSD 13.0-RELEASE-p4 #0: Tue Aug 24 07:33= :27 UTC 2021=20=20=20=20 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC= =20 amd64 which panics reliably when I do: # service jails restart The system runs several vtnet jails which have been working fine since Free= BSD 11.x or so. In case it's useful, I've attached recent dmesg output, as well= as my rc.conf and jails.conf I feel like this might be related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234985 but that's just a gut-feeling. The panic looks like: Fatal trap 12: page fault while in kernel mode cpuid =3D 2; apic id =3D 02 fault virtual address =3D 0x440 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff80be7cc2 stack pointer =3D 0x28:0xfffffe00d3013620 frame pointer =3D 0x28:0xfffffe00d30136a0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 9000 (ifconfig) trap number =3D 12 panic: page fault cpuid =3D 2 time =3D 1638128325 KDB: stack backtrace: #0 0xffffffff80c574c5 at kdb_backtrace+0x65 #1 0xffffffff80c09ea1 at vpanic+0x181 #2 0xffffffff80c09d13 at panic+0x43 #3 0xffffffff8108b1b7 at trap_fatal+0x387 #4 0xffffffff8108b20f at trap_pfault+0x4f #5 0xffffffff8108a86d at trap+0x27d #6 0xffffffff81061958 at calltrap+0x8 #7 0xffffffff80d27254 at htable_prefix_free+0xf4 #8 0xffffffff80d26fcd at lltable_prefix_free+0x6d #9 0xffffffff80d9fcd1 at in_scrubprefix+0x281 #10 0xffffffff80d9f46d at in_difaddr_ioctl+0x30d #11 0xffffffff80d9e8bf at in_control+0x5bf #12 0xffffffff80d1f4df at ifioctl+0x55f #13 0xffffffff80c76e6d at kern_ioctl+0x26d #14 0xffffffff80c76b66 at sys_ioctl+0xf6 #15 0xffffffff8108babc at amd64_syscall+0x10c #16 0xffffffff8106227e at fast_syscall_common+0xf8 Uptime: 2m13s Dumping 443 out of 8152 MB: I've tried dropping into the kernel debugger on panic, but haven't been abl= e to get that to work (even with a 'boot -d') and I seem to be unable to inspect= the crash dump: root@puroto:/var/crash # kgdb /boot/kernel/kernel vmcore.0 GNU gdb (GDB) 11.1 [GDB v11.1 for FreeBSD] Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-portbld-freebsd13.0". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /boot/kernel/kernel... (No debugging symbols found in /boot/kernel/kernel) /wrkdirs/usr/ports/devel/gdb/work-py38/gdb-11.1/gdb/thread.c:1345: internal-error: void switch_to_thread(thread_info *): Assertion `thr !=3D N= ULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) n This is a bug, please report it. For instructions, see: . /wrkdirs/usr/ports/devel/gdb/work-py38/gdb-11.1/gdb/thread.c:1345: internal-error: void switch_to_thread(thread_info *): Assertion `thr !=3D N= ULL' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) n Command aborted. (kgdb) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 20:00:23 2021 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 5B67C18B5B0D for ; Sun, 28 Nov 2021 20:00:24 +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 4J2K8l4tQyz4TqT for ; Sun, 28 Nov 2021 20:00:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 816CC154AB for ; Sun, 28 Nov 2021 20:00:23 +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 1ASK0NoZ020813 for ; Sun, 28 Nov 2021 20:00:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASK0NER020812 for bugs@FreeBSD.org; Sun, 28 Nov 2021 20:00:23 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 260095] panic when restarting jails service Date: Sun, 28 Nov 2021 20:00:23 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638129623; 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=4b4s1PIQUVR4hXF/qXw+B6+vU4gM0qwu+/b04Fidj6k=; b=wNLTIJmS590+1e3ZgI649szyEIAYyzowGkeV1gCrbokNcGpan8QKNOAcxmYRpBVES2K0fl PG9BgWl9OR73g3/V7r35OdYn0UUeXcsuLFl5ooBeHT1DCLVwIHiKCk8YeCz9b9YY2qFSzE S1N+OXY2/ppuFQeCYKIy7GqgOghA049NwOAr7uVGaNispbD+ERwgyoSadunnhbu5NJOxl4 zVbY7Xt87MjCNXQw3QdzpilCGEyLZcPnh+P1GQ6i/0lNaYgc5s/ReagBDDYveoqMErXBSQ s27I9Xr9jHGAfGmwkZI0TB4z8RWUNSvXb1AAxt/8EEL/nLSFD1EOx64PgTraJA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638129623; a=rsa-sha256; cv=none; b=QCwo7DXBoVO9ypxbNPWB9mw/z2DtJNW+clsJR37nK864VOSAzJLdBFXlfRjGgCYoX3G7XU /Hv01JUqsw4lz5Cftzk3xyTLf6cyWX8lMs59yJJvvZ+prxI13dO37Ak92TW5ngxwwgaG27 3Vz2v3+0dqp2gc8FymCvM8hHK4mUMOpftoKDPJ+wUMLqbd+9Dkru5WeP4oe61RVz2U/glT 1zFMEXsHVPVgnBql0lOOaYTy0OVmwvrPKyNTvuU/X+Tcn1fmD6C5MgdMXAm2TNv0FXLudz DJsqg9RGrYnhmVZxUgBM8C18gIZU3w6IkrXnZqe9u0tkF2RaX80MHq64Ymz3kQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 --- Comment #1 from Tim Foster --- Created attachment 229769 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229769&action= =3Dedit jail.conf file --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 20:00:45 2021 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 C78A318B5CE1 for ; Sun, 28 Nov 2021 20:00:45 +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 4J2K991dhsz4VFb for ; Sun, 28 Nov 2021 20:00:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E8E9E15347 for ; Sun, 28 Nov 2021 20:00:44 +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 1ASK0ige021693 for ; Sun, 28 Nov 2021 20:00:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASK0iPt021692 for bugs@FreeBSD.org; Sun, 28 Nov 2021 20:00:44 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 260095] panic when restarting jails service Date: Sun, 28 Nov 2021 20:00:45 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638129645; 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=kdPlWNha6KsPK3Tb69fJ6YDNQe5HJ3yjiDr8W2stZsI=; b=rc5Mm8HLuZa7k2zlmw7AtWLH+373DOu8tFBvS8zE789yM2zDsHDP0IFeyA4t7e3iH9Out+ wDNseCBXXXXJ2v1VaJnxxREfepV9situV1Mnib57P6tsZ06d69mCJho33sOXQntecNn4FR aElGNpWxxJZAEPg9mw9Rg9F0FCCFrMsDEVU241gyVKQgoBvYcCrkDGvjokmrKbE8GX73N+ Ix3PmhJby6OYVV05wkgqP9TZOzZRy/n7Jms+tkzkF004C7VLkirgwZkb3dIJU+MAxHOEmH V+W1H11s1AAAMekLDPCorD8+k51FxgWaXmTBz1dxenzp+fcI4t1XBt1h6JYfCg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638129645; a=rsa-sha256; cv=none; b=JqGsalD7OtIN+fKmwq7+bqBBEJlUd++gBDYQ6N/vbzO4d4OKeGAXZZDAGH+hxr+KIG4IDf xGQKRrNNblr3ub8kIz28iZX5vf0qvNw2eHCJJ4tznDh92Zb79uHZvC7+efTYM30j3/K1yf MdDkFAoqWCdzoZaLupEeZwiFloRTszVVlHVF6gdomoPKS/VPzc07svaNkx2FukMKNmvbDf o/qIG3l5G+xBj863/RWRX2bN6l63otqs79r2jLPwKmkB+Na1c8zRVWHrGS08riPRUZbEZp Rv/PbUhdO+QL6diPFLV9Nqm00YDTQyaEUpHpXmkbg0SLvSI3zfwiK6bKpgWdyA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 --- Comment #2 from Tim Foster --- Created attachment 229770 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229770&action= =3Dedit rc.conf file --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 20:07:23 2021 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 85F7B18B98DD for ; Sun, 28 Nov 2021 20:07:23 +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 4J2KJq1Sf9z4YJT for ; Sun, 28 Nov 2021 20:07:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0F7E815700 for ; Sun, 28 Nov 2021 20:07:23 +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 1ASK7M2m024820 for ; Sun, 28 Nov 2021 20:07:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASK7MTI024819 for bugs@FreeBSD.org; Sun, 28 Nov 2021 20:07:22 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 260095] panic when restarting jails service Date: Sun, 28 Nov 2021 20:07:23 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: attachments.mimetype attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638130043; 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=3JJ+2/WtsXPzbFFrMGuqwqvPqrPJSPFayX06VQnmu9I=; b=TyXj+78Ac8YvPG8vxhff7eZkN56SwVM+mJmViaLvJoWiax8ETE4Tryz83K1mTYKj1xgXfC 6tTWuFseMRLXmbuQI6Hh656f9IC63ITPHZy69q3OlF9vk4pS0/W1kqu6PitncUBYmcH93s xkDYVk8o+3hemkUHwPx+eCZhToQuGqaBoLryBCWu0EJcFpcGSeFR+/Kh1jYUVHZNLggAka cmTtnTLkrwchazFh0dBFnGwRhErQN93m3anbMdSbzqPH+Jj2TeX6omvEZMGchyXVoa4H6P /yijWI0He9nJlctRoOIG5GxBcM08QkTXl+/VPVEHl+yhH8lG1+HBp4XnwD5+uA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638130043; a=rsa-sha256; cv=none; b=tOd1l+Zf0baGGP+TwDjfr+PqMbnN5bsv3d0OTi5qrwMls7WvL/RLNljg450KaOfTElGBkL OvXsh6uNbQIJPRRI12CXSnbaVu01fksYsMr5U3dVM3wRs7aGXOo75JbvEGtaNk0jl3iRKW doIHz1D+PaTu9qnEQXA8IPpUD0c7RHH8Dp+tWYT93V5nAoX7DhU+Aja7gWSnlAny8O1ynJ /5XYg3i6mM2D2ZJxLwWhRODG9PJUwuN+Tctgb6p232UdhTPS7ercwHDGZRP3+HncEf1uh0 3kuK5liYmHWnEjzdS3P6PxH5dAD9Iyh9kCvG//iX8M+mEcw6fa1hhSaKkwhWiw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 Tim Foster changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #229771|text/xml |text/plain mime type| | --- Comment #3 from Tim Foster --- Created attachment 229771 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229771&action= =3Dedit bhyve.xml Finally, in case it's relevant 6_puroto.xml is the bhyve configuration from= the TrueNAS Core box that this bhyve instance is running on. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 21:00:28 2021 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 7335D18A8D4D for ; Sun, 28 Nov 2021 21:00:30 +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 4J2LV51HYPz4nZh for ; Sun, 28 Nov 2021 21:00:29 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) 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 EBDAC16215 for ; Sun, 28 Nov 2021 21:00:28 +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 1ASL0Sn8054987 for ; Sun, 28 Nov 2021 21:00:28 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASL0SPr054986 for bugs@FreeBSD.org; Sun, 28 Nov 2021 21:00:28 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202111282100.1ASL0SPr054986@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: bugs@FreeBSD.org Subject: Problem reports for bugs@FreeBSD.org that need special attention Date: Sun, 28 Nov 2021 21:00:28 +0000 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 Content-Type: multipart/alternative; boundary="16381332287.ce6B.53622" Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638133229; 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=u7lw2oqzFa5R0WKsS0jkV6/XsUDeJq3oK6A1W/nWsh8=; b=OZkwXfe9mMsSGdnl7F3WUaz29+gHLMZTfRDKf80Onan3z9gq+jiLiuzCTP5NlwYG8tlsWX jF8UjuHL6N9ubzSWlAovlB70pzMlZL6JADX9Yxo02L92/76bUzaGa8GFMV0oYg2TeFqhHq hg8bVWPboTTwJ7hH1YJTilHdQaEFLPtHFDrJ3ofCpJiIu98hCJ7eP8poP7hNXIVESNvr8E 5uC2UDVYRygtwgDo7XOOfOFId88DqdQ7l25bGD1egOdeBV0ZOQxe4wUIeeH/BDgYO+cttq vzP79jp8/UNKb6gogzN8NQQb6p6jWFDoJVJwbihqXVNS3ls9w0fnWtNWREQoSA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638133229; a=rsa-sha256; cv=none; b=d5hpamEekqo0aoyzFOKOVE/MHYGwS0m5cGKqpjlWxeEszgubvNLt3u8F07bnnAOAmaQ5iI ZqoOSzWZoAOs4oNi6WUFS+IaFh/mjjMBzpG4urjZHHOJXx8FREWP71cC3pHvDsI2b4DHGg TJ4KhQRbAXI3ArjpHZYvOqKLGrrPxYBj9CzoQWD+MB2N+EPqkjfINzZQnhct5MKJRTfAEY AoSxOV8LL03z9MH7DT+r+WjHqNZ8gdG7BTkU22zpdpNxiU0F6Io66pf3Hw36Gz/zGPS7/e l2rKFX/7c6vNWVkHTai9CoePjTnD3uXpxQ6P6FGFjrWChEvKMgcEtRjspBAxAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: Y --16381332287.ce6B.53622 Date: Sun, 28 Nov 2021 21:00:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 197876 | [devfs] an error in devfs leads to data loss and New | 198797 | [PATCH] Added an option to install BSDstats to bs New | 202362 | ntp: restore refclocks selection (10.2-RELEASE re New | 202740 | vi/ex string substitution problem when there is m New | 204097 | witness_initialize() does not perform bound check New | 206336 | [patch] usr.sbin/freebsd-update allow proxy confi New | 209213 | UEFI Loader shows only black screen with Nvidia G New | 210804 | installerconfig - using ZFS create in custom scri New | 223470 | freebsd-update: Cannot identify running kernel (/ New | 230620 | "install -d" issue New | 235085 | [PATCH] Option to make rc.d/sysctl more verbose ( New | 252123 | fetch(3): Fix wrong usage of proxy when request i Open | 177821 | sysctl: Some security.jail nodes are funky, dupli Open | 182466 | [headers] [patch] make self-contained Open | 183618 | [panic] Dell PowerEdge R620 -- PERC H710 Mini (mf Open | 192573 | Add ps(1) option: Print process start time in sec Open | 194925 | [pf] [ifconfig] interface group keywords do not w Open | 197921 | scheduler: Allow non-migratable threads to bind t Open | 206528 | Emulex LPe 16002 FC HBA Not Recognized by oce(4) Open | 206649 | cyapa(4): Add common gestures for Cypress APA I2C Open | 207940 | stand/efi/boot1: Add boot partition selection Open | 212608 | sockstat(1) and lsof(8) can not identity the owne Open | 220246 | syslogd does not send RFC3164-conformant messages Open | 221305 | Mouse cursor loss when moving cursor while loadin Open | 221550 | kern.bootfile returns only /kernel on mips64 (ERL Open | 221854 | makefs: Reject UFS labels that are too long to fi Open | 222632 | connect(2) not available in capability mode Open | 226893 | freebsd-update: Support patchlevel argument for f Open | 231810 | [build] release always fails with "mkimg: partiti Open | 233578 | Unprivileged local user can prevent other users l Open | 233988 | freebsd-update: Improve progress output on termin Open | 236718 | system panics with message: vm_fault_hold: fault Open | 237287 | moused(8) ignores button release events in virtua Open | 237924 | Possible infinite loop in function empty_aux_buff Open | 238183 | cam/scsi/scsi_sa.c: warnings issued by static ana Open | 238486 | Possible buffer overflow bug in sc_allocate_keybo Open | 238550 | Touchpad (via SMBus) not working: Synaptics (SYN1 Open | 238638 | mfi: Remove unnecessary pointer printing in mfi.c Open | 238837 | init: Remove P_SYSTEM flag from PID 1 to allow ea Open | 241697 | i915kms: Kernel panic loading module on custom ke Open | 247132 | Fix build error: use of undeclared identifier 'cp Open | 248352 | mfi(4): Remove RAID map sync functionality Open | 248715 | dhclient: prepend domain-name-servers in dhclient Open | 257149 | CFLAGS not passed to whole build Open | 179832 | manual page of mac_from_text suggests incorrect f 45 problems total for which you should take action. --16381332287.ce6B.53622-- From nobody Sun Nov 28 21:42:43 2021 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 209C618C080A for ; Sun, 28 Nov 2021 21:42:44 +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 4J2MQq58p7z3Nh3 for ; Sun, 28 Nov 2021 21:42:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7F76516D8A for ; Sun, 28 Nov 2021 21:42:43 +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 1ASLghpK079024 for ; Sun, 28 Nov 2021 21:42:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASLghu3079023 for bugs@FreeBSD.org; Sun, 28 Nov 2021 21:42:43 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 260095] panic when restarting jails service Date: Sun, 28 Nov 2021 21:42:43 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638135763; 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=jriSX/DcRMexCBvXFkJxb7aFuoKJYe0Kq2dyJRjtTjo=; b=S8jhWXhTHnYMEgMH8/X79ibRTpA0fg15hZ7X6OWjWAdMB1byiJYyGN2p72ZL9xqZgMq5f2 a1SwSfLLvpWH+f5oarMeIh/aUnAQm0PBvxLJOB+ZEe1RoARkP2f0WDm9pwW4jQdVmDtkbw Uf/Ixpd/6rDMZioCbplcoyZgFrczNQ/bY5vsYTV/NRX8PzedaJrVsLt3LqG/8sZgFbt3yH 60qCvwnaak1Wp8ojGKU7UgOcPVFuv97As7wdHvvaPPCbdratLDZg5HRq2WzyrBkYPPk83B zc+MTklaNifrR73JoFYt12U042xoMaRZCJkXu4laArl6zZNZm5g4tNkk5wJxRA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638135763; a=rsa-sha256; cv=none; b=jo5cwrks+DVSQjo+idhLflz1ovFaGPYruJU6cHzxgVfWqAFCstCDNuaq8QHsceeLb7uQQP Lya4E/7/C5V1BfnmV62ZvrCoMlCbyDd1YHg+kD4NWg7F6TpLVfJknbvcYKmipeZDzXblkC f/P8GBx2jlqos9bGBUg1wsARQd0VL+Q2EDRh95FKgE49Gpt23Fwfgs4F4o9Tz2qy8003zo eQ+B9zGj2IGdN09csWp+1kelAVZVg3ZKjPTyCIJ4B0XIaDVkolA1xEanorMgph28KCBBmt nBVl5aUT45528g0ONQdoH4jYzEh5rJY08Vx9QrqzabtbE/1FCBHE9YVR4V7EpA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 --- Comment #4 from Tim Foster --- The core's now available at https://user.fm/files/v2-7705d4534f707028e76b7f09d507ea5f/vmcore.0.gz (only 34mb compressed, timf@puroto sha1 vmcore.0.gz SHA1 (vmcore.0.gz) =3D 980c622e4a74304138a8b318552fe08a37f01527 ) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 22:14:32 2021 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 38EDB18ADE47 for ; Sun, 28 Nov 2021 22:14:32 +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 4J2N7W6RkSz3n8W for ; Sun, 28 Nov 2021 22:14:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BD36B17043 for ; Sun, 28 Nov 2021 22:14:31 +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 1ASMEVpv099011 for ; Sun, 28 Nov 2021 22:14:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASMEV0G099010 for bugs@FreeBSD.org; Sun, 28 Nov 2021 22:14:31 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 260095] page fault when restarting vnet jails Date: Sun, 28 Nov 2021 22:14:32 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: timf@puroto.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: short_desc 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638137671; 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=i9doegGJgUVGFiBzG4Nler9H2x57f45CJtVcP9V9qhI=; b=JVJ1ajlo1vzdFUCdXuxom/2ykwMztu4YmUaeAE1y4kboTihCs0DnHr7E/bl0hTuyoBdP2K 5EShzK0tabX/ogdzRAW2QRTEoajgkSZ7g69qYdKwr8ZmmUYKXwceecLXo8W7HTQRs/VNvi rThOiewZvJ/DhHzk9RfxReaep3hH5+ITMAQL/pVsKKDBUPtifTRaMURif2CUjJOjZm+1Mx PPxLPjNNL03klPP4ifPhXOzo94xESoje2Sl6itgsr1qcV8vTEEfFF7r8aIhy8mjPX4BXIc VnYauDfO1LsxPYzsar3dzSdw9m5dBeciv40bml7Ictq0s6b2OI5xMX7zQppiJg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638137671; a=rsa-sha256; cv=none; b=qiTW6NxQf7EC8TWKBLHJRrPLRgiyER4pPfJZIUieKqt8hL9IxVw9whc9egt5iKn7l7x4vW 8pJ5tYvf9hay0JxaST8B1LMtYAXnA85pH0cl5KwCmmp0Eq3pJ+UtFPTD+2cY4kcBbL6Mld To32FMlzkHkBKovuPNKpY1DyYutcoCS5YvdwnUPrmc7UCJooByJLMO+rFPMfjCZK7guss6 F58ignEd9xES3TmmP1N9EKMVDdLF8E0Y5yVNhdKkrlfgs1rjv4eDcyU+3tzoNyk+U/+Q4u murPHvi4GB4BjAzF3Ldd5tI/gKFqdIJaAJMKm1XASIoUZo7M5ClBrd2GWnGb9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 Tim Foster changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|panic when restarting jails |page fault when restarting |service |vnet jails --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 22:19:52 2021 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 30B5618B182A for ; Sun, 28 Nov 2021 22:19:52 +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 4J2NFg5z2rz3qCf for ; Sun, 28 Nov 2021 22:19:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AE2C217489 for ; Sun, 28 Nov 2021 22:19:51 +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 1ASMJpaZ099962 for ; Sun, 28 Nov 2021 22:19:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASMJpED099961 for bugs@FreeBSD.org; Sun, 28 Nov 2021 22:19:51 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Sun, 28 Nov 2021 22:19:52 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: vmaffione@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638137991; 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=7NUzLTelBrMWNLdNoYBpubGQbUWN2EFh86S9mB8al7U=; b=JnQf8qvVqcpk+k7qfWON8Ebjirk3AYlXcziYvY8CqcgBsiYUsOhQLke+EMg7LpIswpOYU5 kuBJA+P1HQENcMVlmNXTh62zaPYdp6vjgQLfWYCvElR/V2VBYPiIGqQR5BE+3j/YXo6uCS cSg6xe2p1oC0/ej51hAElYMJa3sjoWJ9OO/CiKCkFsjJ23K4RTbLKLNl/RGbeo1bwvoyMl Mul5y/uIBn21LUKLufLG1FgUI8WCLn7jJt88c7U0VK7NYnbdWDSgvFNKISIasZKleEf22P 4uTmM9a51e7lQRODruQYKq+4u9EWEKl0F21vPTC3KxAVk0z+w2ryFozSdaAcGA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638137991; a=rsa-sha256; cv=none; b=LC4IWeM3+loUaxBvWymyr3Hf1w6XbfOqNuzd71PPAILW4t8yDZs9EsMgcmv0IHMMSvnofC tcBvdL7YicPp4b9Pzn2gBGuyB/RF+EfHQAeXAV49iHujWLaCRfS66meld2Lf0X3TqRc3MY nXmBmBQj+uom+QU46H3vmKMzGIaF9tVUn8/woqhjS1S58zGWDy4nnpbx9GvyPL8JUFeb3k WtQg3RdWsYOaMLe99KviMuvOseEQ34yysm1rwDseE62NR+PXjWbceBiaIuz+1+Q/O1XOjI eFdaMbuV7tMePTp0Tu+Cyuci26sH01r5e4o/Xz4kIB2GLmKw5yNG9S9Jqyajcg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #8 from Vincenzo Maffione --- Thanks. FYI https://reviews.freebsd.org/D33154 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 22:53:22 2021 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 0848F18C08EA for ; Sun, 28 Nov 2021 22:53:23 +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 4J2P0L66nPz4T8q for ; Sun, 28 Nov 2021 22:53:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B35CD17B43 for ; Sun, 28 Nov 2021 22:53:22 +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 1ASMrMiH019189 for ; Sun, 28 Nov 2021 22:53:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASMrM7S019188 for bugs@FreeBSD.org; Sun, 28 Nov 2021 22:53:22 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 260095] page fault when restarting vnet jails: at htable_prefix_free+0xf4 Date: Sun, 28 Nov 2021 22:53:22 +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: 13.0-STABLE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc assigned_to keywords bug_status short_desc flagtypes.name 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638140002; 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=WVvGm4+3WGTFtzLDbsPnDfxlrcwZjLARWNURDd3kv5Q=; b=V2CJ2doDueX5aW+u4p/9Qkxmh8QuTt9XrgytcVn8fIosgi0XT2NW4/UmLCg0D+iOdmhZYy /E/0vQpRkWSM5GmzUnD6PMv0jgGQLFx7bEExp98aRNyrZLHFB0WHeyWvHyvXiCs/lFbAdW HtF0md+8JPg7jXwTH4y7ZuJQYOOEswaZEGDISODIE8T133pPO+TY46HH8wHLjdysRKQhtK IdIxk2LFBui5Ysbt5EJjAUWghSskBIYOTLctYbXv869sp8Z13bn1egTuIJO9YJGIAQ57VX rfcw8juTrxyiWdnCx94NCuV6ZWC6YYApr/7WhAe/aELDjyIKFW1e15HyC82kKA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638140002; a=rsa-sha256; cv=none; b=BUnBdmnIU4mMAnkUYCInmMuD/dX4fSFDF3JUkfdVfUY+VE3E1A3AKxzF0i3B92yCg2CV72 pF4G2IWV7W6ywF8Yn7w9Zmk6i+/k5714sJPTJOTzHundTFaI+ONJdVvu/o5gmvzlGGy6oG xpI41e0JJyk+kbE9BXRF5f/C6/SUUFQbzauOdMzqQ+gmihakweW4ec/uSgdTVyaUQu7Tkh TJV6RYA05noOamJWbkHY0BbUQp+zUKfvIxlq+ugUkNpzM3Mt5sGO+EAXu1UI4bh7+EAJW/ R4Jiv1t04ybNaQHHBBpp7MB4YAe8kX2MKcCK4L6802gfOuNas47/TLnBSGmOXw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260095 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |net@FreeBSD.org Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |crash, needs-qa Status|New |Open Summary|page fault when restarting |page fault when restarting |vnet jails |vnet jails: at | |htable_prefix_free+0xf4 Flags| |maintainer-feedback?(net@Fr | |eeBSD.org) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 23:37:21 2021 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 90FC918B4A19 for ; Sun, 28 Nov 2021 23:37:22 +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 4J2Pz62wgSz4jBQ for ; Sun, 28 Nov 2021 23:37:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 44EA218533 for ; Sun, 28 Nov 2021 23:37:22 +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 1ASNbMhq041160 for ; Sun, 28 Nov 2021 23:37:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASNbMn3041159 for bugs@FreeBSD.org; Sun, 28 Nov 2021 23:37:22 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 246201] fsck: Does not honour /etc/fstab "failok" option (mount does) Date: Sun, 28 Nov 2021 23:37:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: easy, needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? mfc-stable13? mfc-stable12? X-Bugzilla-Changed-Fields: assigned_to see_also short_desc cc flagtypes.name keywords bug_severity bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638142642; 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=tUMQ1U48WDIZ0zwVParYsHdYez5Q2muQlKWeJxuCRyo=; b=fPfnu6H0dCHMNVYmJTpdEUl5Y1KQ2iPvnBF6Y5VvsLkFacXy4wU7zZzB5VPzN0CLE4NUoB XYVQk5w2dxjsyeZUfmiowe9p1Z4/jZKE4xdm+r3wyo8LzZL97/yv0uUrEZypYM4qZv+r+Q 6eaaCkkZ/lz4O1NBY33BRl34bPxETHrnCmHvRvchKFC9lwV3RYmahQL+Hwu7PAs7tgNJVf W+hGRbOrPpY/glfKzFGz8J+2+paIn40NaEtSgjwuYT9eK2ajKaUOJIAKwOrdBNiEGBYpCc /lvsPq2gFf/IaWfEOY8QK0EbBx3sjTcTQaQzUJbZfcxZ7M59KAJBgWB2XJqqDw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638142642; a=rsa-sha256; cv=none; b=SQ1KFdS0/GCPsajoNSDA5rTWfVKwFMOgv0YKiB5/lLdr9rNBkAmLIIyLlSEnxR1QcQz3H5 mQc8aBlGhtX8P1XZJMxdrFy0svZ2zTqz/YxaGcpuVHk6G0ecnhvOeeyj9MHN2pDtKda3Mn uqsTo9mEf2tDYV1zCcH4skBTXkzlMMhrXatfc/PBcMAs28u7iBoVd23W4D7rKteWB4+7KV 0qF+38KWfel6cKvRWQ9VTl8kNglzeYikQbpi7VFfN2hfANKLSV0RA3sUoUuvrJJ17AiODq dBYCgwSOpQow5C1/pFYlVAC1NRawWnHqX7EApwfoaJkHZzuJeej41Mc1Q2tgWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246201 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |fs@FreeBSD.org See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D1= 636 | |68 Summary|/etc/fstab "failok" option |fsck: Does not honour |should apply to fsck as |/etc/fstab "failok" option |well as mount |(mount does) CC| |mckusick@FreeBSD.org, | |rew@FreeBSD.org Flags| |maintainer-feedback?(mckusi | |ck@FreeBSD.org), | |maintainer-feedback?(rew@Fr | |eeBSD.org), mfc-stable13?, | |mfc-stable12? Keywords| |easy, needs-patch Severity|Affects Many People |Affects Some People Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Nov 28 23:42:14 2021 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 588BC18B8791 for ; Sun, 28 Nov 2021 23:42:15 +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 4J2Q4l0VcCz4lsw for ; Sun, 28 Nov 2021 23:42:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E6BB818475 for ; Sun, 28 Nov 2021 23:42:14 +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 1ASNgECJ046674 for ; Sun, 28 Nov 2021 23:42:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ASNgEdP046672 for bugs@FreeBSD.org; Sun, 28 Nov 2021 23:42:14 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 260076] bad slot in client SEQUENCE can crash NFS server Date: Sun, 28 Nov 2021 23:42:14 +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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638142935; 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=jBXLwRwi/bI/rGYF73F5YcXyK7wwzjISwIKL5IgG/2M=; b=QMLyLni+Vet59f9PZRkXcp/MtSu7PAxDTj93OkIZvAMLIekEZ9caelX1IC4A6pFQ/twYRO DAjodeIAPxpLA8pvDphcmiSVxo29f3p2up7pksmXFC/GzVjroFHqyxloUAhTabdvJ0gwKJ 3Ll+n0jXWaLxifr2tNr9mAlTrxrmCsQZ6bMgSlVsTNQp2APzCwaVud4CnT3wCG713KFpyK 4EgcH6J3hOgcCczJShv5gC1XIaSlBS3Liq0zTcnu3xREOWswkJ32VR9hPz7NDbs+66Db0C XAJzXlcU+cYlKBcvM1D5tIyhpIs5XQSd/Hgq13oenCjaPd7sMdUepJ+ZfQCo7Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638142935; a=rsa-sha256; cv=none; b=q4wWhEPg2iQUsXK1a22dVOVQMXrgc4Rmfc+NYO01ZtuLIIQJNE6Pnw4u5upKe7yZCRLqm7 4iOA/X4TmCqoUf2MD+ML7+XZBSVA2J+bl5xQZId7OjmS6wGw1jrguuqeSbbpQjuylAbVO/ sbmTWeh48VO7dt9eMueXMbk8hxWTIo7w/NegLBjIe03VgxdOn6uKwrbBL6GcdiOsXpKu7E o6pwWTabS95wGqjrXePXgszuBNxyqQupKMr+CL4zINTb2PfNu30VRozNuH5JID15di/mZS 3CXSKxJxcvVY/l1zoULODm8T76MbKy5mdwYLSCflo4meGlgIYm94bZ04DcMEcQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260076 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org --- Comment #1 from Rick Macklem --- Created attachment 229772 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229772&action= =3Dedit Don't set ND_HASSEQUNCE for NFSERR_BADSLOT For the NFSERR_BADSLOT failure, do not set ND_HASSEQUENCE because the nd_slotid is not valid. This should avoid the crash. Maybe the reporter can test the patch? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 00:20:56 2021 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 A295518CA9B3 for ; Mon, 29 Nov 2021 00:20:57 +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 4J2QxN33PYz3FcQ for ; Mon, 29 Nov 2021 00:20:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2AB46189D4 for ; Mon, 29 Nov 2021 00:20:56 +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 1AT0Ku6f068379 for ; Mon, 29 Nov 2021 00:20:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT0KuDh068371 for bugs@FreeBSD.org; Mon, 29 Nov 2021 00:20:56 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 260096] ZFS edonr added with code comment still saying it is not available. Date: Mon, 29 Nov 2021 00:20:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mirror176@hotmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638145256; 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=tc/o9aEbtsqEevozoJU/k9H63Fab4BASOheGuJOiC8Q=; b=aSo8d2A9f9jnLjNgWFq3A9AWy198iT1soAwjKPTQdEgUiiRpLMNfnoBwzgyGLB2WvCrqn5 duLCIwFpe1iztbs8KAAk+JeuOWJtz3h9JiZEK7S2I3Yx/ojR1gjXeXQt8XjBU3yoGmyoK8 RzYo66X2zLO1SDo9kBWoafNDWwPvFeE+YoH8pTAsn9d/w1pnj558Hmiz0Ij54N31wswAoq ZRJQ+J4q91py+7hd4wzbOQz+pERcRMYuBV+5wdQd2dmsjbcOeOqsNh7w/ccmUvk+U97QCM LMofMZfNACLdawiODZ6bHAuNnwn5s1pylMys/FMd4EigRfSnTVo1frH8fyOjmg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638145256; a=rsa-sha256; cv=none; b=gIoPmnVLRyyzM1TnvwTx8+Z8rpQFeATOzSH6b8gjsHhW2IcErzLpVHCW2lW4gzBMEeOG3k k8FvNXHdeJPTRJ8NgSa+23VyBia5qLrKvMggcqY9jyoqRV3ynGMfhaqsk8bhEUWOwKyj0X vLk/tMZUkHoBw8WqWre+iV7HazhcCk/ej/iSPjECK3AvwesVSubP6gqqQqWzj8zta4Fwh4 ngD9Q2Zl8ARl+PitoM41e3/D28xss79uHw9lD6uoYKHoYYVRJXFo9xDZa1ETfFcOzflTBN SGf9UiKqz0gD+B5tX1vSeoLyOXVEgER9NLaF++FzL2kPcTmMIJuekanoBUCJiQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260096 Bug ID: 260096 Summary: ZFS edonr added with code comment still saying it is not available. Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: mirror176@hotmail.com https://cgit.freebsd.org/src/commit/?h=3Dvendor/openzfs/master&id=3D269b5da= dcfd1d5732cf763dddcd46009a332eae4 shows a commit to enable edonr for FreeBSD. https://cgit.freebsd.org/src/diff/module/zcommon/zfeature_common.c?h=3Dvend= or/openzfs/master&id=3D269b5dadcfd1d5732cf763dddcd46009a332eae4 shows the change for reporting feature availability to no longer report edo= nr as not available but the comment displayed in the diff above that change st= ill mentions the feature's previous unavailable state. This seems to be the case for what I also saw browsing https://github.com/openzfs/zfs/blob/master/module/zcommon/zfeature_common.c --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 01:50:27 2021 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 179E618AFEC5 for ; Mon, 29 Nov 2021 01:50:28 +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 4J2Swg5vxXz4T09 for ; Mon, 29 Nov 2021 01:50:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A07061A081 for ; Mon, 29 Nov 2021 01:50:27 +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 1AT1oRkd015603 for ; Mon, 29 Nov 2021 01:50:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT1oRE8015602 for bugs@FreeBSD.org; Mon, 29 Nov 2021 01:50:27 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 260006] Compressed user core files with large segments are truncated Date: Mon, 29 Nov 2021 01:50:27 +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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: chris_horneck@dell.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638150627; 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=8IAiN2Kfz0x06tctK5G2QaA+Jpry3NCAdrqK+aYc0bc=; b=ya9gMjoDjdiN/2RyVJnlT2/vNQV7d+JwAuIhdREnd0zs5C5o6DsQ0KbCGKLigmvA1QaUF0 I5ABVeJ7wZZecVWNkBx9wTA7QYyLjef1i1iAvyCoI2x1hpeYFj+RJwmMblhj56iD1CE0Xq d12VkaAlHb/M8wX9Sa9ZJ2v995T1W8ep+717nL/O34Z657OmonBd9bPv+pqa85vkUM+3cy 3Kewbc9SlW3vDSlazIqMt613pkS59kRzGG4FUgwkmwG9xAgn1btXURL17XXadPFUhnD86g rEQXMuP7j/FN4ZWIRforbZ5o8KtRDumFANnbfU1QKHjreSclPs5vGpI9PkMzPg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638150627; a=rsa-sha256; cv=none; b=YLfdPrC3IqrcTif+PioJ3ZxK9AoEbGbldu9CLmpGEuyUuQIyVViKpLZz3NXIM5viW7aQ/u j3sDdqvfod+Zc1VBUAy3YtfKfylQv8904NJjtgIwQ4axiQOJkEKgC4xOdPShFm+/OYCvxQ nA2S8DWQXoGzqLNEjEOxl3MD8XY7Kf7kHlcfyMTjSgGZWzgVhj4VZr9JTqxMSgOR6pxeZG RAr545daaRH5Rtdq1gE/19LTHafnL6JWfZexhAlsXrimdYPXndrEPpn5fC33E5Cih18XPH AV5LO7RoVXRJP/thL8lKBCUAKKd6absqXn2uGloRIkYNAlVjcQwid13bvdnUSA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 --- Comment #2 from chorneck --- Sorry for the duplicate. I guess I only checked the release branches and not the main branch. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 02:16:32 2021 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 AA1BC18BB00A for ; Mon, 29 Nov 2021 02:16:32 +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 4J2TVm2xgNz4bdY for ; Mon, 29 Nov 2021 02:16:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 417CD1A342 for ; Mon, 29 Nov 2021 02:16:32 +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 1AT2GWts033609 for ; Mon, 29 Nov 2021 02:16:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT2GWO0033608 for bugs@FreeBSD.org; Mon, 29 Nov 2021 02:16:32 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 260097] MFC WITHOUT_CXX fix Date: Mon, 29 Nov 2021 02:16:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638152192; 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=FTy0PaV3Vs5pjhVVY5q9GLFHNOyUupSOO1xz3ImWGVw=; b=dvlvF+zMxPJOswfVURwe0V1TapJFMiyYNT7xNHOPJ0NP2hDrgJiimpD67xTSPe6ZLTDY2r aquJ3TyvCjwqVU0Zs+5heWwrPda5GZ6RioSMrDYWLCQsf24uu5yYmZnoQF0bgkGaN31aL3 x0UbExtLkdfqnupHbojBCzAdTCM7zXv/6Gu1+87GDgX3eypI0wb0lXqr5OQaKkHsqQiP5n BvUT9ysIDfMv3KCAY35hk0adsnyOcLiBdMY2SjPZpjaEryxz6T+xRvTLxApe231kcDPYMZ oxCoM4ppm92ryB68daHESSRNfy2MeI4IySKdV06CqpKRxcA9AwbWV85PLmz8Tg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638152192; a=rsa-sha256; cv=none; b=pYrrWFCU+6upqPPZrDrWYHK0PqPaec/+n8D9rmmiOkzKbmUpqx471ks3zfTUokiYsfJwFt CCQkmpLflON0hShEn+dRP4A+4Df3xgKHD/zHCExgqIpKluBgbjfPAQO2KBIJJukII13f8A zP/zqk/HUjoVCeKkWi2UiBUi/KdkBHvtjz0EWj1NRVB4MPkGEH1hhRvhcsVZPqEbTFbYmq g8cDD06Qb/5R6PWJyW0vy/FAky7n7XoTgkSgOZc/1AdXmwKbRSKgOzIFXqVzf5BBbhApsu aNFtrzUFTpvi/dLbu0bIX3EzRmISc7a2zZ7WlusHaOnWIFC3o3P0WiUKJfeWig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260097 Bug ID: 260097 Summary: MFC WITHOUT_CXX fix Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org This fix applied to 14-CURRENT also applies to 13.0-STABLE as of the 2021-1= 1-24 snapshot and fixes the WITHOUT_CXX build option: https://freshbsd.org/freebsd/src/commit/ad09e2c8cfbc2cf6f2b8826c121d6de8b3b= fe96d lib/Makefile +# The libraries under libclang_rt can only be built by clang and when we enable -# sense to build when clang is enabled at all. Furthermore, they can only= be=20 +# C++ support. Furthermore, they can only be built for certain architectures. -# built for certain architectures. +.if ${COMPILER_TYPE} =3D=3D "clang" && ${MK_CXX} !=3D "no" && \ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 02:19:09 2021 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 5892318BB2B4 for ; Mon, 29 Nov 2021 02:19:10 +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 4J2TYp1L1Kz4c9K for ; Mon, 29 Nov 2021 02:19:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0DFFB1A6D8 for ; Mon, 29 Nov 2021 02:19:10 +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 1AT2JATP034151 for ; Mon, 29 Nov 2021 02:19:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT2J9OA034150 for bugs@FreeBSD.org; Mon, 29 Nov 2021 02:19:09 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 259071] Read past EoF in NFS client and fusefs Date: Mon, 29 Nov 2021 02:19:09 +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 Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638152350; 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=ZFBcxeAsQnvYC8f4/uj3sHM8NcxjuLq3HxDJCIjCufU=; b=yhbcx3qnrgkFXVTK5u8YZVETYY6CDAazO0Ysuak+bDChgbNb/CKKxbYpAZFbYuJt7qQz1M YsyJo8hWuNRWCaqiB2Fbs1gHyqH4o//lp5jE+tFCdGCh8L50v7DYqsAIL+d5l9gySFAUub CuBydT+Tpf+vtOuNSftx9zNxpIRRM/MtwucLCZE/YPjlcu6bOKCKsIGq1qCRjZe3UsiZ9e v3bHg9VGTgYnkjbogkoZuWSysSssMEl3Mo+hwFjx8V6FPNOzkcoSBkOOEJIDBeQL9YqCat w83PnKvcazxtU6vGoG7jQG1PwgUpr8b++AXhnK/LxHYSMb86ubpov1gtfWnCxA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638152350; a=rsa-sha256; cv=none; b=FBORfqY+kY4/Z+GRZEHEugmZhzdh3H5osWtqniL7ou4Yv7245cykHEDXqDtOj3NKfPh88S Xg7pbXkggYvgOvk4aWQxsODfbAZI6lsBNrC//uj2yT4Q0NRVz1pMUzesw5P+iZcIhmVcHE f5zxuHn44b/K0u9QIHgUhirwE8j4mOKwbzDFp8b+pAk8TGDatkZ0nuTZf18yLccVrmIFEP 9ZuvtgAZne8Y4LkNW1O5tZUa7tleFZjSlYGcah8+cLOR+5Ln4FY5I9QyimtQVwgFNT49v3 HjJb8S+W2vj33xgLhc5sysKkiTo4qZmABDP9ZOJS35FH2KRKL6inbTl3XnpmqA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259071 --- Comment #21 from Alan Somers --- A fix for fusefs is under review here: https://reviews.freebsd.org/D33158 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 02:28:40 2021 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 6C08918C1346 for ; Mon, 29 Nov 2021 02:28:40 +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 4J2Tml6yh3z4gLt for ; Mon, 29 Nov 2021 02:28:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CFE391A5AD for ; Mon, 29 Nov 2021 02:28:39 +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 1AT2Sdtt038376 for ; Mon, 29 Nov 2021 02:28:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT2Sdkm038375 for bugs@FreeBSD.org; Mon, 29 Nov 2021 02:28:39 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 260098] usr.sbin/syslogd ld: error: undefined symbol: iovlist_truncate WITHOUT_ build options Date: Mon, 29 Nov 2021 02:28:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638152920; 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=spUHLOMNpy1ZoGQ7LHAVOl1UWzgSYCx8MHOXoaby6KU=; b=Onu4v4Oe/A5fj5KF9EqEGqPsTmDoEUb0RJkoFHLxYxh9a7DWDpaH92xv5FIHdXcR01mNnW zV4k5XN6qrZSGdkgDSjFyadsM70VKPM2nEns6SxyQKun6S8m2HM56UwYC5BZ4XC+HFbLIH HJKDJbhNGsIcgvpWDuDl/B7IW/mZGQamCer1UJ7zArKAN6EANWLj9ZKBs/t6y/ACM7UBd4 SGNXCr8vdRFYmXYZgkAyvenRyMp5kq81tKYp5/9nm4khabp6j8aKJgaY9ni5kB59p7K8pG bi1tWE6rGlagTtErc/3cdk4fJXodFGUa/4xN0xfcEruwcHPfswB5K3OVH8IL8A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638152920; a=rsa-sha256; cv=none; b=MxPO7e22rIrRivwSFDyFqp3iDmN4pnSuXS5jLjUUbvfHAoC5GcZRJNvN1zLjNI6eCUhfge Nd1pbXKrHfUNFBIcTZVUTj1ckk1NC82QXcBs4VBnWCYBiRn/NpT+XxH9ZEDj+rHWlEeOin CikskSwZ9mbJcrEo1xgLbUa1H3HeH96V+OqtJgfEt8IPAQySXlPr/IXWywMxIOR5yeaRlv /HE2/w5AuXJo4YKSMKylo1aNW7pWFx3Kxa20KdSu949ItCSYu29luRvTGUJgRnLqKkpM3v Ia0rUO0HOnIL0YT3TATC+co/weTUk+D3FUMGwChRFr8tse12TKYdHJw79QI3cw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260098 Bug ID: 260098 Summary: usr.sbin/syslogd ld: error: undefined symbol: iovlist_truncate WITHOUT_ build options Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org If specifying all WITHOUT_* build options in src.conf with the exception of WITHOUT_AUTO_OBJ WITHOUT_UNIFIED_OBJDIR WITHOUT_INSTALLLIB, usr.sbin/syslogd fails with the following message on the 2021-11-24 13.0-STABLE snapshot, bu= ilt on 13.0-RELEASE: ... --- all_subdir_usr.bin --- --- all_subdir_usr.bin/systat --- --- fetch.o --- cc -target x86_64-unknown-freebsd13.0 --sysroot=3D/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -DNDEB= UG -M D -MF.depend.fetch.o -MTfetch.o -std=3Dgnu99 -Wno-format-zero-length -nobuiltinin c -idirafter /usr/lib/clang/11.0.1/include -Qunused-arguments -c /usr/src/usr. bin/systat/fetch.c -o fetch.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/syslogd --- ld: error: undefined symbol: iovlist_truncate >>> referenced by syslogd.c >>> syslogd.o:(fprintlog_write) --- all_subdir_usr.bin --- ... I do not know enough about ld to know where to start but I am happy to run = any desired tests such as suspect build options. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 02:44:55 2021 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 CA4AF18C75F3 for ; Mon, 29 Nov 2021 02:44:55 +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 4J2V7W2dPHz4kqh for ; Mon, 29 Nov 2021 02:44:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3B5601A956 for ; Mon, 29 Nov 2021 02:44:55 +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 1AT2it7K048935 for ; Mon, 29 Nov 2021 02:44:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT2it8w048934 for bugs@FreeBSD.org; Mon, 29 Nov 2021 02:44:55 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 260098] usr.sbin/syslogd ld: error: undefined symbol: iovlist_truncate WITHOUT_ build options Date: Mon, 29 Nov 2021 02:44:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638153895; 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=qb3blZOJTHN6UF4eN+vhSid2LwDjxOzkAplm7HeEzoE=; b=nVpDQww6mG6Yk8PWwi6LeAigpgll2SDVCmPjCrFZ+uydz+/52im4c8G2JFcvT7V0UKE01C aoGeC1N/+TmBM4sonSURxSlEQ6FA3LdDN7tUlcJ12tWdPScmdgmO4CF28snttkNdhyVuT5 upx9+c1t9sUKs5s68PLYtyrnySpZXFOkX6K2Avp3JpsMR3NAG3JsxNaY99xHuKE2BSaThd Ets4yQ7JG1zTDaapVVpowK5FwQB1WyJM5nMVDZq71X3Osqy3OzV4gL30YxAms92MlW0uOu MiRMaoSQGY7cj3c1YL7JdAcy2QLQcqstTX/BtD73ccGD5WzMKTJave8tge52LA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638153895; a=rsa-sha256; cv=none; b=ijUs2IWFaQ3BHOf/mvwvN/KgYNtI+M9o3/v4HR1WEwHEPWtBvP2lOn1TyNF9VDoR8ad0Dp 4H5LW1ks6H+4xvWGXPfjFnK3Vs4v/tSY7CZy4Te+MgRclbPts6MzITdkHps5PhKboTEjDR Uj6s9mgNoywFg+yEIq58pSTLi2KhapWT5yF2XQa5pK66dvSwLzsfaUtglyWhlHdzVevGkC ENn75HrAH/MXcP0TTFFXa5mVGjNN1ie72fLzwcCpzdGb+hrOSFqqb0S/sxlLPcmDC7OPrA pcLAFXa4KhjvzU9qbPHj8nUs0o0BRx/D5WtVnjvMM72ImO+wVpxV1Qc6xQTTjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260098 --- Comment #1 from Michael Dexter --- Created attachment 229773 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229773&action= =3Dedit Extended but not complete build output Adding build log output --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 02:58:26 2021 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 3BFFB18CD704 for ; Mon, 29 Nov 2021 02:58:26 +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 4J2VR604Lwz4pFN for ; Mon, 29 Nov 2021 02:58:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D2A1F1AB6E for ; Mon, 29 Nov 2021 02:58:25 +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 1AT2wPtQ054158 for ; Mon, 29 Nov 2021 02:58:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AT2wP9l054157 for bugs@FreeBSD.org; Mon, 29 Nov 2021 02:58:25 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 255745] resume on T490 Thinkpad often broken after upgrade 12 -> 13 Date: Mon, 29 Nov 2021 02:58:26 +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: 13.0-STABLE X-Bugzilla-Keywords: needs-qa, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: phalange@komputermatrix.com X-Bugzilla-Status: Open 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638154706; 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=WvnfAVj8N4q7w7sBWo6VR++dBU4K2kPvAR5P6vsmzP8=; b=QJOXVCV4YiPBDV1guxXkM0ovOwAuj/KR9sdl8WXWqDxZpbGNwIvL55IWL60j3usdCpA783 +2U9pM1Tsuz5EsqjjKmXfZcYFCRm22UfnOE2JEGKAwmYDQLMB9m2P/ZMTcBkGO9Xfzq9ns Sr4hsZdFFFvxDqt3uea3i9yDe2yKJDkxSbeP704hlmDSMSMrDz4pTizeCgRFkOxT/36hhV Bf71FCi99PItK9J3hgoquG2zMhvBUi4xi7rcOrC+R9HKZFXhCIxTJTlh0H/PuOEjD27IWT Hq7jWEKLsZ8kfbT5bXVPwpBHo86nDgVZFY4xTVEvaVxCf90jBsw8cEyWkw4Xbg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638154706; a=rsa-sha256; cv=none; b=qhWl3NrMZjcqzIHn4Qt344u7JnmoTk6y6AztLF8BtmKglyn7Ka4Ebm4zP9AlDMR7S6JOKj qB2/1ln4LpsYDYafOl2H5Cy2AkzYOGdLOuA/N+3hNszHQO61LHBi/K3HboudoCIx7ECX4N FugJDAH49sEBfAYWIOWnjq7k5tAwVEVyfWdEvz4sKMfJqZ+OSIwDkozTOyJO3nOKvmN8Xy xBGgGJY8Q00sZDhfkf+CnPDYYoTUPZCYjqEZeHO4ernHt/ewKiu3qnqtYFge6IVA3tLtsz zkM31xlYKEZhWeQC4NpFXXo5buLJcGB2/SSo9d6ePndMPnhED68h3JmTXyr9kw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255745 Andrew Payne changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phalange@komputermatrix.com --- Comment #27 from Andrew Payne --- I upgraded to v13 several months back and found this bug affected the 430s = and 470s models too. Yesterday I wiped the 430s and installed v13 clean, updated base install, and the bug persists. Adding hw.usb.no_suspend_wait=3D1 DOES = allow the system to enter S3, but resuming produces a crash. This is true with or without xorg running (tested xfce4 and i3). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 10:11:20 2021 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 6AF5818C0023 for ; Mon, 29 Nov 2021 10:11:20 +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 4J2h2c0kC6z4pLt for ; Mon, 29 Nov 2021 10:11:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EDC9D20B16 for ; Mon, 29 Nov 2021 10:11:19 +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 1ATABJE7092329 for ; Mon, 29 Nov 2021 10:11:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATABJFc092328 for bugs@FreeBSD.org; Mon, 29 Nov 2021 10:11:19 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 260068] e1000 & igb in netmap mode removes VLAN headers Date: Mon, 29 Nov 2021 10:11:20 +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: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ozkan.kirik@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638180680; 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=qFz+La59YEE7Yxr2lKUW8TOnIrUn+s1Z/2/Q2v2v2xM=; b=NLVCrhhPGdbD/BWELlMY3hE3ygbBqDttFDvmSzj75pfRpjQpOnc0Y/y7ixVIHZKiu12BSh Hyef+i1rJLB9s/ZmbeBD/oKkGl+7Z49kkh7G3n/GKGADfjjI0DsctC4PY7uAP8YEGjY4Xh sNA6ZhZSyrwdg1YRwNFZo87qT9lhqLK4RcVmWuEeoIlBIOTjiBvAAxFgiE8wkJXE3Nceia Gxg8vFvOW8wJZcxY6ZFDacXFPj+BnK6uIvdi3ia+SRQEqzZtmyk5FiLs7eFaibc0yb2QUF Afyv7/w7CbwFgwgfiK2q2K+CKXAppbBGPo7om/5Uzlbfai7IOGvmKBD2lSR7Ng== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638180680; a=rsa-sha256; cv=none; b=vNW3LiDejMu4En0NiQjsNW3U6el+DiBeQX9dskZgNUst4Jefent9MhxZCPdxpm9XT2C0M9 hOVG2CUrucfQgS+kyYW2CFxYelvDi4tX5+TD5sofXIxN5i3PWuVKU9ltCLyfuh/m5mTzLS LORYn+JLUplobiQN3O+5k0HQ3xxznamHq1aWmv4a5dpKDtA6YhMWwbfdic0lt1nWCcPoNn ihY/SQrLH1KvJMFBBadPpv1PfJEcV/GHkBnnPROb1kCs0RUrUPl/+usvn7hz4DK7UYhACP xSYnIb0787/tjgaB/SXokDq9Bu1qcsLlNFWv3wZe/+Aj7I0zWjDEMCYMg34jXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260068 --- Comment #9 from Ozkan KIRIK --- Tests on igb (Intel i350) also successful. Thank you again. I applied the patches to stable/12 also. It works on both main and stable/12 branch properly. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 11:18:59 2021 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 4F47C18BFFC1 for ; Mon, 29 Nov 2021 11:18:59 +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 4J2jXg02Rkz3Qlk for ; Mon, 29 Nov 2021 11:18:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D528621839 for ; Mon, 29 Nov 2021 11:18:58 +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 1ATBIwvX029657 for ; Mon, 29 Nov 2021 11:18:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATBIw49029655 for bugs@FreeBSD.org; Mon, 29 Nov 2021 11:18:58 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 260111] NFS v4 server crash due to ACL handling Date: Mon, 29 Nov 2021 11:18:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638184739; 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=cdZhJt1a9ACJzyOY1TxYihNuw4dznxYLwP+q/dXtmU0=; b=cpg8dQXIxXVWtKQUSsj2pi29JaFHJFR4sp0eoPpp0LoxRLvE2l8icCtAHJjwlteKijiqif o/j48cuweE3NzRwNAfeZew/4fon1nCzPE96LshTb+4/i3hQ/UwfAPv6r9672TJTj1euzew 4ra7MNWZwy4/MX+QQUoK6GjjOXIiP24KkWFPq5HiM36iWgj5YtrDf5mJvJ3aX9nBNcH+iv mCQNHG5J+ap/c4q4pULj3eUh5HO1qadjJ42HrkvsFqoP/PiNPHBnaTXaglfjOly9a4zNv6 bAfJEAtJB3ZXV7QURClOPgFVLwSrcTWgtaHofNafhEACdxXyJPl4tE7ZA/szxA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638184739; a=rsa-sha256; cv=none; b=a/YC1yJBvejQghsW4zxoscEcyApKC0w4oHTRZQhvj0PtprfaNw0a0fHDidIIqbsGpahaGz Y53Bje1w5DUCG5VRjVSMrI2PeLN5R3rXEGg8Fb3ttRuc6McaLRXhykIdlMUByxqqTi/k/W ZUmy5xEr7qeJiwx7zu577/6hCWlhECI5m7+caXsR4kig/D4+oa1NdZ8/3BCV5wgFrXGDKK GPxV8kbrL7KVXpDmp3eQWpnMpwsKNCXXlgaiVU2CnxZvtghu6zyVY1CfoTqqh8o8reA7pP 4zMuCfJHKlDqXSvW/owkq/xBdAQQcpDaEnTeFSzRfU5pCHs9sZa7dCrq96p2xw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260111 Bug ID: 260111 Summary: NFS v4 server crash due to ACL handling Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229786 text/plain mime type: Created attachment 229786 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229786&action= =3Dedit Crash in NFS server's nfsm_advance() due to bad ACL attr. nfsrv_dissectacl() doesn't set *aclsizep if nfsrv_skipace() returns an error. But there are paths through the NFSATTRBIT_ACL code in nfsv4_loadattr() in which attrsum +=3D cnt despite nfsrv_dissectacl() returning an error -- in which case cnt is never initialized or contains junk from a previous attribute. As a result attrsum can end up negative, so that nfsv4_loadattr() calls nfsm_advance() at the end even though maybe it shouldn't. Further, when nfsv4_loadattr() is called due to a client's VERIFY, and the VERIFY contains an ACL attribute to compare, but the file has no ACL, nfsrv_dissectacl() calls nfsrv_skipace(). nfsrv_skipace() skips forward in the query by the client-supplied length of the "who" string. If client specifies a huge length, nfsrv_skipace()'s call to nfsm_advance() will leave nd->nd_md =3D=3D 0. Then the call to nfsm_advance() at the end of of nfsv4_loadattr() will crash when it tries to use nd->nd_md. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #109 main-n250904-c4c468281fb6-dirty: Sun Nov 28 06:24:00 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_7.c # ./a.out ... panic: Fatal page fault at 0xffffffc0002107a6: 0x00000000000010 cpuid =3D 0 time =3D 1638181422 KDB: stack backtrace: db_trace_self() at db_trace_self db_trace_self_wrapper() at db_trace_self_wrapper+0x38 kdb_backtrace() at kdb_backtrace+0x2c vpanic() at vpanic+0x154 panic() at panic+0x2a page_fault_handler() at page_fault_handler+0x1ee do_trap_supervisor() at do_trap_supervisor+0x76 cpu_exception_handler_supervisor() at cpu_exception_handler_supervisor+0x70 --- exception 13, tval =3D 0x10 nfsv4_loadattr() at nfsv4_loadattr+0x3efe nfsrvd_verify() at nfsrvd_verify+0xd6 nfsrvd_dorpc() at nfsrvd_dorpc+0x154c nfssvc_program() at nfssvc_program+0x5a4 svc_run_internal() at svc_run_internal+0x808 svc_run() at svc_run+0x1a8 nfsrvd_nfsd() at nfsrvd_nfsd+0x30e nfssvc_nfsd() at nfssvc_nfsd+0x386 sys_nfssvc() at sys_nfssvc+0xd0 do_trap_user() at do_trap_user+0x206 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --- exception 8, tval =3D 0 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 12:21:36 2021 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 1178B18BD675 for ; Mon, 29 Nov 2021 12:21:37 +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 4J2kww6Mzrz4V1j for ; Mon, 29 Nov 2021 12:21:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BC1F922596 for ; Mon, 29 Nov 2021 12:21:36 +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 1ATCLaNq065651 for ; Mon, 29 Nov 2021 12:21:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATCLaIr065650 for bugs@FreeBSD.org; Mon, 29 Nov 2021 12:21:36 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 255073] boot (UEFI): loader: copy_staging: no progress beyond EFI framebuffer information Date: Mon, 29 Nov 2021 12:21:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: parv.0zero9+freebsd@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638188496; 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=n2aSpSIeZOpu+DVIuF2vsQ+dTb2NLzt0zo5YbX3m/Zg=; b=TK7id2hclYIWL3Qcm2PGqqsG83dEN1QbOwHHeRvSyjrLnL5FIaE/kBWu2d8uhjWM3eXS6J Q76WOcPQxP8Wb2QX6wIYTPka9vk0D5l4cS4k0/j6AQBSGVhRm06YB7/SVtuk6/2762kGsQ zq24DqAxMt1hFKOYm70T5IPV+h7TS/HCsR2hr5fxwPm7oGLfmmUAhvNoj5nmuxjkr1CoDY VfbeXPLh1bDPCak2JQQsHBdV4TCoTL2hAJq0ZdP93hU3vHDQAtI+9hswPM168XMnLj8zkH fKkHpd1drL2DeRWlB/H/oxDse9dCnJNw/AuJovTgCg4Dpvu6FmNGvXZRTli96g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638188496; a=rsa-sha256; cv=none; b=NTOxJwJaLiUf2eE9AfX4uu4koLcsdQzEhoK7NHINXEfqQby4CGGUq8FA85lm27SQBlfp9B JqQWS4gTQrLx9c7HOLu4i3EP/jfnoVMd7QhgelqBt+FFjtD/yaoAlzfZ8+CtVfNnEOqI6k 9tmSGOXbvhhUuOVkEDxj5MBIpIjhjAb0xkvrrESPyaZjx2TBcW87HukdtmvxpO1WbAGjX4 XGLB56UXPojaJ1lVLk6Z0GaTtmgEBKkP77+/zLfKI+PIVFoRDpU5M3olX6jbl9fU5VVS97 4WNpzSeMBm1tJdTa+qHNeQUI2cF1B8xnVtGmpUmQCiq+Z7wPRibdR5gEGVyDyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255073 --- Comment #24 from parv --- FreeBSD image ... FreeBSD-13.0-RELEASE-amd64-memstick.img ... had failed to boot on Supermicro X10SRL-F motherboard with c 2015 AMI B= IOS v2.0 both in "UEFI" & "DUAL" modes. Boot sequence was stuck at "EFI framerbuffer information" message. Booted & installed in the third boot mode of "BIOS" (or could have been "LEGACY") mode. Earlier, some 12-RELEASE had been installed either in "DUAL" or "UEFI" mode. >From recent boot logs, it was booting in EFI mode IIRC but can't be certain without logs lost now. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 12:51:03 2021 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 A3D7618CA922 for ; Mon, 29 Nov 2021 12:51: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 4J2lZv44pnz4fTs for ; Mon, 29 Nov 2021 12:51:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 62AEC225D0 for ; Mon, 29 Nov 2021 12:51:03 +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 1ATCp3UQ081069 for ; Mon, 29 Nov 2021 12:51:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATCp37d081068 for bugs@FreeBSD.org; Mon, 29 Nov 2021 12:51:03 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 260114] [sctp] SO_SNDLOWAT is not accounted for when sending data Date: Mon, 29 Nov 2021 12:51:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638190263; 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=OWM9FWDOyDq5h1fM5N/yArOqCZmrwzThfwGKGbmzzL0=; b=tKjmPnMaZwnPJbwlvqySvx1Gy40Oh1uvNnhb2AoPRYQFOm+fzXu86/cV+g1dqQH+Q0unBh giMQljcHJfQVBhYVsBpDiWTZP696E5xiCjxeRyjOra7TstBk1l1vpenqkl1h6+vBrZpyCr j8kbpGaIHrlRTOyeeLLUn0kZgfJJs9e8Xnh9V46PzuWh3QJqDZztB6mQZ4wsaJjwvO8VG2 DLFh6Q7YWeJU9H+hfcC5JertufQT95skFjXN14+SxdGJIbvTCG9qTun3dXqQitziqXbgBQ PuHF/vr89ipypm/oHknvbLF5okwvfh86pFOu4NeADDAIgaz2m/aqDlEnIFLbQQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638190263; a=rsa-sha256; cv=none; b=Czjif6KHOKvkxDj3KQ15CSHnGZuyaFKAGof211XVW5ml6OLDP0PkZ3tBJ2lKZ6n5b6OfpJ iQo3VWxMiFArspSII38aHy6gnK14drURE0oHbwI0kS1aiABucAfy+BJg0WWJjPyvpf0baE 5SvaOz2tVN+1HdvzATfRFHR5saRVG025S3ByvzjOD8P2MO2jVzHW1wp5b5x1mSkTLvWZVe iJ69hei294C6PZQi83t+74CtMhVYjjBtZfF+9FfZYsAqQyeDCSnSwOXq7lT8VsY8Df12Xl qF62XhlmJf1K+lgyQiFguCBRiJoFanLSRQB0WKQvajHOaCZuIUf/ToZcpt1hJQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260114 Bug ID: 260114 Summary: [sctp] SO_SNDLOWAT is not accounted for when sending data Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: albin.hellqvist@gmail.com When sending data over SCTP and using e.g., sctp_sendv(), SO_SNDLOWAT is not accounted for. For example, let's say that I have a socket send buffer of 32768 bytes and I have set SO_SNDLOWAT to 10000 bytes. If the send buffer is filled up to say 25000 bytes, then I shouldn't be able to send anything until there are SO_SNDLOWAT (1000) amount of bytes (+ 1?) bytes free in the socket send buf= fer. >From (https://www.freebsd.org/cgi/man.cgi?query=3Dsetsockopt&sektion=3D2): SO_SNDLOWAT is an option to set the minimum count for output operations. Mo= st output operations process all of the data supplied by the call, delivering = data to the protocol for transmission and blocking as necessary for flow control= .=20=20=20 Nonblocking output operations will process as much data as permitted subj= ect to flow control without blocking, but will process no data if flow control = does not allow the smaller of the low water mark value or the entire request to = be processed. This has been tested on FreeBSD 12.2-RELEASE and FreeBSD 13.0-RELEASE as we= ll as on Linux (lksctp). The FreeBSD releases have the same behavior while it works in Linux. I have only tested this for non-blocking sockets so I don't know the behavi= or of blocking sockets. I guess it should block until the same criterion has happened. At least for non-blocking sockets, I believe that this can be fixed by addi= ng a line in the sctp_lower_sosend() function in (sys/netinet/sctp_output.c). More specifically, these lines can be changed: if ((SCTP_SB_LIMIT_SND(so) < (amount + inqueue_bytes + stcb->asoc.sb_send_resv)) || (stcb->asoc.chunks_on_out_queue >=3D SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue))) { To include this (or something similar): || (so->so_snd.sb_hiwat - so->so_snd.sb_acc) <=3D (u_int)so->so_snd.sb_lowa= t) Sorry for not uploading a patch, but I am unsure if my fix is of use or not. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 12:58:05 2021 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 7FAB718CDBB3 for ; Mon, 29 Nov 2021 12:58: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 4J2ll104L6z4hmd for ; Mon, 29 Nov 2021 12:58:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D7B6F22DD0 for ; Mon, 29 Nov 2021 12:58:04 +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 1ATCw4ND086390 for ; Mon, 29 Nov 2021 12:58:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATCw4NM086389 for bugs@FreeBSD.org; Mon, 29 Nov 2021 12:58:04 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 260114] [sctp] SO_SNDLOWAT is not accounted for when sending data Date: Mon, 29 Nov 2021 12:58:05 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638190685; 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=s6oiqj6GhY+gi3zih23SwtapTVnKaMHQOJ+a3cccIOI=; b=XkZWq8V4AEapSPVS2WSXa2ZxWpEkW3SQkBE0JffQ0vKNmLDIBIRdkBEmmOfmfwtOkw8VP0 cei1w/TveCY2YAEiqZ6xYxJy7EWoIFJcdml2FMXQD/X7zKeY+dzW47eyuothrX47ycG9do CE53eAYYhz5N8cXoA70aVLXyfSXnJIwTRl/o4VXArUOPWkAGM/x5YNvCp26o8k8tZrXFPd tg94QMxFeB6nQQKRdevq5yA8iNA2/lp71yUByBuW+wirIX1rHeiMZiduTb52Cm01fZrSY7 6l4LzPEuRo/RVcqs4k3VU/aaH7CSeDhm4XAvw5AXrSdYtLJj9jCJmDVgwRmfcQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638190685; a=rsa-sha256; cv=none; b=LAmCnq0mGnGqyTT+hGzSq6NC8kPIJJBz3NE7QF5YEBe0JKVj429IHFbxp3eIJ+MIwrWsBv OCuDUVgSvHgvKlriSfxagf1qv+8uElCqmBmSVG23LiGAxt1Wg3TWy7adcs5YgVvo2gM6+A 4uGDXplbqmcscT6OBPk2m7v1XfSXeo85jbpbUb9kPUO2xa7oSFz1nqs1WqSx2qzIDhDc8K U0AgHtM4DBscLCihcx5TF3XBRSojgKiyeXFsu1Oz2CpWm0oBzAygIJIqP1EwzrVu4Sh1lX uGeN4LGC6NWONULZ7A6sSzZIGLB7Ct3g27NmkIBNfTxzPqVmiEqfd9wIukd5mw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260114 --- Comment #1 from Albin --- Created attachment 229789 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229789&action= =3Dedit Test files for reproducing the bug I added some tests if it helps. They can be compiled using: g++ -o client client.cpp utils.cpp g++ -o server server.cpp utils.cpp I have tested it in VMs with the SCTP module enabled. I have also added ali= as addresses to the loopback interface so that I could run both the server and client over the loopback interface. These alias addresess were added: 127.0.0.2 127.0.0.3 127.0.0.4 127.0.0.5 127.0.0.6 127.0.0.7 ::2 ::3 ::4 ::5 ::6 ::7 The test can be started using: ./server --poll --ipv4 --sctp --test-lower-water-mark ./client --poll --ipv4 --sctp --test-lower-water-mark IPv6 as well as TCP can be tested as well to compare the behavior. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 13:35:11 2021 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 8D54218B91E8 for ; Mon, 29 Nov 2021 13:35:11 +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 4J2mYq1STVz4v6p for ; Mon, 29 Nov 2021 13:35:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 13714235A2 for ; Mon, 29 Nov 2021 13:35:11 +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 1ATDZBa6007732 for ; Mon, 29 Nov 2021 13:35:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATDZB1F007731 for bugs@FreeBSD.org; Mon, 29 Nov 2021 13:35:11 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 260116] [sctp] POLLOUT/EVFILT_WRITE is always true for poll/kqueue Date: Mon, 29 Nov 2021 13:35:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638192911; 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=Ucvnnf8njBTxIjJ5xf5L31aig0zPFujJqDMVihQ9BCA=; b=aiLtXAjnPTNLe+26Aaxde/biEufMYlH4jhnQTiBYaWSFSCdHHbzpKBeAiwCDRPH1qDr6/Y N+a6CT/ZZm+wCWKP0Z69/Yb1hTqUAXARkOanFF0gMq7tdXCEYhjSII2ENN6P7cjiPGgBJE o9Jw7wlGsJJbcF+9GzExCAl+Q0CpHsSXuHiK3Cs1vR1dyJFq47O6M58Ht2I0F2wFNKPkYB vQZxbqDaXIIbMhCyCLcrnL0ymzgyG0c4Hhm0LlN4IqJoYre4398VJ12vqqnMd2D/tp4dza JwJwEB94EoZ6Md7XAiryQoeppZKajcHnRoZzi6z+X4VAsmpvSJQCBg2ZpSToYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638192911; a=rsa-sha256; cv=none; b=Xae4XSdCkiE9JTf+JXfG8HpDKRLxvxonC8o6gppy1XNFwcB+N2tVJczecHJaeVrtz6n7I9 qeZVkd3j62QCYtGwNL7GE5RdthNcOj7YG+vr3rT0bVntPtOkRmFRCmFXoIXIpm7JMA0w5Z KY7N0u45GMCC5s7OB699SvqIwspoOKI5Y1H1w8jPwDmVJ9dGYc2tNxRlFRP/gLby5ajUhE bZFxdiXo97zNvHX9or8dmFNCCXE7Os2aX8cJ7pJciRuW+p6XFuP6q9V78A1Z1lHjKqe2Oz pMeVN62UGQS4eoKlvyWzjMBTR9CSc4DKYAAm/jVGfPtGsqli/GqbUFf8A0kZrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260116 Bug ID: 260116 Summary: [sctp] POLLOUT/EVFILT_WRITE is always true for poll/kqueue Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: albin.hellqvist@gmail.com It seems like POLLOUT/EVFILT_WRITE always is true for SCTP sockets even if = the socket send buffer is full. Besides this, it should also account for SO_SNDLOWAT but it is possible tha= t we will get this for "free" since it looks like the functionality already is there. Based on some experiments (which might be faulty), SCTP sockets doesn't use struct sockbuf in the same way as TCP uses it. A lot of the fields in that struct are 0 for SCTP sockets since it also has its own structs. This seems to affect filt_sowrite() in (https://github.com/freebsd/freebsd-src/blob/main/sys/kern/uipc_socket.c). = More specifically, this line: kn->kn_data =3D sbspace(&so->so_snd); I have tested to replace that line with: kn->kn_data =3D (so->so_snd.sb_hiwat - so->so_snd.sb_acc); Which seems to do the trick, but I expect this to have side effects. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 13:37:32 2021 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 B6CAC18B9A37 for ; Mon, 29 Nov 2021 13:37:32 +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 4J2mcX2pgjz4vQg for ; Mon, 29 Nov 2021 13:37:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3FD16235A3 for ; Mon, 29 Nov 2021 13:37:32 +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 1ATDbWOX008197 for ; Mon, 29 Nov 2021 13:37:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATDbWLe008196 for bugs@FreeBSD.org; Mon, 29 Nov 2021 13:37:32 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 260116] [sctp] POLLOUT/EVFILT_WRITE is always true for poll/kqueue Date: Mon, 29 Nov 2021 13:37:32 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638193052; 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=KzXvjBv/+Y6AxS9Uzv5p8TOQmg0WmCmjwWeb5tzINOE=; b=U2+6OOQlTdxnFN/DFSD9ApJ86Ajuw5cRL8SOFz8pjmMNMwsU1YXlPj13zpjUG7QUBTOm5/ JEwUMPlyV4ReyrpjkwmXbBXl461ebFrTBKi8t0UQJgRuXCq35Ky+AqCiXqnh6mDDjzEyZA mCtWTo4m1QMgecwNO3cYiN0y8Hg5IFEr3L3YWYWv6j1Tddg99rp+5taz9oeusla4T0MxHS JZrjl310k7oPUjvFHfCrCzo2wBErJKbRY75ah7kohqkeLjUuONq/6paKfmUPUG7qR6Pe/f 8KhGbPfDNQo3F4lC8gtTQs1R4YFyUGAPhBfqidFYGdDV17H4diz1Eyf4ADhmlg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638193052; a=rsa-sha256; cv=none; b=FikWWwVJqkPNTBaXgms7t74CAcw9hRgcvnNicMbv/yqd+UQU8pt2XxnFcLrQtCIvE21XVv 3Qjhl9oFyVNCXaxiUqO74SY+MnlazsV2nweJjWeEUkOhjfPongxAvea4Fh3qW1mg2KJUQ/ Qpgqbtg3bw/iUfm6JDTtYLbSlgL/pqpMc3LVr+arKE02La1Ylxfu15dzND0PA7GUK/ywiP 9rmJXhwggPEVkH4ZQ3GpTjUgxEi/jwfp0Irqf5jkMrJIvd70CUvZdnspJB+2y0+y2BUrla cKgO/ZwIN3o/ytNK6SMLfGZFytV40DKu3wpruRvf7N9hpLPHOiKEfdqLnLbUWg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260116 --- Comment #1 from Albin --- Created attachment 229791 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229791&action= =3Dedit Test files for reproducing the bug I added some tests if it helps. They can be compiled using: g++ -o client client.cpp utils.cpp g++ -o server server.cpp utils.cpp I have tested it in VMs with the SCTP module enabled. I have also added ali= as addresses to the loopback interface so that I could run both the server and client over the loopback interface. These alias addresess were added: 127.0.0.2 127.0.0.3 127.0.0.4 127.0.0.5 127.0.0.6 127.0.0.7 ::2 ::3 ::4 ::5 ::6 ::7 The test can be started using: ./server --poll --ipv4 --sctp --test-pollout ./client --poll --ipv4 --sctp --test-pollout Or with kqueue: ./client --kqueue --ipv4 --sctp --test-pollout IPv6 as well as TCP can be tested as well to compare the behavior. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:01:59 2021 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 0EA6718C6012 for ; Mon, 29 Nov 2021 14:02:00 +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 4J2n8l3MwGz3KKK for ; Mon, 29 Nov 2021 14:01:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 53AA623B0F for ; Mon, 29 Nov 2021 14:01:59 +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 1ATE1xmh021069 for ; Mon, 29 Nov 2021 14:01:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATE1xKs021068 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:01:59 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 260117] [libc][patch] Faulty errno for sctp_getladdrs() in net/sctp_sys_calls.c Date: Mon, 29 Nov 2021 14:01:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638194519; 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=uq9KbmTzSPHfjyf4WosDaAejAHg5JTfGIBTpPD55vNY=; b=TFUD/cKs0GJy5Nl/WSSjPlFPtQutDj/M0q+IwRpp+4TJTTT2IJjiNZ2zRtIjOweMa7WliZ 99cJUfsc6Lg5dyyTqESu6ldul3F6zHnwWuh6nm4UzOR8AkHuJTEYvfH+rmNSr6iHSNxQDP 6Jbb1Z1vmiRPV91bMFnSTUZW7TGNwOvXPfUzSwx59rmYkeb6Rx32HFII3+GT4+DC/XGCmt L0oHR1dt0fDxEtLwLpiu5vyirSQXmHE87j7aLmu2Ht0qJjAmR1067kflYgker5+YytPm8S VdWmoBAK/wxvN3zm3CW0thq5fruK+Q4dD+wRrhkYrAiD3vTRAvIKKJcgtldFsw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638194519; a=rsa-sha256; cv=none; b=qqsSpHyFtl5i5tmqVOpZP71HEMItWYIbXw9tdyQrITrto9fhD6WeJgn4qBSfjq/bhMNGIQ WvjmpaIeNa4iS9/hmG83AcO0LyjsiiM3PxsNzXs5WldXOMFsPX7DJpnsZs5g/FGzuFyFWO q9kfKfQIga+lBJf2vaj8bEkLLl59KYuSmL+HX8e6/cD+4MSJPZRhl0jjoi62G4ND6lXiwa bSwamJb7Wvz5R2NLZGbLfQu9F8MvpHCvnSQ9aa222zGiq5c2jRxUCn9o0XoNsSnb7/V78k EJ/4d87CUhZCteaU7/83NOpn+zbdJqJ7hlBgeSmTsbq9v275CJo46lCdugU0UQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260117 Bug ID: 260117 Summary: [libc][patch] Faulty errno for sctp_getladdrs() in net/sctp_sys_calls.c Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: albin.hellqvist@ericsson.com Created attachment 229792 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229792&action= =3Dedit Bug patch Regarding the file (net/sctp_sys_calls.c) in libc, I believe that ENOTCONN = in sctp_getladdrs() should be placed in sctp_getpaddrs() instead. Reason is that sctp_getladdrs() is used to get local addresses which doesn't require a connection/association while sctp_getpaddrs() does. I have provided a patch, but it is untested and I haven't compiled using it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:02:36 2021 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 D9CD918C5E65 for ; Mon, 29 Nov 2021 14:02:36 +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 4J2n9S4BVpz3Kk1 for ; Mon, 29 Nov 2021 14:02:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6FDA423C4E for ; Mon, 29 Nov 2021 14:02:36 +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 1ATE2atB021193 for ; Mon, 29 Nov 2021 14:02:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATE2aC6021192 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:02:36 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 260117] [libc][patch] Faulty errno for sctp_getladdrs() in net/sctp_sys_calls.c Date: Mon, 29 Nov 2021 14:02:36 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638194556; 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=D8/IjJLNJ6WP3jhUflstZATJJ0mleuopVsECYKR/NbQ=; b=Ua/0CJSWyJqZvMffxzQhEDfeNSS0VlcAt9wEMrDkgsnVo7OEfXvt3HMbdo5jCUkx0/cyb2 +f/orlfE6S2oZNsiJ7g+xZp4gzYYR49X7G8rPeUMJZEKTA2DAjOCWHn+9TuqUKzT4Nh1kF gdtgHuY4HfWsV+N6YptXNAMsEHdz+K8ec3u8t3vul2XMeF2eGO8InvCamYShtdVklLd73y doBykqM9ecxzJ/uBt7x8mqy3IoTS2sAGD8e+6IkeW215kuABwDAuIdRbnloRL8JS8lQ5NF khQ829tKqViXs21/HRVDScy1fhh9xjyXKkZgF3bOKtkw+vL/e06Z92KRFHWb+Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638194556; a=rsa-sha256; cv=none; b=C3n+eQ/R7Or4lHc24UymHbgPC+2Cc8tESCgIfaa/hnbM0+SEAnqfxXTBPmpdzTtqf4VlGa YgeXHd2HAH1E6aAsDzzV6WfnwQWsGgICQ8YNe+A0igUqj3/floHQuhnpxjsS4RTARTtphI Bip17dl+g6OUrpNfnF/JPfa9zV/HSuTCN27s/QwSRRPZBoD5lsX9MeSGvO7XmeMHuzmGFZ QQ/6ulzt7+O2Q57ym5VaJjvQVnDGXxKp5Iup2z7lHIGuhlWDwIkM8eWfCn8sZ5lK2N7VAL ij9lbhFNtWVTMtfPpG7Uh1m2/EwiAj5tj5t2K+Xk0HswhYGrxC+oYU7aFdYNRg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260117 Albin changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:22:03 2021 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 5B3B618B17AE for ; Mon, 29 Nov 2021 14:22:04 +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 4J2nbv31mhz3hpY for ; Mon, 29 Nov 2021 14:22:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2199823FF3 for ; Mon, 29 Nov 2021 14:22:03 +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 1ATEM3Ea034849 for ; Mon, 29 Nov 2021 14:22:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEM3Mh034848 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:22:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259776] pchtherm(4) cannot compile into kernel Date: Mon, 29 Nov 2021 14:22:03 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638195723; 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=DIs5EuOcqHgLb6iyr0/ulDaZb9r3SGWStS7of3pXex4=; b=vdT9SXifZXd/8m/4M+8jSsCSHmO5DAEBtBQP1jc3yfrbn6DNdyBt2EMYBerOqYbxsuxkID cOgCnxvFj5v089SN8rTD2N3t4CcP0ONVvxNBdRvunbTS5rceVMAUIX1ANxjmUeKaiZA+ha ggm00Pn21qiFPYp90eau5I/aU//4rBH/2/QOoJKyzqRplxL8j88yL7ZDBuRC0ifTq2AUUn +w2fNyQC+SJNGft/KzvQbo4mCwOWHIQ5UzhfDHj+JSbJorH+gjm6nHLlT6KUIfFLZ4AfSf J5Kh781bkeggo2lAaNbcwc+DAjNFdcEb41N0e9ZMrc61aDD2DfR/ORTwgepOKQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638195723; a=rsa-sha256; cv=none; b=Nrgi+jmjDbHCZnPgkHOWP092G11p2mKT1jy8YFdwaWE+1R2DpG/CF/RDsYcgSjAurNcXE1 znix1WV7NklVmASF6BhUJOx4TvclrtDBotImchwMWxunTNu7tdMY/rBwpbyorc7pAOHpWq nMmACQXNLQBWcaxM0Dj40eT3dSdbo2spG3ZDHpc9uV2GE6f7ZRKwtSxfGCtkloLLj2YOfN HSiIRGIS8D5Ag9lgM4xWxeCJev+Bjzg95/Gc74CkUxJMdrGcb3mtSu8JrowHJwx5ls4edk j8v57So72UHf+aufuqWfOnXbBESAqbVPCE4ZiFYIoX6QioOLNmLY//4z6G9nDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259776 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D141f0db23eff6fe49aa4ee8cc9c84aabc= 3f3eaa6 commit 141f0db23eff6fe49aa4ee8cc9c84aabc3f3eaa6 Author: N.J. Mann AuthorDate: 2021-11-22 17:04:05 +0000 Commit: Mark Johnston CommitDate: 2021-11-29 14:04:16 +0000 pchtherm: Let the driver be compiled into the kernel PR: 259776 (cherry picked from commit a11983366ea72165809837a667d58e2ad440c496) sys/conf/files.x86 | 1 + 1 file changed, 1 insertion(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:22:04 2021 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 1427818B17BA for ; Mon, 29 Nov 2021 14:22:06 +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 4J2nbx1jQ4z3hXd for ; Mon, 29 Nov 2021 14:22:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CD95823AFD for ; Mon, 29 Nov 2021 14:22:04 +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 1ATEM4l9034885 for ; Mon, 29 Nov 2021 14:22:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEM4l4034884 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:22:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260006] Compressed user core files with large segments are truncated Date: Mon, 29 Nov 2021 14:22: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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638195725; 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=u1ynXrePx9TynkHGDp3fnfsqMDsUgukjZ1q0gDbYuPo=; b=Ae6H8AyARw20FovehAuhe8KhqgelOE3O+xON4tgX7XvDzbc1eDD+fTrb3NYbAwJ/dX0yfS 3x2wL45v1StMRYpZmJUSzrsIaZdgBMD+G1lRMXaZnSq5iDSVoRExpvRqkjLEqaEGWPzMS/ VwbqB1ToGL2Deh/l/85vvCI3WjxtLlN8PiRVSmVh7iEXZL0EXrGUpwrCXnaxoe0+ju/cSu XDWFmjXbAirFioAXa9r9BfHUq0Lb+XJv5NluqFAur8ccj5wpzYCsprKn+PbsXNp8I7z4bC 8uEerjGsllayuWalgP6Jp6JIHE1mBe3NObGu3LhmTyjCZ51fIsm2HmZMF68McA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638195725; a=rsa-sha256; cv=none; b=UNNNistKo11l7GwKUIvuvkfK8wNuqGAwmQSjSioKI7D9YkHzVM8kB2lolCmZfz9g7fTPYJ A/Cc7C9tlHJU96lwmCUiIooIeWUdVOseSzxyRFspcTYr6GDAAGk3tVZaK1arY0pk5/OHQL vBueaFNs110XZ0vZHnV3r1zxmhdMy7EefMpZnESABF8LQBdmoCmSjZi0qojFDsykaLEtGi tvVxFwPzBdmeURfLmFnAm7JsX27GkdAiWchbjC+NkvBsQhIy/mmEK6+A7xPlWIwZVuMun3 KgjH2gYld4MEYOg+kGRs88X5g4RmhmNCSjrWkMzgtM4BMcXo/u89i4NIgAkNPg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D2949655427209b7d086eb35a92ea1e175= d1b1a67 commit 2949655427209b7d086eb35a92ea1e175d1b1a67 Author: Justin Hibbits AuthorDate: 2021-10-01 18:39:18 +0000 Commit: Mark Johnston CommitDate: 2021-11-29 14:08:11 +0000 Fix segment size in compressing core dumps A core segment is bounded in size only by memory size. On 64-bit architectures this means a segment can be much larger than 4GB. However, compress_chunk() takes only a u_int, clamping segment size to 4GB-1, resulting in a truncated core. Everything else, including the compressor internally, uses size_t, so use size_t at the boundary here. This dates back to the original refactor back in 2015 (r279801 / aa14e9b7). PR: 260006 Sponsored by: Juniper Networks, Inc. (cherry picked from commit 63cb9308a75b99fe057409705bc1b2ac0293f578) sys/kern/imgact_elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:22:07 2021 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 EFFB518B19CC for ; Mon, 29 Nov 2021 14:22:08 +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 4J2nby6wHpz3htZ for ; Mon, 29 Nov 2021 14:22:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AC9ED23CE1 for ; Mon, 29 Nov 2021 14:22:06 +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 1ATEM6Td034924 for ; Mon, 29 Nov 2021 14:22:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEM650034923 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:22:06 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260006] Compressed user core files with large segments are truncated Date: Mon, 29 Nov 2021 14:22:07 +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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638195727; 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=DJBb2gDWuQlms2mqORst/YSlZjYjofY73NKLdqcp8mg=; b=Gf7BlOCeckcvX7UTUaYzPUnyrCn3RdqKh8FlNJs3SgJ+1GAeFQN1+Yh9MJpkGMwgb8Xh9R f/6m3kY5icPJ83KqwMW2P1SlNWGkcW8/DzgM1OGy/hiVBsO8G0oJUp3NzgaLxBDz+H56Eo fS5McOSrr+HlIL0eHFemKYzFWGQCaCyF/RCgKgB0xV11IpUoi2lhL2N8afwMl4ivy5Qoay qAaQ22/eZVS0m6yHCmSnKznv2iMt2NZPtEcVhzl3wyAXuWkJo3qibSq1mWJFCKC9vjK8lx qTgHRWgO97ODhr5EPdAfLq95TzvWEjLmbfOGVLM2ZnD9wgo4xeaYicGtOejHMg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638195727; a=rsa-sha256; cv=none; b=Pt3jowRfN233JouEaGvVUgLexFRCe8yANjma9auy2V9izqBenwuEUGy87WYlwvn4btw1L9 XMeAPJdTihiZZ65XxEvTgkVeIqZ3LeKWEN5sRl6ObvHFu+XMYxGMhvJXQJd/bMs0jYHyL6 SP4XBrstI9GavsurumhkW1xykxfwwX8rDcvLMVZbpIhpONrAw6h8fmLCyp8Pch4MFEYA97 zxgvXGfw+PLCoZgkNR5Zr8EWoUT65dZZaQJlww6HigHP8niiAP49IKSA7i9b6vMlM9lmUK oxKCOHDxAI3xtNuINmYQNE1srU7uWStvzLUSidmh7I35o+k9lPYkQrEOKlr4Ag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df4777562833311b5b4c99e5dda8d50d91= a514bf0 commit f4777562833311b5b4c99e5dda8d50d91a514bf0 Author: Justin Hibbits AuthorDate: 2021-10-01 18:39:18 +0000 Commit: Mark Johnston CommitDate: 2021-11-29 14:21:19 +0000 Fix segment size in compressing core dumps A core segment is bounded in size only by memory size. On 64-bit architectures this means a segment can be much larger than 4GB. However, compress_chunk() takes only a u_int, clamping segment size to 4GB-1, resulting in a truncated core. Everything else, including the compressor internally, uses size_t, so use size_t at the boundary here. This dates back to the original refactor back in 2015 (r279801 / aa14e9b7). PR: 260006 Sponsored by: Juniper Networks, Inc. (cherry picked from commit 63cb9308a75b99fe057409705bc1b2ac0293f578) sys/kern/imgact_elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:24:58 2021 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 53EF118B2826 for ; Mon, 29 Nov 2021 14:24:59 +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 4J2ngG3XXbz3krd for ; Mon, 29 Nov 2021 14:24:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3F7FB24103 for ; Mon, 29 Nov 2021 14:24:58 +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 1ATEOwF0036405 for ; Mon, 29 Nov 2021 14:24:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEOwdn036403 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:24:58 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 260006] Compressed user core files with large segments are truncated Date: Mon, 29 Nov 2021 14:24:58 +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: 11.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638195898; 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=KiyGPYNz4Hdxa7xwc+MJLtqf6Bn03nbil3MSX5F8S6Q=; b=tMj2GdGFO3Aqsn29eb4a+jikpN2DEaBqPDKZUguLpSrlm5+lJVuCl1FjGBIATvaJRiUWC6 +146t2ZQqPwDEgya36HoxTop1jrKJvU9Re/S27NcvdVf3FSlqWbYZ5Q7RK/LSZ+W9wj96J rPjXn4XVC5AyQi30MyfrrXyqpP2kIdI8qdsHmIOqgorFe1CpKS5BdRZUphNqxg9SpUfipF rCREEM2w7Y4VQDxPBSC7LcHoG9JDg2XnyU+b6xSwEKjO+NZV7FDSFUJn3DRVPR/F1PGCEu Eg6Z+3d+384Vf3yQvjWIJqIg60aqczbTw2D5WyYct4FwBW04dUKwqsDegnuMlA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638195898; a=rsa-sha256; cv=none; b=wHKDmHEuLKl0q+Q35r6kSMIoyLTatSc36udss4ItflGYZ04cz0lpifLd1kkCUm7rs7xDBY bNHc0GILP3xcHQHJyGGXSrcbfC5+sQ1qtQ/xlPEn8GOyhYP3Za6m/v2Jjz5lEV5CG296lZ hSAR9UzVXG/58Sk/dhmO/CNYa+gnLwMeyfIL53hww/ehn6PXKdDd9n3YMpsFkQlo44uisZ vMuvjcOUxJ2mwz3e+4bl5Qm0bJaPlmpz1GtsCeNM7VdPDviCnJQHZR87SyVXIh6XQIgmNV t366SQY/OgjM5Q5+vfLDGigcPGVFQBAjwG7MIoqOAMd3pTIYyYDjpMHn++7ipg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260006 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #5 from Mark Johnston --- (In reply to chorneck from comment #2) No, this report is still useful. I've merged the change, thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:25:23 2021 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 72FFB18B2747 for ; Mon, 29 Nov 2021 14:25:23 +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 4J2ngl1x5Sz3lST for ; Mon, 29 Nov 2021 14:25:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 23F3A24282 for ; Mon, 29 Nov 2021 14:25:23 +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 1ATEPN6p036531 for ; Mon, 29 Nov 2021 14:25:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEPNAH036530 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:25:23 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 259776] pchtherm(4) cannot compile into kernel Date: Mon, 29 Nov 2021 14:25:23 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638195923; 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=+NYyoAxhpy6ZyLx6LaTIdfUxi9/tSKAPplbv2IK0NzI=; b=BWgAGt8PzY6qtdr+8gZRO2FhIX6NbxI5ROVp+RSsAHJpyf2UKuum84JIHgEp43dx3IowRs 0LnC+8sEGrV4FO9i5voSOltz28j4Qd/MwUX7NCBfZtzDETUKtkTzhCJBuz2onA5UPgq2C2 AeUIT1uGEI/1Nv0Sv2xOoSFKPWO7eYIE5uptU7Gp+ls1wVPMmpRQ5mMfaMD4xeHyKyzTN+ EfJ/ZW006FjKrqpP+ppQOApq3U1FsEKRoOsuv+BxpAXVifwwDywTZp1rWPy//32Ga0eDnp fZJlLY/hzcR3HvhnTpTdpCmqAf0uiQblxKJ1Rux3PU3IDacjjj8LvYlJutgQvQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638195923; a=rsa-sha256; cv=none; b=nERGIj9ddMlCTId6PfFtZgErAxD+K2N7SzGE6SrbnKTImcP9Lx9AD14rEQk83M3EGo0iVt ZGbwdHXu45A8evvKgRYUOEC6ZSGv3ivNl72C10xPQUaccj11SXnZrQxDIfQsgoMQEz/W46 8Ts+6wvhCi49Djf2uq7n+dWkNIUxtm7dn3UbKwJEb1LULUQWe5d6a9HrOJg5H8/bJIZ9NJ l8jbq1MamtGA5nk1bLRuW0+ofcdUDo+xfcQQJ9yPB3OiTEe5l2pTB+BaA5/DqdVKVAeDmT vlVAvpf55Djrq/HPIw6AwEARfOYgQf+uAHPQahkMS9/rMtOLlL9QhxmfrKj+fg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259776 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Resolution|--- |FIXED Status|In Progress |Closed Assignee|bugs@FreeBSD.org |markj@FreeBSD.org --- Comment #3 from Mark Johnston --- Thanks for the report and patch. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:31:42 2021 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 38C1918B6FF1 for ; Mon, 29 Nov 2021 14:31:42 +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 4J2nq16snRz3ptK for ; Mon, 29 Nov 2021 14:31:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CBD8F23CFE for ; Mon, 29 Nov 2021 14:31:41 +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 1ATEVfWD039828 for ; Mon, 29 Nov 2021 14:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEVfVC039827 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:31:41 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 260119] [sctp] Not inheriting the DSCP/TOS socket option Date: Mon, 29 Nov 2021 14:31:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638196302; 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=29oSTBeuuuihJiOYzA1A8eyJGyp4qHTE9tSrWpWp7/0=; b=gggCMAR8k6hIedjr5NWuKKGnsfic6nZSDWBIJAZQuOyilqc+ROrfRplO+k9qOLcwg/gaDO SYoOIiComDmO4OD+I+gOWqKN2YCFZD1X7ZpuEWds5d+hbyLcq50tz7JoevB+p6kjSPMxrs 6rSU3kY0eyGU9V0BVfYfxq7iHalcgia6FWRPM0qDVRrIse6omiINDcncIuF4ekky04Ltyo N1EkMPiK+FpjOrDBQGHePJjA//A7Pl+Z0tn7fXth1+FDuBF7AtpBcLAgwz8C+9i7lNv9S9 lIal7tBqfksBTS/kQc39dDhiKUm273WTRtLZAAZQeRsMBCSTYbeT7x6QQX9PYw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638196302; a=rsa-sha256; cv=none; b=wa9Ayciqq/RPdkoDqLJHOCTno4N2Frb1/yhuAlNZo+n3o4Z3GjamziEq803ALG/UOqxdyY k21jEcuSK9n8E/lqQzokzD4xENkdNjmoxyv5hzMADuVgo5SyQCX7Cj7L7LXEoMnnVANe36 5qxaOGtAJx7uM0WjrVv9Km7Vj5mZBXQYM3ofnDgW2BAwA1kKOXz3ZEXFN622pJiCDLk+Ei +k1ZmKnRknx7T+8DfQJbxUcg43NXPMgEQGR3cwFeqO1gDHyohmUGEVN2QnYuuXH0au+Dmp q47w33st9a2xm/sry8p4TmhMM65F8kVwAaCVm/L4hQVWLcA2JYF6w4h5/39BiA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260119 Bug ID: 260119 Summary: [sctp] Not inheriting the DSCP/TOS socket option Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: albin.hellqvist@ericsson.com I noticed that when setting DSCP/TOS on a server socket, it doesn't get inherited to socket from accept(). This is not stated anywhere in any RFCs = as far as I know, but it is not consistent with how TCP sockets behaves. There might be other socket options that are affected. I have made a summary for DSCP/TOS at least: FreeBSD 12.2: IPv4 TCP: Not inherited IPv6 TCP: Inherited IPv4 SCTP: Not inherited IPv6 SCTP: Not inherited FreeBSD 13.0: IPv4 TCP: Inherited IPv6 TCP: Inherited IPv4 SCTP: Not inherited IPv6 SCTP: Not inherited Linux (lksctp): IPv4 TCP: Inherited IPv6 TCP: Inherited IPv4 SCTP: Not inherited IPv6 SCTP: Inherited Seems like this was changed for IPV4 TCP between FreeBSD 12.2 and 13.0. I cannot find any ticket for that, but I think that the same design choice co= uld be considered for SCTP as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:33:36 2021 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 E3AC718B82FE for ; Mon, 29 Nov 2021 14:33:36 +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 4J2nsD2Vf7z3qsk for ; Mon, 29 Nov 2021 14:33:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1138624247 for ; Mon, 29 Nov 2021 14:33:36 +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 1ATEXZo7040997 for ; Mon, 29 Nov 2021 14:33:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEXZ5d040996 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:33:35 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 260119] [sctp] Not inheriting the DSCP/TOS socket option Date: Mon, 29 Nov 2021 14:33:36 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638196416; 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=8b0Pdlg9VKKbLed1hqHlFELSacxC8KZQ9wW0TSwTJHM=; b=y3wJklyigFrY5YLlSw59IMS3XH5hWqlesAvZeqSz/H8vXDBvyuf233gPAtKqd5IzAl2CBl szRhoRSrx+4r1D5u1k0PL7zVC96/YmCDgnQWhCUMta+M/o6mSI7kfdUp5We593A8l4ewWA +sdi4qk8Q2AeQOpx1savlP0y2fPqpHCpvJTxfHr4FRKHSETxusYhQ5PBKBvE2p2YROLpiU EkxbqGtM4ISkNdj0B1X4KZcNy9Dz2/hmUvniLxaZcfq0HGDjlxE5PlFI/sVKmWqqaIX7Dd rTc5QVB6WEuSWk1im52aTlThQYPw7m40myGdu0o/sx3LYCJ7K1wjGwQj9zfeBg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638196416; a=rsa-sha256; cv=none; b=VW0Q5iLukeVgVJOdqnBdwXUMOxThGVuxyvbaYvSZh9lpPHixLvL1T0ZrU/F8PsViZdSofo RylL4WRNCbwBvygsp4qgEMi5lhCuIJgDVd/Pav3ikWYoIM3j4BFZUg9fcXoSAYZ58El3Se 7X53xHP1ARXRWwT9N9vqDgzVmOLg5RImX3Yono/uaz2aWAnlobtG6GF7ZrDztYiDHsSzbc +bu5diMREUmoPjy1jQ62IHsD6o/im9Mbm8/3r+wLdIyKnycI7IOdfPB9zTa6s7e3HoMdto Tazb2mMdSYCDXp42rEvXA6baVLMhf0UoIah4h6HB5w1HMua/x0vTn2rXICVDig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260119 --- Comment #1 from Albin --- Created attachment 229794 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229794&action= =3Dedit Test files for reproducing the issue I added some tests if it helps. They can be compiled using: g++ -o client client.cpp utils.cpp g++ -o server server.cpp utils.cpp I have tested it in VMs with the SCTP module enabled. I have also added ali= as addresses to the loopback interface so that I could run both the server and client over the loopback interface. These alias addresess were added: 127.0.0.2 127.0.0.3 127.0.0.4 127.0.0.5 127.0.0.6 127.0.0.7 ::2 ::3 ::4 ::5 ::6 ::7 The test can be started using: ./server --poll --ipv4 --sctp --test-dscp ./client --poll --ipv4 --sctp --test-dscp IPv6 as well as TCP can be tested as well to compare the behavior. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:34:47 2021 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 F019618B9BDF for ; Mon, 29 Nov 2021 14:34:47 +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 4J2ntb45rDz3rYP for ; Mon, 29 Nov 2021 14:34:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6E0D0242BE for ; Mon, 29 Nov 2021 14:34:47 +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 1ATEYlGk041222 for ; Mon, 29 Nov 2021 14:34:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEYlCQ041221 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:34:47 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 260119] [sctp] Not inheriting the DSCP/TOS socket option Date: Mon, 29 Nov 2021 14:34:47 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638196487; 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=lJDw+tH050OLLh60QGAGL3zWba1JaeWG1Map6CoVBJk=; b=MHfx1cRQ2Io/qD+NuzuAiBE4tYZ7eySJAKL6OeJhJ9zdO5Nb9NswZi1Bhiu9E72JLYnrhB 9A4RhJHICywjg5OYdWFjB7BPw4vFuhOD1hAtIPLyiSw23R3ed5o0Wnfs7Rz8Va4uYajLmu NVxoh7CV4UCMDxXqRGOVpIDDGllLrgqHudcuIwjUM+YZ95rRIWvQm1+Vix06xjYtozOopI 8u/0vX8sHRDZHUxI/9g4vrsue6nXRVGntEtJjAEDnmDCbC30Z6hZvFPOII1sHRHliJVt1A rVRuhSMOjLW+OSrS5pTx/ZRwTV7pQwcNKsdM/WRmJLDnmbWIviughuD9cTKqAQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638196487; a=rsa-sha256; cv=none; b=WBNMgpgBGOypVE9GQb0DBP0C+EOfayOVh8TC5PmfxW1LTeJ7Fjehr1yKzPNVtk+MvoWs8f gCmf/qh99bcUw81F7aPn6nQMPqk9Nh+cZHwzgeMNN51GpRA5lIy92C8Z99n/w5kPUPKQJY 82tKVszmKxyfhBWi2MrE+ZuZNI4F5NYayo+YhP38eC57J2qVgRmX9hM2gDKqINVpntC9ov P0x3uE9A7L/cRURlYVO6XWR+HUwIISLMcpJPIlV2wRoahyu/TZWqczhw6xfhRTE0oxe4a3 yKO9HKs70NLUlV9BF+8Kn44fsl00NYMfNzRrHQS8HQuFuw+8ARbp85wXYAWlFQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260119 --- Comment #2 from Albin --- Created attachment 229795 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229795&action= =3Dedit Pcaps for different DSCP/TOS scenarios --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:56:41 2021 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 BFA8D18C3CFB for ; Mon, 29 Nov 2021 14:56:41 +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 4J2pMs3YKcz4Sm7 for ; Mon, 29 Nov 2021 14:56:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 59C83245E6 for ; Mon, 29 Nov 2021 14:56:41 +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 1ATEuf0r052751 for ; Mon, 29 Nov 2021 14:56:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEuf8w052750 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:56:41 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 260120] [sctp] DSCP/TOS not always set during an association establishment (IPv6) Date: Mon, 29 Nov 2021 14:56:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638197801; 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=IPkKNfMPobUQwNokXNSfdy6hMBGqkL2V723++4EiyHA=; b=cF8RCVtNef3tTJ8D6pi4g2koZn5y4d5n//4ykgOaeUPkguxBPtV4u19w1epGObwc2Vs15c AdY46ufRHaq1vrvni+enyqr6FBPPcW1iCaGwm1/iR8AWxssLEFFrwOfbAfJgKipkRSwC/k uDkOKH0ULxL2+3oQ1Y5HjiOX8oaGykcNEUv78G07/WvAlZJ+sDKNrHchAl6Pq92P9mSp8m 9plBjSHGG8kyKwTguw0PCJ8i+sFs1Oc/YXVpCG4WVCNLd4n95vlG2oYNmyVNOA1QMhuT/K BKuY+yD1ukCrHAWm1uu8+zdIOpcOowQ2V8foeSnk0P07V8HzT+Ec4kTVX6xCkg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638197801; a=rsa-sha256; cv=none; b=DDVgfCA0eSx1/eqmgnP7dwqQ61S++r46Dcs6YeNh8IMWdnCFcH9UbP5FYkTAzWgIjusw8Q nPSZd2mD/odEVH1X80n1ylVjsLPoC8V+PN8UfLcRykRwtP2uOfFVtCFVAmb4/i1DIqjYY0 KY9UrKBRlmkUhDHXvYvYeykppk8TfJRkbvxfAGgQUsDAvILRckixkxszgE+JXnZ8NxSfQR pc2ePkONYCFZ9jbvUCR6lmIBMVl94TfFF36SL4L0O9mtzpcIbKiy+fyvrq6ARKasHoHCZ3 zfJ4xZ2XW1AUh60HnsHqb264z0qN9Oh+SIR9+Uvi5V5ECsOO9qxV0ej+BaUL3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260120 Bug ID: 260120 Summary: [sctp] DSCP/TOS not always set during an association establishment (IPv6) Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: albin.hellqvist@ericsson.com Created attachment 229796 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229796&action= =3Dedit Pcaps for different DSCP/TOS scenarios It seems like the DSCP/TOS field isn't getting set for INIT_ACK (but is for COOKIE_ACK) when establishing an SCTP association (IPv6). This works for IP= v4 however. I have made a summary here: FreeBSD 12.2: IPv4 TCP: Working IPv6 TCP: Not working IPv4 SCTP: Working IPv6 SCTP: Not working FreeBSD 13.0: IPv4 TCP: Working IPv6 TCP: Working IPv4 SCTP: Working IPv6 SCTP: Not working Linux: IPv4 TCP: Working IPv6 TCP: Working IPv4 SCTP: Working IPv6 SCTP: Working I haven't tested this for the FIN/SHUTDOWN phase. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:58:35 2021 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 EBE5218C4695 for ; Mon, 29 Nov 2021 14:58:35 +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 4J2pQ34fScz4T33 for ; Mon, 29 Nov 2021 14:58:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7FF93244DB for ; Mon, 29 Nov 2021 14:58:35 +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 1ATEwZSW053103 for ; Mon, 29 Nov 2021 14:58:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATEwZ4C053102 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:58:35 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 260120] [sctp] DSCP/TOS not always set during an association establishment (IPv6) Date: Mon, 29 Nov 2021 14:58:35 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638197915; 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=fJvHyRFvvDdqvESHnWldttFNA1vxJshTtqq38Kk9VeU=; b=yDwgO8BuT187xxv3Nt6gCKzJeKm4aESLzsugQQ2yJP0eiuZyOGooi5CPxffkXReenXEAOA /acXd5b1QfDI+0k9TedjBmmZbUQlDXiqOnEK6nI6bTI/TsoXyDEcFNrVG63zuoorxBe0Ca V/6TGL/3jx/ymZqNodzenyPoCxxzX5jQprwz8XG8lx2xKWRyFX91GAiY8SMdVbAGCVN4zr WTiuficHiYQfxJTfgz/rMS8mtybhogLzJV53jLhyO01a4XkeyyzrMbjLrpEif9vyk/M/wW aHlvYwQ6P33gNqVLqCPi3Kgp6mtnj7GNYZyaOQDF8zgVCxw67BjtMecJPHeWJA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638197915; a=rsa-sha256; cv=none; b=c4cKCgDRdQcc5hwd4z4lwJlEkgqLDxhJoMj0reQpRxs+DcMCrMRkq3kyqUZihgEnSN0QDw xIIAyBDLAHVu1Gw0H/bUkFFLQ+2VRLIvkrFPVR2yLL85QEJtaq2TXpMJdrlmn4Z7IKrK7T 8L4u9g9H+3ZzdtMCD4ylwYqmKapxgsFNP0wD8p+bJmC5A59wOITss0GmFA1ZF2h4OZEXfz CB0c/0SPMtq1AgFI4tW7cUbQXWXTiYBbjaOvFVulSDVKSfvgA8lyyXhL5erzVmVHthr92I p9lLn9c4sY7iZxdkBGSbuWXv7wOxqd8XemsZ5mbQ1iwKZzN5NN41wFptFvs/rg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260120 --- Comment #1 from Albin --- Created attachment 229797 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229797&action= =3Dedit Test files for reproducing the bug I added some tests if it helps. They can be compiled using: g++ -o client client.cpp utils.cpp g++ -o server server.cpp utils.cpp I have tested it in VMs with the SCTP module enabled. I have also added ali= as addresses to the loopback interface so that I could run both the server and client over the loopback interface. These alias addresess were added: 127.0.0.2 127.0.0.3 127.0.0.4 127.0.0.5 127.0.0.6 127.0.0.7 ::2 ::3 ::4 ::5 ::6 ::7 The test can be started using: ./server --poll --ipv6 --sctp --test-dscp ./client --poll --ipv6 --sctp --test-dscp IPv4 as well as TCP can be tested as well to compare the behavior. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 14:59:28 2021 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 F1B0718C5136 for ; Mon, 29 Nov 2021 14:59:29 +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 4J2pR50jNrz4Trt for ; Mon, 29 Nov 2021 14:59:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 64B6224353 for ; Mon, 29 Nov 2021 14:59:28 +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 1ATExSxp053282 for ; Mon, 29 Nov 2021 14:59:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATExSLq053281 for bugs@FreeBSD.org; Mon, 29 Nov 2021 14:59:28 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 260120] [sctp] DSCP/TOS not always set during an association establishment (IPv6) Date: Mon, 29 Nov 2021 14:59:28 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638197969; 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=GasIc1oS6Zh1pWCS1GwMVMTMZyNAV3rOdzK2iHCiqCc=; b=xg3+7D2K4zHoGMlv7EvMMHVbeQgiIqTEslnwFBtaWiXBqrLD4PnplNUAa95AydHUs4IluB dGonYJqnPQspIz/RYlSJiDzwwqOBYkfhOhUXNBlb88wEirzWMSt0QguceIp2IXRXruE5uc u3usLIEy/EcLXvkkGalkdJzTKASVg5P1diZljBFupFgu1G55k8uwrE+Dnu92phu6XP9pzG lIElCOKE+WeSj/tC6QJtBOojTGe4Eprn7EO6SRgKscB82JdMJZYNqX/DI5emeHIMxQYNld dfAxwWyCQYqrYfhI3h4p9Z5CorPGP/OPzFRjYhvxeXcdtRZE1V8O8VZSslcE4g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638197969; a=rsa-sha256; cv=none; b=eJHCr0NHz9SkU5F21IqT84lW+YlCgYtlsL5xDnGET3G0wUBp7o9UyYvgUeieOvRKflGsbE S0q5MN+Aqi2d5bOFCJvna3w609PpV3HX0ohSDaR3M+wrhjEYs8HJ+txZO/cz40/sNIWBgJ 8kV5B4B0cTLTkzKaCWoAKHUVOfWTQIx0zvgTgSwxAS4xhzkuVY3utAaGwEFnKPZ9bM0oTr xZD8WU3PqB1byQ+BQrumZv0LJuivSWSbMRDvkudaI+y9DxViduihd2Ii6mbNxB0nrZZ+Fb cs+hn0txEgsoRabOs3XLcH+vQeJGnTQm5bsBCPI9w1Jb42zT9qMC4XKHqFD+8Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260120 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org, | |tuexen@freebsd.org Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:00:30 2021 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 9A8E318C5905 for ; Mon, 29 Nov 2021 15:00:31 +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 4J2pSG3b59z4VRD for ; Mon, 29 Nov 2021 15:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4191A246B1 for ; Mon, 29 Nov 2021 15:00:30 +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 1ATF0UdV054165 for ; Mon, 29 Nov 2021 15:00:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATF0URq054164 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:00:30 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 257018] pxeboot Invalid VM86 Request (BTX halted) - lua too big? 4th works. Date: Mon, 29 Nov 2021 15:00:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: terehovv@mail.ru X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638198031; 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=v2lwbj7spPpmUNPFesSRMVnZZO5E0b3syXDndR2n0O0=; b=G5RCqmyFBQCcrxnlQroxYFnhHbjJVrrY/cl5VsUEz1IIM83krlPV88lXv2WLb4fM3nyYdk 0sWNEbPeKgF7SHSr+KaRLAubGjwNXx/KhVv4pC/2lNaKP84KyGOUdNSsxq+5qMOXVL4EJ/ 6OFyZo9D/OipvUp4EzoZ8j/wC22q+yVWtN5WZdggZc5IVAdAJOkTUIzBGpfPjIThjIyhuI hjx9Hl3AeGle68CiKSy01FpMSty8Bw2VuphGXbXaVGsfy12EaZe6xVlk2DDBk4wYac4tj5 qOnv6cf+7rgpDHYizCjcEWSIZVTIn4WzNT9syYLqp0VLfM9WsIbB5fmmB3HJsQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638198031; a=rsa-sha256; cv=none; b=iBm61jJ5byYwntEjihJQXRhQeFJ5FaYG5rhML6hd0jW5GNyax4uxdvGNSDbaJErFHDAOmv lglt4lEhgLcY2HWyQZNrBcQnCsRsmGnTBRa/1P+2r1RwhLtp8jwfQVJCOM3l2TZLWq6k4u KaIk/vF9XFYN4adEO6xhMHfbTruRs3UmU1MriQa9h0Ihw4/EFs+dtzcT1WfsW2ack01pOa qQoaLtb2tcRZEsITg0aJ/ZfCxXgWbF+vsjGqytsG/FmRPR0eTsvSZG7XHJDtO3QSrajFmg O5oN6dE7B+ItZu0otN3DMjN60UlolSyrjLoXYnXg9CfEE2VwzZtZuJ8XZ9aoTA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257018 --- Comment #8 from terehovv@mail.ru --- (In reply to Ed Maste from comment #1) Also I checked the last commit to the /stand, compiled with clang 11 and 12= - the problem remains. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:12:15 2021 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 ACB6D18ADA29 for ; Mon, 29 Nov 2021 15:12:16 +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 4J2pjq5X62z4c7s for ; Mon, 29 Nov 2021 15:12:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5A06E24B9C for ; Mon, 29 Nov 2021 15:12:15 +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 1ATFCFMf063132 for ; Mon, 29 Nov 2021 15:12:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATFCFdi063131 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:12:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260098] usr.sbin/syslogd ld: error: undefined symbol: iovlist_truncate WITHOUT_ build options Date: Mon, 29 Nov 2021 15:12:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638198736; 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=/cVhgKUBfj+uJugLzDvaIZ2Mg/U93I70HtPbUig0Vsw=; b=ke0vVQBhc95QQATVoAXpVeH40RNv+UrRck8Ou8ZsMvtH2X5ZIKxL5TjwI48hBWfSdrQI84 PJV/OVdSwvAbpNkb4l+zsqoUcj2BAh6Rwz6huaE3wzjjQ3NcYopRWEEg6j4JI2Q5V7M2Sj 3AFCvOW1/5POs+v3TqZnq1P67mLnrNNz8N3+fzVuXWsjk99mIlqzoKgPNX35ydkGffc+kC yAmWULXC5lW/rsNhEX6n7GgWBmYG7bW09Mz8iPpbuVuk/Q8AkqFmQG7FuCfABdpOLKSi6+ 09x+TlXnre+MzKvaD+Q0H6U7RvIMtWFXe/YOuwVUbQ6DbqKevThtuGckZ2YjGg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638198736; a=rsa-sha256; cv=none; b=vddfp5P2oK80QTBqFCcrPc8xy9PtRjHAhNGwJ1bN6Pwa+JuM5mXXpPIkZbOCVV9d0H+Nis LEdXbVZBO/X8wghwBiN878nqxyHYF3vyQUSkM7scbUzyl9e6b5nsMaG9cqs3vR9v0Xl0IX UMQFurTUuTvL+DmM83zS707Eto5iF+qjkQPF8dWjY7f9T3G6a4kAZqkYze+TgIh74Vex0W jFMsWsLrUj5z7JDuAV3iI+MYLNJygT6TOIAD2X3nToJE2Yvq+WzpBh5uIKrGtUUcSTkKdl pfln/5k/guyKeT3D8PkdEkgFiWnuKVz37DoOiRq2eF9xFchC7puClU1H1prBag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260098 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D23566768d92aed2a59d3e5d9392824cbe= 83b867f commit 23566768d92aed2a59d3e5d9392824cbe83b867f Author: Artem Khramov AuthorDate: 2021-06-12 17:21:13 +0000 Commit: Ed Maste CommitDate: 2021-11-29 15:10:53 +0000 syslogd: fix WITHOUT_INET builds Since 2d82b47 syslogd can't be built with `WITHOUT_INET` or `WITHOUT_INET6` build variables set, because `iovlist_truncate` is not defined but used. This change wraps the problematic `iovlist_truncate` call within ifdef directive. It's compiled out in this situation... Pull Request: https://github.com/freebsd/freebsd-src/pull/475 Reviewed by: imp@ (commit message slightly tweaked) (cherry picked from commit f06fa6f88733d709a5f9dd3a27b1a08571e49e6b) PR: 260098 usr.sbin/syslogd/syslogd.c | 2 ++ 1 file changed, 2 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:24:26 2021 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 4E18F18B4BCC for ; Mon, 29 Nov 2021 15:24:26 +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 4J2pzs6KhBz4hxV for ; Mon, 29 Nov 2021 15:24:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B9EC224BC3 for ; Mon, 29 Nov 2021 15:24:25 +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 1ATFOPG5069160 for ; Mon, 29 Nov 2021 15:24:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATFOP2q069159 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:24:25 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 260097] MFC WITHOUT_CXX fix Date: Mon, 29 Nov 2021 15:24:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638199465; 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=fcm6CJBxe52T2KjNT3h2ZUXmIdaYCPkc4MUi8Ra0S8k=; b=SpUTjXp6SRuuvQw55OBJh2Yb6ViaX8b9b2NXVrHRpO81cQS89pExsEMm07w2GDkkhnzB69 dmnhvffVk2awPPc6mVh3EVG+Iwqs/x9b7aDB8q0vbqiY0U+ZNY95wBApcCtBFmqx58h1AP CJskLy+mgtHQyXQzjybwD5IVV7UqLmyVlXedkvrT4PTEjVVQwRIwOCVZw0bGjzbOQyFmzg RNhM53TCRtQ1XyTfbT60R6xNpRaoow/bnSnQZP5FTSKLSZi3Y2Pl9J83R8Mw2djP601MHH lnq6MkTyEfnm+TaNB6tsb4JZXZQvmJEDqw+tJWTC1iqKa9msKdzgefxwcSl9XA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638199465; a=rsa-sha256; cv=none; b=OHMowzvzlg/XHg/ZbsaQ/VNDv7t6PNbCBeDvCPOigjJEdMFoKX2DXab5oDbmqKk4ZBlzDG nZLg2dgeq9lqxO8cueji8FEk2rzb5iLfaeZQeDZg2IqzdtxajQBVtxP0AMT0zLLkb3Wr8l 0iHrb6EtvlPGyiNbw51J9m/2u/4+UhlAiNoB168sde+LHDSRYQJTrqL1BheM4LQaNLWq5z V+U+mtYwHvc99ELt4MM8EZ8VNcIN/s/liX7yI7I7LotQ9RZ1w+DKf5t419zdf6GnFWp+b3 EZypqN4miP1g4KKS+ycUaVzQl1MPCa19hjKNsJo9o7lnFYRU5Sf7lFgoMkkwOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260097 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Resolution|--- |FIXED Status|New |Closed --- Comment #1 from Ed Maste --- Merged: commit 7cc6e39cb6a934dea99a6aff336b353e938fbc58 Author: Ed Maste Date: Thu Oct 28 23:01:21 2021 -0400 Do not build libatf-c++ when WITHOUT_CXX libatf-c++ requires C++ support. From jrtc27: bit slightly odd this isn't gated by MK_TESTS (which itself depends on MK_CXX), but this makes sense given the current behaviour. Reported by: Michael Dexter, Build Option Survey Reviewed by: imp, jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32732 (cherry picked from commit 6ce99625ca7acecaa64723f0440007eb3f60f53d) commit 8bb7b159b5b892ab8bf597203690434309691860 Author: Ed Maste Date: Thu Oct 28 21:43:33 2021 -0400 src.opts.mk: Add WITHOUT_CXX dependencies OFED, OPENMP, and PMC depend on C++ support. Force them off when building WITHOUT_CXX. Reported by: Michael Dexter, Build Option Survey Reviewed by: imp, jrtc27 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32730 (cherry picked from commit 0e1c864898c1803835b1be0d59342ca761051db8) commit 8f02234dbd1d578740b08afb4a0d6b877432adc9 Author: Ed Maste Date: Thu Oct 28 20:49:12 2021 -0400 Don't build sanitizer runtimes under WITHOUT_CXX In the past we built the sanitizer runtimes when building Clang (and using Clang as the compiler) but 7676b388adbc changed this to be conditional only on using Clang, to make the runtimes available for external Clang. They fail to build when WITHOUT_CXX is set though, so add MK_CXX as part of the condition. Reported by: Michael Dexter, Build Option Survey Reviewed by: imp, jrtc27 Fixes: 7676b388adbc ("Always build the sanitizer runtimes...") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32731 (cherry picked from commit ad09e2c8cfbc2cf6f2b8826c121d6de8b3bfe96d) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:24:41 2021 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 E905D18B4DC7 for ; Mon, 29 Nov 2021 15:24:41 +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 4J2q094MTJz4jBZ for ; Mon, 29 Nov 2021 15:24:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 774CB24EDD for ; Mon, 29 Nov 2021 15:24:41 +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 1ATFOf0f069220 for ; Mon, 29 Nov 2021 15:24:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATFOfgM069219 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:24:41 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 260098] usr.sbin/syslogd ld: error: undefined symbol: iovlist_truncate WITHOUT_ build options Date: Mon, 29 Nov 2021 15:24:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638199481; 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=v4yDDroM4hDOHrdgz4V+RENzWt1yOQinD5KIGACG3LM=; b=ii2Wju3NGnz9qcBvoVWokaZWW8CbAKvqcMPTyTDi8qQJ+l28yz4Yd2Zn/eYqV2+3YhPzlF bg7FGdEDhwDC5hMmNH+uGqd7aeYH8VucIj1iX+30IHvJs/WVJApolecAM87cDZNX4E8g17 lu4z/LK0QBcvrpKS2kSS27Z+jXg0zBqW0howUusTDUW9+3qYhb5iHVYYu4FMW7JY6DbevA iYUicRuQ6kMtxSLLgoXmE0zpkkVbGTZYWWVtZy8LO5CBGsM2j9PsQAyMJPZy0Mz+omTMV/ 3LJgvfYCPxNgwjCYF3l0gFIVaj6whwQFakFZgfgMwCczXB2F2FW35cj81DW+jA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638199481; a=rsa-sha256; cv=none; b=vmuk0WUzOKbwDSoegbQyaHtMzb7dk23eJ4DR3XmDftkOi4gYHsJzR5ce4aKMC84ZHWDT7X 8F7qCL3Frcz5uWdWpasXfEC0jU4D+2xzPNv3lwtpzlBqoleAvMTM5HS0v12mlAOZzTlCKT gsBThA/Dd0dHSfacmm4rxH2XCqFGjhvnt9khcxKZGXqAVMj3DhgbwvCDUs8MyYgXDVQYW7 Y0K5sAg48l1ledibZe/vnKfIh3kgYAdzUNL/j9MMx0TB1Kf9qIbnnaYeInQ6ocd+qED9C5 erF/zQ5lLLpGV0NyuwqiIjyG+LrGj3cXWCtZL1NLku5dPcfeWbSCWA/E5zkSig== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260098 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:41:24 2021 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 2C52018BB544 for ; Mon, 29 Nov 2021 15:41:25 +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 4J2qMS6Szfz4mbQ for ; Mon, 29 Nov 2021 15:41:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BE05D24DFF for ; Mon, 29 Nov 2021 15:41:24 +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 1ATFfO77076934 for ; Mon, 29 Nov 2021 15:41:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATFfOUY076933 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:41:24 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 260121] panic: Unaligned free of 0xfffff8013cdfc800 from zone 0xfffff8001c279000(ada_ccb) slab 0xfffff8013cdfcfd8(7) Date: Mon, 29 Nov 2021 15:41:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: dclarke@blastwave.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638200484; 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=gFR3U7qMOvwdZLyqsUMwp0qFn6cDWKipw2yEoFiPJY4=; b=F/2J8X8ovIkvqN6xW0jnOpoEIgBJ/11N9aJ0xdUNrHz084b4b5T3LL+obS/Gkxe66lkAGj 4tq0Xo1V+NGAbTzin6gcpjMrsX5/l++jj5IELMWFMldg9pmt/ali0qjC2Cr+tSMnA8IAJ/ zR5R7x1AV2Mazlhvl+JgCEFBa+MPftIEiQ3kANsRhdp0s4t/WHjKdF+1CZf2vHS8eGXA4C mMOo7BCtf8k3kWp1p742UYybKUwUZd4s9T3abZCNiKymUuPXSM2gaUc6wp8ZwrYBGaZoz/ 3DStwbdXsol7QopIXTQt+rD/vXUZaIJpzNuovSSqzGkJyv+kR0g1LsSsPabrmQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638200484; a=rsa-sha256; cv=none; b=QEomqWZ6k7CYhuZ/VuEvg/6vR/Lc7R4dG0xuS9lrQYuBslCcIBbsbnPV1SFj+OqGK/8Tx4 WyQ+5jzJVpFmlD7ErJaJNCNEXDxDU6VCBR0mDDMgvRTiez/0xl5vg5Ut+MibwZwjrkMiUI zrCxl9zsTTwPoolYZ3Ohd9KF2xubLmytmd1a1YUXnGIdoLvfUyX2SprbSWx54Q2fSBDKyD ZHoYBAHr6z6A4WuALfFGVLvd/1+z59nGhrjsPQHeHUEN0ZmQubyQ7/cZ2k8ftPv2FZ1dau a1qe93RR/8tbq1JW9rvZHU0Gc2hQjsqycTDmFqOGjlHuC+a63ASAuBjKjayHCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260121 Bug ID: 260121 Summary: panic: Unaligned free of 0xfffff8013cdfc800 from zone 0xfffff8001c279000(ada_ccb) slab 0xfffff8013cdfcfd8(7) Product: Base System Version: CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: dclarke@blastwave.org I have seen multiple panic's of this nature in the last few days.=20 I did not have a serial port connected so I took the usual console pictures.=20 The most recent AMD64 snapshot also does this sort of panic while booted from the disc1.iso image and running as a "live dvd". I will attach photos and am now trying to somehow rescue the ZFS ZPool storage from the system. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 15:47:00 2021 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 9665218C16CB for ; Mon, 29 Nov 2021 15:47:01 +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 4J2qTw51c3z4rYW for ; Mon, 29 Nov 2021 15:47:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 82522251C1 for ; Mon, 29 Nov 2021 15:47:00 +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 1ATFl0mH079269 for ; Mon, 29 Nov 2021 15:47:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATFl0sr079268 for bugs@FreeBSD.org; Mon, 29 Nov 2021 15:47:00 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 260121] panic: Unaligned free of 0xfffff8013cdfc800 from zone 0xfffff8001c279000(ada_ccb) slab 0xfffff8013cdfcfd8(7) Date: Mon, 29 Nov 2021 15:47:00 +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: dclarke@blastwave.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: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638200820; 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=h1q+qB5PdMj0x4QGumVL8nUGUC/gXKeCrCX5QZ2EszM=; b=boqUNf1QthBcA7exQ4qpLdFFg+Pd5JM+CJKbkjdBsRgY1h+IbadXo4jnvbE2aC/jxuOtiO VhR6ItGpcRiS4o+vCeOxTqfjKKvqgl3hpaG14qkFtCvWjYIar97+Swn9mOXD8nlIgG4B8L v8XiZe/brZe66Ptilj6scK9Up9if3f34tUAtg+ErTxEBa9EfPZXA7gpeOlB9OXNRmYQZgm rsFG+6VJD0tgRDwOGFcsNUsPwRHwpaSDFk3DxkQCRta7JKKHIbK4X9TLZkg70COnOYP/GS Dc3bDX0TDn8wkIuQ2tHHh9ypfQi4dzqbHC/QE7iXTjgT/W+4u+1TXwyutoTgEA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638200820; a=rsa-sha256; cv=none; b=qACqVIoXCkB1YXy16UXewXhSfTNqFCNK9832o74D+w+vFL9tjqC0g5mpzUQ7TYuHYuFR/u XZhDYvFm2n+IMfRHvKOOtwsGGUxFleTj5e/1CgnoqAIxpR6d5AT8Vq6JpGw/OVnN/knN9R bz4/Rchet4XeiIkyxZ/TJqJGc3RA5iefhAoh7+Q3omgXukVX1zNgHlWWrhrABDrzrqDDAb /8T2IHOAalfcN2feM3YjFm0XfSx+uXjIJR4rr4zza4DSILQTMEaKsGu0IkQOtbrUvlhyGW LKeSBwrWqYrdlc4Z8l7lx8F0s+x6pTK5hKx8Vzn6KVYmfvzxJaqij5pinsAqWw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260121 --- Comment #1 from Dennis Clarke --- Created attachment 229798 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229798&action= =3Dedit FreeBSD 14.0-CURRENT main-n250820-4082b189d2c panic --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 20:04:56 2021 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 C667618ACA1F for ; Mon, 29 Nov 2021 20:04:56 +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 4J2xCX2kdlz3qpt for ; Mon, 29 Nov 2021 20:04:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3967BB27 for ; Mon, 29 Nov 2021 20:04:56 +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 1ATK4uIr027805 for ; Mon, 29 Nov 2021 20:04:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATK4umY027804 for bugs@FreeBSD.org; Mon, 29 Nov 2021 20:04:56 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 209821] UEFI - installation media hangs when booting on ASUS P6P67 DELUXE Date: Mon, 29 Nov 2021 20:04:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: uefi X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638216296; 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=lpY/N77mtIWsJkdl4v2MfD0alp09FxoX68vHn0oHids=; b=g6opD479VGwvA4fVh1raAJK1Tb5+iVghic18T+ZXKNVX5zicU1CiqxHgjvubsjdS44Qs0V HbBs/pEQ4TowvxvEcdJpJyLRbpmvUvuqoCr5mLI4csO/AA+LRm8DTUKyWMKOlIQMkMhnjg C2asqH7MVJjnb5ng2YfzdZk6gMa8kS+qqcApy1WuEjiFFxBkxWoG8F6910H7d0Y165t+HM aQI+4o3yCSLb0pLk0XjZSCjROybTh99aV5k36M9HBNOUdkJJuUGnsVi9OdJA+jRkqCak/G ozzJXd9jGMo4+hsQPuGM3EF1JST9Qjyf2GKIJZlqprHwLDBxSC8gppy/BPkygw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638216296; a=rsa-sha256; cv=none; b=FablqTAg8A3dnwNOVHW3l0xG3VTMd8offDywm5vp4i3UxKJYOuAIA5ZGpuOvet7NPT0ox+ /8s0XZG0ys/eUsuZ1CKXfXHbeJpvhi4ezfcPBg9k3BZ1Kk2xShuBtYS1KnwFS0Abla3Hfw sZJskfS3yA0OyulPu/ppIX4iR+VvDsIgh3bxCe6SwoaCtezSJ0S99EuIFjC9nJeRy6jmNp TbxwVhk3IXQzygJ6Y5Ll8aAZ5+oqUa82vBRUhHwoN7ExRF09F2kX6WowLkomxf8wgi8zGO o89I+o2JDD5v7EqfDjejydPIRKvYBkl+gmK3RIgue3gv+U2WvmQ7nIHbgVGGrg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209821 --- Comment #64 from Ed Maste --- (In reply to Dani from comment #63) Note that David Sebek's patch in comment #37 may be a feasible way to addre= ss this in stable/12. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Nov 29 21:40:33 2021 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 418C018BB9EC for ; Mon, 29 Nov 2021 21:40:33 +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 4J2zKr6jfrz4rmW for ; Mon, 29 Nov 2021 21:40:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C8A421E28 for ; Mon, 29 Nov 2021 21:40:32 +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 1ATLeWjX080876 for ; Mon, 29 Nov 2021 21:40:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1ATLeWnI080874 for bugs@FreeBSD.org; Mon, 29 Nov 2021 21:40:32 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 260126] syslog(3) spins the CPU with 4180 byte messages Date: Mon, 29 Nov 2021 21:40:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asomers@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638222033; 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=s08VQVDHlxtO/DsXA03bEpXA8eLzHLW+imkvcDC39J4=; b=d1mKO3N3Lnl/RJf4xGDYB/ompvW7d/Xo3LyAUAoW0G77tVoRmo++SFLhhEOFWD7GnEzd6R Ff9+ox/G21G0DtGxh5fjwckrSQ7mwRDEcwND9voBdFhPK/gKl7A8Q72MD09Yx/FAoxq7x8 LTUGGFcNb1pkt0Ka06CrFXQSW36D69NHxZORvnTq8v7Z/A5z1gNIM5rbni4vwWLuB/a04J JUEXnpDNrwVLETQcc+KXjlV2+bncUdlDXtabl6r0YW0pzur+lYJujjo6EuFZHekGbq903G BKgKPkN6v7c7K2xoCz1vrhGi9f8ZPt0Nt3pGGbbm2ygvGiEvFpXQNzbLb9UxfQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638222033; a=rsa-sha256; cv=none; b=uJGBZEOyYt+xDKZ81mh5YQcAXxOayBGP8bhZ1qB828Lw2OJnPxGFWjw1GC2QhWebcYuoZc U839TukvxBKEOZdBcC9BRWCYzf3DP+nNR6QKxuLfn/IptB3P0/RJokCTT0Q1FyN6okTah9 Cb/9rKPjtToNJgHa7I/jrCOYKqnPWx83Ipsqt67dMQgMRUhezXTqXKsmtdP6oLInX3JjdC 4n/inwG2O9i29SGzJyet9XTMq+MTPzjk79zbnt14CGaZo7kWdmCSWG84XtlowrWPUr+mfP Odu4gy/uG6Onn00zsuKEPivyWgz7Ca/1d123Q/6XLQH3pLqQJKZm7BtKdfDqBg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260126 Bug ID: 260126 Summary: syslog(3) spins the CPU with 4180 byte messages Product: Base System Version: 13.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: asomers@FreeBSD.org After commit 2886c93d1bca231260ebc01d4205743ca781f3c7 , it is possible for syslog(3) to spin the CPU without making any progress, because send() retur= ns ENOBUFS for messages over about 4180 bytes. dtrace shows that allthough the sockbuf size is set to 8192 bytes, it's sb_hiwat value is only 4096 at the = time of the bug. I don't yet know why. The bug can be produced by installing rsyslogd from ports and running the following command. I have not yet been able to reproduce it using syslogd. daemon -f -s notice -l user jot -s "" -r -p 0 5000 0 9 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:13:23 2021 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 B40CF18C0CEE for ; Tue, 30 Nov 2021 00:13:23 +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 4J32kC2xLYz4mWX for ; Tue, 30 Nov 2021 00:13:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4543E452A for ; Tue, 30 Nov 2021 00:13:23 +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 1AU0DNRI074997 for ; Tue, 30 Nov 2021 00:13:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0DNu2074996 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:13:23 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 260126] syslog(3) spins the CPU with 4180 byte messages Date: Tue, 30 Nov 2021 00:13:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638231203; 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=6EM65iHQ2vv+6xZ+W/fJ8NwT9IEfoS7R83n1rReima0=; b=isTIfwPinR0FifFHf3u2nD+9tPxLtfnb4M19zTym1GS1DqtE4kJkZaqg01abgZNrvFVPzM HHkqsZFUQC6u4Y71CV6ttrFO/IT0Rn0plnzlxR7eefLNkRrf0oOOzQfYVoxGY1yi/rKDsm va0IbptUh3K2FvXLKE+ZoDTiC8x+K8p8jaY9xuzcvBvVd7KbPETH8wnAYKCxFVYTgZOR4f kf5mwsKBPaB00JD6X8D4ZKUNGu7Wjsdws+CEMtWEL2PfubuD5dac11LkS5guPI+bhbEYSI z81CHJaOc41so2B67/MbEnyFe0MnxDEjaExNbIQB6eMoAVCXz4x/CIcklM5dnw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638231203; a=rsa-sha256; cv=none; b=cdl/8y5smUYWjzsoAMdM2gE9B7NoxdQ5m3UX5JAvzjs72xPDEdlwYDAShU2O6kIOhjT/hf Kh5weAOouuoAy0RswPABPqFNVqLKbzLFPUPwSeq896ay8IaWVZdkeQqzNwO6hbcTk5y5rF vu/GWTmrqsrIY/dZyUYUDFtQ5J3Lt18rYvSo0zSRiLHpZskCqNDeohOBhsHkXGKYW695aV yZLy1qkS6jlrGy0/kU56zWEIM3F2J6JQAd2D3E9VpWEj0PgSheLE+n6LlmoQgXgJRTzenN 9TJJ83UXpjfS5+yryKJwQ4tqT3nU7s7nAHqaHdxDg1VRXLVdvvBh7m33jXTuhg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260126 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Alan Somers --- So the problem seems to be that: * The default receive buffer size for a unix domain socket is 4 kB * connectlog() sets SO_SNDBUF to 8 kB * BUT, unix domain datagram sockets don't really have a send buffer. Unlike inet sockets, they stay on one host, so everything goes straight to the rec= eive buffer. See uipc_send(); it writes into so2->so_rcv, not so->so_snd. * syslogd sets SO_RCVBUF to 80 kB, which is why nobody noticed the problem there. * rsyslogd uses the default SO_RCVBUF of 4 kB * syslog(3) chops up messages that are longer than MAXLINE. But now MAXLIN= E is 8 kB, and the SO_RCVBUF is only 4 kB. So the chopped up messages are too l= arge for the buffer. * syslog(3) loops while (errno =3D=3D ENOBUFS), which is not appropriate if= the message is too big to ever fit. BUT, it fails fast if the socket is privileged. Many daemons are, so their operators won't notice this bug, bu= t my daemon is not. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:34:14 2021 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 781CE18C9F60 for ; Tue, 30 Nov 2021 00:34:14 +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 4J33BG10yrz4sdg for ; Tue, 30 Nov 2021 00:34:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 02A6D49AA for ; Tue, 30 Nov 2021 00:34:14 +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 1AU0YDIF084938 for ; Tue, 30 Nov 2021 00:34:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0YD8d084937 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:34:13 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 260128] "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Date: Tue, 30 Nov 2021 00:34:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jfolker11@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638232454; 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=p/JjERxnrZVRzdSvcTTc8tAnXUAnBJdx969APoAokHA=; b=O5M4Xip+LS2McV96uyFZnMAHlH1Hz/7yU0rLC0WcGFDFovEM4ZoC7xBYhCS3K8MkC4UQil 3G75d/vdZlPaFUy8ULUiQ8Mg4rqBnMqXQH8LzJPmLHpSijTJeTS0Hb6985TQaUvw9xezeC FQTm4zDiuu1328Js3ocspx5WWnv8tJ9gRndgkPRwrF9p6OE0qr1DHxEMWEmWrx52sEllVL J4QN6+qzsH5O5tg5x52HLN7kijy5Dek+UDSCh4OpBaPWexFVEGercuWABrr31AgNJKNQ9v AeEvUsjAYzkxtq7ekm4qk/59pi8RhjI6WD5dg7WDI/LBpPwhsvuQDvOR027AnQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638232454; a=rsa-sha256; cv=none; b=dK3E9d9OYb//3yfeTObUY4aR/b6SHfP9xJGXkKXwGmP9OI0X9OV257fTQ8SsdhLq20V1kK NBQKbWIfG8CQ73NTrvAIJwOf9extjnI/Q27h2qkKWItYUiF9vfph5nU3orzp9b6zpSB9yo BELobm5698v4BrVjEEvu4ojxmGhchYiwcGwzwq9g9bcTUr7e1lFfUCvMQsHQjRFQ3KfMvE aksrNFmSvURFeXwBQNG4irFImYoxsUgP3DqLklkYgJ4ldiO1vzIOQd32lW8SHXINDgkg3Q /NXMM8L+TL11MoOM4ugFXu93TRiu61p5ocAqmNgo9dTUFo6QSPwq4VbhqOfIqw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260128 Bug ID: 260128 Summary: "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: jfolker11@gmail.com When running "make tags" to generate a TAGS table for the src tree, I encountered the build failure shown at the bottom of this bug report. When I put a symlink to gtags in /usr/bin/, "make tags" succeeds. It seems that somewhere in Makefile Land, a sweaty fever dream of a place w= here clean targets either clean only half your kitchen or burn it to the ground, PATH isn't just being prepended or appended, but flat-out erased and rewrit= ten. Sadly, the cause is not obvious from a cursory recursion into every Makefile from src/Makefile all the way down to src/lib/csu/tests/dso/Mekefile where = the build fails. I'll keep digging until I find the skullduggery! root@freebsd:/home/jfolker/freebsd/src # echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin root@freebsd:/home/jfolker/freebsd/src # which gtags /usr/local/bin/gtags root@freebsd:/home/jfolker/freebsd/src # pwd /usr/home/jfolker/freebsd/src root@freebsd:/home/jfolker/freebsd/src # make tags =3D=3D=3D> lib (tags) =3D=3D=3D> lib/csu (tags) =3D=3D=3D> lib/csu/amd64 (tags) =3D=3D=3D> lib/csu/tests (tags) =3D=3D=3D> lib/csu/tests/dso (tags) /bin/sh: gtags: not found *** Error code 127 Stop. make[5]: stopped in /usr/home/jfolker/freebsd/src/lib/csu/tests/dso *** Error code 1 Stop. make[4]: stopped in /usr/home/jfolker/freebsd/src/lib/csu/tests *** Error code 1 Stop. make[3]: stopped in /usr/home/jfolker/freebsd/src/lib/csu *** Error code 1 Stop. make[2]: stopped in /usr/home/jfolker/freebsd/src/lib *** Error code 1 Stop. make[1]: stopped in /usr/home/jfolker/freebsd/src *** Error code 1 Stop. make: stopped in /usr/home/jfolker/freebsd/src root@freebsd:/home/jfolker/freebsd/src # --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:35:44 2021 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 39A2E18CA23D for ; Tue, 30 Nov 2021 00:35:44 +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 4J33D00FFwz4sks for ; Tue, 30 Nov 2021 00:35:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D94744A86 for ; Tue, 30 Nov 2021 00:35:43 +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 1AU0Zh9d085278 for ; Tue, 30 Nov 2021 00:35:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0Zhwe085277 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:35:43 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 260126] syslog(3) spins the CPU with 4180 byte messages Date: Tue, 30 Nov 2021 00:35:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dmitry.wagin@ya.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638232544; 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=Jc49iy1UFC+GSiZ0XBkrKEV1OPR1OWgPdpGUzRLVtVk=; b=ILJs4Rrac/Bt7tgdEksWKawggjicpGkTsIDk6hz7ABXJ5XDXej+F/g4vrv00waYAqEYx2t DENTgh/NS/Io0XoGRe19wZascrgi9VGunRuhc4RwBJjAcEhRRzVZd1dgyU5fqoGWp9ZaHL sCImBuNhtH7tqKpbKo8OXOwgPGnJRUefG57Yg6/C7VuAPzIXnH1vwYuBhkluh9NQp8ZPZT y8YfxR/btJAv9hTFB4uISjZclBGfqrk6E5nE8lA+/nKaMR7M+yT7Ofaaun5wE65kmvnNm/ 0t9KdAtb0aCDX6yVzn5Q4Xd4SYjiX+3/USbgnHTyhGPM1GYV/lq4zLa6U5B43w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638232544; a=rsa-sha256; cv=none; b=haVrLFIB7O0qWS445a/LTZ2FN2M0rgMJeC+SD2kyGfZCPFkMlEXeyLyK3HEnXc+pShUlkI bJBMeGTGWTY8ZkOXmXvVeVSG/y5tLgngU8zYBrb0lgHPTpZtMCp0bOk+D4K7Cy9VnOG7vs 8KrRLOUXrRVa8pWTzuBzLmrgAFl5inhDDHvopWYs42zROqxeBa0IZjBw0pWH33+k3MVc5/ O1gbRd289mnqBJtjSuQ8P6+XPpElZLQQdO3FsKtsCEpl0ywnItNKYKhp67vnVRsGab0gKv H5ndXoCSM7lC2l3mINRKxNCJIlPxqbmFLLmSWwpMPUIM1ejYnXOcuOhLXXj0Qg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260126 --- Comment #2 from Dmitry Wagin --- (In reply to Alan Somers from comment #1) Need to fix rsyslogd, SO_RCVBUF=3D4kB looks wrong. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:42:39 2021 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 DDC2718CD567 for ; Tue, 30 Nov 2021 00:42:39 +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 4J33Mz5FbKz3Bll for ; Tue, 30 Nov 2021 00:42:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9458C4BBE for ; Tue, 30 Nov 2021 00:42:39 +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 1AU0gdkT089716 for ; Tue, 30 Nov 2021 00:42:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0gd1J089715 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:42:39 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 260117] [libc][patch] Faulty errno for sctp_getladdrs() in net/sctp_sys_calls.c Date: Tue, 30 Nov 2021 00:42:39 +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: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638232959; 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=M/NizvD5hIZDjLiSVY5HrSYf1Q1t4IoiJe1bjB2y5ec=; b=gGrF9gbKAXXfeB7kQP94mvYjnLyY1F4qX4ZD1qsQ36TfZNn9ThbF2aKc0tIUo4I9sYlbhR JVW4WVLdaysjvCm0r9Q04Aa6KEFnwkeU3O0J4ojAkVPDVyDUh47GlCAVNnMcwRgLIA+7hJ W4vn/C3h+3QgU0Hhh/p5IvEAX3dAJjCFYWG4RhdCIf3JPZgNu2/MCwkPkwLabAfS+HaKbM D269WRNXr1Zob++2icuKO8W/nwdWAp0MLx7H4igwIH2wykUrM9Y74uanOsrpJpiz9dAY00 DMRb1tKiQHLDXqeIWiXmZVZxJAdur2bzuV7wzFRARyanCc6GoInclRXRQMI67w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638232959; a=rsa-sha256; cv=none; b=AJb4hNqnddE9CT2qvM6rzBgMeKeZVpr1pb/APcofZZ36dDbkxygIK/EUVwKQ8aoksIiEhg I23NHVloYEB1WNZiLBVL/ROa3ljpetotkQ9Ob34qwd+6g1EDXkwn/Buv3kGcKMSG45Ktz6 TlJ8H6sbuJTJ/KYRAnDhfvow4RSseZLwSAMfjxYowkf6GpnSxnypKwI8+XsDrYyQ4yJjEz UMrmgh9gq/bmaX3pgIJcq43xLqbeg9IH1Bl7OEdpz/qDswV+Nrh1kBWzmXrEz9EFfm3wkT TW+NNTlhwgtRtB7/U2LNqnfF2QPxjlSFejMTRLQOG9DIEv2RlHrPzA8ZTCcouw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260117 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress Assignee|bugs@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:45:59 2021 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 64BFF18CF66B for ; Tue, 30 Nov 2021 00:46:01 +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 4J33Rq6ZzHz3CjF for ; Tue, 30 Nov 2021 00:45:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 AB569495D for ; Tue, 30 Nov 2021 00:45:59 +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 1AU0jxhR090613 for ; Tue, 30 Nov 2021 00:45:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0jxR4090612 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:45:59 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 260120] [sctp] DSCP/TOS not always set during an association establishment (IPv6) Date: Tue, 30 Nov 2021 00:45:59 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638233160; 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=RRG111DR0o3u1SzKHtQMFGNAKqa771+P4FqvUHS7n2c=; b=fX7+zFNcXB9uMouEGcGvVAxGxfonSft5Fq+5HBdWpFFT3RzUkXrEc9CQxsiMTrXzrL/dhK ZvgJG6M+BwW+XMtbpayQT4DyfoT+AC2bdunVv04bh7YuA9HdKXrtPI2BwBCNKt2qGnmoRN RBGBo8UEqH/MCXdt0XZCbejLwse1Uv+EGyzm1yuENNZLCW30c/+1f9gfw36p4MtOoNHoaj efyx1bzk13bMaTqJ66AyGcEEJYSqBD+oRykREjZmTRlO9cTy0RiMvMkkFpWZw9/NQKfJ5S Vnehy+FvGCSic36baPlBWqYFgfqBdvWOio2ESx6zGGKirvYjlQDkKXNziHvS1w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638233160; a=rsa-sha256; cv=none; b=O5f8U+JFKqHz/bgX/IHhiktH6GF1jZHrKmSe9T9kDIwDiwrbZCQDQcQnBLob/wXGvuivla aBIMSlppXNaDON7R7E+cUWboa6p68JylXftyXuVLrbrVU1lOXi+hjH8aGSX7He9eouwcEt w37fd0Lr1mrBe1b0NcjaUISQFoFOpCAfKwvLV+Gv164Bdl5dA5RMSwn3zfxSzfvkR0LBBR 1URRBd3SBzhS7IOIVn92/jwPCYShEibFdDVt6BDwukG+bUcjRvqc6+FAXXhKrF+RCq+s5d 12A2mnZfO5/FBXtMeVJ9iBUHilyZFPFhoDZDsojShXlltaX6BR0Jf6REVCexRQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260120 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 00:46:36 2021 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 3EAE51890546 for ; Tue, 30 Nov 2021 00:46:37 +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 4J33SX5V3wz3D5D for ; Tue, 30 Nov 2021 00:46:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 664A749DE for ; Tue, 30 Nov 2021 00:46:36 +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 1AU0kauk090744 for ; Tue, 30 Nov 2021 00:46:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU0kaX6090743 for bugs@FreeBSD.org; Tue, 30 Nov 2021 00:46:36 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 260119] [sctp] Not inheriting the DSCP/TOS socket option Date: Tue, 30 Nov 2021 00:46:36 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638233196; 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=LDPU/4wN2VdMVqtDZRzTqcnSEjw4ks04eOOcoGgWzcY=; b=ow1/qIYk3sEpUEs307gxtsLgbvWrB4owDNzUEQWceE0Vc2ref7yxi9MvxxkLn+x5OG4RMo KLfJGIFSTak9O3s4yWxTyKn8D+3yjzrLdA748hwo5Gvj7xJruhk+Ct/sFqYxyS9xCErAjm lFUafJEZL7nabv8hAhb1u1adRVX7EUG3tHgdilqgTyjWVokROgxnoWTXsz4ClKKCT70hoR u2WIr4q6tRpmJaPw6tpLlUm8ktiUZn6yqVW5UnC1uk6QQFWyRT8T1HWyzYhngCQ+K2Zrwn GYEVB6dVjs5ZoRWDYlW6vqFIdGbx98y0LiKwo3QA50+Ky4oBDUbWmAxnYb2lyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638233196; a=rsa-sha256; cv=none; b=qjEj9WvKRqrsE1S7MIsAD5E4tGxiG7oeGKLFDDIrjlq4Mak9nasqWbl4BsGIKGZH8Z2hpE 4ebcXwhIsV0pZxd0X6wUgPwAVSSXoVuDbWbSMNbTCSxuCKBajoFDg33UzLjoBT7L3GyCX0 EvXEDSMlQm9hl9lUmwK+VWYofCnoqPzBj44qLcEyFuLpW9WJcF8qjncYau+ebUhq+TH8Rx 7j63xUDsfdHEbCIYyIAqF84aGm+hIkfG0DOx06xa5gw8lNhQomuHRBL95r4Uj7BcP8qbn7 Ix7q6zDpoZHDjsnWdLutU4lhcei9by5L5Q4H+Ehuj5+9pO1EsxIA/ih57Z2cgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260119 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 03:24:32 2021 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 994CC18B6F90 for ; Tue, 30 Nov 2021 03:24:32 +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 4J36ym29sNz3H6M for ; Tue, 30 Nov 2021 03:24:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2BC757000 for ; Tue, 30 Nov 2021 03:24:32 +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 1AU3OWK7079997 for ; Tue, 30 Nov 2021 03:24:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU3OWlj079996 for bugs@FreeBSD.org; Tue, 30 Nov 2021 03:24:32 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 260128] "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Date: Tue, 30 Nov 2021 03:24:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jfolker11@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638242672; 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=zE9/ESwRmVBC2w8K7eOOl8mPfkvroWFZCKCamwPxXBo=; b=Op2H+/Ksljw1QHb508uvI3SKeRiUsMqeWg6YkXDByBMqI72HUXIWfVGbRSPU3bGpiMbMhy Ak1SMWElc/J2b5o0ScJHcgtAP1wDd7dFqx5/ZtlWEEne/iH4lNWT9W7wqc5DWiUbLDQrMr ngiaU7hkqPglYKIGDFhtc5UWyVkvXfojdXb7Q74ept3/GuNU+EqKjQF7fITa4kRJBll6dN 5nr7X8xwvJC0udgwUFeCM3gqvIvEZmYrUCZPUGqeaIyEEDJWZTKQkn74IfxbM9wl9BLQbX ggKPcc+HcsPJS+Rsv99Yqs4c2xLNDPDBhmy6jAMVgZLGGCfwS7FSEBG3/JzukA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638242672; a=rsa-sha256; cv=none; b=QUE1dgcHwzyJUjkE66b5dKTr3MbHNBAHo+w74LgAZ4gx9Hdk2+h3kteVb+4xp+tnRlEsAW iuWZor00IaXi2Gx6n+T6v9z+nxz0LYqJmSeF/fdAKcK0PhSwt8yk+3a2B20dzPOTziWyez KGnuFQSXC0yWanT5y/LtK/9Aj7hC+HBnaPH6r9TKnzP5aziId7G97q25WSg8hVyT9GkGRu STG8r7c/h7T6DW6epRqEW6SxnJD0wHu4Wu84m8hta7Dn8qgRuw7gXgqQNNZTLROlPcgCts dbYbPLF6T1iZGnLSce7O4REhzG62YkUAh2UCz/rA76qL7/quNwt66p/3dPGPKA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260128 --- Comment #1 from Jory Folker --- As it turns out, I was too groggy from coughing my lungs out (and NyQuil) to notice the cause sitting right there in plain sight, line 215 of Makefile: PATH=3D /sbin:/bin:/usr/sbin:/usr/bin This is flat-out wrong. Note that the first n directories in the default PA= TH for root are identical, in line 22 of /root/.cshrc: set path =3D (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin) If the user prepends directories onto PATH in /root/.cshrc and breaks their= own build by calling a version of an executable (e.g. gtags) not explicitly maintained for build purposes, I don't think it's unreasonable to call it p= ilot error. We should also consider the undue hassle to some LLVM maintainer testing th= eir experimental clang build. My proposed fix to remove this line from src/Makefile is included at the bo= ttom of this message. 215d214 < PATH=3D /sbin:/bin:/usr/sbin:/usr/bin --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 03:41:04 2021 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 8CBF618BF937 for ; Tue, 30 Nov 2021 03:41:04 +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 4J37Kr0g88z3NTN for ; Tue, 30 Nov 2021 03:41:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EAF4F7222 for ; Tue, 30 Nov 2021 03:41:03 +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 1AU3f3OK086413 for ; Tue, 30 Nov 2021 03:41:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU3f3f3086412 for bugs@FreeBSD.org; Tue, 30 Nov 2021 03:41:03 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 260128] "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Date: Tue, 30 Nov 2021 03:41:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jfolker11@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638243664; 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=M4xCTfpoIz9gJofGiL5acUQphiBnuukObd3BkgpED4s=; b=r5OsoIfggRqzU/6jP+Or5G5yry4xUM28Jsw0UvBQmn82FqRzNI4GH+CBDisJl7ZlaGZ6Lb zDZUdA0odKnGd0DeIlSoQMNEGRDUWw4uJ0rp5aVH7UmDmRm+g2bFQNmCeFWKqiJOtnk49W r0hHUOjDKpAHAkWLpURb+t9HRYrD+UlO8216vNcKJC2BZuSF08lac7oWmkj2RQOcmjBqlX RNkyauwS4OBWKpg8zUeYfO78KZ35N60Wpr3jMa8vk3uRB+XaCmFnBMIu2VmZNCsqfD0ctk 7AhaCw71jIKR+DfzuWSsvkf7kmeLmKW09EN1toA9CApZc5I3z/y7dHrc+Cv98A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638243664; a=rsa-sha256; cv=none; b=E4iT7XSwFZeVwDajowpWxxeKTsRGxVEQtYyz/HVj0SMd3f0jbvOittLRbUw8rfc6T/fRxK sko5Z1ZJ8Qhqb1SUYZoEuTLpAxlIqYuwyANYqOEIAZLvpXHhJd9YWzoK/5W6NZ0WylvUid K2VKNXRRyNnERiF43Mwyhbs50Qazh2VjsxMop4qJQZTF8I1Pq9LRKgoSjg8FT9JE8EQGC9 tnVv9WtXxF2z1YG7Vzdt6MgRsv7wqI9IekBz+f1Rm8OW+1Qbo7/Y7tmlC80J+HVMT1cvi9 msMfmEP6L4HzbVz76IgUXYM+R9DqDmpAlYXc4h1vjLRyH/AWzkqY7WiPaYhQ9A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260128 --- Comment #2 from Jory Folker --- ... Lest I forget to use "diff -u"... @@ -212,7 +212,6 @@ .ORDER: buildkernel reinstallkernel .ORDER: buildkernel reinstallkernel.debug -PATH=3D /sbin:/bin:/usr/sbin:/usr/bin MAKEOBJDIRPREFIX?=3D /usr/obj _MAKEOBJDIRPREFIX!=3D /usr/bin/env -i PATH=3D${PATH} ${MAKE} MK_AUTO_OBJ= =3Dno \ ${.MAKEFLAGS:MMAKEOBJDIRPREFIX=3D*} __MAKE_CONF=3D${__MAKE_CONF} \ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 05:12:59 2021 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 98C8A18CB648 for ; Tue, 30 Nov 2021 05:12:59 +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 4J39Mv1bH2z4bB6 for ; Tue, 30 Nov 2021 05:12:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1119E105C7 for ; Tue, 30 Nov 2021 05:12:59 +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 1AU5CxQL040648 for ; Tue, 30 Nov 2021 05:12:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU5CwsY040647 for bugs@FreeBSD.org; Tue, 30 Nov 2021 05:12:58 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 260126] syslog(3) spins the CPU with 4180 byte messages Date: Tue, 30 Nov 2021 05:12:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638249179; 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=B3vzCBrJ9ULSSPzHSqEVrraFzsVvZfPCgaTZEvC6CtY=; b=QH99AcUwCDdXPVX3F6Rj58SajIVGtfsNRp9sGecLU4wDo/WwsldzfJPlgImo1emRDyn85d B9klprwVDUKsDmDR3sXSSxhGZRPi3dPBZ/l5kBhZNd17pxVG4LhasQRN7AOqTJNAY6mTgO 1P334fPX61cXSB7wpj0zykSmqDuK1A+Krdq/2zHwHS2RsEr+m1/U4t8HGFI0zmKzNn0q+M iR71HcJ9zHfi5N7eY2WF7ws638x9o29bFMgwoza9E5+ZNNzboyfShJXW9JJuTeXsIBm1zF E0CC0obcbsq/so31XXJyFCNh3tP72l7pP1At8EQU196wK1yJbXsLeijZTuMeTw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638249179; a=rsa-sha256; cv=none; b=U0RnIXOmy+zW2W4ytXLKuAm5Ng+j1YbMW49PmmkSSa1CwJdpGYYTFl4KOAneQQ7DS2gvtz XhxiOIYkENDPFQVfWj0A7jz+EHPhNRvfcxpq8/bKZHYnQO8uUZo3X23qxZTSipkWY2PeUh fnV+RbHJpJ9H3+LviKfMS4x3TqV93FchX7X4rb+xHWNXGAeahfvsQlFux4DiAnjBNTTFFk ixCJq8sZXWO7AbKrg6gNdzTdootUUvJzM9Nf3JtECVQPiSwj9RJETVpqdhByfI/62TlAcO szem0z+tHNNPvMC9EGd1cBqczd030kZvS8cYGJcqxQyBKzfDUmbs0wxawziOAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260126 --- Comment #3 from Alan Somers --- There's nothing wrong with SO_RCVBUF=3D4kB. That's the default, and rsyslo= gd never changes it. I think the solution is to: 1) Change syslog(3)'s MAXLINE to 4kB, so it's the same as the default SO_RC= VBUF 2) Maybe change the loop around ENOBUFS in vsyslog1, but no change is obvio= usly correct. Perhaps fail fast if cnt > 1024, or perhaps query the socket's tr= ue sockbuf size, but I'm not sure how to do that. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 06:10:30 2021 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 5C04518C04BA for ; Tue, 30 Nov 2021 06:10:30 +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 4J3BfG0Dknz4v8V for ; Tue, 30 Nov 2021 06:10:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DD465112CF for ; Tue, 30 Nov 2021 06:10:29 +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 1AU6ATqC068115 for ; Tue, 30 Nov 2021 06:10:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU6ATUM068114 for bugs@FreeBSD.org; Tue, 30 Nov 2021 06:10:29 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 260132] 12-STABLE fails to build with all WITHOUT_* build options enabled Date: Tue, 30 Nov 2021 06:10:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638252630; 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=+FPb6m7HtCwmTKoZbvhjWXgua+QcZKybINxZcTh/MBc=; b=ie5r7aX4VumT5Nf9KW+ATx66nrXBcqpiDdnw0qSEjANQgjRFBlkuXku+xR0vzvpDSmc88E 08aHH3sA9ehNzDsdZM0pP8u1YSv4c17A+nroPPF1qEAUq8/RY4PTos7gUFbpvNWeEqj0Jd dWXLbDr4mP2uyCJzzSQlagv62DQbU6dy+qyr5t9p074H7b3DY9jp/jpXWCTOknxJbrn9yf Ri2Za0yjvsD3vaJEgcSvJZ9kbE6Fq8To/LXHoOMMRSBs/1aCJBVRZZA6BlVFVBNELI9VvX tLJ+Tb6rVBFhYJGJAhzWbUlCy9MSSc0OmXChPjMJdlxkKZf0ZguF50vWA2QrPQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638252630; a=rsa-sha256; cv=none; b=QmFd1oq8vcsnu05XUd/q8GvBLszJqbyQupOwt0/7ApEBzRF5ALIv8oG3wRblintmQg0fdJ ypzoSoCiCZAkLrWuP+pSuGbqkYPveYMyh2HHcPvxTqeCem2kWd9jajQ94Aqdu1AwvyBZoe ewZB2dcEqEvvkP2cCf9rdrg+QUxfnGmGRMpm4NtPuqPnMqXFkBi0/LfssGK46vu1oxD3bs A1+PaWeNJNcJVebMZxrQkSlHxZap1OiZS43+14gMO4saSqwQ4TxqGM0JWVlm6en0+r9KoD RrVlSw5NKhChCtfIIQRxKIG0eWkc6g2AVcoDBzaYHj31sXrosTXeU3bXqrMePw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260132 Bug ID: 260132 Summary: 12-STABLE fails to build with all WITHOUT_* build options enabled Product: Base System Version: 12.2-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: editor@callfortesting.org The 12-STABLE branch fails to build if all WITHOUT_* build options are enab= led minus those which do not support build targets: WITHOUT_AUTO_OBJ WITHOUT_UNIFIED_OBJDIR WITHOUT_INSTALLLIB Build host: 13.0-RELEASE Exact commit tested: 8facf7082d4973aedc30cdd8e90fbd33beb17d7f Clues: -- wcsxfrm.nossppico --- In file included from /b/12-STABLE/src/lib/libc/string/wcsxfrm.c:42: In file included from /b/12-STABLE/src/lib/libc/locale/collate.h:44: /b/12-STABLE/src/lib/libc/locale/xlocale_private.h:170:18: warning: passing 'long *' to parameter of type 'volatile u_long *' (aka 'volatile unsigned l= ong *') converts between pointers to integer types with different sign [-Wpointer-sign] atomic_add_long(&(obj->retain_count), 1); ^~~~~~~~~~~~~~~~~~~~ /b/12-STABLE/obj/b/12-STABLE/src/amd64.amd64/tmp/usr/include/machine/atomic= .h:451:1: note: passing argument to parameter 'p' here ATOMIC_ASM(add, long, "addq %1,%0", "er", v); ^ /b/12-STABLE/obj/b/12-STABLE/src/amd64.amd64/tmp/usr/include/machine/atomic= .h:148:43: note: expanded from macro 'ATOMIC_ASM' atomic_##NAME##_##TYPE(volatile u_##TYPE *p, u_##TYPE v)\ ^ In file included from /b/12-STABLE/src/lib/libc/string/wcsxfrm.c:42: In file included from /b/12-STABLE/src/lib/libc/locale/collate.h:44: /b/12-STABLE/src/lib/libc/locale/xlocale_private.h:183:31: warning: passing 'long *' to parameter of type 'volatile u_long *' (aka 'volatile unsigned l= ong *') converts between pointers to integer types with different sign [-Wpointer-sign] count =3D atomic_fetchadd_long(&(obj->retain_count), -1) - 1; ^~~~~~~~~~~~~~~~~~~~ /b/12-STABLE/obj/b/12-STABLE/src/amd64.amd64/tmp/usr/include/machine/atomic= .h:246:39: note: passing argument to parameter 'p' here atomic_fetchadd_long(volatile u_long *p, u_long v) ^ --- wcswidth.nossppico --- 2 warnings generated. --- wcsxfrm.nossppico --- 2 warnings generated. --- libc_pic.a --- ranlib -D libc_pic.a --- libc.a --- ranlib -D libc.a --- libc.so.7 --- ld: error: freebsd11_mknodat.pico: symbol mknodat@FBSD_1.1 has undefined version FBSD_1.1 ld: error: freebsd11_fstatat.pico: symbol fstatat@FBSD_1.1 has undefined version FBSD_1.1 ld: error: freebsd11_fhstatfs.pico: symbol fhstatfs@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_fstatfs.pico: symbol fstatfs@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_statfs.pico: symbol statfs@FBSD_1.0 has undefined vers= ion FBSD_1.0 ld: error: freebsd11_getfsstat.pico: symbol getfsstat@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_kevent.pico: symbol kevent@FBSD_1.0 has undefined vers= ion FBSD_1.0 ld: error: freebsd11_fhstat.pico: symbol fhstat@FBSD_1.0 has undefined vers= ion FBSD_1.0 ld: error: freebsd11_nlstat.pico: symbol nlstat@FBSD_1.0 has undefined vers= ion FBSD_1.0 ld: error: freebsd11_nfstat.pico: symbol nfstat@FBSD_1.0 has undefined vers= ion FBSD_1.0 ld: error: freebsd11_nstat.pico: symbol nstat@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_getdents.pico: symbol getdents@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd7_shmctl.pico: symbol shmctl@FBSD_1.0 has undefined versi= on FBSD_1.0 ld: error: freebsd7_msgctl.pico: symbol msgctl@FBSD_1.0 has undefined versi= on FBSD_1.0 ld: error: freebsd11_getdirentries.pico: symbol getdirentries@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_lstat.pico: symbol lstat@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_fstat.pico: symbol fstat@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_stat.pico: symbol stat@FBSD_1.0 has undefined version FBSD_1.0 ld: error: freebsd11_mknod.pico: symbol mknod@FBSD_1.0 has undefined version FBSD_1.0 ld: error: swapcontext.pico: symbol swapcontext@@FBSD_1.2 has undefined ver= sion FBSD_1.2 ld: error: too many errors emitted, stopping now (use -error-limit=3D0 to s= ee all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [libc.so.7] Error code 1 make[4]: stopped in /b/12-STABLE/src/lib/libc 1 error Full build output: https://callfortesting.org/results/bos-ci/1637108704-12-STABLE.log --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 06:49:42 2021 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 50DDA18B5368 for ; Tue, 30 Nov 2021 06:49:42 +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 4J3CWV03LRz57mG for ; Tue, 30 Nov 2021 06:49:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D7D3D11C86 for ; Tue, 30 Nov 2021 06:49:41 +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 1AU6nfPG091255 for ; Tue, 30 Nov 2021 06:49:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU6nfff091254 for bugs@FreeBSD.org; Tue, 30 Nov 2021 06:49:41 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 260132] 12-STABLE and 12.2-RELEASE, and 12.3-RELEASE fail to build with all WITHOUT_* build options enabled Date: Tue, 30 Nov 2021 06:49:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: editor@callfortesting.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: short_desc 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638254982; 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=ymROek6a/Hw3Z4MVUjA13kaNumXsf7KHVZVtXiPZQOc=; b=LW2DQwpn/px2qvBtdMWLXTdy+lwjjT+D2Jtoz3C5dc03TcDnMGAE/azSyul+nz28hVupfi +bBynQteIdib7+UwD8WVSARSciMu9xTAibgCGtNp6MhRR2smyG2KrTD6foh3pX2xSyWJGO k/K7gRcuRlY8JykhjIhkSOgcGvfWA1QVjhlNVdv4yc+jOy1rxClkEGWU+G1YYpFO1CW/Mg g0EtkPrpH5aEL2A/XCTwCkzr+HcoUA2mFUta8JbRZD+hgq5L7W7im1I+BMdkSyHaNUjNuw dtMU1ZRkdc7vmcQr+WMRWAPZnQz0Fi/RvQ/3/8xgkLW5+wq2GgHApE8HrkQMrQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638254982; a=rsa-sha256; cv=none; b=IjGyW6sXG1Pe6PpLQ4L4xBoVFlvty108Jqg8NgxfBqaybrvdlxyDopHBWnNMvRAyrHb8r4 90hUsKJw7G7gL7VdIrY/65yzwR7bZZy04wMqp1qn9Z9Mqa45CqIgFM1/dCG1hzwfovYZau 6RRTyF8+dUqbWJOLTUVB36R5FRZYtgB8MCkxCwkQHd/0fsoSJtqBiB/kAimOgCZptQAYrd Fv5mdkulyaz1OKarUMqZX+Rw+2j5RnzqzpcYpFAm8kBepFfXwVV2gqRYeoc2n+neHB+k6E X6sEi+9xjrTyRTvS2N7DYGZpeHt11THSV4stGDL4fCEFAE0lO0ckvghFtAx6fQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260132 Michael Dexter changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|12-STABLE fails to build |12-STABLE and 12.2-RELEASE, |with all WITHOUT_* build |and 12.3-RELEASE fail to |options enabled |build with all WITHOUT_* | |build options enabled --- Comment #1 from Michael Dexter --- Also confirmed on 12.2-RELEASE and 12.3-RELEASE. Build logs: https://callfortesting.org/results/bos-ci/1635972800-12.2-RELEASE.log https://callfortesting.org/results/bos-ci/1637334870-12.3-RELEASE.log --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 07:30:25 2021 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 356FA18C872D for ; Tue, 30 Nov 2021 07:30:26 +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 4J3DQT4Ln4z3Mg9 for ; Tue, 30 Nov 2021 07:30:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7698712479 for ; Tue, 30 Nov 2021 07:30:25 +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 1AU7UPrX013012 for ; Tue, 30 Nov 2021 07:30:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU7UPwS013011 for bugs@FreeBSD.org; Tue, 30 Nov 2021 07:30:25 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 260133] Latest 14.0-CURRENT Vagrant boxes failed to boot Date: Tue, 30 Nov 2021 07:30:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Many People X-Bugzilla-Who: ygy@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638257425; 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=c1+32OtB5+PbTDpQLTOQPcCxbTNHrwtNyhX357hr7XM=; b=Ywqr5xqUa4N9P07bl7TVgCmVeVoK/KM2g1FxWavL8/jG08lnVYuHjbHRgCV0qnbNYvKRTW T/yvfji2taZqCLnQ57lJ468lEsrUr2jFTquZBllfuyc+r25WULZV5MKQWJpWGCvKH5iM4M 7t3O94Rr0kFnKULxlifkm1PRpGp3nJxeLoL6T4D+WKXjT9YWnvBc0Hci4xTHr/cNeprn2i h/jTcM8OOkVQ3KbaacfVZPfmbHbOwR6j8XJNNiHZE5c0Twoe5TDBDGu+FyfxzeoH9ck2HS HLff9G+kfTqiczT1/ludToBVA6KDTC+cphSNc6tmazX2xBW60o4QdUyw+y8rOg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638257425; a=rsa-sha256; cv=none; b=R2NZ6suyC+ikGbGA+FyL0mGZGiXzHfhsxu+GSyZs2GO34N5NQ2P2NzpIK1xEPEeFVkkHZ5 lcbYzO31lPNEON+hbgnCIQCn+Sg/GQPmzx9n4zdC0+jkm+RKWPkoqgMyrb3GtYWE5amhkc z+c/1LFVLbaUJd1uK6hBtCF+oN4vB8MryBnTbYDrb43U/BuPdSjI+OnlNinOTbmJExIPNl QK46bEcy+3+e++KGBpWT2+hDpjpiaTMI1C5Lwc0IDCwLbV0qVeIgXT1rgfU2rXsPXRB5QI Xtpuq4U4vWjbMylvf1M2dd2rNaYtGEf8ddJTw5ZztXMGzb4c1nDLZk8d5xtlPA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260133 Bug ID: 260133 Summary: Latest 14.0-CURRENT Vagrant boxes failed to boot Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: ygy@freebsd.org Created attachment 229807 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229807&action= =3Dedit screen recording At least the last 3 releases of 14.0-CURRENT Vagrant boxes have the followi= ng panic and failed to boot up: panic: mutex Giant owned at /usr/src/sys/kern/kern_synch.c:501 Please see the attached screen recording. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 09:09:17 2021 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 080F018AF918 for ; Tue, 30 Nov 2021 09:09:18 +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 4J3GcY5121z4d1Y for ; Tue, 30 Nov 2021 09:09:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 88228131F2 for ; Tue, 30 Nov 2021 09:09:17 +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 1AU99HL8070354 for ; Tue, 30 Nov 2021 09:09:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AU99H4J070353 for bugs@FreeBSD.org; Tue, 30 Nov 2021 09:09:17 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 260133] Latest 14.0-CURRENT Vagrant boxes failed to boot Date: Tue, 30 Nov 2021 09:09:17 +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 Many People X-Bugzilla-Who: ygy@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638263357; 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=mmrbnKiYyrAswJMpZcneZooAwZqYVgsmb3htL2uSbWI=; b=QwRw42aMMOFZq9ISsD67mDYWcJtIsxdvnGQMMNl46IeViKWHYDUp/fX+Buv8HK6H6Nj38V bM5DKZ0P4IVxyLW2Rtz+VgxBN+QmEEGj/uqtGU3uiwyitosjdNs0NeAWUW0yU1uxMfOrpf dWdyEhvHxrjtbxwLTUFbJ10Q/Zi5P+QpCJ7f30qI6Y8jogD1Idpggr1hy075Rj6LBrVXL1 bVIUCWeT8y9qikOdH255H3+xR6snwpXoDsTJ89eTSFBhsKU1JgOkwnlK1uhqmtV1x3S2la 1KvfEC4lASyKHqrmVtg4DZKDnURM1SBF7R8PpoL8GC35d/bRkfrLXjO95Fu3jw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638263357; a=rsa-sha256; cv=none; b=mjVS2uwZzhWBsrdZjl2YB91ZFR3sPYGsI20u8CUIo0D2GB3s9SKrOjVTSRsfx0sww2xfAj W36+gDnrMH2BbJ8hxQ1dDFqNASj8l2/Z//lMoKPLu63G03Dr6W2isybek3uhKWM+a3S7cg kee4NHsdiDcgsCl8xOYBOJoFd0IN53Nr45R5MLI94cEWywNCDv9iWAJ/BbwgGHUY51j9Pi /9oCCOm3z7W1u8mginI+O/iaoTz0R6W7NxMuoSMivcrPpQQPfROq+6fsvIrPsUQ8bDHKn6 pbKi/p3N5OnNhJ4lR7p4JsLSv3w8W0MtedMOiuQ2RhjJmOzqCx96oQ05oxKLLQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260133 --- Comment #1 from Guangyuan Yang --- The issue appears to be the vboxguest kernel module step. Removing vboxguest_enable=3D"YES" makes the issue disappear. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 12:29:31 2021 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 9115F18C6856 for ; Tue, 30 Nov 2021 12:29:31 +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 4J3M3b20Tgz4tCP for ; Tue, 30 Nov 2021 12:29:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 245E5162D1 for ; Tue, 30 Nov 2021 12:29:31 +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 1AUCTVKv084854 for ; Tue, 30 Nov 2021 12:29:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUCTVw0084853 for bugs@FreeBSD.org; Tue, 30 Nov 2021 12:29:31 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 260138] TPM2 Support in bootloader / kernel in order to retrieve GELI passphrase Date: Tue, 30 Nov 2021 12:29:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: feature, loader, patch-ready, security, uefi X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: s.adaszewski@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638275371; 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=O9rhoHy0O8u54tyRdH2l3mSSDtTFPAZCMKT1gHCs1nM=; b=jRl8GtnWoe2libBdnl8HMfiwDGBJyZoZspZ8Ea6BS8FaleACIseRaXFp/4ilgXivB4Wfzq ocly/VTMu7QGNkfnLH1Hlc1ed4m0c3yqrFewKK5k8r8tZmsnKwHvNRRM86FBCRKbR4f1a4 67a3/LTkZJaGTqEQ6ofJe0RnRw0AQxrnSrG7ek4EdinjbXyIpNfWRQmS77dJARZGf/dYPs py+YKXhD+l4I5nsdg6mIxrNet/JkKPXTMd5TsVEJ+pfrIOvlCoYMP46qthnd01w8gqPI55 XU9Lf/xYAoDYVxe7eAFrZjqFfmHzVuqCMulMLL/6lHlwUL7/jcnfwYh+6UZgbQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638275371; a=rsa-sha256; cv=none; b=o4EQ5SE/zYVUjLsEtTUXaL2K7em/5PDKwd5ksK8F6yHk/sXgenHFY/f6gElnbXYl5HVGSH nxrdBhVrFu+1r0mJMVWDApCGFxRfaeJYirm18BWUtkqsqQXvEjCyVcGUV9N+70kJedWqek QlK5SKZpXq7CcBV6QlxObmkfBg3+QmTfdkxhEaISAJmEEePvL3hWzZHWUZ0GHmtfULQP97 3Qj7NAmmOlfY/aSlTkMpAkZ0Sf1CmxGbeGwIM+f77Sc3RQ0gcUsN613N7YTfKIE0w0ZliC iA12wdZ2oc8iXN8pK45SCegt9JEMEOfgPd47BetWv/gjjwNIqV8P9AGhiC9QJA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260138 Bug ID: 260138 Summary: TPM2 Support in bootloader / kernel in order to retrieve GELI passphrase Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Keywords: feature, loader, patch-ready, security, uefi Severity: Affects Many People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: s.adaszewski@gmail.com This is a PULL REQUEST for: https://github.com/sadaszewski/freebsd-src/compare/main...main-cherry-pick-= tpm-support-in-stand See https://lists.freebsd.org/archives/freebsd-hackers/2021-November/000504.html for the discussion. The referenced patch implements the support for TPM2 in the EFI bootloader and in the kernel in order to allow for storage and retrievel of a GELI passphrase in a TPM2 module, protected with a PCR policy, and boot into (and only into) the corresponding "safe" boot filesystem and root filesystem, identified by means of a secret marker. The way the bootloader behavior is modified is the following: 1) before calling efipart_inithandles(), an attempt to retrieve the passphrase from a TPM2 module might be performed - how this is achieved is described later on. 2) if a passphrase is indeed retrieved, then after determining currdev, the currdev is checked for the presence of a /.passphrase_marker file which must contain the sha256 of the passphrase as retrieved from the TPM (and an optional salt). This is supposed to ensure that we do not end up booting an environment not on the device we just unlocked with the passphrase. 3a) If all is go, the autoboot_delay is set to -1 in order to prevent any interaction and continue the boot process of the "safe" environment. A 'kern.geom.eli.passphrase.from_tpm2.passphrase' variable is set to the passphrase from TPM in order for kernel use later, as well as a kern.geom.eli.passphrase.from_tpm2.was_retrieved'=3D'1' variable. 3b) If the passphrase marker does not match, the bootloader cleans up GELI keys, the TPM passphrase and kern.geom.eli.passphrase and exits. The way the kernel behavior is modified is the following: 1) In init_main.c, after vfs_mountroot() a check is performed (by means of EVENTHANDLER_REGISTER). 2a) If kern.geom.eli.passphrase.from_tpm2.was_retrieved is not set to 1, then we do nothing and continue the boot process 2b) If the was_retrieved variable is set to '1' then we check for the same passphrase marker as the bootloader, its content compared against the 'kern.geom.eli.passphrase.from_tpm2.passphrase' variable. 3a) If all is go, the passphrase variable is unset and the boot process continues, 3c) If the passphrase marker does not match, we panic. The configuration of the bootloader for this procedure looks the following: 1) We set an efivar KernGeomEliPassphraseFromTpm2NvIndex to contain the TPM2 NV Index we store our passphrase in, e.g. 0x1000001 2) We set an efivar KernGeomEfiPassphraseFromTpm2PolicyPcr to contain the PCR policy used to secure the passphrase, e.g. sha256:0,2,4,7 3a) If both are set, the bootloader will attempt to retrieve the passphrase and behave in the modified way described above 3b) Otherwise, it behaves as the vanilla version and will ask for GELI passphrases if necessary The configuration of the TPM and the passphrase marker looks the following: 1) echo -n "passphrase" | sha256 >/.passphrase_marker 2) chmod 600 /.passphrase_marker 3) tpm2_createpolicy -L policy.digest --policy-pcr -l sha256:0,2,4,7 4) tpm2_nvdefine -Q 0x1000001 -s `wc -c /.passphrase_marker` -L policy.digest -A "policyread|policywrite" 5) tpm2_nvwrite -Q 0x1000001 -i /.passphrase_marker -P pcr:sha256:0,2,4,7 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 12:30:13 2021 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 950E118C6D1E for ; Tue, 30 Nov 2021 12:30:13 +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 4J3M4P2zZDz4tXK for ; Tue, 30 Nov 2021 12:30:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2E7A5164F9 for ; Tue, 30 Nov 2021 12:30:13 +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 1AUCUDeT085062 for ; Tue, 30 Nov 2021 12:30:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUCUDWc085061 for bugs@FreeBSD.org; Tue, 30 Nov 2021 12:30:13 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 260138] TPM2 Support in bootloader / kernel in order to retrieve GELI passphrase Date: Tue, 30 Nov 2021 12:30:13 +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: 13.0-RELEASE X-Bugzilla-Keywords: feature, loader, patch-ready, security, uefi X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: s.adaszewski@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: alias 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638275413; 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=g3dojEpjQoBEOfYsKt3mqu3jyj+WkX1ksSqlyorWR9M=; b=CezdiaLWL6OSwYsdnvtzjrmuiBCCql8TyNCsZu1wJVhE2m00akwubo2qgnhQM0x7bE7ygN Me8svsdSLuZOBHLGnSnwbKDWOyLHR0V4nZipDHGCak3P4IwRMPSMl6kaRvBAX3tdjfD47J ExuKDcbUDuNcI4u+vJX/+cP2p1zxzuDATA71l/Iv4bwRiGBeD+Dr0NmwCrS4sXBQ/EpQql rOF99U6SDUco0DLmiNI2lQo7fl4NmXFvY0m9DYq3n4hK6Ed8HIWx7YddQvqFyv8C9LChw0 U3gGxjQT/TGMF0NaZwVynjwF3zjQcF8WJASvmfE0/Ikdk173UKXsBpjTqoJv2A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638275413; a=rsa-sha256; cv=none; b=IVutSqnzwnwQu4q8TQam2tsxsYw24B2P4/7tMxMETA+CFe/ep0Fh2hDPZRKUEl6ekM04DB avNIMDugnJqO8XckMh0z/S1c/jKX7+FkGXMLaFPzdx2BNhKep/tkozf6O8rdKYjBpFOk/W ojDqopWElMLOCE1GTz3wwecP+WMEUI76xdJtB8Egw7ttYunnMTJ7y6Qz38GN5TxPFJgdZi hqlGwRqk+usMCi7FLkG4fBhhl/PomM7AWdM+BF5i6pJIbizxNkCfq/437XZDSaW+fen+is NIXwKTH7Fk9iu+gjOGFbvkamWrF/fUnIIBNywYwCYTTjCvab7jmDZsWomOS3GQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260138 s.adaszewski@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |tpm2_passphrase --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 12:31:34 2021 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 DAFE818C7189 for ; Tue, 30 Nov 2021 12:31:34 +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 4J3M5y4QyCz4tt8 for ; Tue, 30 Nov 2021 12:31:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7875F161E9 for ; Tue, 30 Nov 2021 12:31:34 +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 1AUCVYKf086170 for ; Tue, 30 Nov 2021 12:31:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUCVYCI086169 for bugs@FreeBSD.org; Tue, 30 Nov 2021 12:31:34 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 260138] TPM2 Support in bootloader / kernel in order to retrieve GELI passphrase Date: Tue, 30 Nov 2021 12:31:34 +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: 13.0-RELEASE X-Bugzilla-Keywords: feature, loader, patch-ready, security, uefi X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: s.adaszewski@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638275494; 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=fct+4ZNuwfOwwO2YdJt12V3fl3KRnrb2s1oQ7U4Gjjw=; b=x196EU6THPUJnNlKVj9NIp/KFSL/P+fR1KlQ3y1lEGp0yiKN2JY4XWPZYKjoQDZFl26qwx D9wNFBoAB6xngGOVUeNSfRxaZt2+Awb4D3QU0lPzjAccyS+IZavg8nq2pdxkR3pVlUSbbY kfrG459EU4xYqvLubJO3H8pEVPwvmGNfyw+HI3/RZSBJmSrnpOJ/nnZ0QmTvecAMIjLy38 0fOSM7/68X5pzKr75tk4blkPYKtrNgjVGslmqJJYdGmdyiu4OsIIIH3hT80KTML/5Ef6D7 ZA/g2/xqPFmbe643jVL3CLXwcsmWNfCiGe/Kg/EZ4EBRQUoo6tuWidLf58EpJQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638275494; a=rsa-sha256; cv=none; b=XMZ73AJBnmM5Y3s+Lv7RZVN0fQlekoISMVbJRYghbIm24A7SxRJUNuP8/FW56IemAlTDzH mPIIzJh4ke3WHII7xVmptqIYT0ZzSI42R7K8KjUxCkV19vYjpgyfxOh/HixOEJtHYS2Yzu HSRD+ydjTdZ9M9kapyh6zqOwsaLgKy1jNGu8b1+ZTY3bxvqKP4Wwv7tTVG7dKipev3TrF9 bgHkXDklM4uSFixymjFRNU02STeFssIXMhYhFyiT9Fiqw50b23Cu8la3yd4jRii5JBD5Hi +u433RbYMzPv2T5+J9lySn3V3AshQdCX3HvfuQPCfUPIs8y5eVqjX9bikPIMVw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260138 s.adaszewski@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/sadaszew | |ski/freebsd-src/compare/mai | |n...main-cherry-pick-tpm-su | |pport-in-stand --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 14:55:59 2021 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 0CBF918AD7A0 for ; Tue, 30 Nov 2021 14:56:00 +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 4J3QJb4Y1wz4vdv for ; Tue, 30 Nov 2021 14:55:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 74783184D6 for ; Tue, 30 Nov 2021 14:55:59 +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 1AUEtxAm064031 for ; Tue, 30 Nov 2021 14:55:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUEtxg9064030 for bugs@FreeBSD.org; Tue, 30 Nov 2021 14:55:59 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 260128] "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Date: Tue, 30 Nov 2021 14:55:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrtc27@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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638284159; 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=17FugsHNI+bo8EKFLb80I7o9wY4Kmq9Lg0cw4iytQRM=; b=njMbId7A99L9wo2RgjH4bLgVNcJKlaWXBgAyz6vDHLThVpOvsmpNb4M2D6qTBy/H6TipdJ LzLwU0pS+7/8AfLj15GYWY/alXoqxUOozCRl2xtFTB3qsD8TUuMr4660qvZIyls+Jxe5Q7 ewIlvxR3kQTYyTZzRoaP61xEG0s4QjJpQ7M2++fgKtSxDAMSJ9adqcSJhoiIhtyzT0Ls0V 7hEuf6LiuYzRI3pGrf88Ks/x9g7xNWrFvY60q7JUL7rv3/6iZZhkKPduM98zqWEan6Qtyc 1Vy6Qd6C2Hss9vg1aZoBREkPB3Ebej3XlgMte/u3DNM/P9D6gShQan7Bj56kTw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638284159; a=rsa-sha256; cv=none; b=RWHtFmzCYP/P4LB5VW+O8FaCPqwWKo08GAIinPUUnft3NHdSBf0MNTWCu7M/WkO17H3HWB XdpL9Zp8X2Y4RvIv9VyuWJrZZqSodqPrR6MZlYMFRBhhw3xqEEwwatkzWI5aRVc6tjjpiT kzz0W9JcSwfq2KQhXTlalop6f1NFplSWmZ208ovQlz/MlCSjrG3+wvwajWHTmGB/Y72SCp I1lMJD7J2zIVhbIjJNF7Pb0WFj2SNwKobtSUyKQYz+mzFJu9DwKmT4Wm/ZzVS9a6h+TcU4 6xEic8+Xqa3QM80XAfRdcsLaHdISCNe3PdAvNpOReuPUsW++9SIRkaAhId91Sg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260128 Jessica Clarke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrtc27@freebsd.org --- Comment #3 from Jessica Clarke --- That's not the right fix. The build is deliberately done with a hard-coded = path to ensure nothing outside of the base system is used accidentally. If a tar= get needs something from /usr/local/bin then it should either default to using = an absolute path or add to PATH temporarily and locally when needed. That is, CTAGS in bsd.dep.mk should likely be defaulting to /usr/local/bin/gtags (or, really, ${LOCALBASE}/bin/gtags), though maybe base's ctags works well enough (the default was flipped in 2002 from ctags to gtags, and I don't know what= the status of either of them is these days). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 17:06:17 2021 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 19D8B18CD51E for ; Tue, 30 Nov 2021 17:06:18 +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 4J3TBx5kcWz4f41 for ; Tue, 30 Nov 2021 17:06:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A203F19F9F for ; Tue, 30 Nov 2021 17:06:17 +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 1AUH6Hl6034280 for ; Tue, 30 Nov 2021 17:06:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUH6H25034279 for bugs@FreeBSD.org; Tue, 30 Nov 2021 17:06:17 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 260126] syslog(3) spins the CPU with 4180 byte messages Date: Tue, 30 Nov 2021 17:06:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: asomers@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638291977; 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=sJLMapeEIsuQ4izlf6M/5wz7Xkm7tN8CweOtYWroois=; b=a7v9Gb9ce7oQ8xOGoNSbzSltbZM3s/UhRC2j54q/ZKJhkUW5hXdv8nR2cuFIFzoh9UPIER 586BWx/fJ6OMTubkur/GNAxK3Whulm+ZR30jayoWUsC9NGQa7to3H9aGWSpLsT4a7x1Iy1 pnxYgJeANUdlbDcmki0x8AOWXc4M8dTUB4khzO2k/IEXtIazVehndxKkaFZ6/zqE/Pua8B L5zcKy23uOsUXEdZ3OYBy9T4tuvGW1cuIihysF6kwfdqDEXGPiZxddci3wzl79vrdLte8r 3fnv62xdqB/wz3imBVNJHXwRSUOsJLq2szdXjnYoQfNiexk7RWlGewm5lCjmJg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638291977; a=rsa-sha256; cv=none; b=gElp4ApPkaL9v3fm8SfLTwrKSTgfijQNZ2f5fgJ4U/tBsX0BQsLbgJOoOiy1oA7zrgY8qb rRoVxv/MQ2tl4IGGOhAHBXHP4SL0Y86PvVaO20mefOlMObcMj9MNOLybKc+6vWHb3LqttT xXK7VzDh5d46qMANIKIcqhXetIiX7KRdB8jt444hNgskF/b0iLAR/DWpXiXMxYej2mC8V8 ZpHXSGG/14UtkOMVtxlyvhqtSlIgyxrAqd9Swc/kch6IjjVFiu+SSA7VgtxdSYMPhs4GkA Ta6FNNDlQxE5Hx8ZZKi/Q9g589GhKqxolqNFuOMQjjwrepcNyA/6Ettfv/ZcUw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260126 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |asomers@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 19:53:35 2021 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 25E5518B24A1 for ; Tue, 30 Nov 2021 19:53:36 +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 4J3Xvz67yRz4gbx for ; Tue, 30 Nov 2021 19:53:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B36091C786 for ; Tue, 30 Nov 2021 19:53:35 +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 1AUJrZcf024171 for ; Tue, 30 Nov 2021 19:53:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUJrZoY024170 for bugs@FreeBSD.org; Tue, 30 Nov 2021 19:53:35 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 260146] NFS client (13.0p5) to NFS server (12.2p6), hangs and unkillable processes Date: Tue, 30 Nov 2021 19:53:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638302015; 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=EXdF78oV28ZsaA0eIAXTZuBcxNrO7pVBz7kFX496QpU=; b=TQPlWr3ZsNPYRX8WckcqP+bo+q7KUf6ys9TMYmvWKZHS3PRq+sFllJ5qi/OlSAduf1F5ck ihlBi8xM1k4ItM1lvRRqIYJG3s3XagTE5X39pV/qadKz/K6yoSOPgJvRiz6RuiQfckJ+tV MK9KvjmESt7XXQ5AAi0RUUuVQLvJlQ2SgXvCuNERqcbpWU2ak4pvj3fyqyBuB6/UPNhIc/ Ts42eSUDQ+jHeI1vdUKl7etk/WU60xK2n6jLR8fImhIZrBTLBCs6XBA9iwRHVUfr4FSA4U lOoZwgHuLqrWaCqiYd09FgG9wBhRg01ZtWgrQUHtnGAcThPran24vwGKWNeXEA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638302015; a=rsa-sha256; cv=none; b=CCmZxa9xoybanpzyx2AVvC1j+jO1S8iJcRC9RSI4pQ1QrNrvxJqIvhSux3XOv5ISWuu9wI +mFyw+bXndCp4W0EbtqY9Jv1KPklSeAeUjzM3MOG8uHjbmfirS99sYcu7tWFxp8X/PhN0f FEXv5E7o3qGgx37j+0cIN8aQ/7CbBb4SNyQl1s0MM+49m/PsXOde7tmu/HtPiKSELRY+Il QHuzhKzsx7I8ArzTXWDhzKiHquQNU+d6FN4UEV7fuLHKzZ8wthcnqhZ1YWx3+epSqtamMu lE8CsYsBMDYWU1ov/PPz0zaZKLMpfpDlRv8RY56cIMxIUrSGQ0oRjR/1f9pK5w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260146 Bug ID: 260146 Summary: NFS client (13.0p5) to NFS server (12.2p6), hangs and unkillable processes Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pi@FreeBSD.org NFS client (13.0p5) to NFS server (12.2p6), hangs and unkillable processes When trying to pinpoint the processes involved, using fstat: fstat proc hangs here, unkillable: mi_switch+0xc1 sleeplk+0xec lockmgr_slock_hard+0x382 nfs_lock+0x2c vop_sigdefer+0x2b vn_fill_kinfo_vnode+0xd5 export_vnode_to_sb+0x84 kern_proc_filedesc_out+0x1ee sysctl_kern_proc_filedesc+0x7d sysctl_root_handler_locked+0x91 sysctl_root+0x24c userland_sysctl+0x173 sys___sysctl+0x5f amd64_syscall+0x10c fast_syscall_common+0xf8=20 nfsdumpstate on both server and client does not show anything. - tcpdump sample between server (12.2p6) and client (13.0p5), taken on serv= er: 20:38:29.912755 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP = (6), length 176) .1015 > .2049: Flags [P.], cksum 0x95b3 (correct), seq 1984:2108, ack 1857, win 4353, options [nop,nop,TS val 1900843486 ecr 3042085228], length 124: NFS request xid 1920691674 120 getattr fh Unknown/ED995FFBDE3515680A00080000000000B3310E000000000000000000 0x0000: 4500 00b0 0000 4000 4006 0b5b d447 c32d E.....@.@..[.G.- 0x0010: d447 c330 03f7 0801 61be 799f 625c c9d9 .G.0....a.y.b\.. 0x0020: 8018 1101 95b3 0000 0101 080a 714c 91de ............qL.. 0x0030: b552 896c 8000 0078 727b 6dda 0000 0000 .R.l...xr{m..... 0x0040: 0000 0002 0001 86a3 0000 0003 0000 0001 ................ 0x0050: 0000 0001 0000 0030 61a6 30b7 0000 0018 .......0a.0..... 0x0060: xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxxxxxxxxxxxxxx 0x0070: xxxx xxxx xxxx xxxx 0000 03e8 0000 03e8 xxxxxxxx........ 0x0080: 0000 0001 0000 0000 0000 0000 0000 0000 ................ 0x0090: 0000 001c ed99 5ffb de35 1568 0a00 0800 ......_..5.h.... 0x00a0: 0000 0000 b331 0e00 0000 0000 0000 0000 .....1.......... 20:38:29.912762 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP = (6), length 168) .2049 > .1015: Flags [P.], cksum 0xce36 (correct), seq 1857:1973, ack 2108, win 29128, options [nop,nop,TS val 3042085228 ecr 1900843486], length 116: NFS reply xid 1920691674 reply ok 112 getattr DIR = 755 ids 0/0 sz 15 0x0000: 4500 00a8 0000 4000 4006 0b63 d447 c330 E.....@.@..c.G.0 0x0010: d447 c32d 0801 03f7 625c c9d9 61be 7a1b .G.-....b\..a.z. 0x0020: 8018 71c8 ce36 0000 0101 080a b552 896c ..q..6.......R.l 0x0030: 714c 91de 8000 0070 727b 6dda 0000 0001 qL.....pr{m..... 0x0040: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0x0050: 0000 0000 0000 0002 0000 01ed 0000 000f ................ 0x0060: 0000 0000 0000 0000 0000 0000 0000 000f ................ 0x0070: 0000 0000 0000 3000 0000 0000 0000 0008 ......0......... 0x0080: 0000 0000 fb5f 99ed 0000 0000 0000 0008 ....._.......... 0x0090: 5878 e8b4 39f5 8258 5824 2e46 0000 0000 Xx..9..XX$.F.... 0x00a0: 5878 e8b4 39f5 8a28 Xx..9..( This condition has already survived a nfs client reboot, we'll reboot the n= fs server in approx. 12 hours. So if someone has ideas what we can try to catch before we reboot the nfs server... ? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 19:54:40 2021 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 9FE3618B38F4 for ; Tue, 30 Nov 2021 19:54:40 +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 4J3XxC73wwz4hSH for ; Tue, 30 Nov 2021 19:54:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C52191C713 for ; Tue, 30 Nov 2021 19:54:39 +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 1AUJsdkC024372 for ; Tue, 30 Nov 2021 19:54:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUJsdJM024371 for bugs@FreeBSD.org; Tue, 30 Nov 2021 19:54:39 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 260146] NFS client (13.0p5) to NFS server (12.2p6), hangs and unkillable processes Date: Tue, 30 Nov 2021 19:54:40 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638302080; 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=6j54+qI+i/s2vY1hYBMkveK68/cp/1hTiUEeVFNzbPc=; b=W/WacUflRpJLpEZg2cbZ36XxDEJ5Z7ppUC7LVMcnIdmiP1iiMCTBhHXLQsfofVha6zl+8d I06xTm98qXJsUeveXRnXHhP4ADeYFmAhpU/ABwwctlGx68LcXuG95SQESu3L+3hsef8w2j Dc63ybM10O4t9yf2yfikF7A1DSxmyxbERY+AaM095B4TUC9cK+v1fntQpRvU/DiHG4VctE kjYHflESC1wgd4iKtQNVrZQ0iYF8HmVmr5smG2ND+d/8W6O8hcpGzDeENTh199yEWEnAOC Oyhf/4NZXU49gh5t3C/J/bmxqwjT539wA6UCECsEL69vLIB3QcNb2ucszQHwyQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638302080; a=rsa-sha256; cv=none; b=K2dlPdGsTrDgFjzVmyN+oW1qRzyrzPWW4iul934vSqIPfifRNkT/H7w1qlQb3ezQlX1hu0 O8N4IXF/+eewRr0SPPOFTyamHM5fcbXyf1mUERikuXbpDBEHujODYSjIZ+sCjlAbD7R5NQ QxvGokmDgrVy47keH6ZeOqROnCy+HTlXVlXMsJoxtLe6auwyeN3UpHSTNugIU13kGkyTnL 4toH7KsRSlx8xBWAKUZ5MQ49GblMBuvjjDuHqkS7vAzhhJPHci3GuQpMFU9qK7PE1aWKVd hVUQP4UlkvTMbw0kbsHZ1bUUDWxgGZZwe4enebWe/CK9evSez9VAvIQhswbUUg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260146 --- Comment #1 from Kurt Jaeger --- ktrace of hangig processes did not show something, but maybe I had some err= ors using ktrace here... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 21:32:00 2021 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 2BD9918B1241 for ; Tue, 30 Nov 2021 21:32:01 +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 4J3b5X2CHwz3QV0 for ; Tue, 30 Nov 2021 21:32:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 ED0EF1DB88 for ; Tue, 30 Nov 2021 21:31:59 +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 1AULVxjt079564 for ; Tue, 30 Nov 2021 21:31:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AULVxK0079563 for bugs@FreeBSD.org; Tue, 30 Nov 2021 21:31:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Tue, 30 Nov 2021 21:32:00 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638307920; 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=NU8Jru9miHFeIH+LomLlHSPn5icjGEzzMsuVjLiJz4U=; b=IiQ+ZHJY7YF0D9Su+O49hhDg5TT4P2PqZpOXJ31MXEyTphMTWerPGlJ8c//t+iPI6c5uw5 +Zyo2MUe1v1pt1s9C07/vHCvNpHNCxmx3ex6g+ZR42BXdc4+CNTN8GzJJl8lr58Su+qZ78 6x7Y+Wg5h1WSJcstouI2LKGl5tpyw8h27IZf+IHqJ5rqvw8MnbS/y4SZA5Q/c1LySqpl0R nokfAI+A1/4krDaNj6og+xky/E4bZF3CSBsrZKlp4Mfb5KUgJM9SphkdwQNmnGcOLMdvuH /ifQ/KtXaiFaL9Z11Q0TefkRrd1UHTOjIBRjPI8WZGi4ERfDdwMPJa+of2dqsw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638307920; a=rsa-sha256; cv=none; b=JtrzMZlIDzo3dzADRyUTrzmpQ2xJMNjl3pr0G6Q/N1CmCyg+Sn4oTKCbAnVzx5fdacOdaP 2QSHFzinQZBBU8Nmsx7JNCOwDvV0fU2I4W7kEMC47mpQjX/nxIPz4NmOpyO4Pw8QpWMVIs BjDGjbhGgCjJNqm8yos2ZD3EHK9KQziJmoLcANwGBKavNuI9TrbDWBkYo67fcVFVaSN3XT xO8wBAxUbLV23zVAoXWsQfPr9qMVZWD2qq5mo3LjYWLCR45Rz9EM9MTuksKt3tByA66Mhl dSi3CBtvwfYsNlNU4O9WNNAJbDwATGYD4Ee/eyDTeGLvi8r8UBbIjiaJGG+sOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dc508b0818b245ea136d6538d68868cb35= 41f8f8f commit c508b0818b245ea136d6538d68868cb3541f8f8f Author: Vladimir Kondratyev AuthorDate: 2021-11-30 21:29:50 +0000 Commit: Vladimir Kondratyev CommitDate: 2021-11-30 21:29:50 +0000 iichid(4): Perform acknowledgement of I2C device interrupt after RESET command in sampling mode to workaround firmware bug. This fixes reboot or poweroff on frame.work laptops after first touch. Reported by: many PR: 259230 MFC after: 1 week Tested by: kevans, markj sys/dev/iicbus/iichid.c | 5 +++++ 1 file changed, 5 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 21:37:28 2021 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 A97D118B2E06 for ; Tue, 30 Nov 2021 21:37:28 +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 4J3bCr3c5nz3hdm for ; Tue, 30 Nov 2021 21:37:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 5D1EE1DC8C for ; Tue, 30 Nov 2021 21:37:28 +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 1AULbSUe081629 for ; Tue, 30 Nov 2021 21:37:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AULbSag081628 for bugs@FreeBSD.org; Tue, 30 Nov 2021 21:37:28 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Tue, 30 Nov 2021 21:37:28 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wulf@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638308248; 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=A37uOrhAJTw1dYOW9VGfaqSVod0oUkW/jHXiR2NJrro=; b=A0wJB4B2SLYfIVPbyIfuMLvenBO5TN0AEuCD+tcSc8gFDwOUxY7fIfpOj/0/PoE8ziiFwk EQLHdMg1aDpsAH2j+DUDovcumB75s9qNVq4S+iTnwcICWRxEA3cjgj3cG41s4DnjyRupNw pxTdW7mZnQhgfZW5lsYq1WopqMX8f+jk7LQI8oHI/NFnLNWCuX+HfqCo1FcpHv68HVN//Q wh/nd4altwJUfYH+FNiyTQvJK8EnwQglGFBIX+ZZsBUeRpDbPiwGToNhwZ29xkIA8Jdko3 OK1ksBMZmVF0kISD4NplAgeKorsBmIrfGuGR7JX9n2TpKO4qiwz5Tp/9VYkWgg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638308248; a=rsa-sha256; cv=none; b=ZOLYciPukV/RKtEdrEIoeMxJzNY9aTotgl5/ahhzkrhthRjcIM/hGEq/8kL5vN+lv42r80 C1AQtdvpRXWWvPqUY/9PnN26ZQ+hp2vLFNt85/IPckCdnX4ICvFSpBokPLTnmx45tiepIq LfEQJhD35ARIT/5D0pFic9B1aV8xuJa9hJhK+Um/RIwi5o5MuSUeDsf4YNQydVp+Ix/QqK u1vjXpxwOpFSR1//2F6xuthsD1hPblE0ZmVUvGO0l7uzUUczkbeQCbvh7P6k3hy3LYxCia PeImvxKqbZjwyrOjgmSTYUmogwz3qu7f/kekJLuWpQaqOMVH9jLlyO15Be4XBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #14 from Vladimir Kondratyev --- (In reply to Mark Johnston from comment #12) > The patch works for me. iichid_gpio appears to work as well.=20=20 Thanks! > One unrelated problem is that I can't seem to trigger a right button down= event. > Clicking anywhere on the touchpad results in a left click, as does a two= finger click. Please, add `hw.iichid.debug=3D1` to /boot/loader.conf and share iichid`s probe/attach output. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 22:47:13 2021 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 4587B18B16C8 for ; Tue, 30 Nov 2021 22:47:14 +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 4J3cmK5Br8z4ds1 for ; Tue, 30 Nov 2021 22:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 756C71E98C for ; Tue, 30 Nov 2021 22:47:13 +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 1AUMlDvb022075 for ; Tue, 30 Nov 2021 22:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUMlDWB022074 for bugs@FreeBSD.org; Tue, 30 Nov 2021 22:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259630] [PATCH] fix openssl port name in ktls(4) Date: Tue, 30 Nov 2021 22:47:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638312433; 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=okUOb2IVeIfxLPibDrqDhobIgSth7cspzByKFAT2svM=; b=hiidyO0F7xXC6RZgoi3vWgSJYgThqSQz/Tw0PFckjfhR0npdVJTVxOjNoxRTg37YRfI6a/ +6PguTJwLzrEQC035liDCfTHbOn1myzBo4DxAaVDSE8m1cChGZOrXisq8aLRc68oc9aWQY v+aywBm8SSRNuR5kL1I7Ttk59T5xxXMbqk1wZx42swq03CpWJWPz0CciWppgrnscDJBp1A wmMppItEc96ICPFgXDQk3aonZj24Rs54R+YSbSC0OwTpIEX0u8CqFRpInV3aHbkv8QCEQu eMcgTPk8qln0hp73WYgFUTIlzhiWwoVA4YNv78xjiVdnMB42pbd0gAREcf9KOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638312433; a=rsa-sha256; cv=none; b=TomVSRlNTkoBaRoAMb0KR7NacXPcSZtfGhmilkuTLRPdo2eT8QfA+9VS+4JtygNZifDxgY bcjBYUkH5lqI+c7r7gDqb4CHQ68naEb5VLwhhOguBG82Zx3jYiniGMndi9ZPM6uCUIAWWY exqcC49HQ33hV2Sju5jQVENHZyzrXPZRV7FAWpt4hHSdU70JI/4aHdw1q4c+wO1VLm/mkg 4syQ1a4G5H57KLNiEgq/GnsF+5fIpzT4F7I4t9f0+HEZCMfGqAErcKjTskMTkCASAO2zeb 8iqQfFbMxe2NfwURWzM+3UXmWm4CoiuYy2oZtVW2jbqFFKPs6T4/RutHw3hQ3g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259630 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7af8903bf31f7d58ec00399df2cbbb6ea= 4846123 commit 7af8903bf31f7d58ec00399df2cbbb6ea4846123 Author: Sergey A. Osokin AuthorDate: 2021-11-12 14:31:48 +0000 Commit: Sergey A. Osokin CommitDate: 2021-11-30 22:45:44 +0000 ktls.4: fix openssl-devel port name PR: 259630 (cherry picked from commit b39a93b18ef17dcb1897186b1f01999337b9f8b9) share/man/man4/ktls.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 22:55:35 2021 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 B258218B568C for ; Tue, 30 Nov 2021 22:55:35 +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 4J3cxz2vKcz4jBP for ; Tue, 30 Nov 2021 22:55:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 432FB1E9A4 for ; Tue, 30 Nov 2021 22:55:35 +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 1AUMtZCe026722 for ; Tue, 30 Nov 2021 22:55:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUMtZAj026721 for bugs@FreeBSD.org; Tue, 30 Nov 2021 22:55:35 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 260128] "make tags" fails with "gtags not found", src/Makefile undesirably rewrites PATH Date: Tue, 30 Nov 2021 22:55:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jfolker11@gmail.com 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638312935; 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=RMurYDL4CGgHSTfChUvWkK+/yYWTVJSEuenr0ub3uKA=; b=lr3dzll5egBqCkWTIZR1VjrV8pXxlZdIQBYHPKRCGH977IDWYftUFnHkx9O5hszs1PdZ/i ePCL4HPveYRAcsfThpKjLq4fvxGwDfB2xqHU5zBg3AcF5WjL5PDC+qZYwW+aw7brSRSt04 Lhm/y/eBgSBvp4m3dYsDXkp0JbyuAOM3PDCOhwHRaHrf0vvptFeAuYYwTh3O9mXkrBpw/O 48LX/gl8IqGAdothFb4b6dqdg195y+S+q32S+Y9TJOnUuLmD6H3qENykXM52zVRk0E4azh FDfYxPdP8nOWDDksSr8x9dMlt5eDPY9yIEnRsajU6xa20EmA4wIJV3TkzSKASQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638312935; a=rsa-sha256; cv=none; b=I12McDjYdcK5O6UQMfffv6elhO52s+57WuBQxUxdTsSDhw6gEtiD2ikpbFCVO/ZsajvYIP 4G88/SNVfzm5qV4MszOkqAAm19c39+8pNwFxnvsq8jbsdR5TiWuPjdIYX4HCxltnF4f+sQ lg+tTKHstq9QeqfRLO1UkVM1P84qT8KIw5xG55qEV3uAk9Gi0EsL7ELIZZvt0SnevFarK9 /7H+sfIzrOvjX5VTTXkEgJqhL0Zh/QF59ZAWotpyVFzMjuN/oB+NYcfQaraszndxcrksK0 l4Xm0xzNa+lFbNqFPiTs2ssoGwrms9yAQD85sOy2D2U3hyAYIusGVTBjDKW6qw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260128 Jory Folker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfolker11@gmail.com --- Comment #4 from Jory Folker --- For now, I propose setting /usr/local/bin/gtags in bsd.dep.mk, and here is = my diff: freebsd% cat bsd.dep.mk.diff --- bsd.dep.mk 2021-11-30 16:09:01.231877000 -0600 +++ bsd.dep.mk.new 2021-11-30 16:08:25.988490000 -0600 @@ -45,7 +45,7 @@ .error bsd.dep.mk cannot be included directly. .endif -CTAGS?=3D gtags +CTAGS?=3D /usr/local/bin/gtags CTAGSFLAGS?=3D GTAGSFLAGS?=3D -o HTAGSFLAGS?=3D freebsd%=20 If we could eliminate a dependency on an executable from outside the base system, then defaulting to ctags and allowing the user to change it by exporting CTAGS in their env is ideal. However, when I run 'make tags' with ctags, stderr is flooded with superflu= ous "Duplicate entry" warnings for redefined macros, functions defined using macros, etc, like this: Duplicate entry in file /usr/home/jfolker/freebsd/src/contrib/ntp/ntpdc/ntpdc.c, line 1910: __attribute__ Second entry ignored Duplicate entry in file /usr/home/jfolker/freebsd/src/contrib/ntp/ntpdc/ntpdc.c, line 1926: __attribute__ Second entry ignored This isn't itself bad, but it gives reasonable suspicion that we will lose other functionality switching from gtags to ctags. But I found something else worth noting: unless the install dest for GNU gl= obal was changed in the ports tree Makefile, 'make tags' has been broken for ove= r 18 years. freebsd% git blame src/Makefile d672a60908a4 (Ruslan Ermilov 2002-04-29 15:22:01 +0000 214)=20 76499f153979 (Ruslan Ermilov 2003-01-29 10:00:42 +0000 215) PATH=3D=20 /sbin:/bin:/usr/sbin:/usr/bin 2e84ab947d9c (Ruslan Ermilov 2002-12-02 14:31:21 +0000 216) MAKEOBJDIRPREFIX?=3D /usr/obj freebsd% freebsd% git blame src/share/mk/bsd.dep.mk 5ffdf3618ef7 (Ruslan Ermilov 2002-04-22 10:04:41 +0000 44) .if !target(____) 5ffdf3618ef7 (Ruslan Ermilov 2002-04-22 10:04:41 +0000 45) .error bsd.dep.mk cannot be included directly. 5ffdf3618ef7 (Ruslan Ermilov 2002-04-22 10:04:41 +0000 46) .endif b16495e786c9 (Wolfram Schneider 1996-04-01 18:58:28 +0000 47)=20 ccc4bab1047d (Ruslan Ermilov 2002-10-17 13:48:13 +0000 48) CTAGS?=3D= =20=20=20=20=20=20=20 gtags ccc4bab1047d (Ruslan Ermilov 2002-10-17 13:48:13 +0000 49) CTAGSFLAGS= ?=3D ccc4bab1047d (Ruslan Ermilov 2002-10-17 13:48:13 +0000 50) GTAGSFLAGS= ?=3D=20=20 -o ccc4bab1047d (Ruslan Ermilov 2002-10-17 13:48:13 +0000 51) HTAGSFLAGS= ?=3D ccc4bab1047d (Ruslan Ermilov 2002-10-17 13:48:13 +0000 52) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Nov 30 23:16:48 2021 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 AD30818BEA5F for ; Tue, 30 Nov 2021 23:16:48 +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 4J3dQS2plnz4pqq for ; Tue, 30 Nov 2021 23:16:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 40A671EF4A for ; Tue, 30 Nov 2021 23:16:48 +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 1AUNGmUO038581 for ; Tue, 30 Nov 2021 23:16:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1AUNGmDK038580 for bugs@FreeBSD.org; Tue, 30 Nov 2021 23:16:48 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 260114] [sctp] SO_SNDLOWAT is not accounted for when sending data Date: Tue, 30 Nov 2021 23:16:48 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: albin.hellqvist@ericsson.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638314208; 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=fzOcbnjZomVU33KQhnul5sC+YcCFfx7ynK9gek+G91U=; b=v9VdlCVElUG093PnYt3lrE5H1yRcE3TuWg465V+NtLmncROkOVYXTNlgY/SFFfnEX+QLo7 XU+EsAXtswpShBzdzmIRkCndy66O8AOQ580BSyKpLk1HNA9vQemKV4fO0zvywbw67oy3zC i0Ig+lpLIYM/vhfiEUo9hZnRsW1x26V8lmVcAo/z/s2JW+z9+Ewem+7N8JI6Yk6h8POLDc jhpP5/3CUQjKZC9hgiyRVYoY6gaFZ9gJud0oZCivlfKOQ0lyz7MI8iS39ZnDcW9V5KEI1u p+u42tzMhM/XAsY6blIdUs0miFju7BPlAfe2KKjGdYKmhQM4eW7UIHlZiPE3mg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638314208; a=rsa-sha256; cv=none; b=NL5qM0FtQt0R7KiTMoxoVdOajnnWLHV6i756SsRtIuoLaAKgE3Md1EJfjLS/dWDmFgiJyy l9oOq/17B0UThnOCcsyE2kIZo/jdwkEa/Hqc9KVK7koAirOaTbODC+MOd0xE7vN03b48SU OOa0Tyqnc8dB/REujfStHGfmDzEAWjBFzBrfe0MEaVkrU+VF15yw/1YmzA/wxk47zMlmmd q0Et29F3lW09yGlA60RkOa64nrNKsl5fbCoQkost8FnDr4QJ43QKvtT+ZpHTTbbcEguhPa mfQgqj++mnojb+07MNiS8r0og5PfJ7VlJpEgPh0MwNNcTAqGMMuoDRUg36MGnw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260114 --- Comment #2 from Albin --- I think that I have misinterpreted the SO_SNDLOWAT functionality and provid= ed a faulty/misleading example. To quote SO_SNDLOWAT again from the man: "Nonblocking output operations will process as much data as permitted subje= ct to flow control without blocking, but will process no data if flow control = does not allow the smaller of the low water mark value or the entire request to = be processed." Also, I don't know why I made the comment about blocking, since blocking is blocking, it will just block until all data has been buffered. I probably h= ad too much in my head since I submitted many bugs at once :) Anyway, I get it as one of the uses for SO_SNDLOWAT is to be able to guaran= tee buffering of entire "messages". For example, let's say that I have a SCTP socket which is message based. I = know that the largest message I want to be able to send is 8192 bytes so I set SO_SNDLOWAT to this value. Now, let's say that I have some congestion and my send buffer only has 2048 bytes free. Then I shouldn't be able to send any 8192 bytes messages, not e= ven parts of them. Not until the send buffer has at least 8192 bytes free. But I guess that I should be able to send a message of 512 bytes still? Sin= ce then the full message can be buffered. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 00:13:52 2021 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 61BA818BBAF7 for ; Wed, 1 Dec 2021 00:13:52 +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 4J3fhH6h2Mz3Px2 for ; Wed, 1 Dec 2021 00:13:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C4BEF1FBE4 for ; Wed, 1 Dec 2021 00:13:51 +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 1B10Dpnm072951 for ; Wed, 1 Dec 2021 00:13:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B10Dp1K072950 for bugs@FreeBSD.org; Wed, 1 Dec 2021 00:13:51 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 260121] panic: Unaligned free of 0xfffff8013cdfc800 from zone 0xfffff8001c279000(ada_ccb) slab 0xfffff8013cdfcfd8(7) Date: Wed, 01 Dec 2021 00:13:52 +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: grahamperrin@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638317632; 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=Vhqustu1qcGBE6qGGUD0cBVTtaLnR/GaFWqcwDGNlBg=; b=nrGpxvXkxpOQmE8xtR876VDoU+blybOX5S3NTu2SCNfPbXATKVYb+mF4XF1YK0iO7/4ZKC 4qxPmW3DZYmOH7a8WDXFCRJTuoZX7Sq1f6nIm2VyXUAeqQ62lK6Qzh3T6WXi7tIsocyXN4 amDYgr4ErzZixeOK04bmdpwkUQtSCyUZfpDDXD5Q58w7KzzO6HwESA6FPbqqV4ciw5Bj1N wvDN9CXjtsNUs1y7Kv5wt4CJRMfD1KBEUzL9lrC1M4U5clQjDMDLkIPKNtaaeEdpV/kdlu CtiNQeMkFtOl4taReoGiOWdqbeORWH6x+vpCdOzbvN10OY1FO8VEspRC3+9vLg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638317632; a=rsa-sha256; cv=none; b=B1MxGtVgzjLswQeWAevxGiVTSn3PLxT5FoXkETHxIDw1enRb9HuzLt5licGqj7TjGKkBAQ sBHCFD+A9lJm4llTwRXJcsGaCQ5QoBTupJYCCmhqc3ncAOZc6OClE7aTgkAi8hxpmktVTf E+UMHgkYQziK1H7W7/KPH47CB6gZXH0K6oX39voeyZqRv2R0g61CxwINzCI4HSrtf0p+id MnG4oDsVN2OQEf8Ts6vWuEoBkNU/wyZJR0411gxMyi5G/eGg9z0EeWj6AwYe/PBLV1PXgm iweQxTLKk5vOfWeZO00RSP965/f9YjCbRbFdwQTgUc1JsR55/eGPx0mo+d4KRA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260121 --- Comment #2 from Graham Perrin --- Whilst I can't comment on the details of the kernel panic, I see the AHCI r= eset immediately prior to panic.=20 Prior to the reset, repeatedly:=20 > (ada4:ahcich5:0:0:0): CAM status: Uncorrectable parity/CRC error Maybe a hardware issue? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 00:47:04 2021 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 09FC518C5B5F for ; Wed, 1 Dec 2021 00:47: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 4J3gQc6CR2z3nht for ; Wed, 1 Dec 2021 00:47:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B53B52040E for ; Wed, 1 Dec 2021 00:47:04 +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 1B10l4Pc087153 for ; Wed, 1 Dec 2021 00:47:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B10l4hV087152 for bugs@FreeBSD.org; Wed, 1 Dec 2021 00:47:04 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 260111] NFS v4 server crash due to ACL handling Date: Wed, 01 Dec 2021 00:47: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 Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: rmacklem@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638319624; 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=Uthc0Llk3pZVbpWVfYgks4V+Qq8gL6X1FZQ0ciWes/0=; b=srjoqdkd3uwvCyDD2Fe8kwDPppenPpXM1i8DYCu4u3p+240e6bvTTy3uwKk/JlS9gf7NZ4 F6aJ57t6dlZoKHSDJ0w1smvFsI5QpT14qkEd+p3Q9KQ6GICzys7JVk/8SuzNeKS23mnQXj WdfjooHQM6CEsxh0uapoHtYV9BpKM3FeLFSp6QbMg6N64nEc17wKe+MVowg9LXCRkhX+PJ QOgMyUJFReRoGgZhOS3kBcjHX2JKBfSjhbsYPdGHw9Wj25HZHz1P5u9lX0h0y7i1Y4+c+r rAa8uzW9myzVS5IVk2HsfMxOFUNl5nIx9R0P4KoUlyoo2+/6wfREZSek7M+U3A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638319624; a=rsa-sha256; cv=none; b=RVWYgzCrJ7Yx6/dKePcI00uDcdA9isDHNI9YeXiX3glgHv1aMBVpwRDGFc/j/Eki+0oQZR MvQU1mKI/pmUei174V6+ONdeU1qjP1oLefM6kIHDbEXWX3SnZxCG5/Osm02yuNJZx42ce3 6bVeMlSdugwvD7xtVuOuu/RiMA7usZm73JspYROszx2iVE0u8twIXvT50eQo2IsT65bKBc Ze5sCdZMdI9ENITdAqCsgWoHKhDjYVv3iFFVLmiFBh/sLSKwi74BP2GCwoXTW9Pxi5BvVu 1QVdyxHAh2PnICM+7e9znTykFuDQRkKTD5/TYRHWj3VsTQlBC7/xyPLteuMkIQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260111 Rick Macklem changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|bugs@FreeBSD.org |rmacklem@FreeBSD.org --- Comment #1 from Rick Macklem --- Created attachment 229822 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229822&action= =3Dedit Sanity check the acecnt and who size, plus fix a nfsv4_dissectacl() error c= ase This patch should fix the crash, plus a couple of other things. It... - Adds an if (error) check for the nfsrv_dissectacl() call that didn't have it to avoid the nfsm_advance() call at the end of nfsv4_loadattr(), as noted by Robert. - Adds a sanity check for the acecnt. (Checking for negative was the minimal check needed, but I also included an upper bound.) (As an aside, I should probably have made most of these count variables uint32_t instead of int, but that was 20years ago.) - Add a sanity check on the size of the "who" string, since a data buffer for it is malloc()d. Maybe Robert can check to see this patch fixes the crash for him? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 01:47:28 2021 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 D5B9C18C052A for ; Wed, 1 Dec 2021 01:47:28 +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 4J3hmJ4QF1z4ZmJ for ; Wed, 1 Dec 2021 01:47:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7534F20F4B for ; Wed, 1 Dec 2021 01:47:28 +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 1B11lSws020115 for ; Wed, 1 Dec 2021 01:47:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B11lSVg020114 for bugs@FreeBSD.org; Wed, 1 Dec 2021 01:47:28 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 259630] [PATCH] fix openssl port name in ktls(4) Date: Wed, 01 Dec 2021 01:47:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ygy@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: osa@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638323248; 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=qlBsBcocZhbz6rnsOUMiv+fo6+UUN2VV8siBWHCy7I8=; b=AYRi10H9gN/b/h/Q6kk5ybgC7yamZ2h8f8mRw5Ks6zFS6VJyJ9E5jU2ZlhPIHCD/iKn8iZ Dnr0N3GRGleS4S3JUGuh2w8s7XnHMCOrwm1Z5XIWfdgrorPRIDj2c88Qmu4p1SHw0az6Jq /R2hZldlUjcs6D1G5jFsmWhFm4e7c7J934+BcIxxC+F0dog40Nw9vB6HI2vrgPTUbrndpb ztws+WsO95GtxtbrJ2YY7G4Cwv7yF0KTDeg6I9mb3jlvQQ3bhgA0GN3Ygzrn0BmIZCz/Nx MxhIE5umuCaakJaCGsRuZdHtLkPeUY4b8tByfidtQEVXUYInkNwr+zchocJyiw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638323248; a=rsa-sha256; cv=none; b=E0WGGgfLZ7H2Xb6InJW/VaTZrULt5+6t9yFHnaABtU9StwHLfcdYj2GJf2YoXNpM2bNREv 2s8Glgw/AX8szFBm+cmctWXH40VrycNiWNxn7+sWm7b6HDp9ZV6ix/vuNpxkSOpLNFsHrQ fOMsC3bJYRtnWNma/ggo58dkJN/cS3/Ch9tOaGQ1dlmLLi09h4HMkHXLf7zuEsI0XfBHpR bi4snl3zi5SSXY6NZnHwXcaiO0dhCgeevmMk5umm4fB4dqb37u8/2T3EyY3APHKwQE3NuM n36jwY/5Ptu5US6GVIHeuTRGcJAX8FLf6396ucdXWBkdK5q2eD3VLeRRUdFFEQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259630 Guangyuan Yang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |osa@FreeBSD.org CC| |ygy@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 08:07:40 2021 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 A2EAF18ADC85 for ; Wed, 1 Dec 2021 08:07:40 +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 4J3sC02Gsjz3DS2 for ; Wed, 1 Dec 2021 08:07:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2E057260AA for ; Wed, 1 Dec 2021 08:07:40 +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 1B187eP2030814 for ; Wed, 1 Dec 2021 08:07:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B187eBf030813 for bugs@FreeBSD.org; Wed, 1 Dec 2021 08:07:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 26002] Poor read/write performance on uhci USB controllers Date: Wed, 01 Dec 2021 08:07:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 4.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638346060; 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=S5jqAHOlU5kmyB9alLFAOWW+iTSOlDktXo+yrSGI2Uw=; b=JmS2329bg/LVtl7n3EyGcLrl2fc8vZcEdlmIoo8W96FstkrPuCWIpenLUMTRP8Va0IoHQ8 62mBfmrkyApOcMTNh0KThg/Fv/x2S441lkR6CS71PFZQHjg9Ov7ds3BiMYbAnis75m4JM3 xHjOt/NdctOsRzKk0TzrVisAHMbWyw7WsGpdDk+JZYc7SQsbznPULA6R+t0hHT48iIyzAK wqrZ46mSYCUenaqGGWJimm7iqKROEap83Bvczi2Ro9wLTXnn3QbywlYzI9C4hQmel2iPi/ ZwMcbDEtGiadqI6v7Qff9aWiWkI5uOY3YF9SDkKBWW2aXIlukpK4n3+8o7IcJA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638346060; a=rsa-sha256; cv=none; b=MswLCnHpZDUhtOAqbCbGLC3NMEve70HsqHqBeokACYv9YZrLA551d+BKJjNpy46T+HiooE i3gWJdrFSDyNao5I7lSabTnhGu3zx37tx/TPICO/7O0204miQTrRJsB1ARpIcbqNMhyK8h Wzq0NNjqhANYFiegti4DgZvB6wFFkItJNtoPw7l5TB6HDMdXpYakgCT6GlDWml0h864Svv 0zdeHYMWb7bWnowJmgsAER3M88DP/3l8Ox17jU+E/2Sdokx1u/hMArRY5U1wIzVQn4kFn0 gBJHcL/dobnI6jYE1ru4FE6B86qz73X1dnTOwu/cmw+SE4O+rpnftCWbBY72LA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D26002 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D27392cf64d50cd1898f83624a588bc5= c1b5f27d0 commit 27392cf64d50cd1898f83624a588bc5c1b5f27d0 Author: Barbara Guida AuthorDate: 2021-12-01 08:04:39 +0000 Commit: Barbara Guida CommitDate: 2021-12-01 08:04:39 +0000 net-p2p/amule: correct the inverted logic for DEBUG option. PR: 26002 Reported by: echoxxzz@gmail.com net-p2p/amule/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 08:28:26 2021 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 BB2E118B69AA for ; Wed, 1 Dec 2021 08:28:26 +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 4J3sfy3Lbnz3K0F for ; Wed, 1 Dec 2021 08:28:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 509792671D for ; Wed, 1 Dec 2021 08:28:26 +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 1B18SQCA042901 for ; Wed, 1 Dec 2021 08:28:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B18SQNp042900 for bugs@FreeBSD.org; Wed, 1 Dec 2021 08:28:26 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 260146] NFS client (13.0p5) to NFS server (12.2p6), hangs and unkillable processes Date: Wed, 01 Dec 2021 08:28:26 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638347306; 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=fpyfCgGsf2vHPoivbElm/6bKIF5HGuK81NobnlQCUu4=; b=Le3EITHkunj9N3SIpSA2ITGr3Jk1GEaqy9hK4HnAmwL59uwPJE6xuRm/10y2uvVOtGuJGG jQT1jtXzktzIJz4oHv7Eow1jyUfGNsEXAZsUWF466dBAVtCXYqhPrnpfz/usfURKVf7s9/ hNsIMzmGrsJs1+Le3sbhm26zA+75AyFT0RwQnOgb4c3s2nU39eDG0ZXSwqtYOwNz5L4hxS cP3zxVw3OovXAjEdVdAuCjFzV/juH8DcZXMKTZzZ8VM99Go0rgYVhEiNABv81qiiHwEIiC yMHViFRWjGBHac/gTlapatrkTANUDyKeEjTE7Evt831Sm96vIU9xZaBv/4UVzg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638347306; a=rsa-sha256; cv=none; b=mIPEvPc7vCLVQ+d1+FCZ0IfD47tpmzJGGjLsAGeC3L6qGbIhYxJXxCiG5/9DWvfu2DpR75 IW2s6iTddkfAirqJ2w0cWPdpRFSg/AqyXvGt4V50zpXNtqntIA19qKGDagsP++uxHdG9Od p0hWPB5kHdHaSjzlvEKWz+WzuEC+9b5NQahoWlLWa/U7IdP0Ks8tuG1G9jK3NTOd5GHPaI wt8/rtBGcjC4fv2ftt3OogwNucxLM7bICxhiY6+MQ0m+FkAD6+eEfaxP+DV4O3DlHyOPgY Fhy0mgLVfDgC9ppnTgBkfxk15HAs3hQ5WIaJKUaIXLR7WCX8/S9CzYJTLPpTcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260146 --- Comment #2 from Kurt Jaeger --- reboot of the nfs server did not change the problem. But: using this: /usr/local/bin/konsole was installed by package konsole-21.08.3_1=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 triggers the problem, using xterm works. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 10:20:53 2021 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 5BCF118BFB66 for ; Wed, 1 Dec 2021 10:20:53 +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 4J3w8h6ZrHz4XM6 for ; Wed, 1 Dec 2021 10:20:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C06542F for ; Wed, 1 Dec 2021 10:20:52 +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 1B1AKqgS003174 for ; Wed, 1 Dec 2021 10:20:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1AKq4d003173 for bugs@FreeBSD.org; Wed, 1 Dec 2021 10:20:52 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 234775] PTHREAD_STACK_MIN is too small on amd64 Date: Wed, 01 Dec 2021 10:20:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pjfloyd@wanadoo.fr 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638354053; 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=nLfwyhh6uAj4KQKVzQgQoLb+7BJDj9s88Rg3SrMrsZk=; b=J5VVls46PoP5PYTClvPBJ8BZVpQW2+orJ71I0OEQn8NTrLJTLEWcw7wNRuMaeMJF2Z7p/o NpC4Q11cDJMyJ+GcOa+EWYCj7pm562bPEGforPIeBHatxJiDc4GxujFF1bMkBwZGVwbISB 6OZxpbZqJxVb1CPOfRFiMscESU4pL6bEtgrmiWEsoayQLSB5b6LNdMSX9K47gWVp0AlcEp VwB8MtoJb8zmsm0Tw4dVEleTqa/dMOoXEDXsUzNxobcNhVovRASRj2/v53ep+AnwwjxzY7 Brb2Xz4i/5MJRN+wypQZwb8o8JF12xBBqd/tJ7oUahg+xjKKgvvPU4TFeX/26A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638354053; a=rsa-sha256; cv=none; b=dn4I+KRyE/r3gwp8USl2Fvv/tGi9SbhSoyAyXh5BlhENXoG7O5os05VV61sBl6AmeyMBMk U4bygdaCJWMx1igLDgLO4VI8VFCK9+/CBUQoupOYeIWjRCx5dr9XPPb45E9vlYxDC7qtt6 0YKNprRFSeMHq8wuzkZbiOgej7OzvSq+Cg6HdKYZbRlDM2WkYo9oWPtU3vH/iyYt2GLDno sWZjPTouRAhDcGLjlwmLhPTVlqo16UGkPccBkWdEt2bLpgpBxmYcECmEcW2PsT3WTPOqQC ddnuXxVHfidWw0arK9c0O3RyvVFmpNd/2/K2capRKk5K5f00QPN/oqRleA4pOg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234775 Paul Floyd changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pjfloyd@wanadoo.fr --- Comment #4 from Paul Floyd --- I'll have a go at making a patch shortly. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 10:21:32 2021 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 4E5AD18C0811 for ; Wed, 1 Dec 2021 10:21:33 +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 4J3w9S5fKbz4YQT for ; Wed, 1 Dec 2021 10:21:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8E1F627CAE for ; Wed, 1 Dec 2021 10:21:32 +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 1B1ALWr8004185 for ; Wed, 1 Dec 2021 10:21:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1ALWJ8004184 for bugs@FreeBSD.org; Wed, 1 Dec 2021 10:21:32 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 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount Date: Wed, 01 Dec 2021 10:21:32 +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: nick@craig-wood.com 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638354092; 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=t111Vy0dSTtFjY72YMpeL6Bz7eU+JVAwXTAO4JJw0dY=; b=ds0yl8IGlMLJW8bMYPXpEIoM7tqvClPMgnp51NdkJKP7jkaz9Q8cB8KrbuAyl5qF7rB/FI u8eIGbfH+IschtAAGnpAewzHIDXuZOTnATzF+j61tiWS6zycLZiVawhv4ECqBoPOstC5Sr 0Smu4gOr2IUJt05q+H7BgbtTJt76Pa1Kmwum9owau0wt+55d6RHhBSgcawAG6G+xCrny1B oHWzsDkh1lgr+9wMUjI/0UbIrVGfMo0eqZTVJeANpNP5u8OFLl4VoilWiCbYdN+7linEMx OgxfBmJ23VxdYswkJSIWb+ITb87i4E05p55ylNGjuVYiadNtwEvVPOy3Lgdh3Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638354092; a=rsa-sha256; cv=none; b=M+ePomAobeIertg/ybfaLqi9D0wrQzJnNdxgic0DvsRmgXvj3zzET3jrKn+OZW57OBrg7m ixhfF2nOfl/OcG6NJ7zQ9+iQBrIS/3xfsQVj4dCajh9O4jn2ypawgzIDRDAeN1wSQx7zz1 xXA5lJ7jg9lMh8s/zypZS64yh0iwAMkP/yu+m66TIhgpTuBSGhDIFK8M5BjztqmZy2p72M 6FOi+KxhZenU6MTCgBbvWfFtEEZzM4mXpIPecT8czCtO6oUI9kbBZIwlwgbHBv9JwlsaiL h0iHdgdOXIo/OQxYITW8p0Oz+hVrpwH/GVUf21iARQZ22KvuR/JsfeK6NqKT8Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258056 Nick Craig-Wood changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@craig-wood.com --- Comment #11 from Nick Craig-Wood --- There is an rclone issue about this here: https://github.com/rclone/rclone/issues/5843 However I think the appropriate upstream issue is this one on the github.com/bazil/fuse library rclone uses: https://github.com/bazil/fuse/issues/280 -- Nick Craig-Wood - rclone maintainer --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 10:26:09 2021 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 61C5218C2095 for ; Wed, 1 Dec 2021 10:26:09 +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 4J3wGn1JxGz4ZVB for ; Wed, 1 Dec 2021 10:26:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0578A5B for ; Wed, 1 Dec 2021 10:26:09 +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 1B1AQ8fZ009035 for ; Wed, 1 Dec 2021 10:26:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1AQ8K1009034 for bugs@FreeBSD.org; Wed, 1 Dec 2021 10:26:08 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 256211] valgrind shows one leak every time Date: Wed, 01 Dec 2021 10:26:09 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pjfloyd@wanadoo.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638354369; 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=s/FHIgr5JUSPOW7hpwgRkuKV9P5ug0+hLGP/pFMstjo=; b=fg2GCLrXzbVJUtJPwZitVtmFEcFkgt5YkEkdr5Oqq7wq8yHRHkhF7BSB8ksYTBBRr942FQ yhPSm3XB2dYuLgHfyIJOqXzxF4m1H/YqMbWOENcAurH4aS0oc8SbPrrNBvYwkJhkb46jxx lv5P8eeEliamaiSrUgEHKsgoxxtdsTMElIpjvmyHJBPV+mgMWdqaecTd+dlKCaQVP/7E/o vdf+SaCwQk7Cr6RCdIV5J/XVyJvHcNEvFQm2wjrym6i1YNZGxipOTYOq354LpZaX8YZCn5 ET56om2STHsV8MtvHyoWz7mYPKQsa60sIb0F72ae7uanfwCtTM/Cb3rqeIXYvw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638354369; a=rsa-sha256; cv=none; b=a1pNpesxe/gErNMNfi5UQI8zOJOw3yi7mtz1TwjW4ipdPjONcde/9JgBKhzL8rT3ay+8f5 fEmmUILGPMdFCHKVZSyOOfXsOEr2SnDLCGkFkxgpyROREMGs4PhZIbGLR3ZOxTLryGFqqO 7xI+v3PsvATVwHZ7D3qPhFdFmySp/AsXu9mSyqbWQUhPn/mI/4EPT8WP3/EE0NbVwKWhb3 bdJxhmFo2RM/iOy058bos7bWXRCbF08BYqbRxAMm5hOoQI05+HQwn/mZHtLVUusWW8Uoxo 3+TNt5K73fWKawr5vwXAVlFMl0F0sArmBrtXH85IOc4gY9byWOsQHInVwbnD7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256211 --- Comment #2 from Paul Floyd --- I opened this item https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259294 I'll have a go at implementing it. If/when that is accepted I can modify Valgrind to use it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 12:29:58 2021 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 D158F18B2A4C for ; Wed, 1 Dec 2021 12:29:58 +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 4J3z1f4M16z3Nmw for ; Wed, 1 Dec 2021 12:29:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7036114F1 for ; Wed, 1 Dec 2021 12:29:58 +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 1B1CTwTp075811 for ; Wed, 1 Dec 2021 12:29:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1CTw98075810 for bugs@FreeBSD.org; Wed, 1 Dec 2021 12:29:58 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 260146] Using x11/konsole causes NFS hangs Date: Wed, 01 Dec 2021 12:29:58 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@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: short_desc 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638361798; 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=eOfyUtjriUxF2KOq2py1w7c3lmgrvSGxEv+9eGaeLEI=; b=e+PSq4HSIN1CEtthQq24q/27zDwsnUoA28AZqdez2I039B4JDPWcfbySmBOVJN9lTcN9Wc oYUPIljFYZGaHiPAEs+E/yNrO25D64z1yHqtGiqGPdltQPPsDbTcBfl6tm+AY5I3uQzICl QLgC/pxe6z/zXVpHddeCUc5zs/QasQIWPvxBXBcJIEl08de6HXgnmkFqhb+cNZhqjBvCMY G1BrCxFItJGfq3gmIeyK5Ez2WgYZEKhBEbqJekkJmg4lNhnnh8B5zWB4cUilQZD/m0RAo6 ksNEua1zajoZSrm40oBxvI+5HxOTdxiNQ3ZlwqDSfSs5xeiAFmJ/b2tWGpEH/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638361798; a=rsa-sha256; cv=none; b=yZSpEOI+l9AuCg9MoPEHZ4krwMOZ/UmRRHqGd0HqWS/F3ZWGZnN6SC+oKO+q09lomx4rMM PrI6Gjhqt/D4T2gSOw6CFsjrHuSNETtk0Vs3cDrBwdfeO9qc1Eq6UA3hQZmJfZBghqvX7x ngRf/BcVAaFxftlPrXUOetzVGRj7yxUpOuzhaRiKuIJVcs5fyB7RwmngLy0oBHVKIU8fqP B7+Xlp5AB/k75MdoSZ+U1rna3fmI/D+MYbAB/k5u4oAHuwvTGcrVQth6oXRnkohYf82y/u XjeeV2uv5wpWS/ZWzVQq+m74xmnnJABoUHvrCe0kX0a+ndC+p12vle4Hhe3/Ew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260146 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|NFS client (13.0p5) to NFS |Using x11/konsole causes |server (12.2p6), hangs and |NFS hangs |unkillable processes | --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 12:52:14 2021 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 E914B18BD8F0 for ; Wed, 1 Dec 2021 12:52:15 +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 4J3zWL4fpLz3mbw for ; Wed, 1 Dec 2021 12:52:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 50B9E1EF5 for ; Wed, 1 Dec 2021 12:52:14 +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 1B1CqEt8089264 for ; Wed, 1 Dec 2021 12:52:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1CqEHi089263 for bugs@FreeBSD.org; Wed, 1 Dec 2021 12:52:14 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 260146] Using x11/konsole causes NFS hangs Date: Wed, 01 Dec 2021 12:52:14 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tcberner@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kde@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638363135; 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=vN9mqTKev21e2UcFygBJzrmgv9R09m7QTPu7obrQteY=; b=GtoOvkYbnavhUVbJUnvXk7WT2EowEhyYs3K6GWmQ0UZhDC8S8mDK8osapLsK9qNLvG2OEm dhX4AtXyBpTFBAGUTpzrANcUUl1ahpK0rJwFzqNbBemvdp1wIoZOjCgc8ABSbbtZFQ0Yit n7Yv2tlIcjxKLAE9Q3XkkBI58TAzcBvZS0eb6eop58yd1SMDoFrIvY4uQNpKeHpDfk75TV +8ww1xpVFvIWH2IMb213mDVTnr41iR63ZFYUrndaRGwoTfWLHYP/HEnAx9mtaXHbwIbtlC 75DQ97MqSxeleyHImWi8bMMQiQM0LM5YoN9mTaH6XOY+NOasHwoQ1TSnYpDpdw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638363135; a=rsa-sha256; cv=none; b=VUBaR/Y4mXK3NGTk7uX+CeFBTcReqXVHAVsULWJj/ax/PQwxLZe1cb2uSRWQFh/msIhep1 2vdKyeBR5AE9b8rzY7VRrf9NXKibDPGlropLbMhXccOq9MYzdquKqNJd2kYnC1Mt8HrZ0I c4azqwowNFZ+NYqfBHVXLuGcSBC4n8g9Q5O0dlWUuAzoJIHKUe0oVxxu7+z46tkaEKJSlN q1tnuQDtAmQ0yRRh21qfAQXgM+U8ftKRtGQwRlaRuk0Yz6bQ+qcG2Bh+lxUkE9RYlHyrYe czrr1pzVigL2/cfkYBoNIxQ4K9VSrm8ubRyE+xqohe4RBPb98TgRzTiGtzZ3Zg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260146 Tobias C. Berner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tcberner@freebsd.org Assignee|bugs@FreeBSD.org |kde@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 14:04:18 2021 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 5349618BE7E9 for ; Wed, 1 Dec 2021 14:04:19 +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 4J416W0vwWz4dkS for ; Wed, 1 Dec 2021 14:04:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 F06362FAD for ; Wed, 1 Dec 2021 14:04:18 +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 1B1E4IBe028211 for ; Wed, 1 Dec 2021 14:04:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1E4IMM028210 for bugs@FreeBSD.org; Wed, 1 Dec 2021 14:04:18 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 166568] [sched_ule] intr stuck in WAIT state Date: Wed, 01 Dec 2021 14:04:18 +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: 9.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not Enough Information X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638367459; 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=iv0wthiSR27xgSvZF+ifUsNutNxMVmO7B+1Ui54vxH4=; b=CqL258ZkaBcgMA+Ea8e3LLaPYAVfRshyvw/H8ysBRGciGvCO+tht+qb/pgGYMgy4xOjIEH xft0+77xI7+d1Xg7Lu7o105vnIdJFJVmShN5b8rTEgG4mQZob/MclyMpYX0GyGP6+b3d+n UUcJ+6mM2m+5WdxoKDne+T+AODHGQZJKZJqlldmIyJXtEbCc4PIt+hs2cYMYr+qRZmBES5 4d8Hvac3DMjAn7xoz5UyHVHAfBfgXhMQJcJIZIhgkt5GaQ65x6z3W8TKdKkDvmJXonVx+J IiOeQJULG38b4iBL307ZwcKIXrrbFgNxEhw6QmN5WVDeow+ben2BcgWn63G3CQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638367459; a=rsa-sha256; cv=none; b=MOnCqnT0p/b5eWArg3rNLVOwe0LnrTGhHDxTSJYWZo5hjHLQUZkGFbhRcjBr5hGT1cYsPI gJr3n73g59ZVN8n8dISeYihLnytC28FpK7ID8FjX4Uf6bgXkEjB+okhRaZJlpT8NLrI9Rn w9K0+9L/N3m9eY55/2nU7+D5YRTZQrxrn92xYklL6jVBXraTX3wNhLpDDH/lxr7hybUnfx Hgv99gmM9NPOLNnqmVkw6hLBQGAe4UewVggIdUqVhqJzwqH8hkZveNAPSgFYf5vGeUcmev dZVTCJlf3rDMxgaRuM7KzeeVghkOepIUQ+YDE2RtJwq7JwBYo+TghoYuCbvTyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D166568 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not Enough Information CC| |emaste@freebsd.org Status|Open |Closed --- Comment #4 from Ed Maste --- Feedback requested in comment #2 not received. Please submit a new bug repo= rt with more detail if you believe there is still an issue here. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 14:13:49 2021 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 DA5C218C20BC for ; Wed, 1 Dec 2021 14:13:50 +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 4J41KV4nK6z4h0G for ; Wed, 1 Dec 2021 14:13:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 85AA82CFE for ; Wed, 1 Dec 2021 14:13:50 +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 1B1EDoGh035722 for ; Wed, 1 Dec 2021 14:13:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1EDoIk035721 for bugs@FreeBSD.org; Wed, 1 Dec 2021 14:13:50 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 226107] typo in comment of function tdq_runq_add in sched_ule.c Date: Wed, 01 Dec 2021 14:13:49 +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: emaste@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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638368030; 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=clKjOdjrrQ74srqA0uV/Sao2ScDm6N9BynGqitID/4A=; b=MELNy6FWkq50MGZasqdDv6Mjz29lLx9RNnw9P3GzW9TJLIkqaXm4Q+ksCivX8jAV/qox69 /mTMNVUPTC8u5XncHpNI65JScNqByPIFoUpWZf8Q/Hs21yWav/cjmT7nsLt7OIp5jClGj5 qtl1yqbaW0kKzzP3GdoDqgBQoCMoq+6MGDs5bXhUyWR9kZRPm+2LvS86y0rK0VY3Cy0DBp fwKURr2TPL9gzwa8Ugo3N8dQk3A0UFuVGKpQOVatlLTi4c3EpBUXwrcLM5btMkoV7RWoXc LC8XfcG3QwOjio5rocbdf5OA4aZLGwaKttR6WXCGoJ63hlc6okhu5nLznCMLMg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638368030; a=rsa-sha256; cv=none; b=pLQ9HaABHhUxGr7uYP1TAjrYx3vdYFh4BbDKHm8SVfhIvEjPwq7MBdJtgT2JOqDAYysyr5 xQeBRpNmWlOJ2fVPKI6C3n7qcPwEm+xFNdLJt9qrlV3+JbeccExEbxcm7ZGQPVbx1S1Axa mcbnNQ49DZudDF9DABX2UV6hd6BZjjoZb5cFNeu+VR5ZHlhEKfXfUEqf9EOOsd7RI2lB4V NZu7AzVQekdNNcORXhRxgCJWxoEDIOAU7QVVQWez8GjvIqOLhLHk7bsJTcSPZQ8TCwP21l s0mwW9or2uWx/4kljlKH5PlkkZiSmT36EptQjT1WkmSfr3/hOyl9e1xaiB4N9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226107 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste --- It's actually >=3D PRI_MIN_BATCH and <=3D PRI_MAX_BATCH, and PRI_MIN_BATCH = is PRI_MIN_TIMESHARE + PRI_INTERACT_RANGE, so it's not MIN and MAX timeshare either. I think both the comment and code warrant some more consideration. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 14:18:30 2021 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 1820718C4CA6 for ; Wed, 1 Dec 2021 14:18:31 +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 4J41Qt74lxz4jRs for ; Wed, 1 Dec 2021 14:18:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D3E5629FB for ; Wed, 1 Dec 2021 14:18:30 +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 1B1EIUmn036572 for ; Wed, 1 Dec 2021 14:18:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1EIU8O036571 for bugs@FreeBSD.org; Wed, 1 Dec 2021 14:18:30 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 228076] [sched_ule] Not stealing process from loaded CPU Date: Wed, 01 Dec 2021 14:18:30 +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: 11.1-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638368311; 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=pdhQ8k1ovrcK64yOkTcKlhTFfO70pm0C2VQmIPldIZY=; b=iRG5EK4B1hYk3U+HmTvUU/J8ZHYZSzVhRND8gVUwCzgsqIaEQubAroqpzKY2n4DMQEBni9 q3wUgdO2g9UHwEs0XG8z9JxvyqPXJmiCcUjOh4Gmm/8J8zr/vNpxXpv00f8hPBSP+jRHi/ 60xSp5swfNMqmEz079xfC0OL2NOBumSuTdEq46eKLfzqxNVCdHOE0Pv+MiprOxX+FjiKhO Y4djBlMZg09iWytyv8GZDvTBmdi1wnAj5gDnoJjusEAj86Fua2MUVFN9ngsZcLjPtKQ7wV vcJul3UISl5AkJMuwLxUHFREPMyxL6z3e4t2llrDmU6Kp6+9qObO8TdyJ/NU/Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638368311; a=rsa-sha256; cv=none; b=FAoKgrbGXcT3G+rU+qsk5U9lRk/51Hs/Tv608/sad2urvsXQ+AHe6/shrzChSlWslHVfap HqHhWaaWkAfmLF2AJFfBDmVU70RgJyCrdJ4HDiKjYlcLs07orXYSGX7lBexkHX6GgyX26t rCe9eolGPHEwiT6LzIHlsiNAiwD72QgFLepdZ7CBc8opysMaqRIxR86ByXHHzHtVDr0vUI +MfKaTTRES0T1a5VkbpFQNv1umSPl3uG1olQYZ0c/AAlNNwOqx6ZhnejAYGGkGUgixlIam 0b7zIgWTmoGOfBS1uolmGWdKAKg3Ybv41ozDXgA+oKPGAkTvTJDGrFznwPmuEg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228076 --- Comment #16 from Ed Maste --- Is this reproducible on 12.2 or later? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 14:19:40 2021 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 B67E418C4CEF for ; Wed, 1 Dec 2021 14:19:40 +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 4J41SD46N3z4jvM for ; Wed, 1 Dec 2021 14:19:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6DF8D313B for ; Wed, 1 Dec 2021 14:19:40 +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 1B1EJeoI036802 for ; Wed, 1 Dec 2021 14:19:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1EJe9C036801 for bugs@FreeBSD.org; Wed, 1 Dec 2021 14:19:40 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 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount Date: Wed, 01 Dec 2021 14:19:40 +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: kwhite.uottawa@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638368380; 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=MUJxSLyrk2NRzQHixKCudAgol0OX2m4Z67HpauNr8d0=; b=Pk7d0frxn44bLIB98VzRPFyvp2yJplDUfj0fOIrtxPrBQe6F2YjTSQ40yIsPZsWACAy2SO jqCe1fw2/ym0FuP5XMx3eL204dp8DFMYmF8nE40mmVKtYORrlE2BnAE/5x5Vu2TRhHS2P0 FcNN+AgkDQrVgBskW7DjPZvdY5Av/XQXWyMek9orFNzA4UQN7X5a01tOBICaY2f2Pv2STC OzqNP8bYDGdv4mb5+E+U6HdYsBJwc5cChch9ARhJ9M0Vgh/nUr3AM+ZtyAs49o7CHIVXWt b/duUWGpVnaPrKnWMSsz4cD/kbO5WRo4dUazFCv54lJdaP6TW5EECqeVVhSXEw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638368380; a=rsa-sha256; cv=none; b=mPwZHCrhMjl5kzxJXmkHLn3BoEyf+pXkjl91Qd0J9dHUdp8WF3PcP5cBBg4FKe7okVExiB IMM2g/rCFIMLN6TNQmzLYKs9OiaqPUCqk71gGcTLsVDjIeq+QHDBzCFtAYbl4dxbnnpiI3 6oLbnnbaUYTirdhW5NXHh87ODVf/IeT4GgUQP/leu+dQTmatq16YwyuY1vlbmHtVRyRj1q +gaCdfE5KCy2GshzqPG0jY4VQ8NwtREeILAnhyCUQ2em3HrmUapE+1BT4k+p4EARAHmlsg Cp4+u1kli/0In2+L4eC3u8oTF8dT/rxox97U4UfKD6et34YJyBa//fIjnM7Y3g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258056 --- Comment #12 from Keith White --- Thanks Nick for looking at this! I've reviewed the suggestion in https://github.com/rclone/rclone/issues/5843 to build rclone with cmount. I can confirm that using cmount *does* work for me. I have my suspicions that this might actually be a bug in go as hinted at in https://github.com/bazil/fuse/issues/280 ...keith --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 14:19:56 2021 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 14D9418C501E for ; Wed, 1 Dec 2021 14:19:57 +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 4J41SX6Mwjz4jkh for ; Wed, 1 Dec 2021 14:19:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BC21F3303 for ; Wed, 1 Dec 2021 14:19:56 +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 1B1EJuoP036864 for ; Wed, 1 Dec 2021 14:19:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1EJunA036863 for bugs@FreeBSD.org; Wed, 1 Dec 2021 14:19:56 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 161097] [sched_ule] Unkillable process hanging waiting for "exithold" when p_lock is 1 Date: Wed, 01 Dec 2021 14:19:56 +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: 7.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638368396; 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=B4LlsRDANS2gnx8pRiYWxsMo5GOVJFoWG3KjlfuyuYA=; b=A4renXAnDf9A0A0worNKkDR1On7SLg3yVJMmmWlyE99CWJ0Rvy9mOOce8w35V9C84g/GyZ vAzAwBUju0bVm0LITAioXOtrG+H3TgXiBJ7/dF69a+OX8B1y882/EtZ8myfmshxMHnXl1d CMnfPOnPCyO7IQDAKAdpJxfC0v/QAnv1M27+ZIUOfBz+Z3QB+nJddBnFuDiXxvdsj8wl1V DBS/LPwvl0Q/R59OXnPce6W1J5kEbVANgsRPt+b5TFYovFDcs79JmO7qyfatVPTR3++K3V qNTEii9dLbBs/u1Z+ICa1J+XdmQhzaR4tzKroMWWT5RgQ1nIwSALeIlfk0g4Gg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638368396; a=rsa-sha256; cv=none; b=IFDSr9T+lbWLRcJJsGthGUn2wzkwTlp8yG+haYUB5j9nY5nuXGhL9RQqXSiz9xA2KDrA3Z Eyvg7ODXb/eYPINcjKPvBkKMcxMQNCfDcDQh/PHLsodUrO8XH2uXlNdpgKndNJ94HadQvF iIZfuOFhJjILf3RdlxlcWB+SnlyNcvDrK8EmakMCoQsPG6jSKqOu7WQ3/2pxCwCCVWIIg5 SGtRnVPiZxN0fnZ84HULBDG73DWsz07ntsG96JLDuIwUZTQKhNb9huS9ojoTS+I3AYc4w8 /S6KNioTrl3cgWK1tm8JZjOt4bS5/Jj7Kxs7Sytxtw7RAIbW8P5N2ToWs8E32Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D161097 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #3 from Ed Maste --- (In reply to Hans Petter Selasky from comment #2) Would you add (a link to) more detail on the known issue? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 15:14:36 2021 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 3562418AE3EA for ; Wed, 1 Dec 2021 15:14:37 +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 4J42gc5pB8z3G4w for ; Wed, 1 Dec 2021 15:14:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 A8891407B for ; Wed, 1 Dec 2021 15:14:36 +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 1B1FEaQS066769 for ; Wed, 1 Dec 2021 15:14:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1FEanr066768 for bugs@FreeBSD.org; Wed, 1 Dec 2021 15:14:36 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 260155] inadequate LAYOUTTYPE sanity check in nfsv4_loadattr() Date: Wed, 01 Dec 2021 15:14:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638371676; 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=NeEOUhKPjCfC8FdwyTc8TsAZZQwrZ8peljkDqF4Nj5U=; b=F2z5TGFztlxWwjku3stpkd9JzLY0rZBQJwpsc/BUV52w7cpvQTuGJKgMQ3h5qMvvwdKKMX daC41sErpHvqqoYAsdNweBhZD3ztjfXJRbiwL6Q73ZZ2+Z+A6N/swB6mJS6Qm1h7W25t6R KjRdeaFtHtEhc/12Bd+NHFJZcPTrcwGraFj4pTbRBP+OQAJu89XykpRac3TXe4q40FPnGl Rj95y/0noc2fxprjKJLY0Xwn9pS56bi6prPEbYMqgxiteeqhPrB6gRR5sJzZkhGcx4NEkD muk35JXwjq40zmqIWyOe9uGuB94EMXFBXsd2bws4HSUOo/ozJnKxUVz/QYr2kg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638371676; a=rsa-sha256; cv=none; b=ZfCgsdL17tP83czgOpqgnakdqV67sHnqOmHS0KESjDQBNDH8xsU5tZ9srlayatooA8ZCQw N3q0y6sUVhHWo029XNfErtie0VWTUJMoLPIKLCUoNf7wUZZcXIpait7kwE8QEFlnYJ/0Cb SarG0KzJ0eIAFMV4N6mwIR/ZaoYPxXYWXqYGubN/Y9DaXcoPTHoxl5QiShrbD0eND4p6pE Pk4J0DEva+HabQ4wD5W4US5KKSUZYpHMvw4PcU81Gxbjxzsw6GceIwz1FQ+6ziyV/AEXOI BuojtBmCiIhSxErVQezPEnfuq7Ndcgs8/xfqAFZI7KhPjXcj6e4OmmVqvOA1YQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260155 Bug ID: 260155 Summary: inadequate LAYOUTTYPE sanity check in nfsv4_loadattr() Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229829 text/plain mime type: Created attachment 229829 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229829&action= =3Dedit Crash an NFS server with a broken LAYOUTTYPE attribute. In this nfsv4_loadattr() code: case NFSATTRBIT_FSLAYOUTTYPE: case NFSATTRBIT_LAYOUTTYPE: NFSM_DISSECT(tl, u_int32_t *, NFSX_UNSIGNED); attrsum +=3D NFSX_UNSIGNED; i =3D fxdr_unsigned(int, *tl); if (i > 0) { NFSM_DISSECT(tl, u_int32_t *, i * NFSX_UNSIGNED); If the RPC contains an i that is positive and big enough that i*NFSX_UNSIGNED is negative, the next attribute may experience a crash due to nd_dpos being wild. nfsm_dissect() and nfsm_dissct() are only able to prevent this if the siz is positive, not negative. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #120 main-n250906-d95bc6b0bf4c-dirty: Wed Dec 1 06:52:50 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_8.c # ./a.out ... panic: Fatal page fault at 0xffffffc000209adc: 0xffffffcf818ecbc0 --- exception 13, tval =3D 0xffffffcf818ecbc0 nfsv4_loadattr() at nfsv4_loadattr+0xef8 nfsrvd_verify() at nfsrvd_verify+0xb6 nfsrvd_dorpc() at nfsrvd_dorpc+0x147a nfssvc_program() at nfssvc_program+0x5a8 svc_run_internal() at svc_run_internal+0x810 svc_run() at svc_run+0x1a2 nfsrvd_nfsd() at nfsrvd_nfsd+0x30c nfssvc_nfsd() at nfssvc_nfsd+0x3ac sys_nfssvc() at sys_nfssvc+0xd0 do_trap_user() at do_trap_user+0x220 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --- exception 8, tval =3D 0x1c5816ef20 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 21:36:34 2021 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 5E74518AC9C9 for ; Wed, 1 Dec 2021 21:36:35 +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 4J4C8M1Hvjz3Jyx for ; Wed, 1 Dec 2021 21:36:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 0BBED11735 for ; Wed, 1 Dec 2021 21:36:35 +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 1B1LaYFK076699 for ; Wed, 1 Dec 2021 21:36:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1LaYni076698 for bugs@FreeBSD.org; Wed, 1 Dec 2021 21:36:34 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Wed, 01 Dec 2021 21:36:34 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638394595; 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=Ew0XtvB8p8H41A7x7LnrF4hpaV40NPoBEo1R/y9Jua8=; b=W3PXSfTf77rYGD2u8PT+kUxiHh05aGN/5+GSIJQmwp+puxCn+/3dAjDKjKPgK4txLOlqJv Xv8q0PTwvFKQHZLjs3NYniLPWYI2W1JTGF2Xd7lgoAq790V6eYZZrQm5+tHE0Cp9KbTqID wpn9WexWsmXbrmsUXCyjlGWq1ydPulw2YFaUjFPxh/md+GbFisfqDbsEx08054Ed5nbOer JV1ZUMMQRlGijRpq8LJ405Y+Hktta9blWOGE6fHtssTiVj63+HiGTVKWR6apt6sp1Ml74H Ri+DrBH8VIsrkHU76ZrwI95Tma2cxZELjARW65m/WB1xMvmI60IdJmK6l1HcPA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638394595; a=rsa-sha256; cv=none; b=wBm7X/5qEPFFCUBOxlkMRj57WWW1TeqNjBSWWIgwHLdsjOX7H3yMyTdyjZGskX50CoHXbm +qxw1b/RwSRneHU+oHGSUBfBrCSNHynIAWequTvpOk2/XK3TLUbuopX+SlaFzk/IrGmD9a 2F5clEIdzdA6gOgxackxvepbMMSbPr4evBI9nSMG7J52ot9JntwpmU89cuC3XY/nLlFmvN F4GGIs8d+wBdH39H6pNSQuqXLMjK/IJ1OUekKZ1k05pF1yHNBIuxs2jKibdz+2RllWOyvv FRUtSX+E02XlIlU1A3vsoB1ACKyHLae4fB8AA0KBrDjr47vskYyA4d158MOAzQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #15 from Mark Johnston --- Created attachment 229834 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229834&action= =3Dedit iichid debug output Debug output from iichid. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 21:51:43 2021 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 A153618B5CF4 for ; Wed, 1 Dec 2021 21:51:43 +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 4J4CTq2JQlz3hQ3 for ; Wed, 1 Dec 2021 21:51:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 2E92211854 for ; Wed, 1 Dec 2021 21:51:43 +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 1B1Lphar087330 for ; Wed, 1 Dec 2021 21:51:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1LphB4087329 for bugs@FreeBSD.org; Wed, 1 Dec 2021 21:51:43 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 260160] zfs jailed: snapshots not accessible Date: Wed, 01 Dec 2021 21:51:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: urs.probst@triamec.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638395503; 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=5xJtqYUQWl80/NF1zQHpZ1gkP7SJ20aEOl8jYY9+zQE=; b=KDwZJ/7lqaYGktWBbJeCEiI/6mTiFeNddpuU4lw0ZGbf7oWW8rIMxObOfOTDa3LcYWhiix z/cTG11t3IMX/xcWBNFfY44YGgBvZ0qkuyJYYuxdBlNkqGzlj8oeM1ttUvLWO5OCbx9Pe3 ii8rIoK1ZuekDk3OQr/rroO8EpcR4hG8ugC6FIxC/4BX9Fos2fSh8dTz2zf7LpPe40/0hd MzOOjXdYz/EYhPLLeS1KRfLdaEnpAGBsTbooh5AU1Bu6xKnV1pQnA9YTEwYoiBexNJzwbC KewFTpnbFV4K4rTN7d42CCQNhdjmrHqNPZ439n/fndaNAc9YOKdOlI448JU1IA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638395503; a=rsa-sha256; cv=none; b=c0czaUHnivJiySk5iRc2M0HdTFYY69FRoWY6Rk1wR+XCA+4e2hDhaX2eRQOvG5iVjb2NFI Ok2WEmChrPgAKvpBurUkVvEZ0TXf2z+HCbGYnnDpxLuMidg51dxRRJ7wwowTES5S/JkmMc pDqhxrdL7byE07gDHApGKPUmGLS66nOxmqo8PTMRtq02LXob+H6cdT8ZQgJg2OZJxTmWJC 9p51jjOkcFXEzX0/sda2AKv/sh3lT7RKZpZiJk+LFXxeumgeXypCP/Cw2pSMQS4ROqClC5 c7V1AWNMsRP6QcjxxOidXGSkvbE4Z1wVvXcL1XXYuFlGdNxCuw2YOICbbo+rtA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260160 Bug ID: 260160 Summary: zfs jailed: snapshots not accessible Product: Base System Version: 13.0-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: urs.probst@triamec.com When setting the property "jailed=3Don" for a dataset and this dataset is m= ounted in a jail: any snapshot will not be accessible: How to reproduce: On host create a dataset # zfs create zdisk/test # zfs set mountpoint=3D/mnt/famnas # zfs set jailed=3Don zdisk/test Make sure that /mnt is writable in the jail... go into jail: # zfs list NAME USED AVAIL REFER MOUNTPOINT zdisk 5.08T 8.97T 88K /zdisk zdisk/test 5.08T 8.97T 136K /mnt/test # zfs snapshot zdisk/test@now # ls -li /mnt/myjail/.zfs/snapshot ls: now: Operation not permitted total 0 On older FreeBSD versions this worked. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 22:25:52 2021 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 2C00318C642B for ; Wed, 1 Dec 2021 22:25:53 +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 4J4DFD4TWfz3t7r for ; Wed, 1 Dec 2021 22:25:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 745C012307 for ; Wed, 1 Dec 2021 22:25:52 +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 1B1MPqFl008570 for ; Wed, 1 Dec 2021 22:25:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1MPqS4008569 for bugs@FreeBSD.org; Wed, 1 Dec 2021 22:25:52 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 260161] usb enumeration stalls on a framework laptop Date: Wed, 01 Dec 2021 22:25:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: markj@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638397552; 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=Qi/nMgSsDxlUZLVh+jX0bByC3StFXPFYSBrTB7CZ6XY=; b=xj0hYXwE+t93sfCI+lFi/10fJpej0x8cn/RQfnjBvFEh4SlB/RTG01RH9pCxIMEaFT1T1s k2bJBig41rLSkkPXZrxlwIdzNX3SyUZNJGFfXRUItOIiVPmx4ivdpQjay0pLtcUNvXba9U kDcZqNQODl3JXdbP56mOv23DYpBwtc1TPbuvCPBR4R2DxqX2T3UylXz5KUHrqOJgNYL645 S17ycQbL4bGpr45Xv3yFhx0+N+q4mACv7Rpnkx+np964x22MYy5osqAiRQSuW9r0zBpNu+ YU5WT7aAlucIVJZrTxcgsOowlFxr/jRMJvWrPCFE9d2efHFBKR9fAhXeEMHHzA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638397552; a=rsa-sha256; cv=none; b=rTRMwp657sJTididQF5f5y1u87kKNxF4wQ8RNk4R9tQLgZIPjKGvwd2iJHXOEiEtzWqv/1 7lBhXzvtBbdrhKjvQXZvHcaQ6D7xGoGBzKUPRWh6ulNJpXH91Sz3JC8PaCRcM0gU2oDR9c z0f7xO3CqVNTRCJuc9BAoN5iBqzFA1KcNTlalNtclPEkVdhrA2RITE0fjmiPCYSY8uq5iC /XDDayLyG5uCA4gxYdxaFYpqxbFi0wabGsxJ4hDIN/ZmDFb/uC/5F2x0QiAzVB3nc0bVnF WehRkEguTv0MqCZ7W1JeHkzoB0RBxRKpoRBf7rj+5XStV9Vk3AFDFsM45RPyfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260161 Bug ID: 260161 Summary: usb enumeration stalls on a framework laptop Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: markj@FreeBSD.org If I boot FreeBSD on a framework laptop, then do a soft reboot, mountroot pauses for a couple of minutes until USB enumeration times out. During the first boot, ng_ubt is autoloaded and I see some errors: ubt_ctrl_write_callback:909: control transfer failed: USB_ERR_TIMEOUT ng_hci_process_command_timeout: ubt0hci - unable to complete HCI command OGF=3D0x3, OCF=3D0x3. Timeout On a subsequent boot, I get a hang, and the bluetooth device doesn't appear= to get enumerated. The next boot after that is fine, but then the BT device s= hows up again and the next boot after _that_ hangs. So I guess we're not proper= ly detaching the device. I believe this is also causing problems with S3 resu= me. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Dec 1 22:35:04 2021 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 B4EB518AB3D5 for ; Wed, 1 Dec 2021 22:35:04 +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 4J4DRr3Hb8z4S5s for ; Wed, 1 Dec 2021 22:35:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 50F101239C for ; Wed, 1 Dec 2021 22:35:04 +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 1B1MZ49k012895 for ; Wed, 1 Dec 2021 22:35:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B1MZ4Od012894 for bugs@FreeBSD.org; Wed, 1 Dec 2021 22:35:04 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 260161] usb enumeration stalls on a framework laptop Date: Wed, 01 Dec 2021 22:35: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: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638398104; 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=ixTOClcgWeWV8yjLBuL7Xad4C1VsePqozagfeSHvqE0=; b=H1BzWZ6/UWe7JOScEr0sRi1WB3a515ar9MmpSuLwAtCaFhZXaRIuKzo2lwcTviaIYbxShi JJsQBU9nDau10U4z3A57ZknPJmX3sSVbaUWP6JWUFleubVai17zrbKJ8iys2iDnfyKld/D zYJnsddC7cI9vQhB8S6hDHr+31lsGbpy3/vaozKsrhZbXEqalwLTIGEMbt3jPstBZnoc75 +v5xCZrm8+2pzFcM8sRxi6EyGutZEQ1imlic3eF0e71pqZcyIaGackIUTRGoOZgWbNm4hL YfzpTCWr+iN/mQK+iM2O8iRGqTEXoAevVojIFGtAIsA55X8fASByAfTwoogpEA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638398104; a=rsa-sha256; cv=none; b=t3fKzNTWt3m+8Rhk5mPWHtc8NgpQajll6ig2ajnnexynLooZgcLz3PYhqvd5oE4QJd5fsu YPNigpj2T8iNi0B0sh/8WPoU6OBMYJqTcXmU0syYLW870GEAfZB409nY0PHWljuXwGjokH ZCcaqmZXb5v4vH2/XOh+fv8q1uOyFUN9ax2TMIgx6UJetLd9LsVXMfH+hOvrWP9QJx+Ueq 4ZcO8WuVORr/Ul6kXqrBgl/UCjVspuh1DwpO9Xr/W02d6IMSTD3e6oZfbgsB9NXLlVyv+6 sVYydhRxmbyC+F3O5XrIGRT44LW5yNp7jyRMef0dksa10UGNQ2bEpAvQh0JyXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260161 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Mark Johnston --- Setting devmatch_blocklist=3D"ng_ubt" in rc.conf works around the problem. = This also lets the laptop resume reliably. I'll try to dig into it further. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 00:17:13 2021 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 3695318B4BD7 for ; Thu, 2 Dec 2021 00:17:14 +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 4J4Gjj4dCCz3Jsc for ; Thu, 2 Dec 2021 00:17:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 74774139F8 for ; Thu, 2 Dec 2021 00:17:13 +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 1B20HDrO068507 for ; Thu, 2 Dec 2021 00:17:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B20HDIg068506 for bugs@FreeBSD.org; Thu, 2 Dec 2021 00:17:13 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 228076] [sched_ule] Not stealing process from loaded CPU Date: Thu, 02 Dec 2021 00:17:13 +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: 11.1-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: truckman@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638404233; 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=TytNEvxt94DAH8Nay84cwlLjER4ciQyT0xsM9hVujCg=; b=c8/oDlESR5TvibKKLLX5XHnQEI4E77vQ5txJhbnzofY6tRQrr3WM3PZ7V5/ZCMYnpgQsZz u4bbLksvAsGu56JR1LRBMFJQMDnadZc0zSFLMn/mHkOzvfTxQ5MhAn3zhMvj/jC92K7h6M kn3YlpFdnVKsUKGrga0nDVrfyuyxnBlc1qNBCITMQADl2srWbNPX2ekBwyBxvWOF3o9il9 mHQ3PbB5F9kn//0N4ayOL+48j9RR1ypYJ9t762ERS8u5dZUtVjKcgDiFOzcxvNpKnCLpPW vPlgGBveI1CFzKE81nb/w2HDeI6EPO5AZL1DasZLbhN0gKw1VoF0WU29JeF1oA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638404233; a=rsa-sha256; cv=none; b=QsoJdjftH6xB02M3OAj3Nsfig13hgpwtBROXcWkkwem6uMrzlBguusXgngZE7ErA2SMEeT 91tspjA9jx0qKcGN1SzKlLynx4NgJ03EEponhJ5ee+MlBUmSqZUK7z1GM/JDbDFFZY0Bjp 4CNabH3Ma9TbS0yZjwEMEkg61V3g55GXfP9gHzGZV9eHEicLAjoiz2l3IF4oT857P0Sv7v BIZXJcLGkriudrj/4kPRea8GC9QHKUafIMlhKg9KXkddrsMJVodo1gMqSmp8xh4dfqw3ye Js670fMo1SjbRmMFuwPeETN8Zb0RasfiNIy4q6uOGJtDrpNPayAYaYi3tMQOHw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228076 --- Comment #17 from Don Lewis --- I think td_pinned is the problem. The thread can't move until that flag is cleared, and that can't happen until it is able to get some CPU cycles to g= et through the section of code that td_pinned is protecting. I can see how this could happen in the general case, but in this particular case how does the ifconfig thread manage to make enough progress to set td_pinned while competing with the hard realtime thread that is hogging the cpu? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 08:06:52 2021 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 BCE6318B21F3 for ; Thu, 2 Dec 2021 08:06:52 +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 4J4T7c2NN0z3sNb for ; Thu, 2 Dec 2021 08:06:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 25F8219BB5 for ; Thu, 2 Dec 2021 08:06:52 +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 1B286qsO020098 for ; Thu, 2 Dec 2021 08:06:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B286qQQ020097 for bugs@FreeBSD.org; Thu, 2 Dec 2021 08:06:52 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 234775] PTHREAD_STACK_MIN is too small on amd64 Date: Thu, 02 Dec 2021 08:06:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pjfloyd@wanadoo.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638432412; 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=fVmwUPerhGWtMLrIb6zox2satNzQos02na4ISq3WEhs=; b=Qlpochl9jU/uv8b5hGKzY0vyRz5UU/941wnSETJcXqbCOjXJT3q6G2+zjAIjd/7pA1XgGU UX/G1IspIKAyn/5KzT95hKfTKISAO/OxRxnAONdnVOvGqiXxlkVQmZ2dxJbdRuX/vUbOv8 ZAV6jrSLU9EyNX5aHJKq5KK9/KrFG8GzfQCd8R/TKnQnN7f359E7Sdtu3ZsOjw6Qpf+Gyz PMSda/ynwOCXn1l9EFYwQfReiwmVvuulWTs19ngg2JbNAsg4btHUixWNPdRmCKt7x5yMsV 0h63ibSxOKRZ+ZcX9066D4qGH04YlxJoKfFsRXk7yqvE3BBd5/KoUP+VVv8EVg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638432412; a=rsa-sha256; cv=none; b=OxWV+BHj1KdZcLficfSsR7p0AOqmTGrFfGAPQ3eZP1YPGmTH2Kxb77VSPtXxIcx123IwpO IAjh3d5vG48ZK1zkAARKMwDFEDQgBDuC+LRWCj+m47oDKzl4XMXF01JVaj7hgLfn+hlbY4 f5Z4It0Dos3xwpDZO2fajY/F5Oyb/VPkQvZE+qiOieVA1IjyU8P3YXPVTPQfZf7T4fBVyu Qa6Xw4ePRgHueg8tK48f0VTvj8XglKbjMje34/sOi2qHqYOk8N3m3jyMFRLhnbrqqyq+Gz uI5exylUu2dQKAXQ+E5JcgCaqNVy89BAeqbXNZqYC9Jv1+Ba0Og1AfW19fDSVQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234775 --- Comment #5 from Paul Floyd --- Seems to be defined here paulf> grep -rI __MINSIGSTKSZ * | grep -v obj include/pthread.h:#define PTHREAD_STACK_MIN=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 __MINSIGSTKSZ sys/arm64/include/_limits.h:#define __MINSIGSTKSZ (1024 * 4) sys/riscv/include/_limits.h:#define __MINSIGSTKSZ (1024 * 4) sys/sys/signal.h:#include /* __MINSIGSTKSZ */ sys/sys/signal.h:#define MINSIGSTKSZ __MINSIGSTKSZ /* minimum stack size */ sys/powerpc/include/_limits.h:#define __MINSIGSTKSZ (512 * 4) sys/x86/include/_limits.h:#define __MINSIGSTKSZ (512 * 4) sys/arm/include/_limits.h:#define __MINSIGSTKSZ (1024 * 4) sys/mips/include/_limits.h:#define __MINSIGSTKSZ (512 * 4) Used in quite a lot of places, including sysconf() So, what to do? __MINSIGSTKSZ is used for both signal stacks and pthread stacks. I guess changing=20 sys/x86/include/_limits.h:#define __MINSIGSTKSZ (512 * 4) to sys/x86/include/_limits.h:#define __MINSIGSTKSZ (1024 * 4) would do the job on i386 and amd64 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 10:16:22 2021 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 D62F818C43DA for ; Thu, 2 Dec 2021 10:16:22 +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 4J4X124tzvz503C for ; Thu, 2 Dec 2021 10:16:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7B6571BB16 for ; Thu, 2 Dec 2021 10:16:22 +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 1B2AGMFm097592 for ; Thu, 2 Dec 2021 10:16:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2AGMVZ097591 for bugs@FreeBSD.org; Thu, 2 Dec 2021 10:16:22 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Thu, 02 Dec 2021 10:16:22 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wulf@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638440182; 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=oterGPWN5rGnqnrnzigmwqK97K5UQfVq/P1Tcu2YHUM=; b=aDzEc+bxKqTKye7QgmGI6S91+2pwgR/YrNoLOrRYFKaCKsM7qRcO6w76ETlkFLccmqjwnI q04wG+IB3yXAfsWqeiSPfVp2L6F9dAwY4ocYlOBw6kBkqe0pnupAxxLUlRKCPKKMmrwEY1 oKfPcXXeooYqUnMDJrJ7+pYn58Y2vJxY8hllC/wRMadhaWLiHO2+ZLl29b19H/5GAyEz8Y mOSBsG9WulTq5N62TnXtPB3Ujh2omHgwXmvdByjhTVcP+KyhQ9dOfdPCZtfnPUY7z5YL2h DxKmnt7vciYR8kvxxBHGbYxw7kckA7ur3GNSPadmrFCMsJ8HSdgta6Lg1greow== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638440182; a=rsa-sha256; cv=none; b=yYLikh617QSDu10/NqnBexEMsrceJP/dz94MphbOtDoH5ZAXi0njm85cSpa/I/AYvpbu0D 04Bw4CGeDhaca8ww26sxRElvu/Tfp490hNuER4qHW7iM1RQKCw0/VkCk48KFw+T8DNRLUV b0ZuuaED/MtBxjNRDFB072646UYWL0WY3bm/fyMUzVSwzBS36eq58OBKxASmUODwN+yYv3 O2UkflIYps2tJ1SSgU/am2ohvRo/j0up4waDi27MPjc7VAQZu/ct+Vn6g0DruNkm2GIUwR 2aOh4pdxzRhJlT6bYcrcABuccYxOg8NKnKABZ/CTNBuJxMvNPQxn+SssXBaPjA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #16 from Vladimir Kondratyev --- (In reply to Mark Johnston from comment #15) HID report descriptor appeared to be broken. It contains records for extern= al left and right buttons which is wrong for clickpads. Linux seems to "fix" it at libinput level with placing a quirk in to /usr/local/share/libinput/50-framework.quirks file. But it does not work in your case due to slightly different device name: "PIXA3854:00 093A:0274 Touchpad" vs "PIXA3854:01 093A:0274 TouchPad". You may try to add another q= uirk with fixed name. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 11:57:18 2021 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 4ADD518AB8F3 for ; Thu, 2 Dec 2021 11:57:19 +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 4J4ZFV4M5Dz3mdW for ; Thu, 2 Dec 2021 11:57:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7650F1CFB9 for ; Thu, 2 Dec 2021 11:57:18 +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 1B2BvInq051901 for ; Thu, 2 Dec 2021 11:57:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2BvIv5051900 for bugs@FreeBSD.org; Thu, 2 Dec 2021 11:57:18 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 260160] zfs jailed: snapshots not accessible Date: Thu, 02 Dec 2021 11:57:18 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: fk@fabiankeil.de 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638446238; 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=Nb+6ERK5qcb6XwHcVNaIlP31PzYHqY0avne9gNU+RWs=; b=vdqPoFme/LulKsoltEx0/zb2H51rOAdvFNtOezq0iM8baPcfXvTTmS7QQ8+lzDWlvuewZr CyURYAgT/G0/N9wZudXoQHx7Vo3hfHaW2T0YYDHcjinJuQAQC9S73MVv6Cfv5rhtfj/5mi cEQzVz81q9PShzq9XBtrnazFviqGdNHT4DjCkmq4XiDIgM7IORQtWCinBm+i4UBtq6mNE6 M9HZLdreqd8rqohDCDudZCr9Z72YjRPA2nJ8wTnhIIEjgM1xfJ0/vhghpaV3iIn3Gcw7la pzYE6esve2+FUjsPE7yIcxcqGZWfeVBaDzPPrkXAFg0Z/gLoF/claSePq/3tlQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638446238; a=rsa-sha256; cv=none; b=b9C/ljhFx+NoUqJ3+Qhlmzc5UeFoBdRFYTeirWfQfqEfhldNJuxb7pUoIxpHRMY5d6KH36 i07hETA84Si0J/e+IYvPK9RpoNGj8ENMToig3Fdks6Eng5oIm0NA8DVkGUd6bm7DM08qel RMnLmo8BCKtlM26FkDCKCf6jKFo33DKHFI+EPSYNVLyLZxeILfNLGdPkTvoSob6I2SLNxt 9Y+7JD0kg90zQEa27CjftAl0tAlKc69LAOtnyZ9req6gLMUX8itDFjoox7qnsOkX2aZZrl q4y+CrMbBQ3P7R026TwRh7vemfzpxiKXVjpweKkPC/MFcq5ox4yXWyip8HTqhg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260160 Fabian Keil changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fk@fabiankeil.de --- Comment #1 from Fabian Keil --- I can confirm that ZFS snapshots are accessible in jails on my systems base= d on 12.3-STABLE. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 16:12:46 2021 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 255C518AE1BE for ; Thu, 2 Dec 2021 16:12:47 +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 4J4gwG6zsFz4RQT for ; Thu, 2 Dec 2021 16:12:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 D1FA82062E for ; Thu, 2 Dec 2021 16:12:46 +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 1B2GCkGL091959 for ; Thu, 2 Dec 2021 16:12:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2GCk5t091958 for bugs@FreeBSD.org; Thu, 2 Dec 2021 16:12:46 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Thu, 02 Dec 2021 16:12:46 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638461567; 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=RdGgk+aeVTWn8oll6p/hpPQ6NkePAck8WsblzKOEZoM=; b=TIGZtyctcll1vZqUKI+PE5MYMDiIKKrVUNVNqdII729cTph1ALK10Le4Tzvw/utRpWkPpo XGxfEE9amqCaau7/J9k4o5HWIptC77OLN4pPBItOtKSi2Us8Nz1ji9r2NEywpIzTlAMT2s KfQ6T46ON6hMV7IA18ZGxzF3aZ0JumfFnR3Npt2TySQ0CR1iHB11f+mPWpGtTn8Dz23Be2 wC1oidcy/x/cfKSZ7GqKnM9zBWEflPRP3TmS3tx0dhjFgrqTUhgA5u3M8AfT7aJHiyjmSY FRltSY7RxzZgoFQtcHu0bFnUclHWq9ocImrDY+ZXGsVgVdT/goT8DABT3cy0rg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638461567; a=rsa-sha256; cv=none; b=bHm/6NKPEPExr3mP9oOEIQC03FlKR1sN+ixmDmkV8DL0zElf/MsdGfoYhqXa1KrSumsfBj op7S5Pg5QvMExkdUH0GItWJ7KSf93uwzF+0re6lQV/lsWtTSM8K/J/HdjAVEBcQd2JAnYN pyf6pdeeNQeXa56pPU4flVnY/pVtKKUsApdhLofATjthm8TXgdKIQsuHcRwhRZ2zxU4mjT PC2osSgha01iIartkKMiT8P0f7RDoAj+Zcz4vDWzBUGzFZrpKBoE7ufZk62mSeGYvetno0 R7ioQ4HxcLJJiaaF8cgdofc3V64XRsUKO166BCMaL4uD7qjZB35q3PHIX5+8FQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #17 from Mark Johnston --- (In reply to Vladimir Kondratyev from comment #16) This works. Thank you! I guess I should try and get this quirk submitted upstream. To anyone else cc'ed here who has a framework laptop, it'd be useful to see= the device list printed by "evtest", in case there are other variants. In that case, it would also be useful to know if the right clickpad button works ou= t of the box or not. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 16:46:03 2021 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 CB3FE18BE9E7 for ; Thu, 2 Dec 2021 16:46:03 +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 4J4hfg374wz4f4Q for ; Thu, 2 Dec 2021 16:46:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 4737920C21 for ; Thu, 2 Dec 2021 16:46:03 +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 1B2Gk3V5009666 for ; Thu, 2 Dec 2021 16:46:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2Gk3Va009665 for bugs@FreeBSD.org; Thu, 2 Dec 2021 16:46:03 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 260174] libprocstat's i386 procstat_getfiles() fails on amd64 Date: Thu, 02 Dec 2021 16:46:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: damjan.jov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638463563; 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=Vksm94FbMT/GgaADOblk422CrVJHSdd/jRBWhx52Bm4=; b=Oqlym3RQHhDM9Tq37nJwWcjH2wALKnSON819RrA8mY7Vxk2h4NKD4tYNnx2d1Z0eTUWloK lu5l/TN+5PKKfEL0Uk5mVttyYOzWismsgE00qnRBuZBkhKwe0l+oGY8YQXLrYI6EGmFRrY uYPdoiOP+cmDsTA/vVMi7otLQFMjeX4CCdlpA09aXYKLo+bthjOeV3e/pWMO7uduCBx3mG iddcss5kvdxHDMI4Ko9XptrNcaxqum17mC3V337zAdaiZa+ZDdCPTnOtPbu6n+CMzkl0pV oE7drdtf0C1eC5wi9tCnmh5gPaEWKrcLxqpqndsT8DF65hEAL/sSxpbGnrdXlQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638463563; a=rsa-sha256; cv=none; b=yg3i5CmqNFLGS7ansnQLtiMYMlP6pGvF2W732BqEAk6tYs5nNTleHDnoB6U4+x7q8VJAe3 V0Soez6BLE/VgTK+VaI3IH4IFQ3RK7t8CHcFV6FoYPoi3NDM3ycAl230TbjnxmT3iIElzV rlCC3BaTVJMNKnw/JDlpmwwCK+yuvytVy10+n4LbIQSL2HJ03Mte+YDoZ9v+Zh/9TxwoPB PKfuTGHg0LQd2eXAYMOQQMgyTtHWPFXBQvnjW1tCCtG7rUPygvpqW3SFRTlAKWKp8A5XnQ 97AVDK5FkNDb/Qiv0g1Ch2fjkLw/GGEWzFGqKlUanzAX0UX3C74Pla2QdpCQIA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260174 Bug ID: 260174 Summary: libprocstat's i386 procstat_getfiles() fails on amd64 Product: Base System Version: 13.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: damjan.jov@gmail.com An i386 binary calling procstat_getfiles() on amd64 always gets NULL return= ed and errno=3D=3D0, even though libutil's kinfo_getfile() works. The same cod= e built as an amd64 binary works with both. I don't like procstat_getfiles() anyway, and won't be using it, at almost 1 millisecond per call it's ridiculously slow, and its linked list is less us= eful and costlier to build than kinfo_getfile()'s array. Just thought it would be good to document this issue for others that run into it. cc -m32 file.c -o proctest -lprocstat #include #include #include #include #include #include #include #include #include #include int main(int argc, char **argv) { struct procstat *procstat =3D NULL; unsigned int count; struct kinfo_proc *kp =3D NULL; struct filestat_list *files =3D NULL; struct filestat *fs =3D NULL; char *ret =3D NULL; printf("starting...\n"); procstat =3D procstat_open_sysctl(); if (!procstat) { fprintf(stderr, "couldn't open procstat\n"); goto end; } printf("opened procstat\n"); kp =3D procstat_getprocs( procstat, KERN_PROC_PID, getpid(), &count ); if (!kp || count !=3D 1) { fprintf(stderr, "getprocs failed\n"); goto end; } printf("got proc, now looking up files...\n"); files =3D procstat_getfiles( procstat, kp, 0 ); if (!files) { fprintf(stderr, "getfiles failed, errno %d\n", errno); goto end; } STAILQ_FOREACH( fs, files, next ) { printf("%d -> %s\n", fs->fs_fd, fs->fs_path); } end: return 0; } --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 17:17:49 2021 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 A9CD218CE98B for ; Thu, 2 Dec 2021 17:17:49 +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 4J4jMK2qjGz4rQX for ; Thu, 2 Dec 2021 17:17:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 429942139E for ; Thu, 2 Dec 2021 17:17:49 +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 1B2HHnDt025813 for ; Thu, 2 Dec 2021 17:17:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2HHnU9025812 for bugs@FreeBSD.org; Thu, 2 Dec 2021 17:17:49 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 260161] usb enumeration stalls on a framework laptop Date: Thu, 02 Dec 2021 17:17:49 +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: markj@FreeBSD.org X-Bugzilla-Status: Open 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638465469; 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=51hcJKjqkAla11acqD8KIWs076yZZkv1l9tfbD7bvb8=; b=fvHa8Ei0avmpYy2H0plqm9gcb92N90lbUuh3xEwTfAvdizZbDnLADH7ZjQUf73hUWJrukE URf3ev8SMEqQG9ZFLBXmlA2WAY6WFKs37id1mldI+HpNckvkbRaD12XkVRahKZPoxYqB8G 2tH1NckTCys6pkke89UKLQo/s/QiRW9ieBOVtnfnRXiUb4AeyVqBz70j+tUF44uXuIdFUg iCg0UTglmUPTcMIULxxMDo2FU5Us3F7I1yH36X/7Ek4AFSqZ7iwDLBPxU9YGJySIXYXtqd BHUZS5N8Yp1iUfv5cjE+XcEAFFRpvGvc8Lxav68ztvssk5b7YtZQ7OVjt6MwHg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638465469; a=rsa-sha256; cv=none; b=ewO8VElqn6kPJd2BhZGkzNz1SlaFDjSMq5W5AO7d1FudHXKaAk99Ppz8o1IzmFDw5KUNo5 p3xIbAeWEDO4eMZ1HlzpQXEqX6+1OI9HRp2YpzU+91HI+VzJQB0stOParKvqWVJqzamHD9 +7a9iP2U013vZWnJ85tuqUKtdP+NEKsDPJPgwN07V3ppJx3CVn1CdWw9Jy3ApFeVP6PRkU K2T95c95sogpGSwSZ5mMVGNuhx7gyuVDTnCpZvc00J+TnsxINEfN+9QJmZYuqKvEyBLaR/ O419Nueujmbi1JpaERzTErXae+D0g2M6MqPmbcXoNXTEokpb7ZUEYOmXIQeDBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260161 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wulf@freebsd.org --- Comment #2 from Mark Johnston --- ng_ubt_intel is missing the device ID for this particular adapter. Adding = it "fixes" the problem, but only because ng_ubt_intel then fails to probe the firmware version. It seems that newer devices return firmware version info= in a TLV array, and ng_ubt_intel (and iwmbtfw) doesn't know about it. Dumping the returned TLV: 0000 00 10 04 10 04 40 00 11 04 10 04 40 00 12 04 00 |.....@.....@....| 0010 37 17 00 15 02 13 04 16 02 00 00 17 02 87 80 18 |7...............| 0020 02 32 00 1c 01 01 1d 02 28 13 1e 01 01 1f 04 26 |.2......(......&| 0030 00 00 00 27 01 00 28 01 01 29 01 00 2a 01 01 2b |...'..(..)..*..+| 0040 01 01 2c 01 00 2d 03 01 0a 0e 2e 01 00 2f 01 01 |..,..-......./..| 0050 30 06 20 6f 9c 09 7b f4 31 01 00 00 00 00 |0. o..{.1..... | Image type TLV: 1c 01 01, and apparently a value of 0x01 there means that t= he device is in boot loader mode. I'm not sure how much work it is to extend ng_ubt_intel to support this dev= ice. I'll try adding TLV parsing support and see how it goes. I wonder if ng_ubt_intel should match on all Intel bluetooth devices, other= wise we'll keep having to diagnose the same problem over and over again. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 18:05:56 2021 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 15EC218BCE31 for ; Thu, 2 Dec 2021 18:05:57 +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 4J4kQr6YbCz3M8r for ; Thu, 2 Dec 2021 18:05:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 BDF6121DAB for ; Thu, 2 Dec 2021 18:05:56 +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 1B2I5u28050367 for ; Thu, 2 Dec 2021 18:05:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2I5uGn050366 for bugs@FreeBSD.org; Thu, 2 Dec 2021 18:05:56 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 260174] libprocstat's i386 procstat_getfiles() fails on amd64 Date: Thu, 02 Dec 2021 18:05:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638468356; 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=HggM/9q6wW5MHwXBtNBirGbHQdEAurk9JsUWk/3EOgA=; b=cOe7TqGrsmrrGEWXMyu96Rzc+G9oAdCKABQICC7TODcS5IHKO7Jw2Q4+3h9jjawSmgAZph cPTobYOeq7sbQHHn04zD0RGBxoPHh795GIDBUHLDi8mu0Zw2rSjToI+n9jgGAcKFjDUDjI HsuQ26GOoLRj9zkNtBu3fEZX+AY8I7Lkyy9ynU6QGz/dNQ0v0BJSR1vP+q7DWru8QntAxs 71sBSBJuX07hcqJLX+boNNXJkoU/LBWFev+FFS/JS3oVaIoymrecIsnBoPzHeekCU39gDX g3Dlxt886+7fXqkuCQjmOBnhb2soW2KWSXBpg/ypF1sSREJ/p/sZVzJi3bbOyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638468356; a=rsa-sha256; cv=none; b=fOCEo7SdW6JGhVrL3UFcsv9d1sXY+FRYHlPUgca6XUhLjEWHcPnvgagcGnp6NxgvOxiur3 JJE6+jXs5X4MPbM625utx8gJB8TNiToPchRmxheQxgX8gY27OOwsMQlmAQAjmyt4/JSCxk JBLg16zIgnJgJhXEe5ZVgLugzHkgqZb/lvVYPgzTQClkjxa6Fje80r8GW61rZ2qR8V6jm7 cAV5FUgkKiZ3jbHewFWNf32oYJDnia8rJ+F9yzPrX1e6bNLIUa+etSjZ8tNVE/AgxW1+iW Jjz1Kg33fz5iVJJRFKhG7ybydj0UMfTTQ8i1RiqJ6gxMXWlUWTskaG2pGt4toA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260174 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #1 from Konstantin Belousov --- The following should fix it, I did not checked: diff --git a/lib/libprocstat/libprocstat.c b/lib/libprocstat/libprocstat.c index b754bc568e99..850d37598423 100644 --- a/lib/libprocstat/libprocstat.c +++ b/lib/libprocstat/libprocstat.c @@ -865,9 +865,7 @@ procstat_getfiles_sysctl(struct procstat *procstat, str= uct kinfo_proc *kp, cap_rights_t cap_rights; assert(kp); - if (kp->ki_fd =3D=3D NULL) - return (NULL); - switch(procstat->type) { + switch (procstat->type) { case PROCSTAT_SYSCTL: files =3D kinfo_getfile(kp->ki_pid, &cnt); break; --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 19:16:14 2021 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 6520318B178C for ; Thu, 2 Dec 2021 19:16:16 +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 4J4lzz1Xtrz4TZ5 for ; Thu, 2 Dec 2021 19:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6713222D9F for ; Thu, 2 Dec 2021 19:16:14 +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 1B2JGEUS090183 for ; Thu, 2 Dec 2021 19:16:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2JGECS090182 for bugs@FreeBSD.org; Thu, 2 Dec 2021 19:16:14 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 260176] nfsrvd_verify() passes sfp=NULL to nfsv4_loadattr(), which can crash Date: Thu, 02 Dec 2021 19:16:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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 Some People X-Bugzilla-Who: rtm@lcs.mit.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.mimetype attachments.created Message-ID: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638472575; 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=J/dXOd3s0NFnnp+rPn02fiPlJ7cpXflM4Iv5vpsqmy8=; b=WKN1mdZ4eOKp0yeODJ/r+wvfn3Of3TZR2h/Yifr/voTLvpMK7tICC+ENZ6s58KUFAE14YY FCknRGnj6suE8bHzbo2n26HATBEmsl4A/mRryQLqJh0+WJiE1bl6lu0XNC1WnH4/ZqCEo7 EMT/WYi+lINdgLQq8qGZm6y+bIoS5NeIwNZhwzu5hJLTqcG4SF6eJR/v5IZp8vbAwiV0nB Br1To5vEI2IWnWYxv8a1k9mCYCiv+AYI+KTjt2EkDY2Df9VL79hp5ORMTH2NNI1xM5zoaK epHKSlGFbEtmU2IaYbQMJ5BaipMrQMW2Xc0PWA721M+kxypqMxwJFEmtVLIJyA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638472575; a=rsa-sha256; cv=none; b=xZCgJIGoz85VCrBsHgjhT1ypD4dlZ4Teo/9588SE8kIGqP4jgeEN9/DC67MdFD4EMEGs10 MMPTc+bjQXP02gvDdHAtCK8Xb5zdjNuriXdbBh5DWol9PgV+I00Zv3R3/l4t1iYeFdC/M/ SlIrbs5Q7q1hydwx68OM9ESM0ahOMsmePlNWEFRW7fdE1lTWE0bZYt9DjebWEyViXrWqrQ M33PwPRTdRBhS4vGvs4smzommosLUOQwGhmkLNXK0qhoGMdP1JNobHSejJAlsRL0MHeeo3 gjkxuHaHnzZpBv0UYikZIkZu9pylG75BtG7YDdgcrsmb/dN1YVe0WaXqUy+3BA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260176 Bug ID: 260176 Summary: nfsrvd_verify() passes sfp=3DNULL to nfsv4_loadattr(), which can crash Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rtm@lcs.mit.edu Attachment #229846 text/plain mime type: Created attachment 229846 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229846&action= =3Dedit Crash an NFS v4 server with a VERIFY that mentions FILESAVAIL nfsrvd_verify() passes NULL for sfp to nfsv4_loadattr(), but if the client includes an attribute like FILESAVAIL that uses sfp, nfsv4_loadattr() will crash. I've attached a demo: # uname -a FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #122 main-n250906-d95bc6b0bf4c-dirty: Thu Dec 2 05:26:06 EST 2021=20=20=20=20 rtm@xxx:/usr/obj/usr/rtm/symbsd/src/riscv.riscv64/sys/RTM riscv # cc fnfsd_9.c # ./a.out ... panic: Fatal page fault at 0xffffffc00020a678: 0x00000000000028 --- exception 13, tval =3D 0x28 nfsv4_loadattr() at nfsv4_loadattr+0x1a94 nfsrvd_verify() at nfsrvd_verify+0xb6 nfsrvd_dorpc() at nfsrvd_dorpc+0x147a nfssvc_program() at nfssvc_program+0x5a8 svc_run_internal() at svc_run_internal+0x810 svc_run() at svc_run+0x1a2 nfsrvd_nfsd() at nfsrvd_nfsd+0x30c nfssvc_nfsd() at nfssvc_nfsd+0x3ac sys_nfssvc() at sys_nfssvc+0xd0 do_trap_user() at do_trap_user+0x220 cpu_exception_handler_user() at cpu_exception_handler_user+0x72 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 20:37:46 2021 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 05EA118B7E4D for ; Thu, 2 Dec 2021 20:37:47 +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 4J4np263v5z4s7X for ; Thu, 2 Dec 2021 20:37:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B1A0724094 for ; Thu, 2 Dec 2021 20:37:46 +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 1B2KbkXf036889 for ; Thu, 2 Dec 2021 20:37:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2KbkPb036888 for bugs@FreeBSD.org; Thu, 2 Dec 2021 20:37:46 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 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff Date: Thu, 02 Dec 2021 20:37:46 +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: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wulf@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638477466; 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=Lkdnw5hgqvKjmzL7nrvycYgRL6EeXo5x7cDRiU0ZxcQ=; b=JVPjDoEvcPX6b2P7Zdzbom8Pd3HonrZdkPAHIcfSMae9Li0/xcLD5f9fywX8zkf5dH4eEB EdcEq4ioIULSmmRHNzFSmozII3+4xCbaTQFFvledm1a9rxhEJvn69ytyPvIEaUNzZKq5Kq ZXYB1nG4w1Ya/r9qT7Rv3JPMKY2KAJoIMLTqXeGeuaAcMmfzN2mYy8dxWRcAmlpiPwux/y tV+lWYKFyjq8Ejh1VPTK57R9auCtURJshGuhqVQ5Npc0AYHtUW9i0Tdp5k1dGwMHnc4g88 WEggSFFfU3swqeRTWyeITLKf/G5Y4VlzmWoyrRWZbUVpw/vJgO9Cx8LtXEcb7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638477466; a=rsa-sha256; cv=none; b=Kef4J6AE7NpR2j3z5uup3XTRgBOd/Bfcf/NocNdWAd6hf2SFS2AE6U1hENIxnkBFMy4Imc oZDrUGisEntAIIS6LIxlQ8JvroS63TSWu4s7+UPAXtEho6K/dwqrt+jrgqO5fvr/qGG/k8 hPfh/1s/DBH8yESyxFDDA+WUC6q4rk20Zxu2fvd2vcgFxHs1aKvZlG2Ek/c7fkXIMnSiK6 wN0ZApBbXxueBHIqweuTHV9d9X/hdQuy7oIWRK03cY05p/iXGt10kT0ssV9Q19hu6cur6S Y5IS2LC2V0cJ/NTdvvOIJCis8ZuoZ8HLNnE+7Gq8185oO8Nx81rnABMqG3IWqw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259230 --- Comment #18 from Vladimir Kondratyev --- (In reply to Mark Johnston from comment #17) libinput has changed clickpad detection mechanism several hours ago: https://gitlab.freedesktop.org/libinput/libinput/-/commit/fbe5d35dca88ae9a7= 51623cbfa3b6ed2f012ec83 For now the touchpad should work out of box and only produce a warnings in = Xorg log. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 21:07:41 2021 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 7546D18C6798 for ; Thu, 2 Dec 2021 21:07:41 +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 4J4pSY0dbVz3JhG for ; Thu, 2 Dec 2021 21:07:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E8C81245B1 for ; Thu, 2 Dec 2021 21:07:40 +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 1B2L7es0053786 for ; Thu, 2 Dec 2021 21:07:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2L7eLQ053785 for bugs@FreeBSD.org; Thu, 2 Dec 2021 21:07:40 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 260161] usb enumeration stalls on a framework laptop Date: Thu, 02 Dec 2021 21:07:41 +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: wulf@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638479261; 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=FyrwUwy7Om+P6pic9FOco6iFPqz0rtp06vf6gfEFEBk=; b=R+Ai7BM+GzAWEWfibVjzdauzPo4NSQlXvHAPZnNR7Gbpm6eWKT6misHArHBWC+9xxqpWVG zfurbMvpFfIv5KWU3obxh1XpQzoPPF8p+CaWLH10R+KNpV17jRQ8G1mwbE6t52FssiIL6c 09A1yYVcQk52XdVxCm+SIX+23B6PgNIMQsEcXERNG5gIQVYkSXPhDm59xHQWC8tHO1th0v 9OEIlI6QbhVi5Pt8y0jMH+NubMkU+1ldi+ih0kfw7mZct1p5FNGdenyYAlwNuuIpymev/l YBmV+auD5qN+OihsFEQYOhuWKsFi/hqb0fvvQs9H3/ZAR1CRbJXpkqIyg1Ey/Q== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638479261; a=rsa-sha256; cv=none; b=ZXvCSzxykvgsKC1T1U+6KeGFgqzgp9DO6/nzGAn26AhpUQFHkHi+ttK/2vmXtzuCs9b/Jw fmBCEy9eeJP+KB7y8dl+aNuK8uTuQxFxpTDJ7Z7KHt3OakfUdmAtPoPe1XM9UjuEkFDZ5y rf5sOqfEVKwumcU8+TaMwu6Qg4L1F+Y+5wS4XDAfWfgliIHuGvZ1iZUR4oGAmBC7pQbv9y j28iQg9aaffaPVJLRwd1MZv5FWOLZXvgT8fQCZD3wPhzDhykGZ/Kd9fTd2hffr70NeOoB5 Snh4I6USn9EEJvPO7eZiKOZPHZJmx0+YD81I19OgMwqdJlgODB3xtm6XLjS/pQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260161 --- Comment #3 from Vladimir Kondratyev --- According to Linux driver sources, this device have different firmware downloading scheme called BTUSB_INTEL_NEWGEN in pre v5.15 btusb.c which we = do not support: https://elixir.bootlin.com/linux/v5.14.21/source/drivers/bluetooth/btusb.c#= L371 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 21:11:38 2021 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 13EB918C847E for ; Thu, 2 Dec 2021 21:11:39 +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 4J4pY66W6vz3LRh for ; Thu, 2 Dec 2021 21:11:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C0C3D24374 for ; Thu, 2 Dec 2021 21:11:38 +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 1B2LBc0T056319 for ; Thu, 2 Dec 2021 21:11:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2LBcvK056318 for bugs@FreeBSD.org; Thu, 2 Dec 2021 21:11:38 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 234775] PTHREAD_STACK_MIN is too small on amd64 Date: Thu, 02 Dec 2021 21:11:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pjfloyd@wanadoo.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638479498; 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=wicHzZJ34srIlblINEXe1VfiVE3wmqyGO0ajRmtxevU=; b=GXkVBIrJx8VwY/em28hXKIBdOV/8pCHFPbl5OqSjEd6KyuM7wLtXoKUzFc4yBP+1IIZ3Pj zdIM8rV2HVqydo5YLDAXQMvY7zyPGR7dFXSN58kgbCQ91rWDY8r49w5zO4FyXRI/c1UCjs r6JAR4EnjdadhU4/ko9o7sKZLtaK2GItcz5mjijKzWhNFUp//TWm4/01acB1OItNa3PYoh eEeNnjfFjQWXD8LNilrVha5k8wlVZBgcDKszpzMKLH+zTgN9DCTFJ+8s5Xgsor/Q82zu/J VQcILRklHmk/jZUmvqNy3wbVNl59SAyjPoCHLrykK2RZ35LiobG7nSmoEFUdzg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638479498; a=rsa-sha256; cv=none; b=R6IE1NeZBpn/6Kv4ACo88XjrKLqrfp7pGMul9DiPN/z7xPQFv58Yf/bFFNgguGgEBn6F1t zIrA9p5ReFDNSPYsHsTv06yvXZDnN/RKyM/yfLbnNita1phzF89ThAjex1dvfJOShg7qta /jZBrQBtfkkxfwJN6iFSp0sRsTZnuX3NWNJeMzbxNgcirYTMtZsX3WEOSgID955DKKCSct CLnPbFafP4Q1MEf2QnT0oB0GS4ravcvL79AjLcVhkBT/aU00HtoDdiM6H3+yWOetqfM7aa BvMxqbDUm7wUtBGPKmVO2cyIdYNOXUPZj++Whv62bE8/JN1SZL2CkJ3zEVWCIQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234775 --- Comment #6 from Paul Floyd --- I modified the testcase to take the stack size as an argument and print "success" if the thread gets created and joins. #include #include #include #include static void * fn(void *arg __unused) { return (NULL); } int main(int argc, char** argv) { pthread_t t; pthread_attr_t attr; size_t size =3D (size_t)atoi(argv[1]); (void)pthread_attr_init(&attr); /*(void)pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN);*/ (void)pthread_attr_setstacksize(&attr, size); (void)pthread_create(&t, &attr, fn, NULL); (void)pthread_join(t, NULL); printf("success\n"); return (0); } then I wrote a little python script to do a binary search to find the minim= um #!/usr/local/bin/python3.8 import subprocess def binary_search(start, end): while (start <=3D end): mid =3D (start + end ) // 2 status =3D subprocess.run(['./pthread_stack', str(mid)], capture_output=3DTrue) if (status.stdout.decode().strip("\n") =3D=3D "success"): end =3D mid - 1 else: start =3D mid + 1 return mid res =3D binary_search(1, 10000) print("res " + str(res)) For an i386 binary compiled with clang -g -o pthread_stack pthread_stack.c -pthread -m32 I get res 2788 and for an amd64 binary (as before but without -m32) I get res 3024 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 21:12:53 2021 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 9242518C88D1 for ; Thu, 2 Dec 2021 21:12:53 +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 4J4pZY2hSdz3M0y for ; Thu, 2 Dec 2021 21:12:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3B166247B6 for ; Thu, 2 Dec 2021 21:12:53 +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 1B2LCrXT057351 for ; Thu, 2 Dec 2021 21:12:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2LCr1D057350 for bugs@FreeBSD.org; Thu, 2 Dec 2021 21:12:53 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 234775] PTHREAD_STACK_MIN is too small on amd64 Date: Thu, 02 Dec 2021 21:12:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pjfloyd@wanadoo.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638479573; 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=9FHpPkIP8804L42J1wPMhdpL7FmSdbd2rP9AeuZv3tM=; b=Nrkrg90RRG/Tl6dRsv7cPUYtJddFpUUlP1imNJ51lfcqQtCt7cpwl3GRav2fJxc+2b0PIT 1b+cregMYFF9vD/GIFo9dK6NY4T/2ZjricWv/6BdZQb3dqwycOjMWCfsH+CL1x7rvLRW9N U/zMVvhIxcYBjzFV/FH1Oi9tZzxBGESYdv/AaIpI+zIUs5rjnkG2RvCLkd7j4axufuBunR b6HTlwb+Ewf/s6hnjVJV77kN81XBJ+5CgPLifdaFYBk7uY08ASRZbCd3uksROVl25PDKgC xIInvdS5rxXRxsLI0fkMvwVr1TJHVD/mNyHWlO78VioeJtbw5Y8Bb0O1eYonWg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638479573; a=rsa-sha256; cv=none; b=PiFeRgLEtSX/qwetGf2x+639M1h8lNH6sRdf52KJwOTh4YCe4Y9P/KLJ3CuZppbimQ4YsC G9+T5MMCeL2M/5U9bNnI2F4W6uO5JkDmFpmqe7ThwiRZpeGWKDfiNb2iaPQVhY/NEWU+nU I3920/yLgHdoZoR/jY5ZebQb/IeR0cZOamsI+4ZxWEMcd9RHTLzaXMedSBZuBKQmEr9/x+ aH3nVM/YVQ5sRzx6A0ovO6WGTzyf63j1eLKj5oFBjq6OPoheMlpfeutE9pv0m4MG4rn4X9 8vzlpHb7Ys8iatXfn2entJnzHBXY4SZ6G4h4/B4/7t+cmQblVZuOlkQ+kDj+aA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234775 --- Comment #7 from Paul Floyd --- Created attachment 229849 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229849&action= =3Dedit patch for min stack size Not sure if this is strictly necessary --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 2 22:53:10 2021 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 8DE6218C76F9 for ; Thu, 2 Dec 2021 22:53:11 +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 4J4rpH0XDMz4Xr8 for ; Thu, 2 Dec 2021 22:53:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B215B25DCA for ; Thu, 2 Dec 2021 22:53:10 +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 1B2MrAnT012574 for ; Thu, 2 Dec 2021 22:53:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B2MrArO012573 for bugs@FreeBSD.org; Thu, 2 Dec 2021 22:53:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 260174] libprocstat's i386 procstat_getfiles() fails on amd64 Date: Thu, 02 Dec 2021 22:53:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638485591; 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=m7VdnaUm9NHFSNYYSWZVnWQdkY388Fbx0mosr67ED90=; b=kq45lDmd121psUOomygJQWO4qnktgjHbwTMoK51Vxz99ByFV8tmHyBy+LXdpa19VjYX279 61ITVZwWUmZB8Yiv9d8fUZy+FKhisHveK+YZ00l5FRCMpIbRABaSfYToRe7UUZpFH5mvAX XWJZSzsJRuuHEWSc4spc4sy743Wr7G+xQQs3zyLPL0TIAPXq0fs+jHPR8r+T66IEbKfKBC mJuuVuLJoK1DFxEFU51wG3DjWzOCQ2apLiDC8/IWPpF7Cuq4hZ8pk+MZRHIQggueQDobJ+ 92JR0+gcmnOM0vm3NKoOG4C1D1+yXabcQn3oNcoE5uuObCeZV+SUxk4y+fxiLA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638485591; a=rsa-sha256; cv=none; b=pAEBh7dUBLZebAXxigqnSLOewbqeI/TgD5mwycnr8VWOWDuQhfto+WvqfsHS5a1x4LROVs rcgg9oHMI8WzpEDSFI4PqRPc/4bZtb1MYxVqmad+Fk94t9NfyYXc9yNQc1BRgvc9vgdnhc 1ekmzJcRW4SzKu/5+Px1JqjD7srcOOpgMFYY57DHJGoXzh3VVo42z7YIXqhHv7Dh7JDOKY DOa5HSPeFwZAtZixeib7+2DOKYy5aakRi+gESXwZ67scRLRBHbVCDutrJ9vwpIuBuCGuE1 JFctFoI4ixSfRzdlABGHKZQW80E8zdFdLlvCXjjQaKzWB109mFvy27ZDqfmMwQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260174 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7a9423d6f360e3758ca67fbb25d309140= ea93670 commit 7a9423d6f360e3758ca67fbb25d309140ea93670 Author: Konstantin Belousov AuthorDate: 2021-12-02 18:03:01 +0000 Commit: Konstantin Belousov CommitDate: 2021-12-02 22:52:49 +0000 procstat_getfiles_sysctl: do not require non-null ki_fd ki_fd is legitimately NULL when 32bit process requests process data from 64bit host kernel. The field is not used by the code for sysctl case; procstat_getfiles_kvm() checks ki_fd. PR: 260174 Reported by: Damjan Jovanovic Sponsored by: The FreeBSD Foundation MFC after: 1 week lib/libprocstat/libprocstat.c | 2 -- 1 file changed, 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Dec 3 02:58:03 2021 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 A9DC318CDE63 for ; Fri, 3 Dec 2021 02:58:03 +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 4J4yDq4J4jz4f4W for ; Fri, 3 Dec 2021 02:58:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 709721019 for ; Fri, 3 Dec 2021 02:58:03 +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 1B32w3u7047033 for ; Fri, 3 Dec 2021 02:58:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1B32w3io047032 for bugs@FreeBSD.org; Fri, 3 Dec 2021 02:58:03 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 260174] libprocstat's i386 procstat_getfiles() fails on amd64 Date: Fri, 03 Dec 2021 02:58:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: damjan.jov@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638500283; 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=Tg/vgQo8F+no7PAEmiEQCiTmjF3eFYovqdV4DesqdKc=; b=NHTbFmt90Y5sBvwU2zwlsgZMaCZ3wpdj6gCtWqv+r5+AYbFEBlQe4EdQKFQJ2reF3xJD1g dVAr8YZ1sG2dALt0DV31wJkPH5kQF0vj2nH9TukXuOzmvWyQunlFCLj3WOgQsds3e2vqfd wYN+CMFOIwxsKR5U2lX7MvG8kMh8gvHHbPcuE0vm7jZuqOYa05e8IrAW9hsIABDI1vAB2A h9wjZKEosYdwWPLaNrrJHA3eCRGCba5DD0cgQeJy2vsrt6OnBZg1E5VjeuJNTIhr1rv7j4 Q//6AdVKYsh/U8ml2m27BEsKCTm3osMweeTEEvjgWR3L2C57x+HTb6sb+ihV2w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638500283; a=rsa-sha256; cv=none; b=yxdc+mTK1oGqzMnz1i+JqrAF5ZFszaecqzH/0wbwrWhMZoLcGlY6fwP1uxLHLhrRIJxY5Q tFOBDpMY39coEHIVV4Aq1xXpodjM6vrepV5EbTzvmIJmsL5QwrbWtIXvx6uElYD/M6Y9Bc jZ6wiuCz2XJ9tdyCkhUOfARvM2INRn7nn01Bkep+bfcr3UsZCa127M+oPDe2XZtLpXYt/g KNUnBS26RU0gLyTh0ldy6OPkyqKQ9fDh2fukSu4Tn7aVEI6yHhUtQcW1eQA5oT7yigM7NX I1YpyG6QpDElQ/Wyz2ius4EGjTJyFk6LcZWy5FtkNZSiEyKpBcjwXoVmXmw12w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260174 --- Comment #3 from Damjan Jovanovic --- Thank you. That was quick. --=20 You are receiving this mail because: You are the assignee for the bug.=