Hi Andrew,

On 05/04/2019 17:33, Andrew Cooper wrote:
OSSTests upgrade to Jessie has identified that with a sufficiently large grant
table, a watchdog timeout can occur.

http://logs.test-lab.xenproject.org/osstest/logs/134399/test-amd64-amd64-xl-qemuu-debianhvm-amd64-shadow/serial-chardonnay0.log

OSSTest log usually disappear after a few days. Who it be possible to copy the relevant part of the log instead?

Cheers,


Reported-by: Ian Jackson <ian.jack...@citrix.com>
Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
---
CC: Jan Beulich <jbeul...@suse.com>
CC: Wei Liu <wei.l...@citrix.com>
CC: Roger Pau Monné <roger....@citrix.com>
CC: Stefano Stabellini <sstabell...@kernel.org>
CC: Julien Grall <julien.gr...@arm.com>
CC: Ian Jackson <ian.jack...@citrix.com>
---
  xen/common/grant_table.c | 3 +++
  1 file changed, 3 insertions(+)

diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c
index 80728ea..344b3ee 100644
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@ -3956,6 +3956,9 @@ static void gnttab_usage_print(struct domain *rd)
          uint16_t status;
          uint64_t frame;
+ if ( !(ref & 31) )
+            process_pending_softirqs();
+
          act = active_entry_acquire(gt, ref);
          if ( !act->pin )
          {


--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to