Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1696059 > unrolled thread

[GIT PULL] uuid updates for 4.13-rc3

Started byChristoph Hellwig <hch@infradead.org>
First post2017-07-25 21:20 +0200
Last post2017-07-25 21:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] uuid updates for 4.13-rc3 Christoph Hellwig <hch@infradead.org> - 2017-07-25 21:20 +0200

#1696059 — [GIT PULL] uuid updates for 4.13-rc3

FromChristoph Hellwig <hch@infradead.org>
Date2017-07-25 21:20 +0200
Subject[GIT PULL] uuid updates for 4.13-rc3
Message-ID<u7dxa-6OD-51@gated-at.bofh.it>
The following changes since commit cb8c65ccff7f77d0285f1b126c72d37b2572c865:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc (2017-07-17 15:08:29 -0700)

are available in the git repository at:

  git://git.infradead.org/users/hch/uuid.git tags/uuid-for-4.13-2

for you to fetch changes up to 832e4c83abc5ec25af77db6c8a0f36d78f1cf825:

  uuid: remove uuid_be (2017-07-24 17:50:37 +0200)

----------------------------------------------------------------
uuid fixups:

 - add a missing "!" in the uuid tests
 - remove the last remaining user of the uuid_be type, and then
   the type and its helpers

----------------------------------------------------------------
Christoph Hellwig (3):
      uuid: fix incorrect uuid_equal conversion in test_uuid_test
      thunderbolt: use uuid_t instead of uuid_be
      uuid: remove uuid_be

 drivers/thunderbolt/switch.c  |  8 ++++----
 drivers/thunderbolt/tb.h      |  4 ++--
 drivers/thunderbolt/tb_msgs.h | 12 ++++++------
 include/linux/uuid.h          | 14 --------------
 lib/test_uuid.c               |  2 +-
 5 files changed, 13 insertions(+), 27 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web