mbox series

[GIT,PULL] iomap: bug fixes for 6.6-rc4

Message ID 169608776189.1016505.15445601632237284088.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] iomap: bug fixes for 6.6-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-4

Message

Darrick J. Wong Sept. 30, 2023, 3:31 p.m. UTC
Hi Linus,

Please pull this branch with changes for iomap for 6.6-rc4.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

--D

The following changes since commit a5f31a5028d1e88e97c3b6cdc3e3bf2da085e232:

iomap: convert iomap_unshare_iter to use large folios (2023-09-19 09:05:35 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-4

for you to fetch changes up to 684f7e6d28e8087502fc8efdb6c9fe82400479dd:

iomap: Spelling s/preceeding/preceding/g (2023-09-28 09:26:58 -0700)

----------------------------------------------------------------
Bug fixes for 6.6-rc4:

* Handle a race between writing and shrinking block devices by
returning EIO.
* Fix a typo in a comment.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (1):
iomap: add a workaround for racy i_size updates on block devices

Geert Uytterhoeven (1):
iomap: Spelling s/preceeding/preceding/g

fs/buffer.c            | 11 ++++++++++-
fs/iomap/buffered-io.c |  2 +-
2 files changed, 11 insertions(+), 2 deletions(-)

Comments

Linus Torvalds Sept. 30, 2023, 4:52 p.m. UTC | #1
On Sat, 30 Sept 2023 at 08:31, Darrick J. Wong <djwong@kernel.org> wrote:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-4

No such tag - and not even a branch with a matching commit.

Forgot to push out?

                 Linus
Darrick J. Wong Sept. 30, 2023, 5:21 p.m. UTC | #2
On Sat, Sep 30, 2023 at 09:52:41AM -0700, Linus Torvalds wrote:
> On Sat, 30 Sept 2023 at 08:31, Darrick J. Wong <djwong@kernel.org> wrote:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-4
> 
> No such tag - and not even a branch with a matching commit.

Doh, wrong repo.  I'm kinda surprised that git request-pull didn't
complain about that.  Will send a new one.

--D

> Forgot to push out?
> 
>                  Linus
Linus Torvalds Sept. 30, 2023, 6:03 p.m. UTC | #3
On Sat, 30 Sept 2023 at 10:21, Darrick J. Wong <djwong@kernel.org> wrote:
>
> Doh, wrong repo.  I'm kinda surprised that git request-pull didn't
> complain about that.

I suspect it did complain, but that one-liner is admittedly much too
easy to overlook when everything else looks sane.

> Will send a new one.

Thanks, pulled.

             Linus
pr-tracker-bot@kernel.org Sept. 30, 2023, 6:12 p.m. UTC | #4
The pull request you sent on Sat, 30 Sep 2023 08:31:14 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git iomap-6.6-fixes-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/25d48d570eeda62cf71e5b9cdad76a37b833f408

Thank you!