lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 30 Oct 2020 17:13:42 -0500
From:   "Gustavo A. R. Silva" <gustavoars@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Kees Cook <keescook@...omium.org>,
        "Gustavo A. R. Silva" <gustavoars@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] flexible array conversions for 5.10-rc2

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ