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 BF2C11FBEB0 for ; Sat, 25 Apr 2026 15:04: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=1777129453; cv=none; b=CFHS4N/AavNJwC6R54doOcd+AmdOXqKK92q7sfTAHrhyldPgpxf3IW8qqv6A9Se9uDIzXY+LDymET+xjayHn24EGfshzHt57F/Z+5GlwIkkPHQpDwE47VUDPy09Qeq/nKygeqKUkhiwphWjxS46YOznM/pi4xBDTPm32Fef3D9U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777129453; c=relaxed/simple; bh=AeuDg9RCY91mzTrzfxlouNutfHpbd+ySQ6rpq8wPJ7g=; h=Date:To:From:Subject:Message-Id; b=RbiZT9Ex9vEf4+YwerzLfS4WRvUMCkTxgYgamcTRu5/nBasggQq3g1hRNRjyqw9FW8V4btOB2kV4gCSjK3TQk78osJLK7Iekh1Coe61xE65bqtegNaCNSYkwfBbId8m3EOhYEs6pXOtxHA/jnVdfTezU0fc4r6WWX/stwZwHByM= 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=UBfOOjJv; 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="UBfOOjJv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57D03C2BCB0; Sat, 25 Apr 2026 15:04:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1777129453; bh=AeuDg9RCY91mzTrzfxlouNutfHpbd+ySQ6rpq8wPJ7g=; h=Date:To:From:Subject:From; b=UBfOOjJvK6mDcFoJZlqqd9qEzT0lIN1QyKiHuv922DsNN1OXa+XWkGFExxhdhQnej qmaW4oJ0XuNdFnHhjtDHF+W3RSCPSd6X5BUXwE+08eAqz/pqdKgni3S3vJ7bztRONc zANg5zZxXZT6XNpxuK1qTGwwundBbdFiymQPz/HA= Date: Sat, 25 Apr 2026 08:04:12 -0700 To: mm-commits@vger.kernel.org,tzimmermann@suse.de,stf_xl@wp.pl,pabeni@redhat.com,mripard@kernel.org,maarten.lankhorst@linux.intel.com,kuba@kernel.org,horms@kernel.org,glider@google.com,elver@google.com,edumazet@google.com,dvyukov@google.com,davem@davemloft.net,allison.henderson@oracle.com,airlied@gmail.com,achender@kernel.org,jackmanb@google.com,akpm@linux-foundation.org From: Andrew Morton Subject: + drm-managed-use-special-gfp_t-format-specifier.patch added to mm-new branch Message-Id: <20260425150413.57D03C2BCB0@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: drm/managed: use special gfp_t format specifier has been added to the -mm mm-new branch. Its filename is drm-managed-use-special-gfp_t-format-specifier.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/drm-managed-use-special-gfp_t-format-specifier.patch This patch will later appear in the mm-new branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Note, mm-new is a provisional staging ground for work-in-progress patches, and acceptance into mm-new is a notification for others take notice and to finish up reviews. Please do not hesitate to respond to review feedback and post updated versions to replace or incrementally fixup patches in mm-new. The mm-new branch of mm.git is not included in linux-next If a few days of testing in mm-new is successful, the patch will me moved into mm.git's mm-unstable branch, which is included in linux-next Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via various branches at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there most days ------------------------------------------------------ From: Brendan Jackman Subject: drm/managed: use special gfp_t format specifier Date: Thu, 26 Mar 2026 12:31:57 +0000 Patch series "treewide: fixup gfp_t printks", v2. Use vprintf()'s special gfp_t conversion in a few places. This patch (of 3): %pGg produces nice readable output and decouples the format string from the size of gfp_t. Link: https://lore.kernel.org/20260326-gfp64-v2-0-d916021cecdf@google.com Link: https://lore.kernel.org/20260326-gfp64-v2-1-d916021cecdf@google.com Signed-off-by: Brendan Jackman Cc: Alexander Potapenko Cc: Allison Collins Cc: Allison Henderson Cc: Dave Airlie Cc: David S. Miller Cc: Dmitry Vyukov Cc: Eric Dumazet Cc: Jakub Kacinski Cc: Maarten Lankhorst Cc: Marco Elver Cc: Maxime Ripard Cc: Paolo Abeni Cc: Simon Horman Cc: Stanislaw Gruszka Cc: Thomas Zimemrmann Signed-off-by: Andrew Morton --- drivers/gpu/drm/drm_managed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/gpu/drm/drm_managed.c~drm-managed-use-special-gfp_t-format-specifier +++ a/drivers/gpu/drm/drm_managed.c @@ -232,8 +232,8 @@ void *drmm_kmalloc(struct drm_device *de dr = alloc_dr(NULL, size, gfp, dev_to_node(dev->dev)); if (!dr) { - drm_dbg_drmres(dev, "failed to allocate %zu bytes, %u flags\n", - size, gfp); + drm_dbg_drmres(dev, "failed to allocate %zu bytes, %pGg\n", + size, &gfp); return NULL; } dr->node.name = kstrdup_const("kmalloc", gfp); _ Patches currently in -mm which might be from jackmanb@google.com are mm-page_alloc-cleanup-flag-vars-in-alloc_pages_bulk_noprof.patch drm-managed-use-special-gfp_t-format-specifier.patch mm-kfence-use-special-gfp_t-format-specifier.patch net-rds-use-special-gfp_t-format-specifier.patch