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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190815160020.183334-1-sboyd@kernel.org>
Date:   Thu, 15 Aug 2019 09:00:16 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>
Cc:     linux-kernel@...r.kernel.org, linux-clk@...r.kernel.org,
        linux-rtc@...r.kernel.org, bot@...nelci.org,
        tomeu.vizoso@...labora.com, guillaume.tucker@...labora.com,
        mgalka@...labora.com, broonie@...nel.org, matthew.hart@...aro.org,
        khilman@...libre.com, enric.balletbo@...labora.com,
        Sylwester Nawrocki <s.nawrocki@...sung.com>,
        Alessandro Zummo <a.zummo@...ertech.it>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Chen-Yu Tsai <wens@...e.org>, Jun Nie <jun.nie@...aro.org>,
        Maxime Ripard <maxime.ripard@...tlin.com>,
        Shawn Guo <shawnguo@...nel.org>,
        Sugaya Taichi <sugaya.taichi@...ionext.com>,
        Taniya Das <tdas@...eaurora.org>
Subject: [PATCH 0/4] Followup to "Make clk_hw::init NULL after clk registration"

I found some more cases where the init structure is referenced from
within the clk_hw struct after clk_registration is called. I suspect the
rtc driver fix is useful to avoid crashes on Allwinner devices, reported
by kernel-ci.

Cc: <bot@...nelci.org>                                                                                                                                      
Cc: <tomeu.vizoso@...labora.com>
Cc: <guillaume.tucker@...labora.com>
Cc: <mgalka@...labora.com>
Cc: <broonie@...nel.org>
Cc: <matthew.hart@...aro.org>
Cc: <khilman@...libre.com>
Cc: <enric.balletbo@...labora.com>
Cc: Sylwester Nawrocki <s.nawrocki@...sung.com>      
Cc: Alessandro Zummo <a.zummo@...ertech.it>
Cc: Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc: Chen-Yu Tsai <wens@...e.org>
Cc: Jun Nie <jun.nie@...aro.org>
Cc: Maxime Ripard <maxime.ripard@...tlin.com>
Cc: Shawn Guo <shawnguo@...nel.org>
Cc: Sugaya Taichi <sugaya.taichi@...ionext.com>
Cc: Taniya Das <tdas@...eaurora.org>

Stephen Boyd (4):
  clk: milbeaut:  Don't reference clk_init_data after registration
  clk: zx296718: Don't reference clk_init_data after registration
  rtc: sun6i: Don't reference clk_init_data after registration
  clk: qcom: Remove error prints from DFS registration

 drivers/clk/clk-milbeaut.c     |   2 +-
 drivers/clk/qcom/clk-rcg2.c    |   8 +--
 drivers/clk/zte/clk-zx296718.c | 109 +++++++++++++++------------------
 drivers/rtc/rtc-sun6i.c        |   2 +-
 4 files changed, 52 insertions(+), 69 deletions(-)

-- 
Sent by a computer through tubes

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ