From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751634AbcFSVy2 (ORCPT ); Sun, 19 Jun 2016 17:54:28 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33470 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751405AbcFSVy1 (ORCPT ); Sun, 19 Jun 2016 17:54:27 -0400 Date: Sun, 19 Jun 2016 23:52:58 +0200 From: Michal Hocko To: "Michael S. Tsirkin" Cc: Vladimir Davydov , Tetsuo Handa , linux-mm@kvack.org, virtualization@lists.linux-foundation.org, LKML Subject: Re: [RFC PATCH] vhost, mm: make sure that oom_reaper doesn't reap memory read by vhost Message-ID: <20160619215258.GA2110@dhcp22.suse.cz> References: <1466154017-2222-1-git-send-email-mhocko@kernel.org> <20160618025904-mutt-send-email-mst@redhat.com> <20160619213543.GA32752@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160619213543.GA32752@dhcp22.suse.cz> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun 19-06-16 23:35:43, Michal Hocko wrote: > On Sat 18-06-16 03:09:02, Michael S. Tsirkin wrote: > > On Fri, Jun 17, 2016 at 11:00:17AM +0200, Michal Hocko wrote: [...] > > > /* > > > + * A safe variant of __get_user for for use_mm() users to have a > > > + * gurantee that the address space wasn't reaped in the background > > > + */ > > > +#define __get_user_mm(mm, x, ptr) \ > > > +({ \ > > > + int ___gu_err = __get_user(x, ptr); \ > > > + if (!___gu_err && test_bit(MMF_UNSTABLE, &mm->flags)) \ > > > > test_bit is somewhat expensive. See my old mail > > x86/bitops: implement __test_bit > > Do you have a msg_id? Found it http://lkml.kernel.org/r/1440776707-22016-1-git-send-email-mst@redhat.com -- Michal Hocko SUSE Labs