Message ID | 160156420377.1728886.5309670328610130816.stgit@warthog.procyon.org.uk |
---|---|
Headers | show |
Series | rxrpc: Fixes and preparation for RxGK | expand |
From: David Howells <dhowells@redhat.com> Date: Thu, 01 Oct 2020 15:56:43 +0100 > The patches are tagged here: > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > rxrpc-next-20201010 No, they aren't. ==================== git pull --no-ff git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git rxrpc-next-20201010 fatal: couldn't find remote ref rxrpc-next-20201010 ==================== Also, you have to submit changes much much much earlier. Don't let your patch sets get into the 20+ patch range, it's much to large and a huge burdon for patch reviewers. Make this patch series smaller, fix the GIT stuff, and resubmit. Thank you.
David Miller <davem@davemloft.net> wrote: > > The patches are tagged here: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > > rxrpc-next-20201010 > > No, they aren't. oops. I transposed the last two digits. I really need to make my script check the cover message. > Also, you have to submit changes much much much earlier. Since the fixes in the set need to go after the patches in net-next, should I resubmit just those for net-next, or sit on them till -rc1? David
From: David Howells <dhowells@redhat.com> Date: Sat, 03 Oct 2020 21:01:49 +0100 > Since the fixes in the set need to go after the patches in net-next, should I > resubmit just those for net-next, or sit on them till -rc1? My 'net' tree is always open for bug fixes, and that's where bug fixes belong. Not 'net-next'.
David Miller <davem@davemloft.net> wrote: > > Since the fixes in the set need to go after the patches in net-next, should I > > resubmit just those for net-next, or sit on them till -rc1? > > My 'net' tree is always open for bug fixes, and that's where bug fixes > belong. Not 'net-next'. "Need to go after the patches in net-next" - ie. there's a dependency. David
From: David Howells <dhowells@redhat.com> Date: Sat, 03 Oct 2020 22:24:55 +0100 > David Miller <davem@davemloft.net> wrote: > >> > Since the fixes in the set need to go after the patches in net-next, should I >> > resubmit just those for net-next, or sit on them till -rc1? >> >> My 'net' tree is always open for bug fixes, and that's where bug fixes >> belong. Not 'net-next'. > > "Need to go after the patches in net-next" - ie. there's a dependency. If the bugs exist before your net-next changes, that doesn't make any sense. The fixes have to be against whatever is in 'net'. If the fixes are introduced by your net-next changes, you should integrate them into your net-next changes.