From: Greg Kroah-Hartman Date: Tue, 17 Mar 2020 18:51:07 +0000 (+0100) Subject: Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v5.7-rc1~192^2~27 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cfe20827fb78fe810e089e703dc96d70010ba798;p=users%2Fwilly%2Flinux.git Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-next Mika writes: thunderbolt: Changes for v5.7 merge window - A couple of commits that make the driver to use flexible-array member instead of zero-length array extension. This allows compiler to issue a warning if the flexible array is not the last member of a structure. - Use scnprintf() instead of snprintf() to avoid potential buffer overflow. * tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: thunderbolt: Use scnprintf() for avoiding potential buffer overflow thunderbolt: icm: Replace zero-length array with flexible-array member thunderbolt: eeprom: Replace zero-length array with flexible-array member --- cfe20827fb78fe810e089e703dc96d70010ba798