Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
Pull uuid subsystem from Christoph Hellwig: "This is the new uuid subsystem, in which Amir, Andy and I have started consolidating our uuid/guid helpers and improving the types used for them. Note that various other subsystems have pulled in this tree, so I'd like it to go in early. UUID/GUID summary: - introduce the new uuid_t/guid_t types that are going to replace the somewhat confusing uuid_be/uuid_le types and make the terminology fit the various specs, as well as the userspace libuuid library. (me, based on a previous version from Amir) - consolidated generic uuid/guid helper functions lifted from XFS and libnvdimm (Amir and me) - conversions to the new types and helpers (Amir, Andy and me)" * tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid: (34 commits) ACPI: hns_dsaf_acpi_dsm_guid can be static mmc: sdhci-pci: make guid intel_dsm_guid static uuid: Take const on input of uuid_is_null() and guid_is_null() thermal: int340x_thermal: fix compile after the UUID API switch thermal: int340x_thermal: Switch to use new generic UUID API acpi: always include uuid.h ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() ACPI / extlog: Switch to use new generic UUID API ACPI / bus: Switch to use new generic UUID API ACPI / APEI: Switch to use new generic UUID API acpi, nfit: Switch to use new generic UUID API MAINTAINERS: add uuid entry tmpfs: generate random sb->s_uuid scsi_debug: switch to uuid_t nvme: switch to uuid_t sysctl: switch to use uuid_t partitions/ldm: switch to use uuid_t overlayfs: use uuid_t instead of uuid_be fs: switch ->s_uuid to uuid_t ima/policy: switch to use uuid_t ...
No related branches found
No related tags found
Showing
- MAINTAINERS 11 additions, 0 deletionsMAINTAINERS
- arch/s390/include/asm/sysinfo.h 2 additions, 2 deletionsarch/s390/include/asm/sysinfo.h
- arch/s390/kernel/sysinfo.c 1 addition, 1 deletionarch/s390/kernel/sysinfo.c
- block/partitions/ldm.c 5 additions, 5 deletionsblock/partitions/ldm.c
- block/partitions/ldm.h 2 additions, 4 deletionsblock/partitions/ldm.h
- drivers/acpi/acpi_extlog.c 10 additions, 10 deletionsdrivers/acpi/acpi_extlog.c
- drivers/acpi/apei/ghes.c 4 additions, 4 deletionsdrivers/acpi/apei/ghes.c
- drivers/acpi/bus.c 3 additions, 26 deletionsdrivers/acpi/bus.c
- drivers/acpi/nfit/core.c 27 additions, 27 deletionsdrivers/acpi/nfit/core.c
- drivers/acpi/nfit/nfit.h 1 addition, 2 deletionsdrivers/acpi/nfit/nfit.h
- drivers/acpi/utils.c 8 additions, 8 deletionsdrivers/acpi/utils.c
- drivers/char/tpm/tpm_crb.c 4 additions, 5 deletionsdrivers/char/tpm/tpm_crb.c
- drivers/char/tpm/tpm_ppi.c 8 additions, 12 deletionsdrivers/char/tpm/tpm_ppi.c
- drivers/gpu/drm/i915/intel_acpi.c 5 additions, 9 deletionsdrivers/gpu/drm/i915/intel_acpi.c
- drivers/gpu/drm/nouveau/nouveau_acpi.c 9 additions, 11 deletionsdrivers/gpu/drm/nouveau/nouveau_acpi.c
- drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c 4 additions, 5 deletionsdrivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c
- drivers/hid/i2c-hid/i2c-hid.c 4 additions, 5 deletionsdrivers/hid/i2c-hid/i2c-hid.c
- drivers/iommu/dmar.c 5 additions, 6 deletionsdrivers/iommu/dmar.c
- drivers/md/md.c 4 additions, 4 deletionsdrivers/md/md.c
- drivers/mmc/host/sdhci-pci-core.c 4 additions, 5 deletionsdrivers/mmc/host/sdhci-pci-core.c
Loading
Please register or sign in to comment