You are not logged in.
Please try:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.11.rc1.r46.gc91a7de-1-x86_64.pkg.tar.zst
Offline
6.11.0-rc1-1-mainline-00046-gc91a7dee0555 is bad
Offline
Please test:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r4977.gf64c1a4-1-x86_64.pkg.tar.zst
Offline
6.10.0-1-mainline-04977-gf64c1a459339 is bad
Offline
Please try:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r4974.gbacc15e-1-x86_64.pkg.tar.zst
Offline
6.10.0-1-mainline-04974-gbacc15e010fc is bad
Offline
Please test:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r4973.g9c2913b-1-x86_64.pkg.tar.zst
Offline
6.10.0-1-mainline-04973-g9c2913b962da is bad
Offline
Please lastly test:
sudo pacman -U https://pkgbuild.com/\~gromit/linux-bisection-kernels/linux-mainline-v6.10.r4972.gf0d17d6-1-x86_64.pkg.tar.zst
Now we only have two left:
$ git bisect visualize --oneline | cat
9c2913b962da HID: wacom: more appropriate tool type categorization
f0d17d696dfc HID: wacom: Modify pen IDs
Last edited by gromit (2024-10-07 20:28:42)
Offline
6.10.0-1-mainline-04972-gf0d17d696dfc is good
Offline
Aaaaand we have a winner:
$ git bisect good
9c2913b962daf3e5a947babf93f2125765eeca09 is the first bad commit
commit 9c2913b962daf3e5a947babf93f2125765eeca09
Author: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
Date: Tue Jul 9 14:57:29 2024 +0900
HID: wacom: more appropriate tool type categorization
Recent eraser and pen tools are able to be distinguished
by looking at its least significant nibble.
This modification applies it to wacom_intuos_get_tool_type
function and reduces its code lines.
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.tobita@wacom.com>
Signed-off-by: Tatsunosuke Tobita <tatsunosuke.wacom@gmail.com>
Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
Link: https://patch.msgid.link/20240709055729.17158-2-tatsunosuke.wacom@gmail.com
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
drivers/hid/wacom_wac.c | 66 +++++++----------------------------------------
1 file changed, 10 insertions(+), 56 deletions(-)
I will write a bugreport in the coming days, do you have a name and email I could you to credit & CC you in the report? This then gets added in the form of "Reported-by: User Name <email@test.com>" when there is a fix found or the problematic commit is reverted. Also it would be good if you could be ready to supply more debug outputs once the Upstream developers ask for it.
Offline
Name: Daniel Jutz
Email: daniel@djutz.com
Thank you very much. I couldn't have done it without your help and patience.
Offline
I have now sent out the report, lets see how it goes
https://lore.kernel.org/all/3cd82004-c5 … @heusel.eu
(currently lore seems to be offline, but the link should work in a few hours)
Offline
The fix is now also on the way to the stable tree and to be released with 6.11.4 (most likely around wednesday): https://lore.kernel.org/all/20241014141 … dation.org
Offline