sailus: on which branch/tag is your "[RFC v3 0/9] Sub-device configuration models" based ? jmondi: See https://git.linuxtv.org/sailus/media_tree.git/log/?h=metadata . I.e. these are on top of the earlier metadata patches. I tried fetching your tree but I get errors :-o What kind of errors? error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403 a fresh clone fails as well $ git clone https://git.linuxtv.org/sailus/media_tree.git Cloning into 'media_tree'... remote: fatal: bad tree object 0b98ad47737c65dab72517819d57678992d6a86d remote: aborting due to possible repository corruption on the remote side. fatal: early EOF fatal: fetch-pack: invalid index-pack output Uh-oh. :-o jmondi: I pushed it here, too: https://git.retiisi.eu/?p=~sailus/linux.git;a=summary . It took a while to push 6 years worth of changes. :-) I guess so I'll fetch from there, thanks mchehab: ^ sailus: using the url reported in the web interface doesn't work either fatal: unable to access 'https://git.retiisi.eu/git/~sailus/linux.git/': The requested URL returned error: 500 :-( Ok, I'll let you know once that works again. yeah, sorry for the fuss jmondi: It should work now. fatal: detected dubious ownership in repository at ... I think that check was relatively recently added to git. jomdi: I had a problem with sailus linuxtv yesterday. I did the following to get the ccs-ident branch: 1) git remote add sailustv git://linuxtv.org/sailus/media_tree.git 2) git fetch -v sailustv ccs-ident 3) git checkout -b ccs-ident sailustv/ccs-ident I tried it again now, and it seems to be working mehdi-djait3397: It may be some of the older branches aren't fully present in the repository but fetching individual newer ones still works. sailus: works now (the tree on retiisi.eu) \o/ sailus: are you a dubious owner ?