From: Takashi Iwai <tiwai@suse.de>
To: phucduc.bui@gmail.com
Cc: Cezary Rojewski <cezary.rojewski@intel.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
cassiogabrielcontato@gmail.com, Kees Cook <kees@kernel.org>,
Dan Carpenter <error27@gmail.com>,
Cen Zhang <zzzccc427@gmail.com>, Len Bao <len.bao@gmx.us>,
Mehul Rao <mehulrao@gmail.com>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/6] ALSA: Return -ENODEV instead of -EFAULT on module-get failure
Date: Wed, 08 Jul 2026 12:45:19 +0200 [thread overview]
Message-ID: <871pdd69q8.wl-tiwai@suse.de> (raw)
In-Reply-To: <20260707084506.718583-1-phucduc.bui@gmail.com>
On Tue, 07 Jul 2026 10:45:00 +0200,
phucduc.bui@gmail.com wrote:
>
> From: bui duc phuc <phucduc.bui@gmail.com>
>
> Hi all,
>
> Several ALSA open/allocate paths call try_module_get() on the owning card
> module and return -EFAULT when it fails. However, try_module_get() fails
> when the module is no longer live (i.e. it is going away), meaning the
> device is no longer usable.
> This series updates only those paths, making the error code consistent
> with the existing "device unavailable" checks in the same functions.
> Other -EFAULT returns are left unchanged.
>
> Link v1:
> https://lore.kernel.org/all/20260706084950.49331-1-phucduc.bui@gmail.com/
>
> Changes in v2:
> - Update the commit message.
> - Remove unrelated changes from the "ALSA: control: Return -ENODEV
> instead of -EFAULT in snd_ctl_open()" patch.
>
> Best regards,
> Phuc
>
> bui duc phuc (6):
> ALSA: control: Return -ENODEV instead of -EFAULT in snd_ctl_open()
> ALSA: hwdep: Return -ENODEV instead of -EFAULT in snd_hwdep_open()
> ALSA: info: Return -ENODEV instead of -EFAULT in alloc_info_private()
> ALSA: mixer: oss: Return -ENODEV instead of -EFAULT in
> snd_mixer_oss_open()
> ALSA: pcm: oss: Return -ENODEV instead of -EFAULT in
> snd_pcm_oss_open()
> ALSA: pcm: Return -ENODEV instead of -EFAULT in snd_pcm_open()
Applied to for-next branch now. Thanks.
Takashi
prev parent reply other threads:[~2026-07-08 10:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 8:45 [PATCH v2 0/6] ALSA: Return -ENODEV instead of -EFAULT on module-get failure phucduc.bui
2026-07-07 8:45 ` [PATCH v2 1/6] ALSA: control: Return -ENODEV instead of -EFAULT in snd_ctl_open() phucduc.bui
2026-07-07 8:45 ` [PATCH v2 2/6] ALSA: hwdep: Return -ENODEV instead of -EFAULT in snd_hwdep_open() phucduc.bui
2026-07-07 8:45 ` [PATCH v2 3/6] ALSA: info: Return -ENODEV instead of -EFAULT in alloc_info_private() phucduc.bui
2026-07-07 8:45 ` [PATCH v2 4/6] ALSA: mixer: oss: Return -ENODEV instead of -EFAULT in snd_mixer_oss_open() phucduc.bui
2026-07-07 8:45 ` [PATCH v2 5/6] ALSA: pcm: oss: Return -ENODEV instead of -EFAULT in snd_pcm_oss_open() phucduc.bui
2026-07-07 8:45 ` [PATCH v2 6/6] ALSA: pcm: Return -ENODEV instead of -EFAULT in snd_pcm_open() phucduc.bui
2026-07-07 9:30 ` [PATCH v2 0/6] ALSA: Return -ENODEV instead of -EFAULT on module-get failure Cezary Rojewski
2026-07-08 10:45 ` Takashi Iwai [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=871pdd69q8.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=bigeasy@linutronix.de \
--cc=cassiogabrielcontato@gmail.com \
--cc=cezary.rojewski@intel.com \
--cc=error27@gmail.com \
--cc=kees@kernel.org \
--cc=len.bao@gmx.us \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=mehulrao@gmail.com \
--cc=perex@perex.cz \
--cc=phucduc.bui@gmail.com \
--cc=tiwai@suse.com \
--cc=zzzccc427@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox