From: Takashi Iwai <tiwai@suse.de>
To: Curtis Malainey <cujomalainey@google.com>
Cc: alsa-devel@alsa-project.org,
Curtis Malainey <cujomalainey@chromium.org>,
Stephen Boyd <swboyd@google.com>
Subject: Re: [PATCH RFC 0/6] ALSA: Fix UAF with delayed kobj release
Date: Wed, 16 Aug 2023 07:47:38 +0200 [thread overview]
Message-ID: <877cpvy1vp.wl-tiwai@suse.de> (raw)
In-Reply-To: <878raby2fb.wl-tiwai@suse.de>
On Wed, 16 Aug 2023 07:35:52 +0200,
Takashi Iwai wrote:
>
> On Tue, 15 Aug 2023 23:32:31 +0200,
> Curtis Malainey wrote:
> >
> > I still don't understand why you need the kref. The devices are
> > already reference counting, why not use them? If we split them up into
> > their own structs we could then just device_put everything on removal
> > and let it roll up the tree with releases automatically, blocking
> > where userspace is still holding references. I will share a patches
> > sometime this week of what I mean. They will probably be a bit bigger
> > blast radius but I think its what is needed here.
>
> We want to trigger the top-level release free procedure once when all
> files are closed. This top-level release does put_device() of all
> belonging devices.
>
> The card_dev device refcount was used for this purpose. OTOH, if we
> want to construct the topology of the devices until the actual
> deletion (i.e. keep card_dev until pcm and others are really
> released/deleted), the card_dev refcount will be used for managing
> the topology, too. So, it'll get a side-effect side-effect that the
> card_dev refcount won't be zero even after all files are closed (it's
> referred from the children).
>
> So, it's a kind of preparation for the future.
That said, the first two patches are basically independent from the
rest. We can apply the rest changes at first for addressing the
existing UAF issues, then think of the further restructuring, too.
Takashi
next prev parent reply other threads:[~2023-08-16 5:50 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 13:52 [PATCH RFC 0/6] ALSA: Fix UAF with delayed kobj release Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 1/6] ALSA: core: Introduced referenced memory allocator Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 2/6] ALSA: core: Fix potential UAF by delayed kobject release of card_dev Takashi Iwai
2023-08-07 13:52 ` [PATCH 2/6] ALSA: core: Fix race between devres and delayed kobject release for card_dev Takashi Iwai
2023-08-07 13:56 ` Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 3/6] ALSA: core: Associate memory reference with device initialization Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 4/6] ALSA: pcm: Release memory with reference Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 5/6] ALSA: control: Reference card by ctl_dev Takashi Iwai
2023-08-07 13:52 ` [PATCH RFC 6/6] ALSA: compress: Reference card by the device Takashi Iwai
2023-08-07 22:34 ` [PATCH RFC 0/6] ALSA: Fix UAF with delayed kobj release Curtis Malainey
2023-08-08 19:26 ` Curtis Malainey
2023-08-09 8:10 ` Takashi Iwai
2023-08-09 13:27 ` Takashi Iwai
2023-08-09 21:11 ` Curtis Malainey
2023-08-13 8:08 ` Takashi Iwai
2023-08-14 20:20 ` Curtis Malainey
2023-08-15 16:07 ` Takashi Iwai
2023-08-15 21:32 ` Curtis Malainey
2023-08-16 5:35 ` Takashi Iwai
2023-08-16 5:47 ` Takashi Iwai [this message]
2023-08-16 21:46 ` Curtis Malainey
2023-08-17 6:21 ` Takashi Iwai
2023-08-17 17:25 ` Curtis Malainey
2023-08-18 0:41 ` Curtis Malainey
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=877cpvy1vp.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=cujomalainey@chromium.org \
--cc=cujomalainey@google.com \
--cc=swboyd@google.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.