All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Thunderbolt/USB4 changes for v5.7 merge window
@ 2020-03-17  8:39 Mika Westerberg
  2020-03-17 18:52 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2020-03-17  8:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Andreas Noever, Michael Jamet, Mika Westerberg, Yehezkel Bernat,
	Lukas Wunner, linux-usb

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Thunderbolt/USB4 changes for v5.7 merge window
  2020-03-17  8:39 [GIT PULL] Thunderbolt/USB4 changes for v5.7 merge window Mika Westerberg
@ 2020-03-17 18:52 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-17 18:52 UTC (permalink / raw)
  To: Mika Westerberg
  Cc: Andreas Noever, Michael Jamet, Yehezkel Bernat, Lukas Wunner,
	linux-usb

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-17 18:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17  8:39 [GIT PULL] Thunderbolt/USB4 changes for v5.7 merge window Mika Westerberg
2020-03-17 18:52 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.