Re: [PATCH] thread_info: suppress sparse warning in check_copy_size()

From: Linus Torvalds
Date: Wed Jul 26 2017 - 18:42:05 EST


This is wrong. The sparse version of __compiletime_object_size()
should just be fixed to take a 'const' pointer without complaints.

Linus