27 Sep, 2020

1 commit

  • This addresses the following sparse warning:

    lib/memregion.c:8:5: warning: symbol 'memregion_alloc' was not declared. Should it be static?
    lib/memregion.c:14:6: warning: symbol 'memregion_free' was not declared. Should it be static?

    Reported-by: Hulk Robot
    Signed-off-by: Jason Yan
    Signed-off-by: Andrew Morton
    Link: https://lkml.kernel.org/r/20200921142852.875312-1-yanaijie@huawei.com
    Signed-off-by: Linus Torvalds

    Jason Yan
     

07 Nov, 2019

1 commit

  • In preparation for handling platform differentiated memory types beyond
    persistent memory, uplevel the "region" identifier to a global number
    space. This enables a device-dax instance to be registered to any memory
    type with guaranteed unique names.

    Signed-off-by: Dan Williams
    Acked-by: Thomas Gleixner
    Signed-off-by: Rafael J. Wysocki

    Dan Williams