From: "Numan Demirdöğen" <if.gnu.linux@gmail.com>
Cc: jason.low2@hpe.com, Waiman.Long@hpe.com,
paulmck@linux.vnet.ibm.com, tglx@linutronix.de,
dmitry.torokhov@gmail.com, peterz@infradead.org,
mingo@redhat.com, linux-kernel@vger.kernel.org,
linux-input@vger.kernel.org,
Pavel Machek <pavel@ucw.cz>"Waiman.Long@hpe.com"
<Waiman.Long@hpe.com>"paulmck@linux.vnet.ibm.com"
<paulmck@linux.vnet.ibm.com>"tglx@linutronix.de"
<tglx@linutronix.de>"dmitry.torokhov@gmail.com"
<dmitry.torokhov@gmail.com>"peterz@infradead.org"
<peterz@infradead.org>"mingo@redhat.com" <mingo@redhat.com>
Subject: Re: [regression, bisected] Keyboard not responding after resuming from suspend/hibernate
Date: Fri, 30 Nov 2018 15:44:55 +0300 [thread overview]
Message-ID: <20181130154455.21578c4d@korsan.localdomain> (raw)
In-Reply-To: <20181028220654.7e77e5d7@ubuntu>
[-- Attachment #1: Type: text/plain, Size: 1707 bytes --]
Sun, 28 Oct 2018 22:06:54 +0300 tarihinde
Numan Demirdöğen <if.gnu.linux@gmail.com> yazdı:
>Thu, 25 Oct 2018 09:49:03 +0200 tarihinde
>Pavel Machek <pavel@ucw.cz> yazdı:
>
>> Hi!
>>
>> Here's problem bisected down to:
>>
>> commit 9d659ae14b545c4296e812c70493bfdc999b5c1c
>> Author: Peter Zijlstra <peterz@infradead.org>
>> Date: Tue Aug 23 14:40:16 2016 +0200
>>
>> locking/mutex: Add lock handoff to avoid starvation
>>
>> Implement lock handoff to avoid lock starvation.
>>
>> Numan, I assume revert of that patch on the 4.18 kernel still makes
>> it work?
>>
>
>Unfortunately, I could not revert
>9d659ae14b545c4296e812c70493bfdc999b5c1c on kernels from 4.18.16 to
>4.10-rc1 because there were too much conflicts, which I could not solve
>as an "average Joe". I tried a3ea3d9b865c2a8f7fe455c7fa26db4b6fd066e3
>which is parent of 9d659ae14b545c4296e812c70493bfdc999b5c1c and
>succeeded to compile kernel.
>
>git checkout a3ea3d9b865c2a8f7fe455c7fa26db4b6fd066e3
>
>Then, I compiled kernel and rebooted with it. I tried a couples of
>times suspending and resuming, all of the time keyboard worked as
>expected.
>
With this one line patch from Takashi Iwai, keyboard is working as
expected after resuming from suspend/hibernate.
--- a/kernel/locking/mutex.c
+++ b/kernel/locking/mutex.c
@@ -59,7 +59,7 @@ EXPORT_SYMBOL(__mutex_init);
* Bit2 indicates handoff has been done and we're waiting for pickup.
*/
#define MUTEX_FLAG_WAITERS 0x01
-#define MUTEX_FLAG_HANDOFF 0x02
+#define MUTEX_FLAG_HANDOFF 0x00
#define MUTEX_FLAG_PICKUP 0x04
#define MUTEX_FLAGS 0x07
Thanks in advance and regards,
--
Numan Demirdöğen
[-- Attachment #2: Dijital OpenPGP imzası --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2018-11-30 12:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180831215121.1b1f66bf@korsan.localdomain>
2018-10-19 7:20 ` Fw: PROBLEM: Keyboard not responding after resuming from suspend/hibernate Numan Demirdöğen
2018-10-25 7:49 ` [regression, bisected] " Pavel Machek
2018-10-28 19:06 ` Numan Demirdöğen
2018-11-30 12:44 ` Numan Demirdöğen [this message]
2018-12-02 22:28 ` Pavel Machek
2018-12-18 7:23 ` Numan Demirdöğen
2019-03-14 19:54 ` Peter Zijlstra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181130154455.21578c4d@korsan.localdomain \
--to=if.gnu.linux@gmail.com \
--cc=Waiman.Long@hpe.com \
--cc=dmitry.torokhov@gmail.com \
--cc=jason.low2@hpe.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=pavel@ucw.cz \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox