lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  1 Oct 2018 12:31:17 +0300
From:   Mika Westerberg <mika.westerberg@...ux.intel.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     Andreas Noever <andreas.noever@...il.com>,
        Michael Jamet <michael.jamet@...el.com>,
        Yehezkel Bernat <YehezkelShB@...il.com>,
        Mika Westerberg <mika.westerberg@...ux.intel.com>,
        Lukas Wunner <lukas@...ner.de>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] thunderbolt: Changes for v4.20 merge window

Hi Greg,

Here are Thunderbolt changes I've queued for v4.20 merge window. I guess
the most notable change is that now the driver is not as verbose it used to
be and it now prints out the connected devices in the same way USB stack
does. In addition there are removal of meaningless NULL pointer check, some
conversions to use SPDX identifies and copyright update.

I've also included all the patches in case you prefer to take them directly
instead of pulling the signed tag.

Thanks!

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v4.20

for you to fetch changes up to 7086a65c7634d3c9c4d48fcc06b7e35f9dd0ee43:

  thunderbolt: Add Intel as copyright holder (2018-09-21 11:21:24 +0300)

----------------------------------------------------------------
thunderbolt: Changes for v4.20 merge window

----------------------------------------------------------------

Mika Westerberg (4):
  thunderbolt: Make the driver less verbose
  thunderbolt: Print connected devices
  thunderbolt: Convert rest of the driver files to use SPDX identifier
  thunderbolt: Add Intel as copyright holder

zhong jiang (1):
  thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy

 drivers/thunderbolt/cap.c      |  3 +-
 drivers/thunderbolt/ctl.c      | 12 +++---
 drivers/thunderbolt/ctl.h      |  3 +-
 drivers/thunderbolt/dma_port.c |  5 +--
 drivers/thunderbolt/dma_port.h |  5 +--
 drivers/thunderbolt/domain.c   |  7 +---
 drivers/thunderbolt/eeprom.c   |  5 ++-
 drivers/thunderbolt/icm.c      |  5 +--
 drivers/thunderbolt/nhi.c      | 33 ++++++++--------
 drivers/thunderbolt/nhi.h      |  3 +-
 drivers/thunderbolt/nhi_regs.h |  1 +
 drivers/thunderbolt/path.c     | 26 ++++++-------
 drivers/thunderbolt/property.c |  5 +--
 drivers/thunderbolt/switch.c   | 71 +++++++++++++++++++---------------
 drivers/thunderbolt/tb.c       | 10 ++---
 drivers/thunderbolt/tb.h       |  9 +++--
 drivers/thunderbolt/tb_msgs.h  |  5 +--
 drivers/thunderbolt/tb_regs.h  |  3 +-
 drivers/thunderbolt/xdomain.c  |  5 +--
 include/linux/thunderbolt.h    |  5 +--
 20 files changed, 108 insertions(+), 113 deletions(-)

-- 
2.19.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ