Bug 204565

Summary: igt@i915_module_load@reload-no-display - kernel NULL pointer dereference in snd_hdac_bus_process_unsol_events
Product: Drivers Reporter: Martin Peres (martin.peres)
Component: Sound(ALSA)Assignee: Jaroslav Kysela (perex)
Status: NEW ---    
Severity: normal CC: lakshminarayana.vudum, tiwai
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.3.0-rc4 Subsystem:
Regression: No Bisected commit-id:
Attachments: Drop unsol event handler for Intel HDMI codecs
Add codec on bus address table lately

Description Martin Peres 2019-08-13 07:28:36 UTC
It has been a while, but it seems like snd_hdac_bus_process_unsol_events is again giving us null pointer dereferences:

<1> [234.338687] BUG: kernel NULL pointer dereference, address: 0000000000000629
<1> [234.338699] #PF: supervisor read access in kernel mode
<1> [234.338707] #PF: error_code(0x0000) - not-present page
<6> [234.338713] PGD 0 P4D 0 
<4> [234.338720] Oops: 0000 [#1] PREEMPT SMP PTI
<4> [234.338728] CPU: 2 PID: 33 Comm: kworker/2:1 Tainted: G     U            5.3.0-rc4-CI-CI_DRM_6687+ #1
<4> [234.338740] Hardware name:  /NUC6i5SYB, BIOS SYSKLi35.86A.0057.2017.0119.1758 01/19/2017
<4> [234.338754] Workqueue: events snd_hdac_bus_process_unsol_events [snd_hda_core]
<4> [234.338767] RIP: 0010:hdmi_unsol_event+0x7/0x120 [snd_hda_codec_hdmi]
<4> [234.338777] Code: 0f b7 d6 48 c7 c6 a0 70 56 a0 5d 41 5c 41 5d e9 d1 58 12 e1 0f 1f 44 00 00 66 2e 0f 1f 84 00 00 00 00 00 48 8b 87 48 06 00 00 <80> b8 29 06 00 00 00 74 02 f3 c3 41 54 41 89 f4 55 53 41 c1 ec 1a
<4> [234.338799] RSP: 0018:ffffc9000016fe50 EFLAGS: 00010286
<4> [234.338807] RAX: 0000000000000000 RBX: ffff888260828300 RCX: 0000000000000004
<4> [234.338816] RDX: ffffffffa0109050 RSI: 00000000ffffffff RDI: ffff88826082e7e8
<4> [234.338825] RBP: ffffc9000016fec8 R08: 0000000000000000 R09: 0000000000000001
<4> [234.338835] R10: 00000000cdb778b9 R11: 00000000ed8399fc R12: ffff888266b39900
<4> [234.338844] R13: ffff888266b3dc00 R14: 0000000000000000 R15: 0000000000000002
<4> [234.338855] FS:  0000000000000000(0000) GS:ffff888266b00000(0000) knlGS:0000000000000000
<4> [234.338866] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [234.338875] CR2: 0000000000000629 CR3: 0000000255baa004 CR4: 00000000003606e0
<4> [234.338884] Call Trace:
<4> [234.338894]  snd_hdac_bus_process_unsol_events+0x5a/0x70 [snd_hda_core]
<4> [234.338906]  process_one_work+0x245/0x610
<4> [234.338916]  worker_thread+0x37/0x380
<4> [234.338925]  ? process_one_work+0x610/0x610
<4> [234.338933]  kthread+0x119/0x130
<4> [234.338940]  ? kthread_park+0xa0/0xa0
<4> [234.338949]  ret_from_fork+0x3a/0x50
<4> [234.338959] Modules linked in: snd_hda_intel i915 vgem snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic mei_hdcp btusb btrtl btbcm btintel bluetooth x86_pkg_temp_thermal coretemp crct10dif_pclmul crc32_pclmul ecdh_generic ecc snd_intel_nhlt snd_hda_codec snd_hwdep snd_hda_core ghash_clmulni_intel snd_pcm e1000e ptp pps_core mei_me mei prime_numbers pinctrl_sunrisepoint pinctrl_intel [last unloaded: i915]

Full logs: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6687/fi-skl-6260u/igt@i915_module_load@reload-no-display.html
Comment 1 Takashi Iwai 2019-08-13 15:33:33 UTC
I'm not sure how hdmi_unsol_event() gets called for the Intel chip, as this shouldn't be handled at all.  Maybe it's some race at registration where the function is triggered before the audio component is fully set up.

The patches below are potential (or better to say, hopefully) fix for this.
Comment 2 Takashi Iwai 2019-08-13 15:34:00 UTC
Created attachment 284363 [details]
Drop unsol event handler for Intel HDMI codecs
Comment 3 Takashi Iwai 2019-08-13 15:34:28 UTC
Created attachment 284365 [details]
Add codec on bus address table lately
Comment 4 Martin Peres 2019-08-15 09:34:39 UTC
(In reply to Takashi Iwai from comment #1)
> I'm not sure how hdmi_unsol_event() gets called for the Intel chip, as this
> shouldn't be handled at all.  Maybe it's some race at registration where the
> function is triggered before the audio component is fully set up.
> 
> The patches below are potential (or better to say, hopefully) fix for this.

Thanks! Asking someone to apply them on our tree for testing!
Comment 5 Takashi Iwai 2019-08-15 09:51:55 UTC
FWIW, I've put them to sound.git tree for-next branch.  Today's linux-next should contain them.
Comment 6 Martin Peres 2019-08-15 10:06:12 UTC
(In reply to Takashi Iwai from comment #5)
> FWIW, I've put them to sound.git tree for-next branch.  Today's linux-next
> should contain them.

Thanks! They have not yet flowed to drmtip. I'll check after the next rebuild if we need to apply the patches or if they would come automatically.
Comment 7 Martin Peres 2019-08-16 08:24:58 UTC
Looks worse now:

<6> [253.805450] [IGT] i915_module_load: starting subtest reload
<1> [253.827145] BUG: kernel NULL pointer dereference, address: 0000000000000000
<1> [253.827153] #PF: supervisor read access in kernel mode
<1> [253.827157] #PF: error_code(0x0000) - not-present page
<6> [253.827161] PGD 0 P4D 0 
<4> [253.827165] Oops: 0000 [#1] PREEMPT SMP PTI
<4> [253.827170] CPU: 2 PID: 3049 Comm: i915_module_loa Tainted: G     U            5.3.0-rc4-CI-CI_DRM_6712+ #1
<4> [253.827177] Hardware name:  /NUC5i7RYB, BIOS RYBDWi35.86A.0362.2017.0118.0940 01/18/2017
<4> [253.827185] RIP: 0010:__list_del_entry_valid+0x25/0x90
<4> [253.827190] Code: c3 0f 1f 40 00 48 8b 07 48 b9 00 01 00 00 00 00 ad de 48 8b 57 08 48 39 c8 74 26 48 b9 22 01 00 00 00 00 ad de 48 39 ca 74 2e <48> 8b 32 48 39 fe 75 3a 48 8b 50 08 48 39 f2 75 48 b8 01 00 00 00
<4> [253.827203] RSP: 0018:ffffc90000333ca8 EFLAGS: 00010217
<4> [253.827207] RAX: 0000000000000000 RBX: ffff888248a49158 RCX: dead000000000122
<4> [253.827213] RDX: 0000000000000000 RSI: ffff888248a49158 RDI: ffff888248a49608
<4> [253.827218] RBP: ffff888248a4c548 R08: ffff8882445a0918 R09: 0000000000000000
<4> [253.827223] R10: 0000000000000000 R11: 0000000000000000 R12: ffff888248a49608
<4> [253.827228] R13: ffff888248a4d698 R14: ffffc90000333f08 R15: ffff88824d304028
<4> [253.827234] FS:  00007f8445ae9e40(0000) GS:ffff88824eb00000(0000) knlGS:0000000000000000
<4> [253.827240] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
<4> [253.827245] CR2: 0000000000000000 CR3: 000000023ef14006 CR4: 00000000003606e0
<4> [253.827250] Call Trace:
<4> [253.827256]  snd_hdac_bus_remove_device+0x2e/0xb0 [snd_hda_core]
<4> [253.827264]  snd_hdac_device_exit+0x31/0x60 [snd_hda_core]
<4> [253.827272]  snd_hda_codec_dev_release+0x24/0x50 [snd_hda_codec]
<4> [253.827279]  device_release+0x22/0x80
<4> [253.827284]  kobject_put+0x86/0x1b0
<4> [253.827290]  snd_hda_codec_dev_free+0x5c/0x60 [snd_hda_codec]
<4> [253.827296]  __snd_device_free+0x4a/0x80
<4> [253.827301]  snd_device_free_all+0x36/0x90
<4> [253.827306]  release_card_device+0x14/0x60
<4> [253.827311]  device_release+0x22/0x80
<4> [253.827316]  kobject_put+0x86/0x1b0
<4> [253.827320]  snd_card_free+0x60/0x90
<4> [253.827327]  pci_device_remove+0x36/0xb0
<4> [253.827332]  device_release_driver_internal+0xd3/0x1b0
<4> [253.827337]  unbind_store+0xc3/0x120
<4> [253.827343]  kernfs_fop_write+0x104/0x190
<4> [253.827349]  vfs_write+0xbd/0x1d0
<4> [253.827354]  ksys_write+0x8f/0xe0
<4> [253.827359]  do_syscall_64+0x55/0x1c0
<4> [253.827364]  entry_SYSCALL_64_after_hwframe+0x49/0xbe
<4> [253.827369] RIP: 0033:0x7f8445269281
<4> [253.827373] Code: c3 0f 1f 84 00 00 00 00 00 48 8b 05 59 8d 20 00 c3 0f 1f 84 00 00 00 00 00 8b 05 8a d1 20 00 85 c0 75 16 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 57 f3 c3 0f 1f 44 00 00 41 54 55 49 89 d4 53
<4> [253.827385] RSP: 002b:00007ffd6970dcf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
<4> [253.827391] RAX: ffffffffffffffda RBX: 0000562f4f63931b RCX: 00007f8445269281
<4> [253.827397] RDX: 000000000000000c RSI: 0000562f4f63931b RDI: 0000000000000005
<4> [253.827402] RBP: 0000562f4f639230 R08: 0000562f4f63931b R09: 000000000000000c
<4> [253.827407] R10: 00000000fffffff4 R11: 0000000000000246 R12: 00007ffd6970dd90
<4> [253.827413] R13: 0000000000000005 R14: 00007ffd6970dd00 R15: 00007f84454dc728
Comment 8 cibuglog 2019-08-16 08:26:59 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* all machines: igt@i915_module_load@reload - incomplete - BUG: kernel NULL pointer dereference
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13979/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-cyan/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_13999/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-hsw-4200u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-hsw-4770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-ilk-m540/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-ivb-3770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-hsw-4770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-hsw-4770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-ivb-3770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-ivb-3770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bsw-n3050/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-hsw-4770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-ivb-3770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-whl-u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bdw-5557u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bsw-kefka/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bwr-2160/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cfl-8109u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cfl-8700k/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cfl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-hsw-4770r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-hsw-peppy/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-ilk-650/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-ivb-3770/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-7567u/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-guc/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-r/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-snb-2520m/igt@i915_module_load@reload.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-whl-u/igt@i915_module_load@reload.html

* all machines: igt@runner@aborted - fail - Previous test: i915_module_load (reload)
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-blb-e6850/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-cyan/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-ilk-m540/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-pnv-d510/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-pnv-d510/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-blb-e6850/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-pnv-d510/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14031/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-blb-e6850/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-pnv-d510/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14032/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-blb-e6850/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-pnv-d510/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14033/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-blb-e6850/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bsw-n3050/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4782/fi-whl-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bdw-5557u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bsw-kefka/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bxt-dsi/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-bxt-j4205/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cfl-8109u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cfl-8700k/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cml-u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-cml-u2/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-elk-e7500/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-ilk-650/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-7567u/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-8809g/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-kbl-r/igt@runner@aborted.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14034/fi-whl-u/igt@runner@aborted.html
Comment 9 cibuglog 2019-08-16 08:31:23 UTC
A CI Bug Log filter associated to this bug has been updated:

{- all machines: igt@runner@aborted - fail - Previous test: i915_module_load (reload) -}
{+ all machines: igt@runner@aborted - fail - Previous test: i915_module_load (reload) / i915_selftest (mock_sanitycheck) +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-apl3/igt@runner@aborted.html
  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-kbl2/igt@runner@aborted.html
Comment 10 cibuglog 2019-08-16 08:31:30 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* all machines: igt@i915_selftest@mock_sanitycheck - fail - BUG: kernel NULL pointer dereference
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-apl3/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-glk1/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-hsw6/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-iclb4/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-kbl2/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-skl3/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6712/shard-snb7/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-apl6/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-glk6/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-hsw6/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-iclb7/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-kbl1/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-skl3/igt@i915_selftest@mock_sanitycheck.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14030/shard-snb7/igt@i915_selftest@mock_sanitycheck.html
Comment 11 Takashi Iwai 2019-08-16 09:08:04 UTC
Yes, the second patch broke the things, so it was reverted now.  Today's repo should avoid these new NULL-dereferences from snd_hdac_bus_remove_device(), at least.
Comment 12 Martin Peres 2019-08-16 09:38:43 UTC
(In reply to Takashi Iwai from comment #11)
> Yes, the second patch broke the things, so it was reverted now.  Today's
> repo should avoid these new NULL-dereferences from
> snd_hdac_bus_remove_device(), at least.

Live and learn! Thanks for the quick revert!
Comment 13 Lakshminarayana Vudum 2021-07-16 16:15:12 UTC
This issue is not seen recently on CI. This issue can be closed. Looks like I don't have access to close this bug, but I will archive the issue in CI bug log. Can someone who has access close this issue as unreproducible? Thanks.
Comment 14 cibuglog 2021-07-16 16:15:22 UTC
The CI Bug Log issue associated to this bug has been archived.

New failures matching the above filters will not be associated to this bug anymore.