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] [thread-next>] [day] [month] [year] [list]
Message-ID: <b87d1a4c-9624-4df8-98ba-f2560b7df18b@t-8ch.de>
Date:   Sat, 6 May 2023 08:57:49 +0200
From:   Thomas Weißschuh <thomas@...ch.de>
To:     Jorge Lopez <jorgealtxwork@...il.com>
Cc:     hdegoede@...hat.com, platform-driver-x86@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v12 00/13] HP BIOSCFG driver

On 2023-05-05 17:00:30-0500, Jorge Lopez wrote:
<snip>

> Jorge Lopez (13):
>   HP BIOSCFG driver - Documentation
>   HP BIOSCFG driver  - biosattr-interface
>   HP BIOSCFG driver  - bioscfg
>   HP BIOSCFG driver  - int-attributes
>   HP BIOSCFG driver  - ordered-attributes
>   HP BIOSCFG driver  - passwdobj-attributes
>   HP BIOSCFG driver  - string-attributes
>   HP BIOSCFG driver  - bioscfg-h
>   HP BIOSCFG driver  - enum-attributes
>   HP BIOSCFG driver  - spmobj-attributes
>   HP BIOSCFG driver  - surestart-attributes
>   HP BIOSCFG driver  - Makefile
>   HP BIOSCFG driver  - MAINTAINERS

These could be reordered a bit to be easier to read.

* Documentation
* bioscfg-h
* bioscfg
* biosattr-interface
* *-attributes
* Makefile
* MAINTAINERS

Also currently the subject spacing is currently inconsistent.
Something like "hp-bioscfg: foo" would be more in line with the rest of
the kernel.

> 
>  .../testing/sysfs-class-firmware-attributes   | 117 ++-
>  MAINTAINERS                                   |   6 +
>  drivers/platform/x86/hp/Kconfig               |  16 +
>  drivers/platform/x86/hp/Makefile              |   1 +
>  drivers/platform/x86/hp/hp-bioscfg/Makefile   |  12 +
>  .../x86/hp/hp-bioscfg/biosattr-interface.c    | 319 ++++++
>  drivers/platform/x86/hp/hp-bioscfg/bioscfg.c  | 982 ++++++++++++++++++
>  drivers/platform/x86/hp/hp-bioscfg/bioscfg.h  | 523 ++++++++++
>  .../x86/hp/hp-bioscfg/enum-attributes.c       | 482 +++++++++
>  .../x86/hp/hp-bioscfg/int-attributes.c        | 448 ++++++++
>  .../x86/hp/hp-bioscfg/ordered-attributes.c    | 443 ++++++++
>  .../x86/hp/hp-bioscfg/passwdobj-attributes.c  | 584 +++++++++++
>  .../x86/hp/hp-bioscfg/spmobj-attributes.c     | 381 +++++++
>  .../x86/hp/hp-bioscfg/string-attributes.c     | 415 ++++++++
>  .../x86/hp/hp-bioscfg/surestart-attributes.c  | 133 +++
>  15 files changed, 4860 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/Makefile
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/biosattr-interface.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/ordered-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
>  create mode 100644 drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c
> 
> --
> 2.34.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ