From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 7C352361DDE for ; Fri, 27 Feb 2026 17:14:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772212476; cv=none; b=tzdBJIQWIJxMUg5m2vH6av/iCTD6W0Jk+oRDKz4DkyLgeJxEt5xQEcgkOmmFMA3v+w4o0NODYv9VVqbshxssDsqZztuBm5ZsSAaiqoQcYv/4/K0qejph1x3u25UiAYcmb0AGUpg3uB3pWh0h+wMHZ4ZRRv74kITas+AQRqzVkhk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772212476; c=relaxed/simple; bh=Nq3e5rr9eqP4frKaVBR1bUzIcrN1fo3dmGe77WArFgw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=a+qclz/WFKd1eQLXgSCzTl4Kx/1PskMyyOqOOYDSpnXJHvS1TFY7kvUKSPhzNCFiltFJ1tm2seH82bts4FARtgF1EY3wmSR7BnAp0Vj+2u74uig3fpX7AciYyT+K4DZTYlmPK1xsXPyYbrugIXZuV1RzCeKLZk7gV8tnngIvuT0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=RaIuikwM; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=D0MpFwEX; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="RaIuikwM"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="D0MpFwEX" Date: Fri, 27 Feb 2026 18:14:29 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1772212470; 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: in-reply-to:in-reply-to:references:references; bh=Nq3e5rr9eqP4frKaVBR1bUzIcrN1fo3dmGe77WArFgw=; b=RaIuikwMWgHZ/FeytgRzQ1DqPBy6vmwawbRVGiKQ86wFPAK2JM01GjI0393COhe1a5YCEj 70AlpUw83sd0GSKwT/wbLTq5WPMYP4pwlIkGsFzQ6go6aFKwsxPJ2KC7Bh59Goid8BMAlT XArushhFyD/1Biw3XPr3RUVLpGImr7JuwZj7VZUrCbx+Ce52mYcCWOW+OJ7AdsvwA9BwYj W+TVfovRe8DqvXxEUnxeSXQU5NP0n6YYOBjS/g7Ym/TtcxCz6FyTUvk5i1paQSIIUP7ScM ZmvRlID6Kqn0c+17sUJTJ+vkhDxwhqi1mvDL7csR9+i4vYcRtE5mFiJcB9+L4w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1772212470; 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: in-reply-to:in-reply-to:references:references; bh=Nq3e5rr9eqP4frKaVBR1bUzIcrN1fo3dmGe77WArFgw=; b=D0MpFwEX1l36OSYhxDLXfFqjKpfX/1UJq1ZMQ8Kwl6bJeg3Ql1w5Fmo15qC77yZIE0l6ex avGuuwL/Ms3XAEAQ== From: Sebastian Andrzej Siewior To: Tejun Heo Cc: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rt-devel@lists.linux.dev, "Luis Claudio R. Goncalves" , Ard Biesheuvel , John Ogness , Lai Jiangshan , Ilias Apalodimas Subject: Re: [PATCH v2 1/2] workqueue: Allow to expose ordered workqueues via sysfs Message-ID: <20260227171429.-Fwih-F3@linutronix.de> References: <20260227170103.4042157-1-bigeasy@linutronix.de> <20260227170103.4042157-2-bigeasy@linutronix.de> Precedence: bulk X-Mailing-List: linux-rt-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On 2026-02-27 07:12:46 [-1000], Tejun Heo wrote: > Acked-by: Tejun Heo Thank. > I can apply this to wq/for-7.1. Would that work? I think you need to take both since 2/2 can't be applied independently. Maybe Ard is going to give his blessing ;) > Thanks. Sebastian