Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932839AbdCaIFa (ORCPT ); Fri, 31 Mar 2017 04:05:30 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:39736 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932545AbdCaIF0 (ORCPT ); Fri, 31 Mar 2017 04:05:26 -0400 Date: Fri, 31 Mar 2017 10:05:15 +0200 (CEST) From: Thomas Gleixner To: Andrey Ryabinin cc: akpm@linux-foundation.org, penguin-kernel@I-love.SAKURA.ne.jp, linux-kernel@vger.kernel.org, mhocko@kernel.org, linux-mm@kvack.org, hpa@zytor.com, chris@chris-wilson.co.uk, hch@lst.de, mingo@elte.hu, jszhang@marvell.com, joelaf@google.com, joaodias@google.com, willy@infradead.org Subject: Re: [PATCH 2/4] x86/ldt: use vfree() instead of vfree_atomic() In-Reply-To: <20170330102719.13119-2-aryabinin@virtuozzo.com> Message-ID: References: <20170330102719.13119-1-aryabinin@virtuozzo.com> <20170330102719.13119-2-aryabinin@virtuozzo.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 340 Lines: 10 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