+2
−0
+19
−0
+60
−0
+376
−93
Loading
kunpeng inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBOJU2 ------------------------------------------------- In order to support generic vmalloc, several modifications are required. If the allocated region belongs to the non-replicated part of the table, then the normal vmalloc mechanism is suitable. If the allocated region belongs to the replicated part of the table, a replicated table for each replica node must be created for this memory. This region might be replicated after its initialization, for example, to support replication of text and ro-data for loadable kernel modules. Acked-by:Alexander Grubnikov <alexander.grubnikov@huawei.com> Acked-by:
Ilya Hanov <ilya.hanov@huawei-partners.com> Acked-by:
Denis Darvish <darvish.denis@huawei.com> Co-developed-by:
Artem Kuzin <artem.kuzin@huawei.com> Signed-off-by:
Artem Kuzin <artem.kuzin@huawei.com> Co-developed-by:
Nikita Panov <panov.nikita@huawei.com> Signed-off-by:
Nikita Panov <panov.nikita@huawei.com>