Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755431Ab2ECIOG (ORCPT ); Thu, 3 May 2012 04:14:06 -0400 Received: from LGEMRELSE1Q.lge.com ([156.147.1.111]:59444 "EHLO LGEMRELSE1Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751593Ab2ECIOD (ORCPT ); Thu, 3 May 2012 04:14:03 -0400 X-AuditID: 9c93016f-b7c79ae0000006b3-9a-4fa23e482141 Message-ID: <4FA23E47.6040303@kernel.org> Date: Thu, 03 May 2012 17:13:59 +0900 From: Minchan Kim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120410 Thunderbird/11.0.1 MIME-Version: 1.0 Newsgroups: gmane.linux.kernel.mm,gmane.linux.kernel To: Pekka Enberg CC: linux-mm@kvack.org, LKML , Ingo Molnar , Anton Vorontsov , Leonid Moiseichuk Subject: Re: vmevent: question? References: <4F9E39F1.5030600@kernel.org> <4F9E44AD.8020701@kernel.org> <4F9E4F0A.8030900@kernel.org> <4FA23A83.4040604@kernel.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1777 Lines: 47 On 05/03/2012 05:07 PM, Pekka Enberg wrote: > On Thu, May 3, 2012 at 10:57 AM, Minchan Kim wrote: >> Sorry for my poor explanation. >> My point is when userspace get vmevent_event by reading fd, it could enumerate >> several attribute all at once. >> Then, one of attribute(call A) made by vmevent_match in kernel and other attributes(call B, C, D) >> are just extra for convenience. Because there is time gap when kernel get attribute values, B,C,D could be stale. >> Then, how can user determine which event is really triggered? A or B or C or D? >> Which event really happens? > > Right. Mark the matching values with something like > VMEVENT_ATTR_STATE_CAPTURED should be sufficient? Seems to be good and we have to notice to user by document "Except VMEVENT_ATTR_STATE_CAPTURED, all attributes's value could be stale. So, don't be deceived. Please ignore if you need" First of all, let make CAPTURED state could be exact. ----- > Q 2. Is it okay although value when vmevent_match check happens is different with > vmevent_sample_attr in vmevent_sample's for loop? > I think it's not good. Yeah, that's just silly and needs fixing. ----- > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@kvack.org. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ > Don't email: email@kvack.org > -- Kind regards, Minchan Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/