Re: [PATCH 2/4] x86/ldt: use vfree() instead of vfree_atomic()

2017-03-31 Thread Thomas Gleixner
On Thu, 30 Mar 2017, Andrey Ryabinin wrote: > vfree() can be used in any atomic context now, thus there is no point > in vfree_atomic(). > This reverts commit 8d5341a6260a ("x86/ldt: use vfree_atomic() > to free ldt entries") > > Signed-off-by: Andrey Ryabinin Reviewed-by: Thomas Gleixner

[PATCH 2/4] x86/ldt: use vfree() instead of vfree_atomic()

2017-03-30 Thread Andrey Ryabinin
vfree() can be used in any atomic context now, thus there is no point in vfree_atomic(). This reverts commit 8d5341a6260a ("x86/ldt: use vfree_atomic() to free ldt entries") Signed-off-by: Andrey Ryabinin --- arch/x86/kernel/ldt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git