mbox series

[GIT,PULL] AFFS fixes for 6.14-rc5

Message ID cover.1741016639.git.dsterba@suse.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] AFFS fixes for 6.14-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-6.14-rc5-tag

Message

David Sterba March 3, 2025, 4:08 p.m. UTC
Hi,

please pull two fixes from Simon Tatham. They're real bugfixes for
problems with OFS floppy disks created on linux and then read in the
emulated Workbench environment. Thanks.

----------------------------------------------------------------
The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

  Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-6.14-rc5-tag

for you to fetch changes up to 011ea742a25a77bac3d995f457886a67d178c6f0:

  affs: don't write overlarge OFS data block size fields (2025-02-26 15:20:57 +0100)

----------------------------------------------------------------
Simon Tatham (2):
      affs: generate OFS sequence numbers starting at 1
      affs: don't write overlarge OFS data block size fields

 fs/affs/file.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org March 3, 2025, 5:57 p.m. UTC | #1
The pull request you sent on Mon,  3 Mar 2025 17:08:53 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/affs-6.14-rc5-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/99fa936e8e4f117d62f229003c9799686f74cebc

Thank you!