From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cock.li (unknown [37.120.193.123]) (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 96A1C3A0E91; Thu, 26 Feb 2026 10:05:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.120.193.123 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772100317; cv=none; b=PsoVeC8+LYnJ9E81AWeb7cL2yITP33ntz9FxxvHBm9a32WIi9c9Mctd6bas0TiI4Zl2S9iUTEyZxyke+OtlJwJRtkSmZkTtDW2hLy5JCQ4oFss5pjk1WJ9jQbcPu5IeV1G6gfsZIVKkzIgq6A/bZdTSAFvnsu1iG1njN7n+hOaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772100317; c=relaxed/simple; bh=+mp1GZfpY+7A8iKfsDMVdpmc++VqvTaOxRKoUcjUPuI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cXdxYGui9B2t0GEBX3I5HcoUywSFxqqLLIEjFXgqSFlyMcrasfVAJeSUldwu0fg4JWqSbj4SUUde9FPE40u5RvOe2jTQ0MOSeizrlhSzV+sqEsWUrWQbbLV9ngwmwIEAkwmMGKYl0CzZF8vml1dXYkzGQnTjay6pdav81p7g9Dk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc; spf=pass smtp.mailfrom=airmail.cc; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b=LMaXahdA; arc=none smtp.client-ip=37.120.193.123 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=airmail.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=airmail.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=airmail.cc header.i=@airmail.cc header.b="LMaXahdA" From: Hans Anda DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1772100304; bh=+mp1GZfpY+7A8iKfsDMVdpmc++VqvTaOxRKoUcjUPuI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LMaXahdAPoFFOy3ij+726ZHRsodYOWhsb3o0ipqQaPPV9VpnmdYJuFRYf0V7BbXe/ g9TRZHH0XEX/GCMOQ9f7rWugT33JUDBbfHhYafIZ6s14z9mCzENUki0LOgboRPDfPz zaWhESQeksH+bvD1eL911d4uufLsGCu+is1pB7Ot/BkFbq3WhHsXRs+TOd24Bi0Q62 8AkHcqBUbINBzylGTWtaCLBZ0q5U5Shoo495fLStS31qQbflLzX61aHnlKlCIRTjVk x4auuJV+NNhLZiYpdVg44TSPAT2rk9HDA5hNuzPTvvNg+s9KmTyS4pHos1yq/BtI3R VhH5+TW7YhM9g== To: Jonathan Corbet , Collin Funk , Shuah Khan Cc: workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Hans Anda Subject: [PATCH v2 0/2] scripts: workflow: sort ver_linux Date: Thu, 26 Feb 2026 11:02:57 +0100 Message-ID: <20260226100256.40215-2-hansa@airmail.cc> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260221152113.28322-2-hansa@airmail.cc> References: <20260221152113.28322-2-hansa@airmail.cc> Precedence: bulk X-Mailing-List: workflows@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit It is a pain in the ass to compare the software versions on the running system (scripts/ver_linux) with the minimal required versions (changes.rst). [v1] -> [v2] split v1 into a patch series changes.rst: add reference to ver_linux ver_linux: fix path to changes.rst Signed-off-by: Hans Anda