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 2D8AB2F3651 for ; Fri, 11 Jul 2025 18:24:41 +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=1752258282; cv=none; b=oBzvuw0EkPGNJUoLcRm4s2t2gYlMNG4cJX/t/qSZooS0zWvttdSVYah+UUG11LfIBDnFBEMuByHqzHkbob1OXVjmN194jXQsN3eUozGgGrXs0cyEfb+21CAssR10CX0fZBujPvg3wJcCOXhCQK4Wg/BqQzzMjA6F6p5fDktMFGw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752258282; c=relaxed/simple; bh=l6MitHX7dsL3E19/H/X35EuFSaxCO3Hf46keafOAWWA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rc/a1B0x08gwc9g+RD+xn2BS59kCOCTkrBITw216Wif+kitH+nbWP1N9HofU3p0Kty/sxp1AmdsbCs+M5FHJnrDlZEdWWBzOfQxWc9t4wYnG8FRdomHF0dq3Ukaftl3bfLTMJfw1GLRPpgxzJoOnXa/IU/N0REl2BNfKw7VjGao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=OeejoXNl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="OeejoXNl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 154BFC4CEED; Fri, 11 Jul 2025 18:24:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1752258281; bh=l6MitHX7dsL3E19/H/X35EuFSaxCO3Hf46keafOAWWA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OeejoXNllaZHOLTbGwmgS24gZqz+qlP/bna85GRMGhV4xxMjzKGkivcuYuckPFdJR e0G30uHlvIEFp3VsCCIdJ6+6wQIolz1+ooyKfEq+SKDfgljelQNTNqb7GqvNcXw/Yq 8ihvTn5ftEw7ZRjlQaCRY3bMJgxq6Z4xWBcYiIDs= Date: Fri, 11 Jul 2025 20:24:37 +0200 From: Greg KH To: Steven Rostedt Cc: Christoph Hellwig , Mathieu Desnoyers , linux-kernel@vger.kernel.org, Josh Poimboeuf , Masami Hiramatsu , Peter Zijlstra , Ingo Molnar , Jiri Olsa , Namhyung Kim , Thomas Gleixner , Andrii Nakryiko , Indu Bhagat , "Jose E. Marchesi" , Beau Belgrave , Jens Remus , Linus Torvalds , Andrew Morton , tech-board-discuss@lists.linuxfoundation.org Subject: Re: [RFC PATCH 2/5] unwind: Export unwind_user symbol to GPL modules Message-ID: <2025071104-amnesty-flashback-b883@gregkh> References: <20250709212556.32777-1-mathieu.desnoyers@efficios.com> <20250709212556.32777-3-mathieu.desnoyers@efficios.com> <20250711065742.00d6668b@gandalf.local.home> <2025071124-cola-slouching-9dd2@gregkh> <20250711091734.5632dcf7@gandalf.local.home> <2025071127-reunion-residence-c0f2@gregkh> <20250711133240.0d5b6de8@batman.local.home> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250711133240.0d5b6de8@batman.local.home> On Fri, Jul 11, 2025 at 01:32:40PM -0400, Steven Rostedt wrote: > > So get the lttng code merged into the tree please, it seems that you are > > the one objecting to the merge, not me :) > > It was actually others, and it was years ago. Perhaps we could just > accept the LTTng kernel module as is, as a module, and leave it at that? That's up to the maintainers of the subsystem where it would be, not me. And that would solve this problem, so I do recommend it :) thanks, greg k-h