From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.rulkc.org (mail.rulkc.org [155.212.184.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B090D3E866D; Tue, 5 May 2026 07:59:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=155.212.184.193 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777967999; cv=none; b=O3eGPcbY2Bgqbxo5pMJKALe35Lm0iBTNBQi9SJ42fCj5aREOC8kFDh1RYn7tN9xvDyfjViiwlScoOnQHwfHO2i97Urg90/EBnqJ5C3S1lCXZGrQJnzC2ZQ15sqe99u69t4rBdVHA7Y1AmPBPXb6vBcYW27kMuAu4D4og8iSAa+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777967999; c=relaxed/simple; bh=Dg3kC2xZDHMgwWHCpdC/QnZKHbL5rvpcL2jcxIAHtrU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=CUpB3QdZRFlbXiCA8XT6l4DJaikn5e1ntIO0A7TE6NJtVZll4bGAiAcsKt0ayIvZT9NHnfCAED1hPSEU12b3gC3HSnruMmaoCxZHBwE3T2A1E90TpvhYpqha0Gwn/TMPuJ8Tn2tX81ZUJQYepKxSKfeXsx+u29AX/u892e+4uQA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=rulkc.org; spf=pass smtp.mailfrom=rulkc.org; dkim=pass (2048-bit key) header.d=rulkc.org header.i=@rulkc.org header.b=SWIjxXx0; arc=none smtp.client-ip=155.212.184.193 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=rulkc.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rulkc.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rulkc.org header.i=@rulkc.org header.b="SWIjxXx0" Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id C87681006E6; Tue, 5 May 2026 10:59:41 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rulkc.org; s=dkim; t=1777967992; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=4OdOBoWJ4ACSfIixekPE8cVTYjRFt/rkbnFpQqOJuxQ=; b=SWIjxXx0kmTtkUzX9UBhUNI5cN9FyEAftPaPrNR/30tp+WsbGwZgV71cqRlQAf51OLdPmp q60eV1oLadf8IoHlPpyCb2CK4aCD6PrLntsjy3RenGzIYlIRb8be27Rl8IVFWHVPUPHcjU 0Xy0/Bqir9Kkunwgn56F+dJpqAtvlx21M/xun1nJFLThBJ5fXZfGrZfeYkUeuD95SOC15y gR0grlgTEktZZnM3rYnQX1z1UIYN9OAFX8CWtDEJGuFtowYWEHyQwNZfjloGGgkVWf+Pes 9VH6NsdGuhgnMq/hY9kGSiULY7ihuaM632DbiwtmLWt6iu7lyJ+l0mhOaM8/Zw== Message-ID: <57b0cc2a-6d62-405c-bfa5-68d1c46dbad9@rulkc.org> Date: Tue, 5 May 2026 10:59:16 +0300 Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1] mtd: rawnand: fix condition in 'nand_select_target()' To: Miquel Raynal Cc: Richard Weinberger , Vignesh Raghavendra , Frieder Schrempf , Boris Brezillon , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, rulkc@linuxtesting.org, oxffffaa@gmail.com, stable@vger.kernel.org References: <20260504221012.1310605-1-avkrasnov@rulkc.org> <87mryeqoqs.fsf@bootlin.com> Content-Language: ru From: Arseniy Krasnov In-Reply-To: <87mryeqoqs.fsf@bootlin.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 05.05.2026 10:50, Miquel Raynal wrote: > Hi, > > On 05/05/2026 at 01:10:12 +03, Arseniy Krasnov wrote: > > Two important typos in the commit log :-) > >> 'cs' here must in range [0:nanddev_ntargets). > be [ Hi, sorry, You mean? 'cs' here must be in range [0:nanddev_ntargets].  Thanks > > Thanks, > Miquèl