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-next>] [day] [month] [year] [list]
Date: Thu, 27 Jun 2024 11:54:16 +0200
From: Benjamin Tissoires <bentiss@...nel.org>
To: Jiri Kosina <jikos@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org, 
 bpf@...r.kernel.org, Benjamin Tissoires <bentiss@...nel.org>, 
 Peter Hutterer <peter.hutterer@...-t.net>, 
 José Expósito <jose.exposito89@...il.com>, 
 K S Iyer <kumar.s.iyer65@...il.com>
Subject: [PATCH 0/6] HID: bpf: import some more fixes from udev-hid-bpf

This is a batch update to sync up the testing directory of udev-hid-bpf
and the kernel. The development happens there, and once we are happy,
we merge the bpf there, and then sync up with the kernel.

I've added all of the signed-off by from the various authors, as we
require them there as well.

Currently I don't have full testing for those new bpfs, but the current
test_tablets.py that I'm using for the 2 Artist 16 and 24 are not really
testing the correct bits, as we are more fixing buttons and plain stylus
reports than interactions between stylus and buttons.

Cheers,
Benjamin

Signed-off-by: Benjamin Tissoires <bentiss@...nel.org>
---
Benjamin Tissoires (6):
      HID: bpf: Add a HID report composition helper macros
      HID: bpf: add a driver for the Huion Inspiroy 2S (H641P)
      HID: bpf: move the BIT() macro to hid_bpf_helpers.h
      HID: bpf: Add support for the XP-PEN Deco Mini 4
      HID: bpf: Add Huion Dial 2 bpf fixup
      HID: bpf: Thrustmaster TCA Yoke Boeing joystick fix

 drivers/hid/bpf/progs/Huion__Dial-2.bpf.c          |  614 ++++
 drivers/hid/bpf/progs/Huion__Inspiroy-2-S.bpf.c    |  534 ++++
 .../bpf/progs/Thrustmaster__TCA-Yoke-Boeing.bpf.c  |  144 +
 drivers/hid/bpf/progs/XPPen__Artist24.bpf.c        |    2 -
 drivers/hid/bpf/progs/XPPen__DecoMini4.bpf.c       |  231 ++
 drivers/hid/bpf/progs/hid_bpf.h                    |    1 +
 drivers/hid/bpf/progs/hid_bpf_helpers.h            |    1 +
 drivers/hid/bpf/progs/hid_report_helpers.h         | 2960 ++++++++++++++++++++
 8 files changed, 4485 insertions(+), 2 deletions(-)
---
base-commit: d3e15189bfd4d0a9d3a7ad8bd0e6ebb1c0419f93
change-id: 20240627-import-bpf-f35faa95b71d

Best regards,
-- 
Benjamin Tissoires <bentiss@...nel.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ