TencentOS-kernel/drivers/dax
Dan Williams e901b9e127 dax: Fix alloc_dax_region() compile warning
[ Upstream commit 460370ab20b6cc174256e46e192adf01e730faf6 ]

PFN flags are (unsigned long long), fix the alloc_dax_region() calling
convention to fix warnings of the form:

>> include/linux/pfn_t.h:18:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
    #define PFN_DEV (1ULL << (BITS_PER_LONG_LONG - 3))

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-03-16 16:36:36 +08:00
..
pmem Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
Kconfig Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
Makefile Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
bus.c dax: Fix alloc_dax_region() compile warning 2021-03-16 16:36:36 +08:00
bus.h dax: Fix alloc_dax_region() compile warning 2021-03-16 16:36:36 +08:00
dax-private.h dax: Fix alloc_dax_region() compile warning 2021-03-16 16:36:36 +08:00
device.c Init Repo base on linux 5.4.32 long term, and add base tlinux kernel interfaces. 2021-03-16 11:01:34 +08:00
kmem.c device-dax: don't leak kernel memory to user space after unloading kmem 2021-03-16 16:28:19 +08:00
super.c dm: Call proper helper to determine dax support 2021-03-16 16:36:23 +08:00