From nobody Wed Jan 24 09:50:48 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TKfN915HNz57vnw for ; Wed, 24 Jan 2024 09:50: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 4TKfN904kcz44qB for ; Wed, 24 Jan 2024 09:50:49 +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=1706089849; 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=DAePucN9eb72hcdKBO0Taz7TxrDsb1Xw0mTfdOoWFE0=; b=pdP/ZxH1RVMzVlRcwaFdEECmPDoI0NQ1iMB4ZSFSagoWKFYd0W6oZZIMJF+9iSHCBbBuMH wd0bGznyShowET13dZWikZNo4bUDN8iMB0RMM/V90+LPxfOnAVgy7uYn651InTw/QQhErn s05kktyIA5oOMwIrhF8vGtX/OxSRvWDYiiUw42M/VP/bGnLby+38o9SzRxoEVg3N1Bnb7q 765QoZZTEezxvuZMrbIEikS96xYdVYRRthdIYjx9PB13gAmVVqhlrDnDedhx7kQtmdUn6r 2Jl89t4pzxh8TludbYHTiupPDAe5ovHYvBYa1hoT00s8PLfgnrSczMUcLK0nEQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1706089849; a=rsa-sha256; cv=none; b=xYis61EpOmWvPdXA5vvPgBCuOrmCQKGbevvMuCO7F9WGUuJqPpc2SdK7vQVpqsBtBp8OQ5 8aZkRg9Gf+Mt32TNioHXJrZ8xgR1YKFhl1yIb06JhTBkrmmQkqkzJutahYr4/IELtNgM3C zNQK8byFfnSJWUnoSizLRAf2CPpPnAuVSCQqi2M6Br3gu/hK2T1kcBfejo+HY5NvbP5u0C 4PCuZpfL7sPo4vBWo3YsWZyIkION69aYVQLwS05hktU/bHD/j2EJr9h8fEBOjqSfS58jyM hjdhhMssUaNhCRk/r+U1cY1Mwa24pP0QVfUagnjaASW7rz9nuh2LdTGqugN20A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4TKfN868kGz1892 for ; Wed, 24 Jan 2024 09:50: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 40O9omMF090901 for ; Wed, 24 Jan 2024 09:50:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40O9omS7090900 for bugs@FreeBSD.org; Wed, 24 Jan 2024 09:50: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 276583] openvpn DSO: sys/net/if_ovpn.c return ENOSPC, need: ENOBUF Date: Wed, 24 Jan 2024 09:50: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: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many 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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276583 Eugene Grosbein changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eugen@freebsd.org --- Comment #2 from Eugene Grosbein --- (In reply to Kristof Provost from comment #1) Submitter reports about cosmetic problem in the if_ovpn code that returns misleading ENOSPC (probably, due to linux-specific code style) instead of ENOBUFS. Userland daemon openvpn prints this error to its log then. That's because of another bug in the daemon that supplies fixed-size (4096 bytes) to an ioctl= () that needs more space to fit the result. --=20 You are receiving this mail because: You are the assignee for the bug.=