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]
Message-ID: <82d1840f-5a07-6d95-0b04-ef97bf7330fc@linux.intel.com>
Date: Mon, 7 Jul 2025 14:55:46 +0300 (EEST)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Eren Turhan <apole.dev@...il.com>
cc: Hans de Goede <hansg@...nel.org>, platform-driver-x86@...r.kernel.org, 
    James Seo <james@...iv.tech>, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] platform/x86: hp-wmi: Add DMI support for HP Victus
 16-s0xxx (8BD5)

On Sat, 5 Jul 2025, Eren Turhan wrote:

> ---
>  Makefile  |    1 +
>  dkms.conf |    5 +
>  hp-wmi.c  | 2291 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 2297 insertions(+)
>  create mode 100644 Makefile
>  create mode 100644 dkms.conf
>  create mode 100644 hp-wmi.c
> 
> diff --git a/Makefile b/Makefile
> new file mode 100644
> index 0000000..5c135ae
> --- /dev/null
> +++ b/Makefile
> @@ -0,0 +1 @@
> +obj-m := hp-wmi.o
> diff --git a/dkms.conf b/dkms.conf
> new file mode 100644
> index 0000000..8351ef2
> --- /dev/null
> +++ b/dkms.conf
> @@ -0,0 +1,5 @@
> +PACKAGE_NAME="hp-wmi-custom"
> +PACKAGE_VERSION="1.0"
> +BUILT_MODULE_NAME[0]="hp-wmi"
> +DEST_MODULE_LOCATION[0]="/kernel/drivers/platform/x86"
> +AUTOINSTALL="yes"
> diff --git a/hp-wmi.c b/hp-wmi.c
> new file mode 100644
> index 0000000..2f41b4a
> --- /dev/null
> +++ b/hp-wmi.c

Hi,

Unfortunately this is not based on the correct git repo and branch. Please 
resubmit with platform-drivers-x86 repo as the base if you want to have 
support for this to be included into the mainline kernel and we will be 
happy to consider your patch.

You should also write full changelog for the change, it's not enough to 
rely solely on the text in the shortlog (in Subject).

-- 
 i.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ