From nobody Tue Dec 16 21:59:47 2025 Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) (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 AA20735280 for ; Mon, 10 Feb 2025 14:54:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.60.130.6 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739199284; cv=none; b=epihWSXq7N9PUFzZ/fYgrMxnHKjdO2O8zbY9rmxFnnjUsmJtqf2qGREWsu6Imh6lM2uSL5aML0bdkfwd2hPXq9mkuj0C+J84p5zRdCBSsqs8t8Bk3t76khMJRLV86Voa0ALxtBkb9jOsOYf8sjQx4RQZCFvtZeY/iVambhZPTA8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739199284; c=relaxed/simple; bh=gpQB64zK28VymNwuUlI36M50vNkB838Fw9jukifjhSc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=So1LUJTQznGz23DV/HOh79mjHxcCPz3HNTJq+hTL/JESBzUxXtJqJAIvSShOPebo7FKBK/WORqjt12Er0HTCey4PqifP3gi2MmlKKs63d06Ddt9wxx44TFwam2USl+K99oH71PusCmuE1b7HlFjNnFlLyPgTtf4PbWGy2TflQvw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com; spf=pass smtp.mailfrom=igalia.com; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b=VIvCBqCm; arc=none smtp.client-ip=178.60.130.6 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=igalia.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b="VIvCBqCm" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9jMk28bOWfaylyRwslc8STbXaC+nTlyAG2AkZ0cLCq8=; b=VIvCBqCm8ppWJ3pRD1wGnvPT2z SmKiYErgnOI7f01sq6V2q7q23fiEH5T8nzhS2sMuZvOTrxlNa44SPbkM8+PqPGeYjgqkXZQVpJfFF vKrEmHygOZU9rSPKGTu5AGF5BguKwW8yodA2v3IfAhhyFRGUYAuH0Sjo7xntOwcydZ1aofLI+Vr2J TBwxiM2zheq2aA/1Bjo2cyPWvRr7KrmffaPCXt0itUzhW9HRxDgh2ZXoNKwc64ROzfHnJVrCxAWvx hBkYq9hXGRuG5YUl95I2LX3009CFwZnKEfowsu+QWrEoXV1jx0MbTr//VetfRizJ9XKiJvQUMtTtw HQXr6bqg==; Received: from [58.29.143.236] (helo=localhost) by fanzine2.igalia.com with utf8esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1thVB8-007I80-0H; Mon, 10 Feb 2025 15:54:36 +0100 From: Changwoo Min To: tj@kernel.org, void@manifault.com, arighi@nvidia.com Cc: kernel-dev@igalia.com, linux-kernel@vger.kernel.org, Changwoo Min Subject: [PATCH] tools/sched_ext: Update enum_defs.autogen.h Date: Mon, 10 Feb 2025 23:54:30 +0900 Message-ID: <20250210145430.225867-1-changwoo@igalia.com> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Add where the script is located to the comment lines of the header file. This helps anyone re-generate the header file if required. Note that this is a sync from the PR [1] in the scx repo. [1] https://github.com/sched-ext/scx/pull/1322 Signed-off-by: Changwoo Min --- tools/sched_ext/include/scx/enum_defs.autogen.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/sched_ext/include/scx/enum_defs.autogen.h b/tools/sched_= ext/include/scx/enum_defs.autogen.h index 5551816856ee..6e6c45f14fe1 100644 --- a/tools/sched_ext/include/scx/enum_defs.autogen.h +++ b/tools/sched_ext/include/scx/enum_defs.autogen.h @@ -1,11 +1,12 @@ /* - * WARNING: This file is autogenerated from scripts/gen_enum_defs.py. + * WARNING: This file is autogenerated from gen_enum_defs.py [1]. + * + * [1] https://github.com/sched-ext/scx/blob/main/scripts/gen_enum_defs.py */ =20 #ifndef __ENUM_DEFS_AUTOGEN_H__ #define __ENUM_DEFS_AUTOGEN_H__ =20 - #define HAVE_SCX_DSP_DFL_MAX_BATCH #define HAVE_SCX_DSP_MAX_LOOPS #define HAVE_SCX_WATCHDOG_MAX_TIMEOUT --=20 2.48.1