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:   Thu, 11 Jun 2020 00:47:00 +0200
From:   Rikard Falkeborn <rikard.falkeborn@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     arnd@...db.de, gregkh@...uxfoundation.org,
        Rikard Falkeborn <rikard.falkeborn@...il.com>,
        Frank Haverkamp <haver@...ux.ibm.com>,
        Sudeep Dutt <sudeep.dutt@...el.com>,
        Ashutosh Dixit <ashutosh.dixit@...el.com>
Subject: [PATCH 0/4] drivers/misc: Constify static structs

Constify some static structs that are not modified to allow the compiler
to put them in read-only memory. The patches are independent of each
other.

Rikard Falkeborn (4):
  misc: rtsx_usb: Constify struct usb_device_id
  misc: genwqe: Constify struct pci_error_handlers
  mei: hdcp: Constify struct mei_cl_device_id
  mic: vop: Constify static structs

 drivers/misc/cardreader/rtsx_usb.c | 2 +-
 drivers/misc/genwqe/card_base.c    | 2 +-
 drivers/misc/mei/hdcp/mei_hdcp.c   | 2 +-
 drivers/misc/mic/vop/vop_main.c    | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.27.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ