All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [GIT PULL] f2fs fix for 6.2-rc3
@ 2023-01-04 18:39 ` Jaegeuk Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaegeuk Kim @ 2023-01-04 18:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Linux F2FS Dev Mailing List

Hi Linus,

Could you please consider this pull request?

Thanks,

The following changes since commit 69b41ac87e4a664de78a395ff97166f0b2943210:

  Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2023-01-02 11:06:18 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-fix-6.2-rc3

for you to fetch changes up to df9d44b645b83fffccfb4e28c1f93376585fdec8:

  f2fs: let's avoid panic if extent_tree is not created (2023-01-03 08:59:06 -0800)

----------------------------------------------------------------
f2fs-fix-6.2-rc3

This series fixes the below three bugs introduced in 6.2-rc1.

- fix a null pointer dereference in f2fs_issue_flush, which occurs by the
combination of mount/remount options.

- fix a bug in per-block age-based extent_cache newly introduced in 6.2-rc1,
which reported a wrong age information in extent_cache.

- fix a kernel panic if extent_tree was not created, which was caught by a
wrong BUG_ON.

----------------------------------------------------------------
Chao Yu (1):
      f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()

Jaegeuk Kim (4):
      f2fs: initialize extent_cache parameter
      f2fs: don't mix to use union values in extent_info
      f2fs: should use a temp extent_info for lookup
      f2fs: let's avoid panic if extent_tree is not created

 fs/f2fs/data.c         |  2 +-
 fs/f2fs/extent_cache.c | 34 ++++++++++++++++++----------------
 fs/f2fs/file.c         |  2 +-
 fs/f2fs/segment.c      | 13 +++++--------
 4 files changed, 25 insertions(+), 26 deletions(-)


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] f2fs fix for 6.2-rc3
@ 2023-01-04 18:39 ` Jaegeuk Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaegeuk Kim @ 2023-01-04 18:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux F2FS Dev Mailing List, Linux Kernel Mailing List

Hi Linus,

Could you please consider this pull request?

Thanks,

The following changes since commit 69b41ac87e4a664de78a395ff97166f0b2943210:

  Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2023-01-02 11:06:18 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-fix-6.2-rc3

for you to fetch changes up to df9d44b645b83fffccfb4e28c1f93376585fdec8:

  f2fs: let's avoid panic if extent_tree is not created (2023-01-03 08:59:06 -0800)

----------------------------------------------------------------
f2fs-fix-6.2-rc3

This series fixes the below three bugs introduced in 6.2-rc1.

- fix a null pointer dereference in f2fs_issue_flush, which occurs by the
combination of mount/remount options.

- fix a bug in per-block age-based extent_cache newly introduced in 6.2-rc1,
which reported a wrong age information in extent_cache.

- fix a kernel panic if extent_tree was not created, which was caught by a
wrong BUG_ON.

----------------------------------------------------------------
Chao Yu (1):
      f2fs: fix to avoid NULL pointer dereference in f2fs_issue_flush()

Jaegeuk Kim (4):
      f2fs: initialize extent_cache parameter
      f2fs: don't mix to use union values in extent_info
      f2fs: should use a temp extent_info for lookup
      f2fs: let's avoid panic if extent_tree is not created

 fs/f2fs/data.c         |  2 +-
 fs/f2fs/extent_cache.c | 34 ++++++++++++++++++----------------
 fs/f2fs/file.c         |  2 +-
 fs/f2fs/segment.c      | 13 +++++--------
 4 files changed, 25 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [f2fs-dev] [GIT PULL] f2fs fix for 6.2-rc3
  2023-01-04 18:39 ` Jaegeuk Kim
@ 2023-01-04 20:17   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-01-04 20:17 UTC (permalink / raw)
  To: Jaegeuk Kim
  Cc: Linus Torvalds, Linux Kernel Mailing List,
	Linux F2FS Dev Mailing List

The pull request you sent on Wed, 4 Jan 2023 10:39:41 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-fix-6.2-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ac44821a81612317f4451b765986d8b9695d5d5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] f2fs fix for 6.2-rc3
@ 2023-01-04 20:17   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-01-04 20:17 UTC (permalink / raw)
  To: Jaegeuk Kim
  Cc: Linus Torvalds, Linux F2FS Dev Mailing List,
	Linux Kernel Mailing List

The pull request you sent on Wed, 4 Jan 2023 10:39:41 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-fix-6.2-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ac44821a81612317f4451b765986d8b9695d5d5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-04 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 18:39 [f2fs-dev] [GIT PULL] f2fs fix for 6.2-rc3 Jaegeuk Kim
2023-01-04 18:39 ` Jaegeuk Kim
2023-01-04 20:17 ` [f2fs-dev] " pr-tracker-bot
2023-01-04 20:17   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.