From nobody Thu Jun 25 00:50:56 2026 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gm0bj2d4nz6k5H9 for ; Thu, 25 Jun 2026 00:50:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gm0bj1Ry8z3Zjf for ; Thu, 25 Jun 2026 00:50:57 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782348657; 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=eGm6FXIouv6ORIK3hLYbPY4bfeL0JuCYw9faZqylylc=; b=wsFxHw+pPLiGHvwiQLHU9DYPAX1PQ9Wc+dcMU+lG2a+d7KUEFseGloBtvR8Fix4Xi8O7VC VB5h+ca0Y/tGSpCdKAHIfp+AS5UxwFk+wcls+0oBk/SBci8ZG3q/lxtgipwKq7rPVHMJI6 VGkSAmZvMnFf6W/wuaryluZZdqltP47oRhji7siJ8PaJPIe7OFkAcCrD8dt1CyoTwzCpaM 0zk/w/E3RZmFItUMGGrjmeJQnQx6/ogKJI6/Au0A3coQpN1puo5CjB9t13VZBXok+LO8Wl 1RPb/DrxYaTab5DTCeW36Uz3XQBylXzVpvPytCd4NI+qKVhm0zsgkFIMW2UTEw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1782348657; a=rsa-sha256; cv=none; b=MSQmLPZJ7Vhx77v7PP5je77B4A5RvtXix0TgeFNL1bLUcjrBeH3sh33Ok985TdEoV6CpJI Q4/6WkpoLudFu9QJoJrJevn+BVTlJ+xmDPnCQ9mrLGKfV8H/s0Ik0bLxR8dns4D6bznYDk M2PARp4qYptKBCDLicJEkvat2RJOThvEhPrp3QmZnYfP+5cbK303YRIIJTCnwFNXORaaEf 6L9iRO9WDdMInO40zqufFMBkEUEqqyL309y6FO3hL5FkGxujBHQq8RSUGsXmnxmBXJShbi /GRmIBLqhHWvH1Btp+ycWP2rY04fAkfIEd5bQKULFth5N65y3NWwHsU5PYUnMg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1782348657; 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=eGm6FXIouv6ORIK3hLYbPY4bfeL0JuCYw9faZqylylc=; b=UxYb7jjd1Ute/ZWLuo8aTR3uB8/QEAMdzerqGpLFxoYE2BUsf51P5c5YszoE+G+M6EGwNE 3yWjKpUl2AkFinQ2J9W/fYlzgicJ4LsCJclBP0bb8oTRmiR+batmZKJv+NpUsqJa3RmADU I5KDRWr4BhGKkxRkRtOLNwRD9rKlaMXzzNLXvRmBO1NT4NZIucNf/8w+f4ZUJkKt67U5Tt btE/o7wxJhe80/xp8v3yt4xUii4g1HvhuhSFt6QTfYIFha3FnsV0CQ3LmP04Vv86dt7IEr pNM7O9W2Grc/VwN5J4pPdE3OU+3vHnNOAdwvYE7VUM+nQob053kg/lGaAorSyw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gm0bh6ZTszkRh for ; Thu, 25 Jun 2026 00:50:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3cfd8 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 25 Jun 2026 00:50:56 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: d082115bd719 - stable/15 - kqueue.2: knote is activated as the first action of tdsendsignal() List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: d082115bd7198abdbea1017d4556b4771262d30d Auto-Submitted: auto-generated Date: Thu, 25 Jun 2026 00:50:56 +0000 Message-Id: <6a3c7b70.3cfd8.6890dcb8@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=d082115bd7198abdbea1017d4556b4771262d30d commit d082115bd7198abdbea1017d4556b4771262d30d Author: Konstantin Belousov AuthorDate: 2026-06-22 19:07:19 +0000 Commit: Konstantin Belousov CommitDate: 2026-06-25 00:50:24 +0000 kqueue.2: knote is activated as the first action of tdsendsignal() (cherry picked from commit df8ca3f89aa2b2c374886cc39b24c76796d7db9a) --- lib/libsys/kqueue.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsys/kqueue.2 b/lib/libsys/kqueue.2 index 97532c530b20..6e2d2df40ead 100644 --- a/lib/libsys/kqueue.2 +++ b/lib/libsys/kqueue.2 @@ -612,7 +612,7 @@ been marked as except for the .Dv SIGCHLD signal, which, if ignored, will not be recorded by the filter. -Event notification happens after normal +Event notification happens before normal signal delivery processing. .Va data returns the number of times the signal has occurred since the last call to