From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 509AD1BEF76; Mon, 13 Jan 2025 06:02:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736748160; cv=none; b=d1453xBlpWw0vB+P6P3kpxn/7FpFAbm0SMG+5FyJWHdqXmp0OfG89yu/lU5O6tbnvMjGRXJu+7vPF5PyF094uTKG+OnWvU6H+xaXhkFWdPWpgdkhRrXFXdaXzXnU1HYNVDlA4jentdjHdMNCJxN4K1eor0z9PTs6eAM12CjiSM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736748160; c=relaxed/simple; bh=f3psx2knNaf5lDXkZidNA4LM/t+GbwN/7EXfsbzHSG8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Lg5fA7EWG9DwxgA8paWtOhyioQq/kt28X8cTfTWL/3u6plqGSvWOmj128t5M2XCtn9MuVYDeAej+Wkk7tmZ7GfVO+d5X4h8IOaky5L0Akpv1NtonKaK1E6hmfQpdENDJSsWFzn9iSmz/IY0xDAzJSaFT2eB2DxvAWsRzXESxgSY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C52F21595; Sun, 12 Jan 2025 22:03:05 -0800 (PST) Received: from [10.162.41.27] (K4MQJ0H1H2.blr.arm.com [10.162.41.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D54143F66E; Sun, 12 Jan 2025 22:02:34 -0800 (PST) Message-ID: <75c7e988-20d2-4aa3-a100-e6f293e00566@arm.com> Date: Mon, 13 Jan 2025 11:32:31 +0530 Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] selftests/mm/cow: Modify the incorrect checking parameters To: Hao Ge , akpm@linux-foundation.org, shuah@kernel.org Cc: sj@kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Hao Ge References: <1514aee8-e75c-4c05-8943-65681254feda@linux.dev> <20250113050908.93638-1-hao.ge@linux.dev> Content-Language: en-US From: Dev Jain In-Reply-To: <20250113050908.93638-1-hao.ge@linux.dev> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 13/01/25 10:39 am, Hao Ge wrote: > From: Hao Ge > > In the cow.c,some error handle have passed incorrect > parameters. It should be "smem", but it was mistakenly > written as "mem". > > Let's fix it. > > Fixes: f8664f3c4a08 ("selftests/vm: cow: basic COW tests for non-anonymous pages") > Signed-off-by: Hao Ge > --- You should also CC the person whose code you are changing, in this case, David Hildenbrand. Reviewed-by: Dev Jain