From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels Date: Tue, 29 Apr 2014 12:41:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 8329C6E9E6 for ; Tue, 29 Apr 2014 05:41:24 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AEE34201F9 for ; Tue, 29 Apr 2014 12:41:23 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 6E25A20200 for ; Tue, 29 Apr 2014 12:41:21 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #16 from Tasev Nikola --- For bisecting i did this: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-git git bisect start | tee -a /root/bisect.log git bisect bad v3.15-rc1 | tee -a /root/bisect.log git bisect good v3.14 | tee -a /root/bisect.log Then i compile the kernel each time with CONCURRENCY_LEVEL=4 make-kpkg --initrd kernel_image modules_image After testing the kernel git bisect good or git bisect bad then make clean and build again, testing an so on. -- You are receiving this mail because: You are watching the assignee of the bug.