On Wed, May 06, 2020 at 08:48:27AM -0400, Qian Cai wrote: > > On May 5, 2020, at 6:29 PM, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > > > > A full copy of the full kernel tree with the linux-next and mmotm patches > > already applied is available through git within an hour of the mmotm > > release. Individual mmotm releases are tagged. The master branch always > > points to the latest release, so it's constantly rebasing. > > > > https://github.com/hnaz/linux-mm > > > > The directory http://www.ozlabs.org/~akpm/mmots/ (mm-of-the-second) > > contains daily snapshots of the -mm tree. It is updated more frequently > > than mmotm, and is untested. > > > > A git copy of this tree is also available at > > > > https://github.com/hnaz/linux-mm > > > > Johannes, any idea why your git tree is not sync this time? The master branch is still 4-day behind. The new mmotm tag showed up as expected: https://github.com/hnaz/linux-mm/releases It's just that the master branch tracked mmots only, not mmotm. It's mostly a scripting problem around avoiding race conditions. But this keeps causing confusion, so I changed the scripts now. Master should now always point to the latest, whether that's mmots or mmotm. Thanks