[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZO0FRCAhO5vdQFPA@work>
Date:   Mon, 28 Aug 2023 14:36:20 -0600
From:   "Gustavo A. R. Silva" <gustavoars@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Kees Cook <keescook@...omium.org>, linux-hardening@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        "Gustavo A. R. Silva" <gustavoars@...nel.org>
Subject: [GIT PULL] flexible-array transformations for 6.6-rc1
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(-)
Powered by blists - more mailing lists
 
