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 47BDF1A0AE8 for ; Tue, 16 Jul 2024 20:11:07 +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=1721160668; cv=none; b=qjiEcDCOr+y1OPm1lAHyhIZZlT3QShovmDf+dV9Z8IFsq4qhEcFWhr5CJJEWsyS4ZWFzCIF/UoQVTCyqZtIU4rMjsBD6O63q944gqmBqEhhCQCQU/QzjD1uf8VlQlyzfptm7pcPM51P/jYLYKnZqAaSUBlL1/znQffVoIPBuhTc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721160668; c=relaxed/simple; bh=u0ghT8dU1S07tbbl3Ihco2OikKAPp33hAhpPhYhVY0E=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=qEv0lyecMz4NX/93j/Tts1gvE7J7JeSOU0nMPj/No2lEXtvvhVzPSWPWkIBef8tjQSK09lo0fcdMk6zIKV8Vpdf7xTngu0Lrj6nn0FQlOxp+MbnsHfQk027jYKEOUzBGnPPYBYuMRED2W7oFYsvrwWG0A31SGwurD2kO/dw8/Hg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4B22C116B1; Tue, 16 Jul 2024 20:11:06 +0000 (UTC) Date: Tue, 16 Jul 2024 16:11:05 -0400 From: Steven Rostedt To: Mathieu Desnoyers Cc: Linus Torvalds , LKML , Masami Hiramatsu , Dan Carpenter , Thorsten Blum Subject: Re: [GIT PULL] ring-buffer: Updates for 6.11 Message-ID: <20240716161105.0aa6bfe1@rorschach.local.home> In-Reply-To: References: <20240716155118.152dea35@rorschach.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Tue, 16 Jul 2024 16:05:26 -0400 Mathieu Desnoyers wrote: > On 2024-07-16 15:51, Steven Rostedt wrote: > > > > > > Linus, > > > > tracing/ring-buffer: Have persistent buffer across reboots > > Hi Steven, > > Perhaps I'm missing something here, but we discussed previously that > you would document the fact that users of this feature are expected > to run the same kernel before/after reboot. > > Looking at this PR, I fail to find that documentation, or in fact > any documentation at all. Is this something that was overlooked ? Hmm, was that for this code, or the one that used the reserved_mem change, which isn't in this pull request, as it depends on the code that is going through the mm tree. Technically it can work with different kernels (I have even done that). But yeah, it isn't guaranteed to work in such cases. But that is just a documentation update. -- Steve