[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2024021919-herbs-uninvited-c286@gregkh>
Date: Mon, 19 Feb 2024 19:10:27 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: linux-kernel@...r.kernel.org, stable@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Sasha Levin <sashal@...nel.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Subject: Re: [v6.7][PATCH v2 00/23] eventfs: Linus's updates for 6.7
On Tue, Feb 06, 2024 at 06:31:58AM -0500, Steven Rostedt wrote:
>
> This is a backport of all the work that lead up to the work that Linus made
> on eventfs. I trust Linus's version more so than the versions in 6.6 and
> 6.7. There may be plenty of hidden issues due to the design.
>
> This is the update for 6.7. It includes Linus's updates as well as all the
> patches leading up to them.
>
> I ran these through my full test suite that I use before sending anyting to
> Linus, althouh I did not run my "bisect" test that walks through the
> patches. The tests were just run on the end result. I'm currently running my
> 6.6 version through my tests.
>
> This was created with the following command against v6.7.3:
>
> git log --reverse --no-merges --pretty=oneline v6.7..origin/master fs/tracefs/ | cut -d' ' -f1 |
> while read a; do if ! git cherry-pick -x $a; then break; fi ; done
>
> Which adds -x to the cherry pick to add the upstream commit SHAs.
All now picked up, thanks.
greg k-h
Powered by blists - more mailing lists