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:   Sun, 30 Apr 2023 10:36:27 +1200
From:   Luke Jones <luke@...nes.dev>
To:     hqp1203hqp@....com
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: fix keyboard not working under some laptops

Hi

Additionally the patch isn't generated correctly.
In your main git of Linux kernel where the last commit is your patch do 
`git format-patch HEAD^`
You should then end up with 
0001-drivers-fix-keyboard-not-working-under-some-laptops.patch

On Sun, Apr 30 2023 at 10:32:03 +1200, Luke Jones <luke@...nes.dev> 
wrote:
> Hi,
> 
> Because this is a quirk sepcific to the FA507NV:
> 
> > + .matches = {
> > + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> > + DMI_MATCH(DMI_BOARD_NAME, "FA507NV"),
> > + },
> 
> perhaps the patch title should be renamed to reflect that?
> 
> I have a user with the same issue, I will confirm it fixes the 
> problem.
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ