From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pdm-devel@lists.proxmox.com, Shannon Sterz <s.sterz@proxmox.com>
Subject: [pdm-devel] applied: [PATCH datacenter-manager/yew-widget-toolkit 0/7] avoid more race conditions on log in
Date: Thu, 27 Nov 2025 21:54:52 +0100 [thread overview]
Message-ID: <176427687128.2583602.60857218810800203.b4-ty@proxmox.com> (raw)
In-Reply-To: <20251127153609.440415-1-s.sterz@proxmox.com>
On Thu, 27 Nov 2025 16:36:02 +0100, Shannon Sterz wrote:
> previously [1] a commit addressed an issue that could log out users
> right after they logged in again. this series tries to address several
> more races that could have the same effect. to achieve that all requests
> need to be aborted once a log out occurs. this should reduce the
> possibility that one of these requests ends up in a race with a log in
> request. if one of the requests addressed in this series runs with an
> invalid ticket in parallel to a login request and finishes after the
> login, the user will be kicked out again right after logging in.
>
> [...]
Applied, thanks!
[1/6] ui: main: abort running task load on log out
commit: 3455e64361ab3e3f31cd3f687f06cd234d01589d
[2/6] ui: main: move requests into an async pool and drop it on logout
commit: a61143f86a90e532982e3db330a7f282aefce10f
[3/6] ui: main: only render acl context when we are logged in
commit: fb8228027dd934f91db2ce5b9f68e5770a49f6da
[4/6] ui: resource tree: use an async pool for requests
commit: 82940257c4f8eb742a9f1fdbb72c69849dde55fe
[5/6] ui: node status: handle the request via an AsyncAbortGuard
commit: 685b8980ed26f7cdb5038f3ce88135d27de308a5
[6/6] ui: top nav bar: use an abort guard for loading the version
commit: 71c2ea6ae38dbd1abe5f746743ed0b9ddd1419d0
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
prev parent reply other threads:[~2025-11-27 20:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-27 15:36 [pdm-devel] " Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH yew-widget-toolkit 1/1] loader: add helper to allow aborting a load Shannon Sterz
2025-11-27 18:22 ` [pdm-devel] applied: " Thomas Lamprecht
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 1/6] ui: main: abort running task load on log out Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 2/6] ui: main: move requests into an async pool and drop it on logout Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 3/6] ui: main: only render acl context when we are logged in Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 4/6] ui: resource tree: use an async pool for requests Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 5/6] ui: node status: handle the request via an AsyncAbortGuard Shannon Sterz
2025-11-27 15:36 ` [pdm-devel] [PATCH datacenter-manager 6/6] ui: top nav bar: use an abort guard for loading the version Shannon Sterz
2025-11-27 20:54 ` Thomas Lamprecht [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=176427687128.2583602.60857218810800203.b4-ty@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
--cc=s.sterz@proxmox.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.