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:   Mon, 21 Sep 2020 19:33:51 +0530
From:   Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
To:     Bhaumik Bhatt <bbhatt@...eaurora.org>
Cc:     linux-arm-msm@...r.kernel.org, hemantk@...eaurora.org,
        jhugo@...eaurora.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3 0/3] Debugfs and Sysfs entries for MHI

On Fri, Sep 18, 2020 at 12:39:49PM -0700, Bhaumik Bhatt wrote:
> Introduce debugfs and sysfs entries for MHI.
> Fixes to allow building MHI as a module without warnings/errors.
> 
> This set of patches was tested on arm64 and x86_64 architectures.
> 
> v3:
> -Fix typo in commit text and add a minor update to it
> 

Series applied to mhi-next!

Thanks,
Mani

> v2:
> -Remove the patch for removal of MODULE_LICENSE() warnings
> -Add fixes to adhere to the Kconfig coding style
> 
> Bhaumik Bhatt (3):
>   bus: mhi: Fix entries based on Kconfig coding style
>   bus: mhi: core: Introduce debugfs entries for MHI
>   bus: mhi: core: Introduce sysfs entries for MHI
> 
>  Documentation/ABI/stable/sysfs-bus-mhi |  21 ++
>  MAINTAINERS                            |   1 +
>  drivers/bus/mhi/Kconfig                |  20 +-
>  drivers/bus/mhi/core/Makefile          |   1 +
>  drivers/bus/mhi/core/debugfs.c         | 410 +++++++++++++++++++++++++++++++++
>  drivers/bus/mhi/core/init.c            |  60 +++++
>  drivers/bus/mhi/core/internal.h        |  24 ++
>  include/linux/mhi.h                    |   2 +
>  8 files changed, 533 insertions(+), 6 deletions(-)
>  create mode 100644 Documentation/ABI/stable/sysfs-bus-mhi
>  create mode 100644 drivers/bus/mhi/core/debugfs.c
> 
> -- 
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ