[0/2] platform/x86: thinkpad_acpi: lockdep support

Message ID 20230704-thinkpad_acpi-lockdep-v1-0-60129548a738@weissschuh.net
Headers
Series platform/x86: thinkpad_acpi: lockdep support |

Message

Thomas Weißschuh July 4, 2023, 9:03 p.m. UTC
  Validate locking requirements in thinkpad_acpi through lockdep.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      platform/x86: thinkpad_acpi: take mutex for hotkey_mask_{set,get}
      platform/x86: thinkpad_acpi: use lockdep annotations

 drivers/platform/x86/thinkpad_acpi.c | 45 ++++++++++++++++++++++--------------
 1 file changed, 28 insertions(+), 17 deletions(-)
---
base-commit: 03275585cabd0240944f19f33d7584a1b099a3a8
change-id: 20230704-thinkpad_acpi-lockdep-7def9d7f91b5

Best regards,
  

Comments

Hans de Goede July 12, 2023, 3:49 p.m. UTC | #1
Hi,

On 7/4/23 23:03, Thomas Weißschuh wrote:
> Validate locking requirements in thinkpad_acpi through lockdep.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans



> ---
> Thomas Weißschuh (2):
>       platform/x86: thinkpad_acpi: take mutex for hotkey_mask_{set,get}
>       platform/x86: thinkpad_acpi: use lockdep annotations
> 
>  drivers/platform/x86/thinkpad_acpi.c | 45 ++++++++++++++++++++++--------------
>  1 file changed, 28 insertions(+), 17 deletions(-)
> ---
> base-commit: 03275585cabd0240944f19f33d7584a1b099a3a8
> change-id: 20230704-thinkpad_acpi-lockdep-7def9d7f91b5
> 
> Best regards,