From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9B5BB4508F2 for ; Thu, 7 May 2026 15:51:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778169071; cv=none; b=oW2GrZiQJFqHREvuoJhsbK6ONbAxWgwLxhzYEo32/RdKxdZBv7IuvFqNzVJM40CXhXDrjSB6YyLIppCqSbUrNnCqnfw0YpoY366n0kcPdHiSz35zo4S3JYRPne5I6BfSn1XVrMF/GVuKUwJwHu5UZC97eVqGpg7TAinvUgvYDE4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778169071; c=relaxed/simple; bh=IMFgus74OpnbQ6x5X1sh7hJ8iEcoMxKidPYzqPPnJyc=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=uhkJeS8OYBzPXvAgtesXF1Ae5xV8euAP3gjMj4Qkv9WZFOTe56vlpTWW+biiD4O2Ie42LredNzs5kXO8cWKyTMmVDw8Ii48ziEOhqNP5jRbu8KbVloA51RqYwX4eNt0B7dR9eKP0gNLnZmBnsdwHYv8vSysNaG+CVR86vKpDm7s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LWchBoNF; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LWchBoNF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49729C2BCC9; Thu, 7 May 2026 15:51:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778169071; bh=IMFgus74OpnbQ6x5X1sh7hJ8iEcoMxKidPYzqPPnJyc=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LWchBoNFdXjkZA70Qdwrc+wMzAZ0bgujHD8WPWK2/mlvrhnBp8CwiwJVyF9kNLOec MgcfsZwWasdPWlCgCNoRmkQRVYNfcTwu1JJFjKTtsSdT5OTOpEMClZnyJRfyemGTVD Yanl23KG/oNxd7hA1dD7qnpB+kZgj3cyd65NbQxVyuTYn2Yq3JqKgSrqXnPIaMeSnK d1cqKdU4DTtgwkP/jbcLKv4ys8+xwhXGoUt5cvz409HX/blth33yT3cDZOezJ1XU7+ YeMfDit78ZbzN2r1Vw0CEVCHpRKresYGB5Kbq5PirCHVj3Bwyrz4SHh1ZsUlRsbbhT t1T1UGsJDrV8A== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id B9F563930909; Thu, 7 May 2026 15:50:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v3] af_unix: Reject SIOCATMARK on non-stream sockets From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177816902034.4048611.2784760047754282020.git-patchwork-notify@kernel.org> Date: Thu, 07 May 2026 15:50:20 +0000 References: <20260506140825.2987635-1-n05ec@lzu.edu.cn> In-Reply-To: <20260506140825.2987635-1-n05ec@lzu.edu.cn> To: Ren Wei Cc: netdev@vger.kernel.org, kuniyu@google.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, rao.shoaib@oracle.com, yuantan098@gmail.com, yifanwucs@gmail.com, tomapufckgml@gmail.com, bird@lzu.edu.cn, wangjiexun2025@gmail.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Wed, 6 May 2026 22:08:23 +0800 you wrote: > From: Jiexun Wang > > SIOCATMARK reports whether the receive queue is at the urgent mark for > MSG_OOB. > > In AF_UNIX, MSG_OOB is supported only for SOCK_STREAM sockets. > SOCK_DGRAM and SOCK_SEQPACKET reject MSG_OOB in sendmsg() and recvmsg(), > so they should not support SIOCATMARK either. > > [...] Here is the summary with links: - [net,v3] af_unix: Reject SIOCATMARK on non-stream sockets https://git.kernel.org/netdev/net/c/d119775f2bad You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html