Message ID | 20210831225935.GA26537@hsiangkao-HP-ZHAN-66-Pro-G1 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] erofs updates for 5.15-rc1 | expand |
On Tue, Aug 31, 2021 at 4:00 PM Gao Xiang <xiang@kernel.org> wrote: > > All commits have been tested and have been in linux-next. Note that > in order to support iomap tail-packing inline, I had to merge iomap > core branch (I've created a merge commit with the reason) in advance > to resolve such functional dependency, which is now merged into > upstream. Hopefully I did the right thing... It all looks fine to me. You have all the important parts: what you are merging, and _why_ you are merging it. So no complaints, and thanks for making it explicit in your pull request too so that I'm not taken by surprise. Linus
The pull request you sent on Wed, 1 Sep 2021 06:59:42 +0800:
> git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.15-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/412106c203b759fa7fbcc4f855a90ab18e681ccb
Thank you!
On Thu, Sep 02, 2021 at 09:18:59AM -0700, Linus Torvalds wrote: > On Tue, Aug 31, 2021 at 4:00 PM Gao Xiang <xiang@kernel.org> wrote: > > > > All commits have been tested and have been in linux-next. Note that > > in order to support iomap tail-packing inline, I had to merge iomap > > core branch (I've created a merge commit with the reason) in advance > > to resolve such functional dependency, which is now merged into > > upstream. Hopefully I did the right thing... > > It all looks fine to me. You have all the important parts: what you > are merging, and _why_ you are merging it. > > So no complaints, and thanks for making it explicit in your pull > request too so that I'm not taken by surprise. Yeah, thanks. That was my first time to merge another tree due to hard dependency like this. I've gained some experience from this and will be more confident on this if such things happen in the future. :) Thanks, Gao Xiang > > Linus
On Thu, Sep 2, 2021 at 11:21 AM Gao Xiang <xiang@kernel.org> wrote: > > Yeah, thanks. That was my first time to merge another tree due to hard > dependency like this. I've gained some experience from this and will be > more confident on this if such things happen in the future. :) Well, being nervous about cross-tree merges is probably a good thing, and they *should* be fairly rare. So don't get over-confident and cocky ;^) Linus