public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] CI: Revert "net/sch_generic: Shut up noise"
@ 2019-05-16  6:45 Daniel Vetter
  2019-05-16  6:54 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Vetter @ 2019-05-16  6:45 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter, Martin Peres

This reverts commit a9f840bdd2fd4cb07a669f1c3112b804218b4aba.

But instead tune it down to an error, hopefully that way we can
perhaps capture something ...

Cc: Martin Peres <martin.peres@free.fr>
---
 net/sched/sch_generic.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/net/sched/sch_generic.c b/net/sched/sch_generic.c
index cf96149d7b5e..5b42dad94665 100644
--- a/net/sched/sch_generic.c
+++ b/net/sched/sch_generic.c
@@ -456,13 +456,8 @@ static void dev_watchdog(struct timer_list *t)
 				}
 			}
 
-			/* The noise is pissing off our CI and upstream doesn't
-			 * move on the bug report:
-			 *
-			 * https://bugzilla.kernel.org/show_bug.cgi?id=196399
-			 */
-			if (some_queue_timedout && 0) {
-				WARN_ONCE(1, KERN_INFO "NETDEV WATCHDOG: %s (%s): transmit queue %u timed out\n",
+			if (some_queue_timedout) {
+				pr_err("NETDEV WATCHDOG: %s (%s): transmit queue %u timed out\n",
 				       dev->name, netdev_drivername(dev), i);
 				dev->netdev_ops->ndo_tx_timeout(dev);
 			}
-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-17  6:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16  6:45 [PATCH] CI: Revert "net/sch_generic: Shut up noise" Daniel Vetter
2019-05-16  6:54 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-05-16  7:14 ` ✓ Fi.CI.BAT: success " Patchwork
2019-05-16  8:48 ` ✓ Fi.CI.IGT: " Patchwork
2019-05-17  6:47   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox