On Sat, 03 Feb 2024 20:16:15 -0500 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > This is the update for 6.7. It includes Linus's updates as well as all the > patches leading up to them. Hmm, I just realized I didn't include the sha of the upstream commit. I simply ran 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 $a; then break; fi ; done And I believe I removed one unrelated patch. I know that cherry-pick has a '-x' option that adds a: "(cherry picked from commit ...)" I can re-run it and make sure it still matches this branch if it makes it easier for you. -- Steve