* [moderation/CI] Re: drm: Reduce page tables overhead with THP
@ 2025-10-21 13:46 syzbot ci
0 siblings, 0 replies; 2+ messages in thread
From: syzbot ci @ 2025-10-21 13:46 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v5] drm: Reduce page tables overhead with THP
https://lore.kernel.org/all/20251021113049.17242-1-loic.molinari@collabora.com
* [PATCH v5 01/12] drm/shmem-helper: Simplify page offset calculation in fault handler
* [PATCH v5 02/12] drm/shmem-helper: Implement map_pages fault-around handler
* [PATCH v5 03/12] drm/shmem-helper: Map huge pages in fault handlers
* [PATCH v5 04/12] drm/gem: Introduce drm_gem_get_unmapped_area() fop
* [PATCH v5 05/12] drm/gem: Add huge tmpfs mountpoint helpers
* [PATCH v5 06/12] drm/i915: Use huge tmpfs mountpoint helpers
* [PATCH v5 07/12] drm/v3d: Use huge tmpfs mountpoint helpers
* [PATCH v5 08/12] drm/gem: Get rid of *_with_mnt helpers
* [PATCH v5 09/12] drm/panthor: Introduce huge tmpfs mountpoint option
* [PATCH v5 10/12] drm/panthor: Improve IOMMU map/unmap debugging logs
* [PATCH v5 11/12] drm/panfrost: Introduce huge tmpfs mountpoint option
* [PATCH v5 12/12] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/d2299587-6194-4c73-85f9-de73845f82fb
***
kernel build error
tree: linux-next
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
base: fe45352cd106ae41b5ad3f0066c2e54dbb2dfd70
arch: amd64
compiler: Debian clang version 20.1.8 (++20250708063551+0c9f909b7976-1~exp1~20250708183702.136), Debian LLD 20.1.8
config: https://ci.syzbot.org/builds/13dfd2e4-f89b-4c17-9c86-16da12c742d8/config
drivers/gpu/drm/drm_gem.c:1297:10: error: too many arguments to function call, expected 5, have 6
***
If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
Tested-by: syzbot@syzkaller.appspotmail.com
---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.
The email will later be sent to:
[airlied@gmail.com akpm@linux-foundation.org andi.shyti@linux.intel.com bagasdotme@gmail.com baolin.wang@linux.alibaba.com boris.brezillon@collabora.com brauner@kernel.org corbet@lwn.net dri-devel@lists.freedesktop.org healych@amazon.com hughd@google.com intel-gfx@lists.freedesktop.org jani.nikula@linux.intel.com joonas.lahtinen@linux.intel.com kernel@collabora.com linux-doc@vger.kernel.org linux-kernel@vger.kernel.org linux-mm@kvack.org liviu.dudau@arm.com loic.molinari@collabora.com maarten.lankhorst@linux.intel.com mcanal@igalia.com mikolaj.wasiak@intel.com mripard@kernel.org mwen@igalia.com nitin.r.gote@intel.com robh@kernel.org rodrigo.vivi@intel.com simona@ffwll.ch steven.price@arm.com tursulin@ursulin.net tzimmermann@suse.de viro@zeniv.linux.org.uk willy@infradead.org]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 2+ messages in thread
* [moderation/CI] Re: drm: Reduce page tables overhead with THP
@ 2025-11-10 18:22 syzbot ci
0 siblings, 0 replies; 2+ messages in thread
From: syzbot ci @ 2025-11-10 18:22 UTC (permalink / raw)
To: syzkaller-upstream-moderation; +Cc: syzbot
syzbot ci has tested the following series
[v7] drm: Reduce page tables overhead with THP
https://lore.kernel.org/all/20251110155000.2936-1-loic.molinari@collabora.com
* [PATCH v7 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
* [PATCH v7 02/11] drm/shmem-helper: Map huge pages in fault handler
* [PATCH v7 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
* [PATCH v7 04/11] drm/gem: Add huge tmpfs mountpoint helpers
* [PATCH v7 05/11] drm/i915: Use huge tmpfs mountpoint helpers
* [PATCH v7 06/11] drm/v3d: Use huge tmpfs mountpoint helpers
* [PATCH v7 07/11] drm/gem: Get rid of *_with_mnt helpers
* [PATCH v7 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
* [PATCH v7 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
* [PATCH v7 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
* [PATCH v7 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section
and found the following issue:
kernel build error
Full report is available here:
https://ci.syzbot.org/series/1ecba15f-79c3-40ff-99c6-8f3540bddf65
***
kernel build error
tree: linux-next
URL: https://kernel.googlesource.com/pub/scm/linux/kernel/git/next/linux-next
base: 9c0826a5d9aa4d52206dd89976858457a2a8a7ed
arch: amd64
compiler: Debian clang version 20.1.8 (++20250708063551+0c9f909b7976-1~exp1~20250708183702.136), Debian LLD 20.1.8
config: https://ci.syzbot.org/builds/bbe8396b-ae74-40bd-a351-2850eb51f8ce/config
drivers/gpu/drm/drm_gem.c:1315:10: error: too many arguments to function call, expected 5, have 6
***
If these findings have caused you to resend the series or submit a
separate fix, please add the following tag to your commit message:
Tested-by: syzbot@syzkaller.appspotmail.com
---
This report is generated by a bot. It may contain errors.
syzbot ci engineers can be reached at syzkaller@googlegroups.com.
The email will later be sent to:
[airlied@gmail.com akpm@linux-foundation.org andi.shyti@linux.intel.com bagasdotme@gmail.com baolin.wang@linux.alibaba.com boris.brezillon@collabora.com brauner@kernel.org corbet@lwn.net dri-devel@lists.freedesktop.org healych@amazon.com hughd@google.com intel-gfx@lists.freedesktop.org jani.nikula@linux.intel.com joonas.lahtinen@linux.intel.com kernel@collabora.com linux-doc@vger.kernel.org linux-kernel@vger.kernel.org linux-mm@kvack.org liviu.dudau@arm.com loic.molinari@collabora.com maarten.lankhorst@linux.intel.com mcanal@igalia.com mikolaj.wasiak@intel.com mripard@kernel.org mwen@igalia.com nitin.r.gote@intel.com robh@kernel.org rodrigo.vivi@intel.com simona@ffwll.ch steven.price@arm.com tursulin@ursulin.net tzimmermann@suse.de viro@zeniv.linux.org.uk willy@infradead.org]
If the report looks fine to you, reply with:
#syz upstream
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-10 18:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 13:46 [moderation/CI] Re: drm: Reduce page tables overhead with THP syzbot ci
-- strict thread matches above, loose matches on Subject: below --
2025-11-10 18:22 syzbot ci
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox