The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Ronald Warsow <rwarsow@gmx.de>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
	linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com
Subject: Re: [PATCH 6.18 000/614] 6.18.2-rc1 review
Date: Wed, 17 Dec 2025 16:25:40 +0100	[thread overview]
Message-ID: <2025121733-glaring-imperfect-3332@gregkh> (raw)
In-Reply-To: <797b868d-ffee-401d-afca-466394a03738@gmx.de>

On Wed, Dec 17, 2025 at 01:45:33PM +0100, Ronald Warsow wrote:
> On 17.12.25 10:36, Greg Kroah-Hartman wrote:
> > On Wed, Dec 17, 2025 at 09:27:49AM +0100, Ronald Warsow wrote:
> > > On 17.12.25 06:47, Greg Kroah-Hartman wrote:
> > > > On Tue, Dec 16, 2025 at 05:06:56PM +0100, Ronald Warsow wrote:
> > > > > Hi
> ...
> > 
> > Odd, as you aren't even running the driver that this commit points to,
> > right?  You shouldn't be building it, so why does this show up as the
> > "bad" commit id?
> > 
> > totally confused,
> > 
> 
> well I realized I left out several steps to do bisect correct.
> 
> I hope this time it's correct:
> 
> d84236562448e634208746f0e04f725a509d4648 is the first bad commit
> commit d84236562448e634208746f0e04f725a509d4648
> Author: Matthew Brost <matthew.brost@intel.com>
> Date:   Fri Oct 31 16:40:45 2025 -0700
> 
>     drm/xe: Enforce correct user fence signaling order using
> 
>     [ Upstream commit adda4e855ab6409a3edaa585293f1f2069ab7299 ]
> 
>     Prevent application hangs caused by out-of-order fence signaling when
>     user fences are attached. Use drm_syncobj (via dma-fence-chain) to
>     guarantee that each user fence signals in order, regardless of the
>     signaling order of the attached fences. Ensure user fence writebacks to
>     user space occur in the correct sequence.
> 
>     v7:
>      - Skip drm_syncbj create of error (CI)
> 
>     Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel
> GPUs")
>     Signed-off-by: Matthew Brost <matthew.brost@intel.com>
>     Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
>     Link:
> https://patch.msgid.link/20251031234050.3043507-2-matthew.brost@intel.com
>     Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
>  drivers/gpu/drm/xe/xe_exec_queue.c | 3 +++
>  1 file changed, 3 insertions(+)
> 

Thanks, will go drop this one now.

greg k-h

  reply	other threads:[~2025-12-17 15:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16 11:06 [PATCH 6.18 000/614] 6.18.2-rc1 review Greg Kroah-Hartman
2025-12-16 16:06 ` Ronald Warsow
2025-12-17  5:47   ` Greg Kroah-Hartman
2025-12-17  8:27     ` Ronald Warsow
2025-12-17  9:36       ` Greg Kroah-Hartman
2025-12-17  9:51         ` Ronald Warsow
2025-12-17 12:45         ` Ronald Warsow
2025-12-17 15:25           ` Greg Kroah-Hartman [this message]
2025-12-16 17:29 ` Brett A C Sheffield
2025-12-16 19:17 ` Achill Gilgenast
2025-12-16 19:35 ` Dileep malepu
2025-12-16 19:52 ` Naresh Kamboju
2025-12-17  6:30   ` Greg KH
2025-12-17  8:06     ` Naresh Kamboju
2025-12-17  9:25       ` Greg KH
2025-12-16 21:48 ` Florian Fainelli
2025-12-17  5:04 ` Ron Economos
2025-12-17  6:17 ` Jeffrin Thalakkottoor
2025-12-17 11:29 ` Takeshi Ogasawara
2025-12-17 12:51 ` Justin Forbes
2025-12-17 13:41 ` Jon Hunter
2025-12-18  4:27 ` Peter Schneider
2025-12-18  9:35 ` Mark Brown
2025-12-19 10:24 ` Miguel Ojeda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025121733-glaring-imperfect-3332@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox