Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358Ab3HSLpm (ORCPT ); Mon, 19 Aug 2013 07:45:42 -0400 Received: from mail-vb0-f53.google.com ([209.85.212.53]:33233 "EHLO mail-vb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275Ab3HSLpk (ORCPT ); Mon, 19 Aug 2013 07:45:40 -0400 MIME-Version: 1.0 In-Reply-To: References: <1582060.zfvsylJcxu@vostro.rjw.lan> Date: Mon, 19 Aug 2013 17:15:39 +0530 Message-ID: Subject: Re: [PATCH V2 07/11] cpufreq: Use cpufreq_policy_list for iterating over policies From: Amit Kucheria To: Viresh Kumar Cc: "Rafael J. Wysocki" , Lists linaro-kernel , "linux-pm@vger.kernel.org" , Patch Tracking , Linux Kernel Mailing List , "cpufreq@vger.kernel.org" , "Srivatsa S. Bhat" , Andy Whitcroft Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 24 On Mon, Aug 19, 2013 at 4:57 PM, Viresh Kumar wrote: > Testing anything on my thinkpad (with ubuntu) is a pain.. it takes > more than an hour to compile/test a single image... I currently follow > below steps for doing that, don't know if something much > simpler/faster is available :) > > https://wiki.ubuntu.com/KernelTeam/GitKernelBuild > > Whole day I was able to boot test only 4-5 kernel builds. > Its too slow :( Why do you create .deb packages to test development kernels? It _is_ slow. Instead I'd just add a new grub menu entry to /boot/grub/grub.cfg and point it to /boot/MyzImage. After a 'make install; make modules_install' just link /boot/MyzImage to the installed kernel in /boot. And then generate a new initramfs using 'update-initramfs -c -k ' -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/