From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 CD478198A17 for ; Fri, 17 Jul 2026 00:17:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784247428; cv=none; b=T5VbuOf6A80qE6E2RJGQSA1v+ggN2YfNdJmAx1xYfGOg8i2s+TIxH9hD8V0QSXZJi3b+GdLTaQ7smNnSCvFvuGX1c2JJJZdXfl4SRuC6orE1VbCQVk0ezpshYyBiSUd+rDsv+OTZho+p3TOVsZ9Ua1Yhl2684FypEGCDVqwb4Xs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784247428; c=relaxed/simple; bh=ZlAh+JML62c/m36X9jqF19DpkUAVVmSxtRJyWTiqS8s=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=WmPJl7uUYT7VLGtemGBrLNyX47S+WYXr3KU0JBMeBKBbA5IZgeO2PdyfKagVkelXE8APXCe+/v7EtI5H87aJ3bARaCFLXRFZA/7Rq7HD9fPgvhy4kgbc3UfKYobxc4ON+QzPcynv4ZfUWhlUhSaFktyE33QenR9MFs9cgaGbHWg= 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=Fn/UdO/L; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="Fn/UdO/L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D76F1F000E9; Fri, 17 Jul 2026 00:17:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1784247427; bh=8+q9Sl6qva88415XBmVWr9R8yQ07HCrxjpADZtebEU4=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Fn/UdO/LlxgAmHmJYH36kyVLsalSjozqWnBal9NP8ujp+v4K9rfNB+Jdn/rKceB8f hnLgTxlSahJA1mZ0vCixZkrEkij8lsC6WtSESPN6WqK7vrBKfD3zPOxtrmuHiP8WK2 Qn4zNkKudXV7a/vbY4IrS5F8ZhDU2JVQjt3y2LTo= Date: Thu, 16 Jul 2026 17:17:06 -0700 From: Andrew Morton To: Mateusz Guzik Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RESEND PATCH] pid: cosmetic changes to alloc_pid() Message-Id: <20260716171706.eb0960e36bfc2a8ceb044933@linux-foundation.org> In-Reply-To: <20260716141130.2573188-1-mjguzik@gmail.com> References: <20260716141130.2573188-1-mjguzik@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@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 Thu, 16 Jul 2026 16:11:30 +0200 Mateusz Guzik wrote: > Commit 6d864a1b182532e7 ("pid: only take pidmap_lock once on alloc") > landed v2 of the patch instead of v3. This patch remedies the problem. > > No functional changes. Oh. > > this is an old & uncontroversial patch which fell through the cracks. > Would you mind picking it up? Please prepare a changelog for this patch then resend with a cc to Oleg and Christian?