From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E58BB1A9FA4; Thu, 30 Apr 2026 01:04:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777511069; cv=none; b=o2TXYQZ/MxTxE17paDhJxkgiZQ9v8UofWNGZkcZfffF/EQGSyGHBO6CFaHDaxpz3dEMGrTb5K6VDwU1N1Wd2nWIgsVoYotqXV5qM1AIt80YpZnI2DdW6rgEVIYSekRtHv0XGEwoP1u/Mqnv10yxcHlT5Na5mMqxBWyTYCprkTYM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777511069; c=relaxed/simple; bh=GTCGLKihTuWP1sORw8KOdgxbbzF/xjg0bkw+1zXWbZ4=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=Rl8ErBAhnmGQOVYeTrUVsvx1VpNbCyk2ikohlVTFGyXAb7Y+LENf4HIK/cUvUFTmy8bY9C6vx/2Xvu2JtzDg1uP0lHzlfoUFQjW8eli9zq7V0irgN20jbLi8g4F6WxtU++kU127Emd1v9FLvNjoD42c/rYYdfA6Zw7VZWaDTADg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aZuI78Ri; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aZuI78Ri" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1D2CC19425; Thu, 30 Apr 2026 01:04:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777511068; bh=GTCGLKihTuWP1sORw8KOdgxbbzF/xjg0bkw+1zXWbZ4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=aZuI78Ri59Pc4kzgK5/4eUlf8+m67/uoB1Qi0Tz1nrdWj5fwbeo3h97oaBduS1Rrh xqENiEqmg4W0xH6SHjREnLOKXilrYzT3BVwSgAdWbAzAbOSa3yNOauycrg3Z85nNcc lpNwWQz+LsxxR4hIeA0IzwX7TglaRJ1q33tFnag0skOD8AjRihXzatWMOj7DIUAPGM L1ZXlSRfIvckwqhCsEECjnOi5pYO148Euz09bzQmygvVehZ83vagTphgC+a4Qv6jL2 aez9J4pW3f98TtVJ/+pdAwaROtRUkNzugBjOGXIeD4Urk8TDXeO8663rJzfi6AcXq2 ZkRZmfEhrxseA== From: Nathan Chancellor To: Nicolas Schier , Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Petr Pavlu Cc: Martin KaFai Lau , Eduard Zingerman , Song Liu , Yonghong Song , John Fastabend , KP Singh , Stanislav Fomichev , Hao Luo , Jiri Olsa , Luis Chamberlain , Daniel Gomez , Sami Tolvanen , Aaron Tomlin , Ihor Solodrai , Masahiro Yamada , Sasha Levin , linux-kbuild@vger.kernel.org, bpf@vger.kernel.org, linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20260410131343.2519532-1-petr.pavlu@suse.com> References: <20260410131343.2519532-1-petr.pavlu@suse.com> Subject: Re: [PATCH] kbuild/btf: Remove broken module relinking exclusion Message-Id: <177751104332.3341838.8867761635542688268.b4-ty@b4> Date: Wed, 29 Apr 2026 18:04:03 -0700 Precedence: bulk X-Mailing-List: linux-modules@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.16-dev X-Developer-Signature: v=1; a=openpgp-sha256; l=727; i=nathan@kernel.org; h=from:subject:message-id; bh=GTCGLKihTuWP1sORw8KOdgxbbzF/xjg0bkw+1zXWbZ4=; b=owGbwMvMwCUmm602sfCA1DTG02pJDJmfVk3fJVyddo9hysS2Haq37gjVnzu8v3HSiRMyHf4pt x+ZBXFt6ihlYRDjYpAVU2Spfqx63NBwzlnGG6cmwcxhZQIZwsDFKQATyQ9kZLjA1bJlphKnd9nr ha/mb3jqf/31/z25tg/cdvgtm5qYIS/IyNB9o3v1/C+eeTNS74hefVF7etO39KDbTJUW59dz773 w144ZAA== X-Developer-Key: i=nathan@kernel.org; a=openpgp; fpr=2437CB76E544CB6AB3D9DFD399739260CB6CB716 On Fri, 10 Apr 2026 15:13:29 +0200, Petr Pavlu wrote: > kbuild/btf: Remove broken module relinking exclusion Applied to https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next-unstable Thanks! [1/1] kbuild/btf: Remove broken module relinking exclusion https://git.kernel.org/kbuild/c/d9ba1abcccdae Please look out for regression or issue reports or other follow up comments, as they may result in the patch/series getting dropped or reverted. Patches applied to an "unstable" branch are accepted pending wider testing in -next and any post-commit review; they will generally be moved to the main branch in a week if no issues are found. Best regards, -- Cheers, Nathan