[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230627174314.67688-1-kuniyu@amazon.com>
Date: Tue, 27 Jun 2023 10:43:12 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>
CC: Alexander Mikhalitsyn <alexander@...alicyn.com>, Christian Brauner
<brauner@...nel.org>, Luiz Augusto von Dentz <luiz.von.dentz@...el.com>,
Kuniyuki Iwashima <kuniyu@...zon.com>, Kuniyuki Iwashima
<kuni1840@...il.com>, <netdev@...r.kernel.org>,
<linux-bluetooth@...r.kernel.org>
Subject: [PATCH v1 net-next 0/2] af_unix: Followup fixes for SO_PASSPIDFD.
This series fixes 2 issues introduced by commit 5e2ff6704a27 ("scm: add
SO_PASSPIDFD and SCM_PIDFD").
The 1st patch fixes a warning in scm_pidfd_recv() reported by syzkaller.
The 2nd patch fixes a regression that bluetooth can't be built as module.
Alexander Mikhalitsyn (1):
net: scm: introduce and use scm_recv_unix helper
Kuniyuki Iwashima (1):
af_unix: Skip SCM_PIDFD if scm->pid is NULL.
include/net/scm.h | 39 ++++++++++++++++++++++++++++-----------
net/unix/af_unix.c | 4 ++--
2 files changed, 30 insertions(+), 13 deletions(-)
--
2.30.2
Powered by blists - more mailing lists