From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 730181E260E; Wed, 9 Oct 2024 21:39:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728509953; cv=none; b=r+7ueQbpreUThVnN53mRnYgRfTVH/MGnPtsP/XyC+u4Y8S67ylVOeerS7EYsirOW1w+Ikxz0/ueQP/F8hxIOmMQI18UWP4HAveQeAwcyJo+aidgEqIhpxiL/6BwcrxM50O3xcNuc+IJLr8OlTqAYAMzVJoLTAD8IKmQ7Sp/a7uE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728509953; c=relaxed/simple; bh=CU+bKdiLvhjPIp++UvcHAtv6o7pUO4NwmdT+Nl/+Mmg=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=XG3fDg437bH3j+ZGINaOoAx0BmIXDAmgUIMKnF429Hgx9H/qb3suxoaivCrd2Z0H4fqG0vMZz3GcpIkKergRw53+/ukFHbyAIOfX/8jpROiPAbKCBZhhxx9CFMcqN9ti9Qd0/h3sK9LLraltGx1TPh2ZEcX/wyfKMF0gE014DKI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=c4fjM8mh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="c4fjM8mh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E030C4CECC; Wed, 9 Oct 2024 21:39:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1728509952; bh=CU+bKdiLvhjPIp++UvcHAtv6o7pUO4NwmdT+Nl/+Mmg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=c4fjM8mh1xyF18VWzdhvax0bPPTQt/GhWBC3RJnAhZpKuNmkNW+TkHuG1kLn029Qa XRwKFO55BoE1+EI4tUu3cOF83idppwKsknOIr4RZPYc+99gm3eJOLEMRd+XeYshE15 H2LUgvyVArQ/IObC2276H0mlt7DtbkVKkiQBGFAY= Date: Wed, 9 Oct 2024 14:39:11 -0700 From: Andrew Morton To: Sabyrzhan Tasbolatov Cc: Marco Elver , andreyknvl@gmail.com, bpf@vger.kernel.org, dvyukov@google.com, glider@google.com, kasan-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, ryabinin.a.a@gmail.com, syzbot+61123a5daeb9f7454599@syzkaller.appspotmail.com, vincenzo.frascino@arm.com Subject: Re: [PATCH v4] mm, kasan, kmsan: copy_from/to_kernel_nofault Message-Id: <20241009143911.3c394e1bc598f59ce764a67c@linux-foundation.org> In-Reply-To: References: <20241008192910.2823726-1-snovitoll@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 9 Oct 2024 00:42:25 +0500 Sabyrzhan Tasbolatov wrote: > > > v4: > > > - replaced Suggested-By with Reviewed-By: Marco Elver > > > > For future reference: No need to send v+1 just for this tag. Usually > > maintainers pick up tags from the last round without the original > > author having to send out a v+1 with the tags. Of course, if you make > > other corrections and need to send a v+1, then it is appropriate to > > collect tags where those tags would remain valid (such as on unchanged > > patches part of the series, or for simpler corrections). > > Thanks! Will do it next time. > > Please advise if Andrew should need to be notified in the separate cover letter > to remove the prev. merged to -mm tree patch and use this v4: > https://lore.kernel.org/all/20241008020150.4795AC4CEC6@smtp.kernel.org/ I've updated v3's changelog, thanks. I kept Marco's Suggested-by:, as that's still relevant even with the Reviewed-by:.