Merge branch 'core/urgent' into core/entry

Pick up the entry fix before further modifications.
This commit is contained in:
Thomas Gleixner 2020-11-04 18:14:52 +01:00
commit 01be83eea0
15211 changed files with 584875 additions and 313540 deletions

View file

@ -178,9 +178,9 @@ static inline void set_notify_resume(struct task_struct *task)
*/
static inline void tracehook_notify_resume(struct pt_regs *regs)
{
clear_thread_flag(TIF_NOTIFY_RESUME);
/*
* The caller just cleared TIF_NOTIFY_RESUME. This barrier
* pairs with task_work_add()->set_notify_resume() after
* This barrier pairs with task_work_add()->set_notify_resume() after
* hlist_add_head(task->task_works);
*/
smp_mb__after_atomic();