Hi Greg, The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.7 for you to fetch changes up to 3010518964dc96c41848a05a5b0ec11ccf8d5ebe: thunderbolt: Use scnprintf() for avoiding potential buffer overflow (2020-03-12 11:27:41 +0300) ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Gustavo A. R. Silva (2): thunderbolt: eeprom: Replace zero-length array with flexible-array member thunderbolt: icm: Replace zero-length array with flexible-array member Takashi Iwai (1): thunderbolt: Use scnprintf() for avoiding potential buffer overflow drivers/thunderbolt/domain.c | 4 ++-- drivers/thunderbolt/eeprom.c | 2 +- drivers/thunderbolt/icm.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)