Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
i915 0000:00:02.0: Resetting rcs0 for hang on rcs0
77fc9100fc5768ca01ca2dd2cc5a515a4723a58a is the first bad commit
commit 77fc9100fc5768ca01ca2dd2cc5a515a4723a58a
Author: Jon Bloomfield jon.bloomfield@intel.com
Date: Thu Sep 27 10:23:17 2018 -0700
drm/i915/cmdparser: Use explicit goto for error pathscommit 0546a29cd884fb8184731c79ab008927ca8859d0 upstream.In the next patch we will be adding a second validtermination condition which will require a smallamount of refactoring to share logic with the BB_ENDcase.Refactor all error conditions to jump to a dedicatedexit path, with 'break' reserved only for a successfulparse.Cc: Tony Luck <tony.luck@intel.com>Cc: Dave Airlie <airlied@redhat.com>Cc: Takashi Iwai <tiwai@suse.de>Cc: Tyler Hicks <tyhicks@canonical.com>Signed-off-by: Jon Bloomfield <jon.bloomfield@intel.com>Reviewed-by: Chris Wilson <chris.p.wilson@intel.com>Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Prior to this the hangs does not happen. After this it hangs just opening a libreoffice document a 2-3 times
This is the bisect log
heavensdoor linux # git bisect loggit bisect start# bad: [dada86c5aaa8f2305bf8a8bf9014b60603f9f013] Linux 5.3.11git bisect bad dada86c5aaa8f2305bf8a8bf9014b60603f9f013# good: [b260a0862e3a9fccdac23ec3b783911b098c1c74] Linux 5.3.10git bisect good b260a0862e3a9fccdac23ec3b783911b098c1c74# good: [9fd8ecf10b9cf44efc6d70791df3e1857598fb76] net: stmmac: Fix the problem of tso_xmitgit bisect good 9fd8ecf10b9cf44efc6d70791df3e1857598fb76# good: [cf0ccb042e9ea3e6a156b753292b4d3e80bfeef9] hv_netvsc: Fix error handling in netvsc_attach()git bisect good cf0ccb042e9ea3e6a156b753292b4d3e80bfeef9# good: [7819546459c63b98fe14d43137ef8e4eebeb78f4] drm/i915: Remove Master tables from cmdparsergit bisect good 7819546459c63b98fe14d43137ef8e4eebeb78f4# bad: [981d3a01c29b03b512604f21196af3ec7a14987f] x86/speculation/taa: Add mitigation for TSX Async Abortgit bisect bad 981d3a01c29b03b512604f21196af3ec7a14987f# bad: [bdb4e778f43a07e0d51354c4b9a8a17306ec4b85] drm/i915/cmdparser: Ignore Length operands during command matchinggit bisect bad bdb4e778f43a07e0d51354c4b9a8a17306ec4b85# good: [41e79b82c420f88c709f53dd2f3e61e0c01d511b] drm/i915: Allow parsing of unsized batchesgit bisect good 41e79b82c420f88c709f53dd2f3e61e0c01d511b# bad: [77fc9100fc5768ca01ca2dd2cc5a515a4723a58a] drm/i915/cmdparser: Use explicit goto for error pathsgit bisect bad 77fc9100fc5768ca01ca2dd2cc5a515a4723a58a# good: [4b75b05cb098b15658a91fae3be29a58a1cfa2a1] drm/i915: Add gen9 BCS cmdparsinggit bisect good 4b75b05cb098b15658a91fae3be29a58a1cfa2a1# first bad commit: [77fc9100fc5768ca01ca2dd2cc5a515a4723a58a] drm/i915/cmdparser: Use explicit goto for error paths
@skarana1 I can confirm that on 5.5rc with the mentioned patch I don't see any hangs on my UHD 620 while playing Civilization VI, previously it was freezing with the rcs0 message after about 30 mins of gameplay.