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 B543C23D7CE for ; Fri, 9 Jan 2026 10:02:25 +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=1767952947; cv=none; b=hxH5mu+V6/8pc+KC/8LQUS/xh0js+LSrmrAJP/pr4TD9wIujhe2/BuGBXD9/dnrMbqtYQZkefDQNPiAhwWIVrdKvrDeRECIGQxeHftqg3H3yBTQcaA34TCjzTbvxXn5Hfj0B6iyPMLc+Sm6yesJTDxkEsDiR6cWmAoXxjdr2Q50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767952947; c=relaxed/simple; bh=wCtmccf93OSdvJM0ci+C4UIcKWbDzQZFco3p8oFuVu4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=MYqYHmjdvwYkegG+zM6B3gxBirQwLJ471zo10h4lcD6ASRtJoxB4m1XBsh5NTNBP23B0i6+qnZ9mS5dkfOpfFAIcXKL0doR9vS6CqfWb0/ZJ+qojMxP+ITrJ/55WdlaEJPZVv7VZZysHAOY3x1QtKpHbjM5frIlUyiFOSMLcwAw= 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=UY4sSDU4; 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="UY4sSDU4" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1767952933; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wCtmccf93OSdvJM0ci+C4UIcKWbDzQZFco3p8oFuVu4=; b=UY4sSDU4SbBiprpUUfacSNYoEhyPsOYsoGhlObdr+VOEhbsui0Vc40PevrBifNaPWbaQ68 EQ3WNpWlBz4HdHr1eTiQLewky4hmKXo8oGAb9wGSvNH0a/39742SxzbDjd3/qf/M3WGY/9 +yxCO3lFKI2gGM85X42qOYCil8LeZaw= From: George Guo To: arighi@nvidia.com Cc: changwoo@igalia.com, dongtai.guo@linux.dev, etsal@meta.com, guodongtai@kylinos.cn, linux-kernel@vger.kernel.org, sched-ext@lists.linux.dev, tj@kernel.org, void@manifault.com Subject: Re: [PATCH 1/1] sched_ext: Add error logging for dsq creation failures Date: Fri, 9 Jan 2026 18:02:06 +0800 Message-ID: <20260109100206.93018-1-dongtai.guo@linux.dev> In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi Andrea, I got the similar dmesg too. It seems that it's not necessry in scx_simple.bpf.c indeed. I will send v2 later for your review.