Merge branch 'af_unix-followup-fixes-for-so_passpidfd'
authorJakub Kicinski <kuba@kernel.org>
Tue, 27 Jun 2023 17:50:24 +0000 (10:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 27 Jun 2023 17:50:25 +0000 (10:50 -0700)
commitae230642190a51b85656d6da2df744d534d59544
tree8c033bdb8f17c3ebf4c5f8ecc95aab953a1fd21c
parent30ac666a2fccaa8c164199ea8844dc28aa714453
parenta9c49cc2f5b578c4ffa0ee135aa552d06dec0e82
Merge branch 'af_unix-followup-fixes-for-so_passpidfd'

Kuniyuki Iwashima says:

====================
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.
====================

Link: https://lore.kernel.org/r/20230627174314.67688-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>