mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 02:05:33 +00:00
Merge branch 'for-6.13-fixes' into for-next
This commit is contained in:
commit
e2686ccf48
@ -7071,7 +7071,7 @@ __bpf_kfunc int bpf_iter_scx_dsq_new(struct bpf_iter_scx_dsq *it, u64 dsq_id,
|
||||
return -ENOENT;
|
||||
|
||||
INIT_LIST_HEAD(&kit->cursor.node);
|
||||
kit->cursor.flags |= SCX_DSQ_LNODE_ITER_CURSOR | flags;
|
||||
kit->cursor.flags = SCX_DSQ_LNODE_ITER_CURSOR | flags;
|
||||
kit->cursor.priv = READ_ONCE(kit->dsq->seq);
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user