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 732643C5552; Tue, 12 May 2026 21:05:34 +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=1778619934; cv=none; b=n0W8THuakMHeHHuHiucWp4wYNgWjCw84UQEmj7xG4w4KIygczeBOXIl14LiV2dvEW4BS0RiVHjTwrgvO+aOtrS02Voz9aW0ZKk40EukKOTFeGtqQrOTx3Oq81SAuJZ3xqQQYmXXKG6ALR3IY99F8RCjK2aZlsTGTwUrv0CIT4gY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778619934; c=relaxed/simple; bh=mo6e8Tl7INL5treUcIkpAfOY+0nT4RQkp/YxRTbOF7A=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=k0exrYkNX3YgQ0ynKmlfLaz/7ifD0StfKWPYV3iP7EwXG85gbsiSN6P20TC1UBQr+bYkiG0qLxQBxyog8dcNos/pYzo462fAe8JiVnygcFka/uuG3vmxunmQ7Z14Jfl5rlbFJ8437+Ppk6JUFOswo3RF1sX+RHRV39sZttGnvhU= 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=CsQIoHEB; 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="CsQIoHEB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 508B2C2BCC7; Tue, 12 May 2026 21:05:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1778619934; bh=mo6e8Tl7INL5treUcIkpAfOY+0nT4RQkp/YxRTbOF7A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CsQIoHEB8oaEHcAMFfdBryz0a1eiebYrMmN+ZI44OCVnR6E+YcN/oFEnuMH+jF8mL +Edt3gUZ7QqMMLtvW3HlcoJSiNJNWZv+LWR2rt0xoSG0CV1D7QQvsc3ETwZmvXUkqm 3q3WEw97mCEI6T1eJBIQMdOn0NalAzj1VojejrbI= Date: Tue, 12 May 2026 14:05:32 -0700 From: Andrew Morton To: Brendan Jackman Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Stanislaw Gruszka , Alexander Potapenko , Marco Elver , Dmitry Vyukov , Allison Henderson , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , , , , , , , , Subject: Re: [PATCH v2 0/4] treewide: fixup gfp_t printks Message-Id: <20260512140532.f16379be75ab006f2cca4747@linux-foundation.org> In-Reply-To: References: <20260326-gfp64-v2-0-d916021cecdf@google.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-wireless@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 Tue, 12 May 2026 12:58:20 +0000 Brendan Jackman wrote: > On Thu Mar 26, 2026 at 12:31 PM UTC, Brendan Jackman wrote: > > This patchset used to be about switching gfp_t to unsigned long. That is > > probably not gonna happen any more but while writing it I found these > > cleanups that seem worthwhile regardless. > > > > ... > > Any chance someone can take these? [2/4] is merged into the wireless tree (I assume) and the other three are in mm.git's mm-unstable branch.