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:   Sun, 13 Sep 2020 10:41:09 +0200
From:   Rikard Falkeborn <rikard.falkeborn@...il.com>
To:     Mark Brown <broonie@...nel.org>
Cc:     Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org,
        Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/5] drivers/regulator: Constify static variables

Constify a couple of static variables, most importantly regulator_ops to
allow the compiler to put them in read-only memory.

Rikard Falkeborn (5):
  regulator: dummy: Constify dummy_initdata and dummy_ops
  regulator: fixed: Constify static regulator_ops
  regulator: stw481x-vmmc: Constify static structs
  regulator: pca9450: Constify static regulator_ops
  regulator: ti-abb: Constify ti_abb_reg_ops

 drivers/regulator/dummy.c             | 4 ++--
 drivers/regulator/fixed.c             | 4 ++--
 drivers/regulator/pca9450-regulator.c | 6 +++---
 drivers/regulator/stw481x-vmmc.c      | 4 ++--
 drivers/regulator/ti-abb-regulator.c  | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.28.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ