From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 0F1031F2B90 for ; Wed, 2 Apr 2025 23:33:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743636786; cv=none; b=X3elYtZy9ZlGlDIILHMQzhuFQzJwndsrwXJH4hzllRCsaW4wXeXEJ8h6EHXdKrrflbFDCGx0hWOK01JcUwpyzmKz97x2WE+/jV6fQ5nkJbLwdcTCf4rhvvWzgUokcUjEVLlD0/pqVfmm7aQkjNUhp0gR2XkixIK67mMmy6wWpg8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743636786; c=relaxed/simple; bh=+9f0xh9bpu/7FQEc1yyrZuyMy6JfBPpuLuPzy6kUEmc=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To:Cc: In-Reply-To:References; b=C6K9TT28Owi0BdpoV809Wdte9WZe9U2zX2EWgMs30flT92IqUamjU6pUQyw58Ausv724SKv9vofH19UCQ0PrfpvslZzx8lojjh9DYqMVd8EdxQUcVFcM6QTMpXT3NM0wMEA9qKlTLeQb15Q9Y10IrVl5P1p6xhhrSlpQ/Oyzm/s= 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=mllKh4UH; arc=none smtp.client-ip=91.218.175.185 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="mllKh4UH" Precedence: bulk X-Mailing-List: bpf@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=1743636779; 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=UESCMlxPt4+JIRa3Qu1C2NXufnZRpQhrOYXEHP5fpf8=; b=mllKh4UHS4YIajtS+ukvBMhZJk0tBnJgnUp+VMdaSPVYdpUtWv5JDPEA5ziLb8bcBXxIvV qT6xmonW6v3+uum6xqQ3VHSj109JVM2/VdiWZl/SCRm1msbiT5duLFFYVGPpSG1jTb+q8u ZiBMymUj8uMTI4xqxmLpCWqtGwVPpkw= Date: Wed, 02 Apr 2025 23:32:58 +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: "Ihor Solodrai" Message-ID: TLS-Required: No Subject: Re: [PATCH] scripts/sorttable: Fix endianness handling in build-time mcount sort To: "Steven Rostedt" Cc: "Vasily Gorbik" , "Masami Hiramatsu" , "Catalin Marinas" , "Nathan Chancellor" , "Ilya Leoshkevich" , "Heiko Carstens" , "Alexander Gordeev" , linux-kernel@vger.kernel.org, bpf@vger.kernel.org In-Reply-To: <20250402192851.0bc6fc77@gandalf.local.home> References: <6acbc2347a86153c2646a4bfebaa226e9b0e01f7@linux.dev> <20250402192851.0bc6fc77@gandalf.local.home> X-Migadu-Flow: FLOW_OUT On 4/2/25 4:28 PM, Steven Rostedt wrote: > On Wed, 02 Apr 2025 23:22:40 +0000 > "Ihor Solodrai" wrote: > >> Hi Vasily, >> >> I can confirm that this patch fixes BPF selftests on s390x: >> https://github.com/kernel-patches/vmtest/actions/runs/14231181710 >> >> Tested-by: Ihor Solodrai > > Thanks, but I already submitted a pull request that includes this fix, = as > it looked pretty obvious (I did run it through all my normal tests, but > just didn't test the big/little endian case). > > https://lore.kernel.org/all/20250402174449.08caae28@gandalf.local.hom= e/ Sure, that's fine. I had to test it anyway, so that a revert fa1518875286 patch could be removed from CI. Just sharing a data point. Thank you. > > -- Steve