Hi Linus, Please pull this overflow update for v5.10-rc1. This tree is pretty quiet this last dev cycle, so it's just a single change to help enforce all callers are actually checking the results of the helpers.
Thanks! -Kees The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/overflow-v5.10-rc1 for you to fetch changes up to 9b80e4c4ddaca3501177ed41e49d0928ba2122a8: overflow: Add __must_check attribute to check_*() helpers (2020-10-12 15:19:07 -0700) ---------------------------------------------------------------- overflow update for v5.10-rc1 - Add __must_check to check_*_overflow() helpers ---------------------------------------------------------------- Kees Cook (1): overflow: Add __must_check attribute to check_*() helpers include/linux/overflow.h | 39 ++++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 15 deletions(-) -- Kees Cook