Received: by 10.223.176.46 with SMTP id f43csp2091874wra; Thu, 25 Jan 2018 04:54:23 -0800 (PST) X-Google-Smtp-Source: AH8x226QBBygChBSepGFqDf1td0uJkbo0m+alO2ZUhmMe6bPDezieHomGIlU21GlJRrffRB6B3fV X-Received: by 10.98.159.25 with SMTP id g25mr16148129pfe.224.1516884862883; Thu, 25 Jan 2018 04:54:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516884862; cv=none; d=google.com; s=arc-20160816; b=J4hMrNcihxdt6O1dUHUKUzeC2mT+lavF8Yz+LaxcK/YMw6oyT8DhaXqXqx9fhDdyww qIIB00BL4zWiGTwhLzlIVJAD7YLCADGugDQdD8S2ggEkF6lGbuZ8U+2A/RY4xZJ+7OaM NcmIx6TrbRxZT6KOGmlCpIGu67v66mW+5qhBfdrrBJk/ka36dxUY0UBuGqkW/pR7lY8w njbLbPfqiJsXWZKZ5ply3+CzUwZu5VMxBWQGWjhnVPo4WHyRcUg8R9kE0ajlEt1IuMj/ EIdpArdOPCSIXS05nbFxufg4zCyKvPNbjBDiW2Vx673dsd3OGgRTqo0t3/YQdB0+Qi+m kyVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=i2QKz9xL7BboOFqWHkDYtlP5nVOiWWeo3oUfb9P+mwY=; b=cuHZCVWXGd4AVOHECDYxdCwC/ECiI8O7p3vylAFtzOzs7zZIXqcdmJfHmOdmoeDDnI 0LyaTUUVy3uTP5oe19UjddBj7a0UUf1ljjImNxmtiY0q+BsRzWyCL8Xqs+PVfYCU6SwJ gKzvuYaQI6ah2Iczh5A8T3rJ89Qulr8nplVK3tilTOPLeM7HFk4jWn9aM0vJR5/JI+yA ZU7m5FTgBEYkXZecyXgTLbYqK7OwnU7hVmyQoUq14bpJ/6QVi/lI4Kt84N8XrYbl02d0 TxDRpR7M89BcFDLLd1acx67+EWTbzsGox3ZmRv0Q+nLxLQ/N2iFVxSM85V7mWZ9vKUZm u5VA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 18si1514385pgh.822.2018.01.25.04.54.06; Thu, 25 Jan 2018 04:54:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751847AbeAYMZR (ORCPT + 99 others); Thu, 25 Jan 2018 07:25:17 -0500 Received: from mx2.suse.de ([195.135.220.15]:40002 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751567AbeAYMZQ (ORCPT ); Thu, 25 Jan 2018 07:25:16 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 84524AAF1; Thu, 25 Jan 2018 12:25:14 +0000 (UTC) Date: Thu, 25 Jan 2018 13:24:59 +0100 From: Cyril Hrubis To: Juri Lelli Cc: kernel test robot , Stephen Rothwell , Juri Lelli , Peter Zijlstra , Viresh Kumar , Luca Abeni , "Rafael J . Wysocki" , LKML , Claudio Scordino , lkp@01.org, Thomas Gleixner , Linus Torvalds , Ingo Molnar , ltp@lists.linux.it Subject: Re: [LTP] [lkp-robot] [sched/deadline] e0367b1267: WARNING:at_kernel/sched/sched.h:#assert_clock_updated Message-ID: <20180125122458.GB3420@rei> References: <20180125062839.GM5185@yexl-desktop> <20180125112013.GA6110@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180125112013.GA6110@localhost.localdomain> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > Hummm, wondering how LTP sched tests could trigger this, since a quick > grep into ltp didn't show DEADLINE usage. See kernel/syscalls/sched_setattr/sched_setattr01.c -- Cyril Hrubis chrubis@suse.cz