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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DAC06C433EF for ; Wed, 6 Jul 2022 15:46:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A09F11A60E; Wed, 6 Jul 2022 15:46:42 +0000 (UTC) Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9786111A60E for ; Wed, 6 Jul 2022 15:46:40 +0000 (UTC) Received: by mail-ed1-x52b.google.com with SMTP id e40so19818362eda.2 for ; Wed, 06 Jul 2022 08:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ArRN4vS4WYW+UtwDVjBQYC/h4Qpd9mKoSxm/dzHairI=; b=YNHJF3tZQJmC1EOhWUuvBhdzyOOfUsgXwnl6A41GdSylj/q8oVNeC+uxHedNpTMhL4 4jDkvSi1ok7oL7zW7TWR/b8oSxoMmbyaLBY8kLBbVjJ1nMzAAnLOFhljvdZ0zSFIgQGv hjlUiAolFD8Ftc9ta1v86i1gHs3S7Y2DhGo+xRzXf6Awp5tc09rWb0XzkJgzaa3lh6Xs 9cZhWOcARl5wiKfsaFHoBYxeoVf1Yt7VrO6D4l+LBaLAtmQKsLlF50Bh8LifyrH6bXWM cRUv5/bXV4DpG07PGZbqphIoNudeoOn0WZWMGhNicse2p9cFAbjBb5cIH3vkfganXhc/ bjIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ArRN4vS4WYW+UtwDVjBQYC/h4Qpd9mKoSxm/dzHairI=; b=Q7FoeO4rdcdzUgPfUK5c6XLKj26zC0oxkTS2bC9LAgT3UWDoIPwiQ7mHZV8BHQ9Mfj jEtjwWvF2oQZUYZiCEeGOSqhL5xPacc+1cjLJ7oN3vW5Lpg+/yxCRoNsUPWMeN+jDsb9 84Di24kcUA+9yYIuzlyJUmZO8K4CS3YfNprLhIXljkov/JNDRcPFz/hWnwA3xKp2PZfY pwFvEtg+/7RDXsgItcK0iMX2zG1wchHtAbhd0vtJKiyZhVuq0RQUb+Dp1GxBsItdZQud kk6H7F6eXqOoIzIAfiXPgn9+kWZmzCnnG5EE/1Q08S1nmP8Tv/gc9w5fW2I4AfYR1qIc t6hg== X-Gm-Message-State: AJIora8HYpBA5YKSNBTtV/Bnn8sHFdGGJjr9ISSZkFiDnoKccwof94zt XOGf7iuqAaf2iyWTBIoWTFSryPT2HBpqgL5KoKY= X-Google-Smtp-Source: AGRyM1t9mV36ZGcyklfBPmx0k1p5IWGVDwhcEUPZu7CLUml/Uv87cpi4zXtiKznLR5ejct/uBVvXSE8mtn3iVtfOReI= X-Received: by 2002:aa7:cd64:0:b0:43a:4d43:7077 with SMTP id ca4-20020aa7cd64000000b0043a4d437077mr24358556edb.302.1657122399092; Wed, 06 Jul 2022 08:46:39 -0700 (PDT) MIME-Version: 1.0 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> In-Reply-To: <3e07a8d0-2cbc-8f3e-8f9f-5b73fb82028b@amd.com> From: Alex Deucher Date: Wed, 6 Jul 2022 11:46:27 -0400 Message-ID: Subject: Re: [PATCH v1] drm/scheduler: Don't kill jobs in interrupt context To: Andrey Grodzovsky Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tomeu Vizoso , David Airlie , linux-kernel , dri-devel , Steven Price , Alyssa Rosenzweig , Dmitry Osipenko , Dmitry Osipenko , Erico Nunes Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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. Alex > > Andrey > > > > 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 80660C43334 for ; Wed, 6 Jul 2022 15:51:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234783AbiGFPvA (ORCPT ); Wed, 6 Jul 2022 11:51:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233954AbiGFPui (ORCPT ); Wed, 6 Jul 2022 11:50:38 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DF4B2AC47 for ; Wed, 6 Jul 2022 08:46:40 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id x10so12460297edd.13 for ; Wed, 06 Jul 2022 08:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ArRN4vS4WYW+UtwDVjBQYC/h4Qpd9mKoSxm/dzHairI=; b=YNHJF3tZQJmC1EOhWUuvBhdzyOOfUsgXwnl6A41GdSylj/q8oVNeC+uxHedNpTMhL4 4jDkvSi1ok7oL7zW7TWR/b8oSxoMmbyaLBY8kLBbVjJ1nMzAAnLOFhljvdZ0zSFIgQGv hjlUiAolFD8Ftc9ta1v86i1gHs3S7Y2DhGo+xRzXf6Awp5tc09rWb0XzkJgzaa3lh6Xs 9cZhWOcARl5wiKfsaFHoBYxeoVf1Yt7VrO6D4l+LBaLAtmQKsLlF50Bh8LifyrH6bXWM cRUv5/bXV4DpG07PGZbqphIoNudeoOn0WZWMGhNicse2p9cFAbjBb5cIH3vkfganXhc/ bjIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ArRN4vS4WYW+UtwDVjBQYC/h4Qpd9mKoSxm/dzHairI=; b=UUQ1dbmRXIjNWaF1mxJJ9IIp4FyRvdMApW/hzmlPsDuKc+XeAscOEyON3MS53cAX2v hp+Orxxhvti2xQaRsXkHyGyMJWQKdwkdDGMp5GUVwpjku0/Ybuv7RY97qcyfiWCmRy92 aOTvng2pN1yx1HoSokq/dT4aqPTZrGgliXD2wn1odL2yhXIhL0FUOkcBCekjjGbRMrK4 Af99IpvxwSjdkO+731nZDb6MNxltwmk2kWJiKtHtaMkVqz9gjz5rAIV1uq40fRrSqE97 b4gHm0WQrnYoOEoH7ai6aePKGg2m+VNiH2rTtRcNclFuHXKy0GfWg8JUiwCAvi3wfq+6 Zz4w== X-Gm-Message-State: AJIora8MLHn7rHW1JrrqzAE1jekVHyJhN8/JMe30WD6wiT9NkxaIlM0O 0hpwrUYKMJC1PrQY3/xExp+w634GieDkmySQuqA= X-Google-Smtp-Source: AGRyM1t9mV36ZGcyklfBPmx0k1p5IWGVDwhcEUPZu7CLUml/Uv87cpi4zXtiKznLR5ejct/uBVvXSE8mtn3iVtfOReI= X-Received: by 2002:aa7:cd64:0:b0:43a:4d43:7077 with SMTP id ca4-20020aa7cd64000000b0043a4d437077mr24358556edb.302.1657122399092; Wed, 06 Jul 2022 08:46:39 -0700 (PDT) MIME-Version: 1.0 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> In-Reply-To: <3e07a8d0-2cbc-8f3e-8f9f-5b73fb82028b@amd.com> From: Alex Deucher Date: Wed, 6 Jul 2022 11:46:27 -0400 Message-ID: Subject: Re: [PATCH v1] drm/scheduler: Don't kill jobs in interrupt context To: Andrey Grodzovsky Cc: Dmitry Osipenko , Erico Nunes , Steven Price , Tomeu Vizoso , David Airlie , linux-kernel , dri-devel , Alyssa Rosenzweig , Dmitry Osipenko Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Alex > > Andrey > > > >