Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1642921
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Steven Rostedt <rostedt@goodmis.org> |
| Newsgroups | linux.kernel |
| Subject | Re: Programatically modifying .config |
| Date | Wed, 17 May 2017 04:50:01 +0200 |
| Message-ID | <tHXcd-5H2-9@gated-at.bofh.it> (permalink) |
| References | <tkiBb-6FF-9@gated-at.bofh.it> <tHImS-4uw-9@gated-at.bofh.it> <tHVap-4mt-5@gated-at.bofh.it> |
| Dmarc-Filter | OpenDMARC Filter v1.3.2 mail.kernel.org E745E23998 |
| Authentication-Results | mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org |
| Authentication-Results | mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org |
| X-Mailer | Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 49 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Pavel Machek <pavel@ucw.cz>, Drew DeVault <sir@cmpwn.com>, linux-kernel@vger.kernel.org |
| X-Original-Date | Tue, 16 May 2017 22:42:59 -0400 |
| X-Original-Message-ID | <20170516224259.00cc6115@gandalf.local.home> |
| X-Original-References | <20170312203802.GB809@homura> <20170516105708.GA6314@amd> <dc516534-a102-ea52-8d8c-00086075e627@infradead.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1642921 |
Show key headers only | View raw
On Tue, 16 May 2017 17:31:17 -0700 Randy Dunlap <rdunlap@infradead.org> wrote: > On 05/16/17 03:57, Pavel Machek wrote: > > On Sun 2017-03-12 16:38:02, Drew DeVault wrote: > >> I'm in the research stage of making it so something to the effect of > >> `make setconfig OPTION="CONFIG_E100E=y"` will work, bringing it up here > >> for some discussion first. > >> > >> Digging into the kconfig code, this seems feasible, but complicated. A > >> simple solver of some sort will be necessary to make the Depends expr > >> true, and this tool would also have to hit up the Selects and Implies > >> lines. > >> > >> I expect there will be edge cases that this tool can't cope with, and > >> I'm okay with just letting that be the case. > >> > >> Any thoughts? > > > > You can prepend (or append?) desired config option to .config, then > > run make oldconfig. And yes, script for automatically modifying > > .config would be nice... as would be script to automatically do > > "configuration bisect" (because some bugs are config dependend and > > nasty). > > > tools/testing/ktest/ktest.pl has some support for config bisecting. > (I have not tried it.) > > ktest.pl works great if you have it set up, but can be difficult if you just want to do a bisect without having ktest already established. I created a standalone config-bisect.pl that just does the bisecting. It's still in beta form. I just pushed it up to my branch. You can try it out here: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git Check out the branch called: config-bisect The file is in tools/testing/ktest/config-bisect.pl The comments at the beginning of the file should explain how to use it. Try it out. You can be my first tester :-) I've used it only once, but haven't had time to push it out to Linus. -- Steve
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Programatically modifying .config Pavel Machek <pavel@ucw.cz> - 2017-05-16 13:00 +0200
Re: Programatically modifying .config Randy Dunlap <rdunlap@infradead.org> - 2017-05-17 02:40 +0200
Re: Programatically modifying .config Steven Rostedt <rostedt@goodmis.org> - 2017-05-17 04:50 +0200
csiph-web