From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53876C433EF for ; Tue, 12 Jul 2022 08:56:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232355AbiGLI4v (ORCPT ); Tue, 12 Jul 2022 04:56:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231806AbiGLI4r (ORCPT ); Tue, 12 Jul 2022 04:56:47 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29C93A9E6F for ; Tue, 12 Jul 2022 01:56:47 -0700 (PDT) Received: from [192.168.2.145] (109-252-119-232.nat.spd-mgts.ru [109.252.119.232]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dmitry.osipenko) by madras.collabora.co.uk (Postfix) with ESMTPSA id 14BB86601A22; Tue, 12 Jul 2022 09:56:45 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1657616205; bh=q6wZZce34Fb7Z1wgI7ETHHYo5esIbwx4QYiHHLa0p3A=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mRVdSCwqMqT3kKvYoR2/mJOF/pnd50xSM/qLIT2rRoBKkRrdEHy0OxZWg/0zEwD1F PCtvoAWo49tEuMNiOtowj0V5CJxkFQzKvEtnuaSgkkxXlz2+c3EDidjYy2Yi5r63gA xaVifQPIwm1j5VE83D6pT3XtgXkU7VbKby9dCeddzjHCnkSRx7wmznQpAlXC+3IK8f H1t5ZRkIhdlewYx4cLZdnHeKeib4NGaehz+T3ZXcP0W++h6Fvopm4EoMhMH4avYamZ qHXF5gYvG9P9g6mICYP52PBNI8IsjU6VKtNRnCgBN6loM+w0DMGofqxqpGW4N9Qyzj 1PS9wp0lDMbgQ== Message-ID: Date: Tue, 12 Jul 2022 11:56:41 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v1] drm/scheduler: Don't kill jobs in interrupt context Content-Language: en-US To: Alex Deucher , Andrey Grodzovsky , Thomas Zimmermann , Maarten Lankhorst Cc: Erico Nunes , Steven Price , Tomeu Vizoso , David Airlie , linux-kernel , dri-devel , Alyssa Rosenzweig , Dmitry Osipenko References: <20220411221536.283312-1-dmitry.osipenko@collabora.com> <573fae0d-c9ab-98b0-c6f1-5b0d4e52dd01@amd.com> <107fe968-8311-0511-cc31-22feb994a6d7@collabora.com> <3e07a8d0-2cbc-8f3e-8f9f-5b73fb82028b@amd.com> From: Dmitry Osipenko In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/6/22 18:46, Alex Deucher wrote: > On Wed, Jul 6, 2022 at 9:49 AM Andrey Grodzovsky > wrote: >> >> On 2022-07-06 03:07, Dmitry Osipenko wrote: >> >>> Hello Andrey, >>> >>> On 5/17/22 17:48, Dmitry Osipenko wrote: >>>> On 5/17/22 17:13, Andrey Grodzovsky wrote: >>>>> Done. >>>>> >>>>> Andrey >>>> Awesome, thank you! >>>> >>> Given that this drm-scheduler issue needs to be fixed in the 5.19-RC and >>> earlier, shouldn't it be in the drm-fixes and not in drm-next? >> >> >> I pushed it into drm-misc from where it got into drm-next. I don't have >> permission for drm-fixes. > > The -fixes branch of drm-misc. Now I don't see the scheduler bugfix neither in the -fixes branch nor in the -next and today Dave sent out 5.19-rc7 pull request without the scheduler fix. Could anyone please check what is going on with the DRM patches? Thanks! https://github.com/freedesktop/drm-misc/commits/drm-misc-fixes https://cgit.freedesktop.org/drm/drm-misc/log/?h=drm-misc-fixes -- Best regards, Dmitry