You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge: Fixes for: NFS - the task is blocked at __nfs_lookup_revalidate
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7426
JIRA: https://issues.redhat.com/browse/RHEL-117497
We're missing an smp_mb() before waking the waiters - to fix as upstream, we should take most of the series here:
https://lore.kernel.org/all/20240826063659.15327-1-neilb@suse.de/
and then the NFS fix from Trond:
1db3a48 NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()
And just to make the bots happy:
Omitted-fix: 7266f0a
... because its not a fix for work here, and we don't maintain bcachefs in RHEL.
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Approved-by: Jay Shin <jaeshin@redhat.com>
Approved-by: Scott Mayhew <smayhew@redhat.com>
Approved-by: Olga Kornievskaia <okorniev@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Patrick Talbert <ptalbert@redhat.com>
0 commit comments