mbox series

[GIT,PULL] flexible-array transformations for 6.6-rc1

Message ID ZO0FRCAhO5vdQFPA@work (mailing list archive)
State Mainlined
Commit 9d6b14cd1e993d2ff98df0cef6d935ce6fd4dbec
Headers show
Series [GIT,PULL] flexible-array transformations for 6.6-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flex-array-transformations-6.6-rc1

Message

Gustavo A. R. Silva Aug. 28, 2023, 8:36 p.m. UTC
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flex-array-transformations-6.6-rc1

for you to fetch changes up to 4d8cbf6dbcdaebe949461b0a933ae4c71cb53edc:

  fs: omfs: Use flexible-array member in struct omfs_extent (2023-07-31 14:55:48 -0600)

----------------------------------------------------------------
flexible-array transformations for 6.6-rc1

Hi Linus,

Please, pull the following flexible-array transformations. These patches
have been baking in linux-next for a while.

Thanks
--
Gustavo

----------------------------------------------------------------
Gustavo A. R. Silva (3):
      reiserfs: Replace one-element array with flexible-array member
      sparc: openpromio: Address -Warray-bounds warning
      fs: omfs: Use flexible-array member in struct omfs_extent

 arch/sparc/include/uapi/asm/openpromio.h |  5 ++---
 fs/omfs/file.c                           | 12 ++++++------
 fs/omfs/omfs_fs.h                        |  2 +-
 fs/reiserfs/fix_node.c                   |  5 +++--
 fs/reiserfs/reiserfs.h                   |  2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 29, 2023, 8:18 p.m. UTC | #1
The pull request you sent on Mon, 28 Aug 2023 14:36:20 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flex-array-transformations-6.6-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9d6b14cd1e993d2ff98df0cef6d935ce6fd4dbec

Thank you!