> - if (big_oops_buf) { > + if (big_oops_buf && is_locked) { > dst = big_oops_buf; > hsize = sprintf(dst, "%s#%d Part%u\n", why,
> Bump Thanks for the reminder. Applied. Should show up in linux-next soon, and then go to Linus in next merge window -Tony