From: patchwork-bot+bluetooth@kernel.org
To: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Cc: linux-bluetooth@vger.kernel.org, oss@ew.tq-group.com
Subject: Re: [PATCH BlueZ 1/2] tools/rfcomm: reset ignored signals after fork
Date: Tue, 20 Feb 2024 13:50:26 +0000 [thread overview]
Message-ID: <170843702668.2909.16087966923019968932.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240215083954.5233-1-matthias.schiffer@ew.tq-group.com>
Hello:
This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Thu, 15 Feb 2024 09:39:53 +0100 you wrote:
> rfcomm sets SIGCHLD and SIGPIPE to SIG_IGN, which is inherited by child
> processes and preserved across execvp(). Many applications do not expect
> these signals to be ignored, causing all kinds of breakage (including the
> standard C system() function misbehaving on glibc and probably other
> libcs because waitpid() does not work when SIGCHLD is ignored).
> ---
> tools/rfcomm.c | 6 ++++++
> 1 file changed, 6 insertions(+)
Here is the summary with links:
- [BlueZ,1/2] tools/rfcomm: reset ignored signals after fork
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=854dcb7c2bbd
- [BlueZ,2/2] tools/rfcomm: _exit() on execvp() failure
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f79ccf6c429e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-02-20 13:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-15 8:39 [PATCH BlueZ 1/2] tools/rfcomm: reset ignored signals after fork Matthias Schiffer
2024-02-15 8:39 ` [PATCH BlueZ 2/2] tools/rfcomm: _exit() on execvp() failure Matthias Schiffer
2024-02-15 10:22 ` [BlueZ,1/2] tools/rfcomm: reset ignored signals after fork bluez.test.bot
2024-02-20 13:50 ` patchwork-bot+bluetooth [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=170843702668.2909.16087966923019968932.git-patchwork-notify@kernel.org \
--to=patchwork-bot+bluetooth@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=matthias.schiffer@ew.tq-group.com \
--cc=oss@ew.tq-group.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.