Message ID | 20250320180926.4002817-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | vsprintf: Add __printf attribute to where it's required | expand |
On Thu, Mar 20, 2025 at 08:04:21PM +0200, Andy Shevchenko wrote: > This whole series started from a simple fix (see the last patch) > to make GCC (Debian 14.2.0-17) happy when compiling with `make W=1` > (note, that CONFIG_WERROR=y and all warnings break the build!) > down to a rabbit hole. > > The series is organised in a strict order and can't be split or > reshuffled, otherwise see above. > > Also note the last patch has a bit of a hackish approach and > I have no idea how to fix it differently, I tried a few different, > all failed. So, if you think there is a better one, please advise! > > I believe the best route for the series is printk tree with immutable > tag or branch for the others. Alternatively first 4 can be done first as they are pretty much straightforward. They also can be squashed to one (as the same topic behind), but it all is up to the respective maintainers.