Re: [PATCH] x86: Remove various memory encryption exports

2019-04-27 Thread Borislav Petkov
On Sat, Apr 27, 2019 at 08:19:35AM +0200, Christoph Hellwig wrote: > None of these is used in modular code, and we should probably try to > keep it that way. They can be added back if we really get a legitimate > modular user. You're going to love this: 87df26175e67 ("x86/mm: Unbreak modules tha

[PATCH] x86: Remove various memory encryption exports

2019-04-26 Thread Christoph Hellwig
None of these is used in modular code, and we should probably try to keep it that way. They can be added back if we really get a legitimate modular user. Signed-off-by: Christoph Hellwig --- FYI: this was inspired by the fact the s390 copied some of the exports, which made me wonder why they ad