summaryrefslogtreecommitdiff
path: root/patches/0018-pv-trace-fixes/INFO
blob: a2c89e92897a37b31790b0bc09155bf4bc5b9683 (plain)
1
2
3
4
5
6
7
In recent kernels, %pV will copy the va_list before using it.
This isn't true for all kernels, so copy the va_list for use
by the dev_*() functions, otherwise the kernel will crash if
the message is printed and traced.

This is required for kernels <= 3.1, as otherwise it would
those kernels would crash.