From nobody Tue Mar 14 02:53:19 2023 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PbJ4H67sWz3xYPq for ; Tue, 14 Mar 2023 02:53: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 4PbJ4H4GN1z40Q3 for ; Tue, 14 Mar 2023 02:53:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1678762399; 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=QIL0Qo+are6kUdQYSkwpB/t1NmQARt1sq5uzx4qZCsk=; b=kEspFCCX0AtEWb3klsE2FkYj/TGrsdgNyUivPIO1WZW7O/6kUitoG4vkIZfjJvYT/QOfzh 11LTRDbTi5i8XqnHh4lih23yIurciGdhpIMugTr+4XYN2+bHfK5FMfBsdMdPNMZ6fz87pL YEFfaBPz1B3UmoVwsejuorYtavpA1ndv2HKvjSzVQvK4lxqnrsU2mFJTkEKMc17y9Ibywn 7c3e5AkGXjguPv0q20lbEDM2H++urUqhTJLbvPGgNC857fdkZMOB388xz0f8A5+0LO0JDz TCkHEO8cUpIBNERDzmmuog0ACwZliUvs98AsJYWd7AH0m7v3EIaymzVUt96V+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1678762399; a=rsa-sha256; cv=none; b=f3J7uZW+6P42Sc4I2hHPeIOKJB0/c9L8cOqnUfFIs7aTsnyKcXvske953jAQGSpvEq5+uJ 1xoPiMaHpD3tnhzFGiQBnmMvPCmrrP035OeqPhkGIy4mUufUVdh712VPaIz4/bhpVXF4EX JGIKbaYXi0onteZtV0LJW5eKVBk1dgniwW6oPlU+zwsfJNBgp3YaPIrbOVFrnt9sP+P3KE ZPm3YbQX8scwfgM1CKDHqXfPJToAVW9lS2yxCNvmKtTLIGTTAR7VHi1+W4oe2QvPV4BzNN /RowEHLLftV22ZtXOUO3TMrdZCK1Uy9r0qd9gt47myCRD8AlyBtCG62aaz1hvw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4PbJ4H3KDszJbH for ; Tue, 14 Mar 2023 02:53: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 32E2rJ7P081903 for ; Tue, 14 Mar 2023 02:53:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 32E2rJgx081902 for bugs@FreeBSD.org; Tue, 14 Mar 2023 02:53: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 270190] Sendfile appears to be broken in 13.2-RC2 Date: Tue, 14 Mar 2023 02:53:19 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: victoriggy@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=3D270190 Bug ID: 270190 Summary: Sendfile appears to be broken in 13.2-RC2 Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: victoriggy@gmail.com Userland applications that use sendfile seem to hang on the network socket.= =20 Steps to reproduce: Enable sendfile in nginx: http { sendfile on; } curl -X GET http://localhost/ The HTML file will partially download and then stall indefinitely.=20=20 I have also observed issues with samba that happen to use sendfile as well. It might be related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D= 264943 - on an intel nic using the em driver. --=20 You are receiving this mail because: You are the assignee for the bug.=