linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] flexible array conversions for 5.10-rc2
@ 2020-10-30 22:13 Gustavo A. R. Silva
  2020-10-31 21:35 ` Linus Torvalds
  2020-10-31 21:45 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo A. R. Silva @ 2020-10-30 22:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Kees Cook, Gustavo A. R. Silva, Linux Kernel Mailing List

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flexible-array-conversions-5.10-rc2

for you to fetch changes up to a38283da05d321fa1fce38ea3cf41c9f1dbd1f21:

  printk: ringbuffer: Replace zero-length array with flexible-array member (2020-10-30 16:57:42 -0500)

----------------------------------------------------------------
flexible-array member conversion patches for 5.10-rc2

Hi Linus,

Please, pull the following patches that replace zero-length arrays with
flexible-array members.

Thanks
--
Gustavo

----------------------------------------------------------------
Gustavo A. R. Silva (17):
      dmaengine: ti-cppi5: Replace zero-length array with flexible-array member
      mailbox: zynqmp-ipi-message: Replace zero-length array with flexible-array member
      platform/chrome: cros_ec_commands: Replace zero-length array with flexible-array member
      platform/chrome: cros_ec_proto: Replace zero-length array with flexible-array member
      tracepoint: Replace zero-length array with flexible-array member
      params: Replace zero-length array with flexible-array member
      Bluetooth: Replace zero-length array with flexible-array member
      fs: Replace zero-length array with flexible-array member
      enetc: Replace zero-length array with flexible-array member
      ima: Replace zero-length array with flexible-array member
      scsi: target: tcmu: Replace zero-length array with flexible-array member
      Bluetooth: btintel: Replace zero-length array with flexible-array member
      gve: Replace zero-length array with flexible-array member
      mei: hw: Replace zero-length array with flexible-array member
      net/mlx5: Replace zero-length array with flexible-array member
      net/smc: Replace zero-length array with flexible-array member
      printk: ringbuffer: Replace zero-length array with flexible-array member

 drivers/bluetooth/btintel.h                      |  2 +-
 drivers/misc/mei/hw.h                            |  6 +++---
 drivers/net/ethernet/freescale/enetc/enetc_qos.c |  2 +-
 drivers/net/ethernet/google/gve/gve_adminq.h     |  2 +-
 drivers/net/ethernet/google/gve/gve_main.c       |  5 ++---
 drivers/target/target_core_user.c                |  2 +-
 fs/binfmt_elf.c                                  |  2 +-
 fs/hfs/btree.h                                   |  2 +-
 fs/hfsplus/hfsplus_fs.h                          |  2 +-
 fs/isofs/rock.h                                  |  8 ++++----
 fs/select.c                                      |  4 ++--
 include/linux/dma/ti-cppi5.h                     |  4 ++--
 include/linux/fs.h                               |  2 +-
 include/linux/mailbox/zynqmp-ipi-message.h       |  2 +-
 include/linux/mlx5/mlx5_ifc.h                    |  4 ++--
 include/linux/platform_data/cros_ec_commands.h   | 14 +++++++-------
 include/linux/platform_data/cros_ec_proto.h      |  2 +-
 kernel/params.c                                  |  2 +-
 kernel/printk/printk_ringbuffer.c                |  2 +-
 kernel/tracepoint.c                              |  2 +-
 net/bluetooth/msft.c                             |  3 ++-
 net/smc/smc_clc.h                                |  4 ++--
 security/integrity/ima/ima.h                     |  2 +-
 23 files changed, 40 insertions(+), 40 deletions(-)

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

* Re: [GIT PULL] flexible array conversions for 5.10-rc2
  2020-10-30 22:13 [GIT PULL] flexible array conversions for 5.10-rc2 Gustavo A. R. Silva
@ 2020-10-31 21:35 ` Linus Torvalds
  2020-11-02 16:20   ` Gustavo A. R. Silva
  2020-10-31 21:45 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2020-10-31 21:35 UTC (permalink / raw)
  To: Gustavo A. R. Silva; +Cc: Kees Cook, Linux Kernel Mailing List

On Fri, Oct 30, 2020 at 4:14 PM Gustavo A. R. Silva
<gustavoars@kernel.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flexible-array-conversions-5.10-rc2

So I really don't like getting these outside the merge window. These
kinds of patches _can_ introduce bugs, and I see noi real upside to
doing them outside the merge window once the initial "avoid lots of
possible merge conflicts" bulk was done.

I've taken this, but I don't want to see any more. This is very
clearly "development" not "fixes". It goes into the merge window, not
rc kernels.

                Linus

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

* Re: [GIT PULL] flexible array conversions for 5.10-rc2
  2020-10-30 22:13 [GIT PULL] flexible array conversions for 5.10-rc2 Gustavo A. R. Silva
  2020-10-31 21:35 ` Linus Torvalds
@ 2020-10-31 21:45 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-10-31 21:45 UTC (permalink / raw)
  To: Gustavo A. R. Silva
  Cc: Linus Torvalds, Kees Cook, Gustavo A. R. Silva,
	Linux Kernel Mailing List

The pull request you sent on Fri, 30 Oct 2020 17:13:42 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flexible-array-conversions-5.10-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/53760f9b74a3412c1b67a20b0e8dbf7c3cebfc45

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

* Re: [GIT PULL] flexible array conversions for 5.10-rc2
  2020-10-31 21:35 ` Linus Torvalds
@ 2020-11-02 16:20   ` Gustavo A. R. Silva
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo A. R. Silva @ 2020-11-02 16:20 UTC (permalink / raw)
  To: Linus Torvalds, Gustavo A. R. Silva; +Cc: Kees Cook, Linux Kernel Mailing List



On 10/31/20 16:35, Linus Torvalds wrote:
> So I really don't like getting these outside the merge window. These
> kinds of patches _can_ introduce bugs, and I see noi real upside to
> doing them outside the merge window once the initial "avoid lots of
> possible merge conflicts" bulk was done.
> 
> I've taken this, but I don't want to see any more. This is very
> clearly "development" not "fixes". It goes into the merge window, not
> rc kernels.

OK; I've got it. I'll take that into account for future PRs.

Thanks!
--
Gustavo

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

end of thread, other threads:[~2020-11-02 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 22:13 [GIT PULL] flexible array conversions for 5.10-rc2 Gustavo A. R. Silva
2020-10-31 21:35 ` Linus Torvalds
2020-11-02 16:20   ` Gustavo A. R. Silva
2020-10-31 21:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).