* [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd
@ 2019-09-23 13:06 Petri Latvala
2019-09-23 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Petri Latvala @ 2019-09-23 13:06 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala
testdisplay uses GIO for polling the udev fd for events. When shutting
down, both the GIO channel and libudev want to close their respective
fds, leading to a double close.
Since version 240 (as used by Ubuntu 19.04), libudev has complained
loudly if close() fails with EBADF. Previously the error has flown
under the radar.
Calling g_io_channel_shutdown() will call close() on the fd regardless
of g_io_channel_set_close_on_unref, so opencode the flush and unref
instead to avoid double closing.
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Jani Saarinen <jani.saarinen@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
tests/testdisplay_hotplug.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/testdisplay_hotplug.c b/tests/testdisplay_hotplug.c
index 581d987e..cd784895 100644
--- a/tests/testdisplay_hotplug.c
+++ b/tests/testdisplay_hotplug.c
@@ -117,8 +117,10 @@ out:
void testdisplay_cleanup_hotplug(void)
{
- if (udevchannel)
- g_io_channel_shutdown(udevchannel, TRUE, NULL);
+ if (udevchannel) {
+ g_io_channel_flush(udevchannel, NULL);
+ g_io_channel_unref(udevchannel);
+ }
if (uevent_monitor)
udev_monitor_unref(uevent_monitor);
if (udev)
--
2.19.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for testdisplay: Don't double-close udev fd 2019-09-23 13:06 [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd Petri Latvala @ 2019-09-23 13:53 ` Patchwork 2019-09-23 14:47 ` [igt-dev] [PATCH i-g-t] " Saarinen, Jani ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2019-09-23 13:53 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev == Series Details == Series: testdisplay: Don't double-close udev fd URL : https://patchwork.freedesktop.org/series/67106/ State : success == Summary == CI Bug Log - changes from IGT_5197 -> IGTPW_3491 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/67106/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3491 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_chamelium@dp-edid-read: - fi-kbl-7500u: [PASS][1] -> [FAIL][2] ([fdo#109483] / [fdo#109635 ]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-kbl-7500u/igt@kms_chamelium@dp-edid-read.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-kbl-7500u/igt@kms_chamelium@dp-edid-read.html * igt@kms_frontbuffer_tracking@basic: - fi-icl-u2: [PASS][3] -> [FAIL][4] ([fdo#103167]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html * igt@prime_busy@basic-before-default: - fi-icl-u3: [PASS][5] -> [DMESG-WARN][6] ([fdo#107724]) +1 similar issue [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-icl-u3/igt@prime_busy@basic-before-default.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-icl-u3/igt@prime_busy@basic-before-default.html #### Possible fixes #### * igt@gem_ctx_param@basic: - fi-icl-u3: [DMESG-WARN][7] ([fdo#107724]) -> [PASS][8] +1 similar issue [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-icl-u3/igt@gem_ctx_param@basic.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-icl-u3/igt@gem_ctx_param@basic.html * igt@kms_chamelium@hdmi-crc-fast: - fi-icl-u2: [FAIL][9] ([fdo#109635 ]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-icl-u2/igt@kms_chamelium@hdmi-crc-fast.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-icl-u2/igt@kms_chamelium@hdmi-crc-fast.html #### Warnings #### * igt@kms_chamelium@hdmi-hpd-fast: - fi-kbl-7500u: [FAIL][11] ([fdo#111407]) -> [FAIL][12] ([fdo#111045] / [fdo#111096]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724 [fdo#109483]: https://bugs.freedesktop.org/show_bug.cgi?id=109483 [fdo#109635 ]: https://bugs.freedesktop.org/show_bug.cgi?id=109635 [fdo#111045]: https://bugs.freedesktop.org/show_bug.cgi?id=111045 [fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096 [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407 Participating hosts (54 -> 39) ------------------------------ Missing (15): fi-hsw-4770r fi-cml-u2 fi-icl-u4 fi-tgl-u fi-cml-h fi-ilk-m540 fi-tgl-u2 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-snb-2520m fi-icl-y fi-icl-guc fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5197 -> IGTPW_3491 CI-20190529: 20190529 CI_DRM_6939: f839fe27dcaf8e4e0716c0b83a9481df3a1de27e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3491: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/ IGT_5197: aa534ff47fd2f455c8be9e59eae807695b87fcdd @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd 2019-09-23 13:06 [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd Petri Latvala 2019-09-23 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-09-23 14:47 ` Saarinen, Jani 2019-09-23 21:11 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork 2019-09-24 6:15 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika 3 siblings, 0 replies; 5+ messages in thread From: Saarinen, Jani @ 2019-09-23 14:47 UTC (permalink / raw) To: Latvala, Petri, igt-dev@lists.freedesktop.org Hi, > -----Original Message----- > From: Latvala, Petri > Sent: maanantai 23. syyskuuta 2019 16.06 > To: igt-dev@lists.freedesktop.org > Cc: Latvala, Petri <petri.latvala@intel.com>; Saarinen, Jani > <jani.saarinen@intel.com>; Hiler, Arkadiusz <arkadiusz.hiler@intel.com> > Subject: [PATCH i-g-t] testdisplay: Don't double-close udev fd > > testdisplay uses GIO for polling the udev fd for events. When shutting down, both > the GIO channel and libudev want to close their respective fds, leading to a double > close. > > Since version 240 (as used by Ubuntu 19.04), libudev has complained loudly if close() > fails with EBADF. Previously the error has flown under the radar. > > Calling g_io_channel_shutdown() will call close() on the fd regardless of > g_io_channel_set_close_on_unref, so opencode the flush and unref instead to avoid > double closing. > > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > Cc: Jani Saarinen <jani.saarinen@intel.com> > Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Tested-by: Jani Saarinen <jani.saarinen@intel.com> > --- > tests/testdisplay_hotplug.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/testdisplay_hotplug.c b/tests/testdisplay_hotplug.c index > 581d987e..cd784895 100644 > --- a/tests/testdisplay_hotplug.c > +++ b/tests/testdisplay_hotplug.c > @@ -117,8 +117,10 @@ out: > > void testdisplay_cleanup_hotplug(void) > { > - if (udevchannel) > - g_io_channel_shutdown(udevchannel, TRUE, NULL); > + if (udevchannel) { > + g_io_channel_flush(udevchannel, NULL); > + g_io_channel_unref(udevchannel); > + } > if (uevent_monitor) > udev_monitor_unref(uevent_monitor); > if (udev) > -- > 2.19.1 _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for testdisplay: Don't double-close udev fd 2019-09-23 13:06 [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd Petri Latvala 2019-09-23 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-23 14:47 ` [igt-dev] [PATCH i-g-t] " Saarinen, Jani @ 2019-09-23 21:11 ` Patchwork 2019-09-24 6:15 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2019-09-23 21:11 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev == Series Details == Series: testdisplay: Don't double-close udev fd URL : https://patchwork.freedesktop.org/series/67106/ State : success == Summary == CI Bug Log - changes from IGT_5197_full -> IGTPW_3491_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/67106/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3491_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@bcs0-s3: - shard-apl: [PASS][1] -> [DMESG-WARN][2] ([fdo#108566]) +3 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl4/igt@gem_ctx_isolation@bcs0-s3.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl1/igt@gem_ctx_isolation@bcs0-s3.html * igt@gem_ctx_switch@legacy-bsd2-heavy: - shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276]) +9 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb2/igt@gem_ctx_switch@legacy-bsd2-heavy.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb5/igt@gem_ctx_switch@legacy-bsd2-heavy.html * igt@gem_exec_schedule@deep-bsd: - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#111325]) +6 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb6/igt@gem_exec_schedule@deep-bsd.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb1/igt@gem_exec_schedule@deep-bsd.html * igt@gem_exec_schedule@preemptive-hang-vebox: - shard-iclb: [PASS][7] -> [INCOMPLETE][8] ([fdo#107713]) +1 similar issue [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb1/igt@gem_exec_schedule@preemptive-hang-vebox.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb7/igt@gem_exec_schedule@preemptive-hang-vebox.html * igt@i915_suspend@sysfs-reader: - shard-kbl: [PASS][9] -> [DMESG-WARN][10] ([fdo#108566]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl1/igt@i915_suspend@sysfs-reader.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl4/igt@i915_suspend@sysfs-reader.html * igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding: - shard-kbl: [PASS][11] -> [FAIL][12] ([fdo#103232]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html - shard-apl: [PASS][13] -> [FAIL][14] ([fdo#103232]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-256x85-sliding.html * igt@kms_cursor_legacy@cursor-vs-flip-legacy: - shard-hsw: [PASS][15] -> [FAIL][16] ([fdo#103355]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-hsw4/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-hsw8/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move: - shard-iclb: [PASS][17] -> [FAIL][18] ([fdo#103167]) +5 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-move.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-iclb: [PASS][19] -> [FAIL][20] ([fdo#103166]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-x.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_psr@psr2_basic: - shard-iclb: [PASS][21] -> [SKIP][22] ([fdo#109441]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb2/igt@kms_psr@psr2_basic.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb8/igt@kms_psr@psr2_basic.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-kbl: [PASS][23] -> [INCOMPLETE][24] ([fdo#103665]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl6/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl4/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html #### Possible fixes #### * igt@gem_ctx_shared@exec-single-timeline-bsd: - shard-iclb: [SKIP][25] ([fdo#110841]) -> [PASS][26] [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb4/igt@gem_ctx_shared@exec-single-timeline-bsd.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb5/igt@gem_ctx_shared@exec-single-timeline-bsd.html * igt@gem_exec_schedule@preempt-other-bsd1: - shard-iclb: [SKIP][27] ([fdo#109276]) -> [PASS][28] +17 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb7/igt@gem_exec_schedule@preempt-other-bsd1.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb4/igt@gem_exec_schedule@preempt-other-bsd1.html * igt@gem_exec_schedule@preemptive-hang-bsd: - shard-iclb: [SKIP][29] ([fdo#111325]) -> [PASS][30] +4 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb4/igt@gem_exec_schedule@preemptive-hang-bsd.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb6/igt@gem_exec_schedule@preemptive-hang-bsd.html * igt@gem_exec_suspend@basic-s4-devices: - shard-iclb: [FAIL][31] ([fdo#111699]) -> [PASS][32] [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb4/igt@gem_exec_suspend@basic-s4-devices.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb1/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_tiled_swapping@non-threaded: - shard-apl: [DMESG-WARN][33] ([fdo#108686]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl4/igt@gem_tiled_swapping@non-threaded.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl1/igt@gem_tiled_swapping@non-threaded.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [DMESG-WARN][35] ([fdo#108566]) -> [PASS][36] +5 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl2/igt@gem_workarounds@suspend-resume-context.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl2/igt@gem_workarounds@suspend-resume-context.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-kbl: [DMESG-WARN][37] ([fdo#108566]) -> [PASS][38] [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl7/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-kbl: [FAIL][39] ([fdo#105363]) -> [PASS][40] [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@wf_vblank-ts-check: - shard-apl: [INCOMPLETE][41] ([fdo#103927]) -> [PASS][42] +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl1/igt@kms_flip@wf_vblank-ts-check.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl7/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-apl: [FAIL][43] ([fdo#103167]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-apl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-apl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html - shard-kbl: [FAIL][45] ([fdo#103167]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-glk: [FAIL][47] ([fdo#103167]) -> [PASS][48] +1 similar issue [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt: - shard-iclb: [FAIL][49] ([fdo#103167]) -> [PASS][50] +4 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [SKIP][51] ([fdo#109642] / [fdo#111068]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb3/igt@kms_psr2_su@frontbuffer.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb2/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_suspend: - shard-iclb: [SKIP][53] ([fdo#109441]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb3/igt@kms_psr@psr2_suspend.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb2/igt@kms_psr@psr2_suspend.html #### Warnings #### * igt@gem_mocs_settings@mocs-settings-bsd2: - shard-iclb: [FAIL][55] ([fdo#111330]) -> [SKIP][56] ([fdo#109276]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5197/shard-iclb4/igt@gem_mocs_settings@mocs-settings-bsd2.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/shard-iclb6/igt@gem_mocs_settings@mocs-settings-bsd2.html [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103355]: https://bugs.freedesktop.org/show_bug.cgi?id=103355 [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#108686]: https://bugs.freedesktop.org/show_bug.cgi?id=108686 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 [fdo#111699]: https://bugs.freedesktop.org/show_bug.cgi?id=111699 Participating hosts (7 -> 6) ------------------------------ Missing (1): shard-skl Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5197 -> IGTPW_3491 CI-20190529: 20190529 CI_DRM_6939: f839fe27dcaf8e4e0716c0b83a9481df3a1de27e @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3491: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/ IGT_5197: aa534ff47fd2f455c8be9e59eae807695b87fcdd @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3491/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd 2019-09-23 13:06 [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd Petri Latvala ` (2 preceding siblings ...) 2019-09-23 21:11 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork @ 2019-09-24 6:15 ` Kahola, Mika 3 siblings, 0 replies; 5+ messages in thread From: Kahola, Mika @ 2019-09-24 6:15 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Latvala, Petri On Mon, 2019-09-23 at 16:06 +0300, Petri Latvala wrote: > testdisplay uses GIO for polling the udev fd for events. When > shutting > down, both the GIO channel and libudev want to close their respective > fds, leading to a double close. > > Since version 240 (as used by Ubuntu 19.04), libudev has complained > loudly if close() fails with EBADF. Previously the error has flown > under the radar. > > Calling g_io_channel_shutdown() will call close() on the fd > regardless > of g_io_channel_set_close_on_unref, so opencode the flush and unref > instead to avoid double closing. > Reviewed-by: Mika Kahola <mika.kahola@intel.com> > Signed-off-by: Petri Latvala <petri.latvala@intel.com> > Cc: Jani Saarinen <jani.saarinen@intel.com> > Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> > --- > tests/testdisplay_hotplug.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/testdisplay_hotplug.c > b/tests/testdisplay_hotplug.c > index 581d987e..cd784895 100644 > --- a/tests/testdisplay_hotplug.c > +++ b/tests/testdisplay_hotplug.c > @@ -117,8 +117,10 @@ out: > > void testdisplay_cleanup_hotplug(void) > { > - if (udevchannel) > - g_io_channel_shutdown(udevchannel, TRUE, NULL); > + if (udevchannel) { > + g_io_channel_flush(udevchannel, NULL); > + g_io_channel_unref(udevchannel); > + } > if (uevent_monitor) > udev_monitor_unref(uevent_monitor); > if (udev) _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-09-24 6:15 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-23 13:06 [igt-dev] [PATCH i-g-t] testdisplay: Don't double-close udev fd Petri Latvala 2019-09-23 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-23 14:47 ` [igt-dev] [PATCH i-g-t] " Saarinen, Jani 2019-09-23 21:11 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork 2019-09-24 6:15 ` [igt-dev] [PATCH i-g-t] " Kahola, Mika
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox