Skip to content

Commit ef3e4fb

Browse files
committed
Merge branch 'for-6.6-fixes' into for-next
2 parents d363a90 + 5d9c7a1 commit ef3e4fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/workqueue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ static struct worker *create_worker(struct worker_pool *pool)
21662166
{
21672167
struct worker *worker;
21682168
int id;
2169-
char id_buf[16];
2169+
char id_buf[23];
21702170

21712171
/* ID is needed to determine kthread name */
21722172
id = ida_alloc(&pool->worker_ida, GFP_KERNEL);

0 commit comments

Comments
 (0)