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-prev] [day] [month] [year] [list]
Date: Thu, 11 Apr 2024 22:59:44 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: David Yang <mmyangfl@...il.com>, linux-clk@...r.kernel.org
Cc: Michael Turquette <mturquette@...libre.com>, linux-kernel@...r.kernel.org, David Yang <mmyangfl@...il.com>
Subject: Re: [PATCH v9 00/13] clk: hisilicon: Migrate devm APIs

Quoting David Yang (2024-04-11 22:10:29)
> Migrate devm APIs for HiSilicon clock drivers and remove redundant codes.
> 
> This series is a partial improvement of [1]
> 
> v2: fix test robot error
> v3:
>   * size_t for all these num types
>   * hisi_clk_unregister() change into separate patch
>   * keep relevant header inclusions
>   * split driver files changes into separate patches
>   * explain hisi_clk_register_fn() checkpatch warnings
>   * not fixed: MODULE_LICENSE("GPL v2"), as stated in SPDX-License-Identifier
>   * not fixed: "hisilicon,hip04-clock" un-documented, as none of dts files in
>     arch/ use it, better to ask hisi people why they pushed this driver
> v4:
>   * typo: hisi_clocks_get_nr() should check clks->nr first
>   * unexport hisi_clk_unregister_fn() as no one use them outside
> v5: catch up with remove_new refactoring
> v6: fix compilation error and expand macros
> v7: rebase and use mod_devicetable.h instead
> v8: rebase again
> v9: add linux/platform_device.h include in patch 09 according to reviews

Still doesn't work. Please compile every file before sending again.
Hint:

	make path/to/file.o

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ