On Fri, 2025-05-02 at 08:52 -0400, Theodore Ts'o wrote: > On Thu, May 01, 2025 at 07:48:35PM +0000, Viacheslav Dubeyko wrote: > > > <skipped> > > > > Btw, can you push your tree somewhere until you've got your > > > kernel.org account? > > > > Do we really need to create some temporary tree? I have a fork of > > kernel tree on github where I am managing SSDFS source code. But I > > am not sure that I can create another fork of kernel tree on github. > > If you have a fork of the kernel tree, sure, you can just use that and > tell folks what branch they should look at. > > Github should be just fine creating another fork of the kernel tree, > however. One advantage of having separate forks is that once you set > up the kernel.org tree from your local git tree, it becomes easier to > update multiple trees via separate git trees. So for example, when I > push out changes, I might do > > git push ra # ra.kernel.org is a CNAME for gitolite.kernel.org > # and is easier to type. :-) > git push github > > ... and this will update my trees on kernel.org and github > automatically, aince I have in my .git/config file: > > [remote "ra"] > url = ssh://gitolite@xxxxxxxxxxxxx/pub/scm/linux/kernel/git/tytso/ext4.git > fetch = +refs/heads/*:refs/remotes/ext4/* > push = +master:master > push = +origin:origin > push = +fixes:fixes > push = +dev:dev > push = +test:test > > [remote "github"] > url = git@xxxxxxxxxx:tytso/ext4.git > fetch = +refs/heads/*:refs/remotes/github/* > push = +master:master > push = +origin:origin > push = +fixes:fixes > push = +dev:dev > push = +test:test > Makes sense! Thank you for sharing these details. :) Adrian, Yangtao, I've created a hfs-linux-kernel organization [1] on GitHub and I've sent invitation to both of you. I've made the kernel tree fork [2] and I've started of collecting the known HFS/HFS+ issues [3]. So, we can take and assign the issue(s) there. Also, we could have a WiKi there too [4]. So, we are preparing the environment step by step. :) Thanks, Slava. [1] https://github.com/hfs-linux-kernel [2] https://github.com/hfs-linux-kernel/hfs-linux-kernel [3] https://github.com/hfs-linux-kernel/hfs-linux-kernel/issues/ [4] https://github.com/hfs-linux-kernel/hfs-linux-kernel/wiki