From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (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 E74D0207DE2 for ; Tue, 23 Dec 2025 13:18:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766495909; cv=none; b=ehWRwjg1fpg7wbd7KjRvT51Tcvam1i+zzBCMXhrx4rkXsT2JZrq55BYoAlv+txxakhkd6m5RLGdxJpSEGWrekbV37Jgas4eXhQIglkRvv6D9kKrAuYb5YiqVZhebXGS7Br9+btqbzfGUHrmcXhU+vtcnFepYkIpy5dZEKjTtf5A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766495909; c=relaxed/simple; bh=EX3Q1iOI86GxqfWAsNE/v+tKG6nUCZnjA7F3B63iTss=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To:Cc: In-Reply-To:References; b=hfLOhwWEzLKmR+hLdaHE8MVZuT+MoSIvwle9FfXg7EsYiN9XX41q3FdoVjVvrMqiFPZLKfgHysJerdqqGlgfXODKnTSv8bz0k+//dL7nUom9zxo2vVJi4K4+7ulCNyyZNq63vPlFA1PaUBraypSoQ4mLuGEAjo+0JQ2KgL7PLzI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=twoM49fD; arc=none smtp.client-ip=95.215.58.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="twoM49fD" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1766495906; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EX3Q1iOI86GxqfWAsNE/v+tKG6nUCZnjA7F3B63iTss=; b=twoM49fDamLvYOttGkR1gChdse3P9dIY+FKerhjoVtq4sv1dQVCrt1jd/vMhAxajKOmDCt MjXR+veQ5LEC44ErbYMKiJPcNs5fQYCpxvXrAZraT2/zE5hVikGxYjWlatFFhVhJRVXTZu vjR0lCNzAxnNucKq99Wywtlfs3j60WY= Date: Tue, 23 Dec 2025 13:18:24 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Zqiang" Message-ID: <62a69ff5257a46852275618d3be8e25fabf0a116@linux.dev> TLS-Required: No Subject: Re: [PATCH] sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq() To: "Tejun Heo" Cc: void@manifault.com, arighi@nvidia.com, changwoo@igalia.com, sched-ext@lists.linux.dev, linux-kernel@vger.kernel.org, emil@etsalapatis.com In-Reply-To: <682c3b7818107ce0e757b51bdb17b955@kernel.org> References: <20251222115318.18997-2-qiang.zhang@linux.dev> <682c3b7818107ce0e757b51bdb17b955@kernel.org> X-Migadu-Flow: FLOW_OUT >=20 >=20Applied to sched_ext/for-6.20. >=20 >=20Note: Commit message updated per Andrea's suggestion. Thank you for update commit message. Thanks Zqiang >=20 >=20Thanks. > -- > tejun >