Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257657
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/10] merge_config misc reworks and testcases |
| Date | 2015-10-28 06:10 +0100 |
| Message-ID | <qor9M-6GJ-5@gated-at.bofh.it> (permalink) |
| References | <qon69-3PX-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Oct 28, 2015 at 09:42:01AM +0900, Olof Johansson wrote: > Hi, > > Somewhat wide distribution list here, since I've added everyone who's > touched the script, with the presumption that those have been the major > users of it. Please make sure none of these changes break your use cases. +Bruce. I think you were going to test these with the linux-yocto tooling. Did you get a chance to run that test? I'd like your thoughts on the two comments below: > > I've done some reworks of merge_config.sh. I was quite hesitant to start > this since there are no good ways to see if your changes break others > or not, so the first thing I did was to add some tests. I know this is > highly unorthodox so try not to panic. :-) > > As far as what this series does is: > > - Adds a way to pass in CONFIG_FOO=<value> on the command line, it gets > treated as a single-entry fragment file > > - The script now prints the warnings on stderr, and returns non-0 when > something is encountered This one might impact linux-yocto usage, Bruce? That said, it seems like the right thing to do. So I'd still like to see it go in, but we may need to plan to update the dependent tooling to use it. > > - Optionally, it'll also return non-0 when a redundant entry is found. I > presumed people rely on -r not being a failure so I did this separately > > - CONFIG_FOO=n and "# CONFIG_FOO is not set" is now treated the same, > and using the former doesn't cause an invalid warning when the results > are checked at the end > > - Slightly odd things happened if a fragment contains the same option > twice: It'd produce a warning that was malformed. Now just ignore that > and use only the latest value of said option. This one will likely impact usage as well. linux-yocto does want to report when there is an override, not as an error, but for informational purposes - "Where does my option get clobbered?" -- Darren Hart Intel Open Source Technology Center -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/10] merge_config misc reworks and testcases Olof Johansson <olof@lixom.net> - 2015-10-28 01:50 +0100
[PATCH 09/10] merge_config.sh: allow single configs to be passed in on cmdline Olof Johansson <olof@lixom.net> - 2015-10-28 01:50 +0100
Re: [PATCH 09/10] merge_config.sh: allow single configs to be passed in on cmdline Darren Hart <dvhart@infradead.org> - 2015-10-28 08:30 +0100
[PATCH 08/10] merge_config.sh: use trap for cleanup Olof Johansson <olof@lixom.net> - 2015-10-28 01:50 +0100
Re: [PATCH 08/10] merge_config.sh: use trap for cleanup Darren Hart <dvhart@infradead.org> - 2015-10-28 08:20 +0100
Re: [PATCH 08/10] merge_config.sh: use trap for cleanup Darren Hart <dvhart@infradead.org> - 2015-10-28 08:30 +0100
Re: [PATCH 00/10] merge_config misc reworks and testcases Olof Johansson <olof@lixom.net> - 2015-10-28 01:50 +0100
Re: [PATCH 00/10] merge_config misc reworks and testcases Darren Hart <dvhart@infradead.org> - 2015-10-28 06:10 +0100
Re: [PATCH 00/10] merge_config misc reworks and testcases Bruce Ashfield <bruce.ashfield@windriver.com> - 2015-10-28 07:30 +0100
Re: [PATCH 00/10] merge_config misc reworks and testcases Darren Hart <dvhart@infradead.org> - 2015-10-28 08:10 +0100
csiph-web