mbox series

[GIT,PULL] Thunderbolt/USB4 changes for v5.7 merge window

Message ID 20200317083930.GB2601@lahna.fi.intel.com (mailing list archive)
State Mainlined
Commit cfe20827fb78fe810e089e703dc96d70010ba798
Headers show
Series [GIT,PULL] Thunderbolt/USB4 changes for v5.7 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v5.7

Message

Mika Westerberg March 17, 2020, 8:39 a.m. UTC
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(-)

Comments

Greg KH March 17, 2020, 6:52 p.m. UTC | #1
On Tue, Mar 17, 2020 at 10:39:30AM +0200, Mika Westerberg wrote:
> 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

Pulled and pushed out, thanks.

greg k-h