Message ID | 20181109065654.GA12805@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] nvme fixes for 4.20 | expand |
On 11/8/18 11:56 PM, Christoph Hellwig wrote: > - revert an RDMA commit that didn't help but caused problems > - fix another minor P2P fallout > - make sure the multipath device inherits the devices limits of > the controllers below > > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: > > Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git nvme-4.20 This is based on 4.20-rc1 for some reason, not my for-linus. So I get a few thousand extra commits... I pulled the patches and applied manually.
On Fri, Nov 09, 2018 at 06:16:09AM -0700, Jens Axboe wrote: > On 11/8/18 11:56 PM, Christoph Hellwig wrote: > > - revert an RDMA commit that didn't help but caused problems > > - fix another minor P2P fallout > > - make sure the multipath device inherits the devices limits of > > the controllers below > > > > The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: > > > > Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) > > > > are available in the Git repository at: > > > > git://git.infradead.org/nvme.git nvme-4.20 > > This is based on 4.20-rc1 for some reason, not my for-linus. So I get > a few thousand extra commits... I pulled the patches and applied > manually. That is because your for-linus was still 4.20-rc based when I created it.
On 11/9/18 6:20 AM, Christoph Hellwig wrote: > On Fri, Nov 09, 2018 at 06:16:09AM -0700, Jens Axboe wrote: >> On 11/8/18 11:56 PM, Christoph Hellwig wrote: >>> - revert an RDMA commit that didn't help but caused problems >>> - fix another minor P2P fallout >>> - make sure the multipath device inherits the devices limits of >>> the controllers below >>> >>> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: >>> >>> Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) >>> >>> are available in the Git repository at: >>> >>> git://git.infradead.org/nvme.git nvme-4.20 >> >> This is based on 4.20-rc1 for some reason, not my for-linus. So I get >> a few thousand extra commits... I pulled the patches and applied >> manually. > > That is because your for-linus was still 4.20-rc based when > I created it. It's never been 4.20-rc based. After the initial merge, it got based on a random commit in the merge window: commit 3acbd2de6bc3af215c6ed7732dfc097d1e238503 Merge: d49f8a52b15b de7d83da84bd Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Thu Oct 25 09:00:15 2018 -0700 Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound and has been ever since.
>> That is because your for-linus was still 4.20-rc based when >> I created it. > > It's never been 4.20-rc based. After the initial merge, it got based > on a random commit in the merge window: > > commit 3acbd2de6bc3af215c6ed7732dfc097d1e238503 > Merge: d49f8a52b15b de7d83da84bd > Author: Linus Torvalds <torvalds@linux-foundation.org> > Date: Thu Oct 25 09:00:15 2018 -0700 > > Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound > > and has been ever since. That was because I rebased it when your for-linus didn't include Ming's buggy version of the brd commit. Sorry for the mixup..
On 11/9/18 10:10 AM, Sagi Grimberg wrote: > >>> That is because your for-linus was still 4.20-rc based when >>> I created it. >> >> It's never been 4.20-rc based. After the initial merge, it got based >> on a random commit in the merge window: >> >> commit 3acbd2de6bc3af215c6ed7732dfc097d1e238503 >> Merge: d49f8a52b15b de7d83da84bd >> Author: Linus Torvalds <torvalds@linux-foundation.org> >> Date: Thu Oct 25 09:00:15 2018 -0700 >> >> Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound >> >> and has been ever since. > > That was because I rebased it when your for-linus didn't include Ming's > buggy version of the brd commit. Sorry for the mixup.. No problem, it's pretty trivial to just do manually for cases like this.