Re: [Buildroot] ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console)

2021-01-07 Thread Yann E. MORIN
ase advise what needs to be done to unbork boot. This has been present since the 2020.08 release, and has been backported to the maintenance branches: 2020.02.x (LTS) -> f1a83afe2df2a 2020.05.x -> 797f9e40224c9 > Otherwise this seems > like a kernel change which bre

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Yann E. MORIN
size 25 80 https://imgur.com/a/ku0sG > > I haven't looked at the source code (lately), but I think that it > > would OK to not have the (extra) spaces inside the <...> brackets. > > I.e., instead of > > │< Exit >< Help ><

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Yann E. MORIN
://imgur.com/a/ku0sG > > I haven't looked at the source code (lately), but I think that it > > would OK to not have the (extra) spaces inside the <...> brackets. > > I.e., instead of > > │< Exit >< Help >< Save >< Load &g

[PATCH] MAINTAINERS: relinquish kconfig

2017-04-10 Thread Yann E. MORIN
Since about the time I was actually added in that file, I've been almost entirely absent, which totally sucks, and there is no excuse for my behaviour and for not having relinquished this earlier. My deepest apologies. Signed-off-by: "Yann E. MORIN" <yann.morin.1...@free.fr>

[PATCH] MAINTAINERS: relinquish kconfig

2017-04-10 Thread Yann E. MORIN
Since about the time I was actually added in that file, I've been almost entirely absent, which totally sucks, and there is no excuse for my behaviour and for not having relinquished this earlier. My deepest apologies. Signed-off-by: "Yann E. MORIN" Cc: Michal Marek Cc: Masahiro

Re: [patch core/stackprotector] stackprotector: Fix build when compiler lacks support

2014-01-01 Thread Yann E. MORIN
Linus, All, On 2014-01-01 11:33 -0800, Linus Torvalds spake thusly: > On Wed, Jan 1, 2014 at 3:42 AM, Yann E. MORIN wrote: > > > > On 2013-12-31 16:16 -0800, Linus Torvalds spake thusly: > >> > >> What we really really want to do is to have some way to add c

Re: [patch core/stackprotector] stackprotector: Fix build when compiler lacks support

2014-01-01 Thread Yann E. MORIN
depends on CC_SUPPORTS_STACKPROTECTOR_STRONG Would that be something that match what you suggested above? Sam, there were some comments on that patch of yours. Do you want to update it and resubmit it? And, Happy New Year to All! Regards, Yann E. MORIN. -- .-----.

Re: [PATCH 1/2] [trivial] scripts: kconfig: Fix trailing whitespace in zconf.lex.c_shipped

2014-01-01 Thread Yann E. MORIN
eally care about trailing spaces in actual source files. Ditto for your patch 2/2. Regards, Yann E. MORIN. -- .-..--.--------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056

Re: [PATCH 1/2] [trivial] scripts: kconfig: Fix trailing whitespace in zconf.lex.c_shipped

2014-01-01 Thread Yann E. MORIN
trailing spaces in actual source files. Ditto for your patch 2/2. Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer

Re: [patch core/stackprotector] stackprotector: Fix build when compiler lacks support

2014-01-01 Thread Yann E. MORIN
that match what you suggested above? Sam, there were some comments on that patch of yours. Do you want to update it and resubmit it? And, Happy New Year to All! Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real

Re: [patch core/stackprotector] stackprotector: Fix build when compiler lacks support

2014-01-01 Thread Yann E. MORIN
Linus, All, On 2014-01-01 11:33 -0800, Linus Torvalds spake thusly: On Wed, Jan 1, 2014 at 3:42 AM, Yann E. MORIN yann.morin.1...@free.fr wrote: On 2013-12-31 16:16 -0800, Linus Torvalds spake thusly: What we really really want to do is to have some way to add config options based

Re: [PATCH] scripts/config: allow setting a string which value contains a colon

2013-11-18 Thread Yann E. MORIN
t `config' > relies on. > > Escape colons in `sed' commands to allow values containing colons. > > Signed-off-by: Clement Chauplannaz Acked-by: "Yann E. MORIN" It'll be in my tree soon, as a rc-fix. Thank you. Regards, Yann E. MORIN. > --- > scripts/config | 2

Re: [PATCH] scripts/config: allow setting a string which value contains a colon

2013-11-18 Thread Yann E. MORIN
' relies on. Escape colons in `sed' commands to allow values containing colons. Signed-off-by: Clement Chauplannaz chaup...@gmail.com Acked-by: Yann E. MORIN yann.morin.1...@free.fr It'll be in my tree soon, as a rc-fix. Thank you. Regards, Yann E. MORIN. --- scripts/config | 2 +- 1

Re: make oldnoconfig fix?

2013-11-11 Thread Yann E. MORIN
this thread in the archives (Use: http://marc.info/?l=linux-kbuild ). Regards, Yann E. MORIN. -- .-..--.----. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Design

Re: make oldnoconfig fix?

2013-11-11 Thread Yann E. MORIN
in the archives (Use: http://marc.info/?l=linux-kbuild ). Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN

[PATCH] Makefile: fix out-of-tree builds for multiple targets with 'all'

2013-11-03 Thread Yann E. MORIN
From: "Yann E. MORIN" For out-of-tree builds, this use-case fails to build: $ make clean all This is because 'all' is filtered-out in the Makefile wrapper, since the wrapper itself has a 'all' target. The 'all' target is just the usual naming for the default target in a Makefil

[PATCH] Makefile: fix out-of-tree builds for multiple targets with 'all'

2013-11-03 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr For out-of-tree builds, this use-case fails to build: $ make clean all This is because 'all' is filtered-out in the Makefile wrapper, since the wrapper itself has a 'all' target. The 'all' target is just the usual naming for the default target

Re: [PATCH] MAINTAINERS: New kconfig maintainer

2013-10-30 Thread Yann E. MORIN
Michal, All, On 2013-10-30 12:07 +0100, Michal Marek spake thusly: > Yann has been the de facto maintainer of kconfig for some time. Update > the KCONFIG entry with his emails address and git tree. > > Cc: "Yann E. MORIN" > Signed-off-by: Michal Marek Acked-by: &q

Re: [PATCH] MAINTAINERS: New kconfig maintainer

2013-10-30 Thread Yann E. MORIN
Michal, All, On 2013-10-30 12:07 +0100, Michal Marek spake thusly: Yann has been the de facto maintainer of kconfig for some time. Update the KCONFIG entry with his emails address and git tree. Cc: Yann E. MORIN yann.morin.1...@free.fr Signed-off-by: Michal Marek mma...@suse.cz Acked

Re: [PATCH] scripts/checkkconfig.py: find unused Kconfig parameters

2013-10-29 Thread Yann E. MORIN
for f in all_interesting_files: read f in memory for s in all_symbols: if symbol is in f: remove f from all_symbols break the inner-most loop This way: - you scan the tree only once - as soon as a symbol is matched, it is removed, thus decreasing th

Re: [PATCH] scripts/kconfig/menu.c: warning: jump may be used uninitialized in this function

2013-10-29 Thread Yann E. MORIN
ll issues in case the code is changed in the future, so it is not appropriate a fix. Hence why the previously- submitted patches were not applied. I'll take this on me to properly fix this. Thanks for the heads up. Regards, Yann E. MORIN. -- .-----..

Re: [PATCH] scripts/kconfig/menu.c: warning: jump may be used uninitialized in this function

2013-10-29 Thread Yann E. MORIN
were not applied. I'll take this on me to properly fix this. Thanks for the heads up. Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056

Re: [PATCH] scripts/checkkconfig.py: find unused Kconfig parameters

2013-10-29 Thread Yann E. MORIN
loop This way: - you scan the tree only once - as soon as a symbol is matched, it is removed, thus decreasing the amount of checks done in further loops. Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real

Re: [PATCH v2 0/5] kconfig: cleanups, documentation updates, and one bug fix

2013-10-08 Thread Yann E. MORIN
+- > scripts/kconfig/zconf.l | 1 - > 5 files changed, 37 insertions(+), 39 deletions(-) > > -- > 1.8.1.5 > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in > the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 0/5] kconfig: cleanups, documentation updates, and one bug fix

2013-10-08 Thread Yann E. MORIN
of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-03 Thread Yann E. MORIN
Martin, All, On Thursday 03 October 2013 02:30:21 Martin Walch wrote: > On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: > > On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: > > > I think you should also regenerate the scanner and add > > >

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-03 Thread Yann E. MORIN
Martin, All, On Thursday 03 October 2013 02:30:21 Martin Walch wrote: On Wednesday 02 October 2013 08:57:54 Yann E. MORIN wrote: On Wednesday 02 October 2013 08:42:59 Dirk Gouders wrote: I think you should also regenerate the scanner and add the new zconf.lex.c_shipped to this patch

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Yann E. MORIN
th patch. BTW, regenerating the parser can be done with: make REGENERATE_PARSERS=1 config Regards, Yann E. MORIN. > > Signed-off-by: Martin Walch > > --- > > scripts/kconfig/zconf.l | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/scripts/kconfi

Re: [PATCH 4/4] kconfig: remove unused definition from scanner

2013-10-02 Thread Yann E. MORIN
the parser can be done with: make REGENERATE_PARSERS=1 config Regards, Yann E. MORIN. Signed-off-by: Martin Walch walch.mar...@web.de --- scripts/kconfig/zconf.l | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/kconfig/zconf.l b/scripts/kconfig/zconf.l index 6555a47..1a9f53e

[pull request] Pull request for branch yem/kconfig-rc-fixes

2013-09-30 Thread Yann E. MORIN
From: "Yann E. MORIN" Michal, Please pull these two changes for 3.12-rc: - a fix for "make install" on ARM, by Robert Richter, acked by Linus and yourself; - a fix for "make allmodconfig" when KCONFIG_ALLCONFIG is set, which already flew on the list, bu

Re: [PATCH] arm, kbuild: make "make install" not depend on vmlinux

2013-09-30 Thread Yann E. MORIN
if needed. Otherwise you can add > > Acked-by: Michal Marek . > > This didn't make it upstream yet, can somebody at it to a tree? Since it's been acked-by Linus, I'll queue it in my tree, for Michal to pull from. Expect

Re: [PATCH] arm, kbuild: make make install not depend on vmlinux

2013-09-30 Thread Yann E. MORIN
-by: Michal Marek mma...@suse.cz. This didn't make it upstream yet, can somebody at it to a tree? Since it's been acked-by Linus, I'll queue it in my tree, for Michal to pull from. Expect a pull-request soon. Regards, Yann E. MORIN

[pull request] Pull request for branch yem/kconfig-rc-fixes

2013-09-30 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Michal, Please pull these two changes for 3.12-rc: - a fix for make install on ARM, by Robert Richter, acked by Linus and yourself; - a fix for make allmodconfig when KCONFIG_ALLCONFIG is set, which already flew on the list

Re: [PATCH V2] kconfig/menu.c: fix uninitialized variable warning

2013-09-26 Thread Yann E. MORIN
gcc != 4.8.0 */ struct jump_key *jump; This is so, if sometime in the future the code changes, and the variable is indeeded used uninitialised, we have a proper warning by gcc in this case. Care to resend, please? Regards, Yann E. MORIN. > Signed-off-by: Madhavan Srinivasan > --- > scr

Re: [PATCH V2] kconfig/menu.c: fix uninitialized variable warning

2013-09-26 Thread Yann E. MORIN
, if sometime in the future the code changes, and the variable is indeeded used uninitialised, we have a proper warning by gcc in this case. Care to resend, please? Regards, Yann E. MORIN. Signed-off-by: Madhavan Srinivasan ma...@linux.vnet.ibm.com --- scripts/kconfig/menu.c |3 ++- 1 file

Re: [PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes "" | make oldconfig ?

2013-09-21 Thread Yann E. MORIN
ee for -next. Thanks! Regards, Yann E. MORIN. > diff --git a/Documentation/kbuild/kconfig.txt > b/Documentation/kbuild/kconfig.txt > index 8ef6dbb..14cc40c 100644 > --- a/Documentation/kbuild/kconfig.txt > +++ b/Documentation/kbuild/kconfig.txt > @@ -20,16 +20,9 @@ symbols have bee

Re: [PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes | make oldconfig ?

2013-09-21 Thread Yann E. MORIN
for -next. Thanks! Regards, Yann E. MORIN. diff --git a/Documentation/kbuild/kconfig.txt b/Documentation/kbuild/kconfig.txt index 8ef6dbb..14cc40c 100644 --- a/Documentation/kbuild/kconfig.txt +++ b/Documentation/kbuild/kconfig.txt @@ -20,16 +20,9 @@ symbols have been introduced. To see

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-20 Thread Yann E. MORIN
Benjamin, Madhavan, All, On 2013-09-20 13:58 -0400, Benjamin Poirier spake thusly: > On 2013/09/20 08:05, Madhavan Srinivasan wrote: > > On Friday 20 September 2013 01:34 AM, Yann E. MORIN wrote: > > > Benjamin, All, > > > > > > On 2013-09-19 15:13

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-20 Thread Yann E. MORIN
Benjamin, Madhavan, All, On 2013-09-20 13:58 -0400, Benjamin Poirier spake thusly: On 2013/09/20 08:05, Madhavan Srinivasan wrote: On Friday 20 September 2013 01:34 AM, Yann E. MORIN wrote: Benjamin, All, On 2013-09-19 15:13 -0400, Benjamin Poirier spake thusly: On 2013/09/19 19

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-19 Thread Yann E. MORIN
Benjamin, All, On 2013-09-19 15:13 -0400, Benjamin Poirier spake thusly: > On 2013/09/19 19:27, Yann E. MORIN wrote: > > Benjamin, Madhavan, All, > > > > On 2013-09-19 11:22 -0400, Benjamin Poirier spake thusly: > > > On 2013/09/19 12:58, Madhavan Srinivasan wrote:

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-19 Thread Yann E. MORIN
*prop, > > { > > int i, j; > > struct menu *submenu[8], *menu, *location = NULL; > > - struct jump_key *jump; > > + struct jump_key *jump = NULL; > > > > str_printf(r, _("Prompt: %s\n"), _(prop->text)); > > menu = prop-&g

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-19 Thread Yann E. MORIN
, { int i, j; struct menu *submenu[8], *menu, *location = NULL; - struct jump_key *jump; + struct jump_key *jump = NULL; str_printf(r, _(Prompt: %s\n), _(prop-text)); menu = prop-menu-parent; -- 1.7.10.4 Regards, Yann E. MORIN

Re: [PATCH]kconfig/menu.c: fix uninitialized variable warning

2013-09-19 Thread Yann E. MORIN
Benjamin, All, On 2013-09-19 15:13 -0400, Benjamin Poirier spake thusly: On 2013/09/19 19:27, Yann E. MORIN wrote: Benjamin, Madhavan, All, On 2013-09-19 11:22 -0400, Benjamin Poirier spake thusly: On 2013/09/19 12:58, Madhavan Srinivasan wrote: In file included from scripts

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
here: http://marc.info/?l=linux-kbuild=137907001305533=2 > BTW, the GIT repo of Yann is not browsable (which is sh*t for checking > commits quickl, I don't want to be forced to checkout). Yes, I know about that one. I've already notified the gitorious guys about the issue, they supposed

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
-] > Is this patch even "CC: stable"? It was not in any previous released version, since it went in Linus' tree for 3.12. As such, it does not make sense to Cc: stable. Regards, Yann E. MORIN. -- .-..--.----. | Yann

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
: stable? It was not in any previous released version, since it went in Linus' tree for 3.12. As such, it does not make sense to Cc: stable. Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
don't want to be forced to checkout). Yes, I know about that one. I've already notified the gitorious guys about the issue, they supposedly fixed it, but it is broken again. I will re-open my ticket in a moment. Regards, Yann E. MORIN

Re: [PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes "" | make oldconfig ?

2013-09-12 Thread Yann E. MORIN
Regid, All, On 2013-09-12 03:35 +0300, Regid Ichira spake thusly: > Signed-off-by: Regid Ichira Acked-by: "Yann E. MORIN" > --- > Documentation/kbuild/kconfig.txt | 11 ++- > 1 file changed, 2 insertions(+), 9 deletions(-) > > diff --git a/Documenta

Re: [PATCH] Documentation/kbuild/kconfig.txt: Doesn't make listnewconfig replacing yes | make oldconfig ?

2013-09-12 Thread Yann E. MORIN
Regid, All, On 2013-09-12 03:35 +0300, Regid Ichira spake thusly: Signed-off-by: Regid Ichira regi...@nt1.in Acked-by: Yann E. MORIN yann.morin.1...@free.fr --- Documentation/kbuild/kconfig.txt | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Documentation

Re: [PATCH tip/core/rcu 8/9] nohz_full: Add full-system-idle state machine

2013-09-08 Thread Yann E. MORIN
Paul, All, On 2013-09-07 11:57 -0700, Paul E. McKenney spake thusly: > On Sat, Sep 07, 2013 at 11:13:48AM +0200, Yann E. MORIN wrote: [--SNIP--] > > I'll see if I can come up with a meaningfull construct that fixes your > > use-case. Don't hold your breath, though! ;-) > > I

Re: [PATCH tip/core/rcu 8/9] nohz_full: Add full-system-idle state machine

2013-09-08 Thread Yann E. MORIN
Paul, All, On 2013-09-07 11:57 -0700, Paul E. McKenney spake thusly: On Sat, Sep 07, 2013 at 11:13:48AM +0200, Yann E. MORIN wrote: [--SNIP--] I'll see if I can come up with a meaningfull construct that fixes your use-case. Don't hold your breath, though! ;-) If not, we need to add

Re: [PATCH tip/core/rcu 8/9] nohz_full: Add full-system-idle state machine

2013-09-07 Thread Yann E. MORIN
ries. ---8<--- There's no equivlaent to '#ifdef' in Kconfig. I'll see if I can come up with a meaningfull construct that fixes your use-case. Don't hold your breath, though! ;-) Regards, Yann E. MORIN. -- .-..--.-

Re: [PATCH tip/core/rcu 8/9] nohz_full: Add full-system-idle state machine

2013-09-07 Thread Yann E. MORIN
that fixes your use-case. Don't hold your breath, though! ;-) Regards, Yann E. MORIN. -- .-..--.. | Yann E. MORIN | Real-Time Embedded | /\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 12:02 +0200, Michal Marek spake thusly: > On 5.9.2013 11:38, Michal Marek wrote: > > On 3.9.2013 23:04, Yann E. MORIN wrote: > >> From: "Yann E. MORIN" > >> This patch changes the way we enable/disable tristates: if a symbo

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 11:38 +0200, Michal Marek spake thusly: > On 3.9.2013 23:04, Yann E. MORIN wrote: > > From: "Yann E. MORIN" > > > > Currently, the 'MODULES' symbol is hard-coded to be the default symbol > > that enables/disables trist

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 11:38 +0200, Michal Marek spake thusly: On 3.9.2013 23:04, Yann E. MORIN wrote: From: Yann E. MORIN yann.morin.1...@free.fr Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-06 Thread Yann E. MORIN
Michal, All, On 2013-09-05 12:02 +0200, Michal Marek spake thusly: On 5.9.2013 11:38, Michal Marek wrote: On 3.9.2013 23:04, Yann E. MORIN wrote: From: Yann E. MORIN yann.morin.1...@free.fr This patch changes the way we enable/disable tristates: if a symbol was found with 'option modules

[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact control tristates. Since this does not make much sense, only allow at most one symbol to control tristates. Note: i

[PATCH 2/3] kconfig: regenerate bison parser

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Regenerate bison parser after changes made in: b1a4fe3: kconfig: do not special-case 'MODULES' symbol Signed-off-by: "Yann E. MORIN" Cc: Sam Ravnborg Cc: Michal Marek --- scripts/kconfig/zconf.tab.c_shipped | 562 +++-

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules

[pull request] Pull request for branch yem/kconfig-for-next

2013-09-04 Thread Yann E. MORIN
From: "Yann E. MORIN" Hello All! Michal, please pull for 3.12 this series that removes special-casing of the 'MODULES' symbol, as previously discussed with Sam and you. Regards, Yann E. MORIN. The following changes since commit b020bae0467b490797d61e6a658fb7df4568c074: Me

[PATCH 2/3] kconfig: regenerate bison parser

2013-09-04 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Regenerate bison parser after changes made in: b1a4fe3: kconfig: do not special-case 'MODULES' symbol Signed-off-by: Yann E. MORIN yann.morin.1...@free.fr Cc: Sam Ravnborg s...@ravnborg.org Cc: Michal Marek mma...@suse.cz --- scripts/kconfig

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-04 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules

[pull request] Pull request for branch yem/kconfig-for-next

2013-09-04 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Hello All! Michal, please pull for 3.12 this series that removes special-casing of the 'MODULES' symbol, as previously discussed with Sam and you. Regards, Yann E. MORIN. The following changes since commit b020bae0467b490797d61e6a658fb7df4568c074

[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-04 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact control tristates. Since this does not make much sense, only allow at most one symbol to control tristates

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
Michal, All, On 2013-09-03 23:04 +0200, Yann E. MORIN spake thusly: > Currently, the 'MODULES' symbol is hard-coded to be the default symbol > that enables/disables tristates, if no other symbol was declared with > 'option modules'. > > While this used to be needed for the Linux

[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-03 Thread Yann E. MORIN
From: "Yann E. MORIN" Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact controls tristates. Since this does not make much sense, only allow at most one symbol to control tristates. Note: i

[PATCH 2/3] kconfig: regenerate bison parser

2013-09-03 Thread Yann E. MORIN
From: "Yann E. MORIN" Regenerate bison parser after changes made in: b1a4fe3: kconfig: do not special-case 'MODULES' symbol Signed-off-by: "Yann E. MORIN" Cc: Sam Ravnborg Cc: Michal Marek --- scripts/kconfig/zconf.tab.c_shipped | 562 +++-

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
From: "Yann E. MORIN" Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules

[PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have an explicit 'option modules

[PATCH 2/3] kconfig: regenerate bison parser

2013-09-03 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Regenerate bison parser after changes made in: b1a4fe3: kconfig: do not special-case 'MODULES' symbol Signed-off-by: Yann E. MORIN yann.morin.1...@free.fr Cc: Sam Ravnborg s...@ravnborg.org Cc: Michal Marek mma...@suse.cz --- scripts/kconfig

[PATCH 3/3] kconfig: do not allow more than one symbol to have 'option modules'

2013-09-03 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Previously, it was possible to have more than one symbol with the 'option modules' attached to them, although only the last one would in fact controls tristates. Since this does not make much sense, only allow at most one symbol to control tristates

Re: [PATCH 1/3] kconfig: do not special-case 'MODULES' symbol

2013-09-03 Thread Yann E. MORIN
Michal, All, On 2013-09-03 23:04 +0200, Yann E. MORIN spake thusly: Currently, the 'MODULES' symbol is hard-coded to be the default symbol that enables/disables tristates, if no other symbol was declared with 'option modules'. While this used to be needed for the Linux kernel, we now have

Re: linux-next: build failure after merge of the ext4 tree

2013-08-16 Thread Yann E. MORIN
Sam, Michal, All, On 2013-08-16 19:14 +0200, Sam Ravnborg spake thusly: > On Fri, Aug 16, 2013 at 03:10:38PM +0200, Michal Marek wrote: > > On 11.8.2013 23:39, Yann E. MORIN wrote: > > > On 2013-08-09 13:42 +0200, Sam Ravnborg spake thusly: > > >> If we drop th

Re: [pull request] Pull request for branch yem/kconfig-for-next

2013-08-16 Thread Yann E. MORIN
Michal, All, On Friday 16 August 2013 14:48:47 Michal Marek wrote: > On 15.8.2013 23:17, Yann E. MORIN wrote: > > From: "Yann E. MORIN" > > > > Hello Michal, > > > > Please pull a few more changes queued for 3.12 since your last pull: > > &

Re: [pull request] Pull request for branch yem/kconfig-for-next

2013-08-16 Thread Yann E. MORIN
Michal, All, On Friday 16 August 2013 14:48:47 Michal Marek wrote: On 15.8.2013 23:17, Yann E. MORIN wrote: From: Yann E. MORIN yann.morin.1...@free.fr Hello Michal, Please pull a few more changes queued for 3.12 since your last pull: - POSIX compliance when using sed

Re: linux-next: build failure after merge of the ext4 tree

2013-08-16 Thread Yann E. MORIN
Sam, Michal, All, On 2013-08-16 19:14 +0200, Sam Ravnborg spake thusly: On Fri, Aug 16, 2013 at 03:10:38PM +0200, Michal Marek wrote: On 11.8.2013 23:39, Yann E. MORIN wrote: On 2013-08-09 13:42 +0200, Sam Ravnborg spake thusly: If we drop the special handling of MODULES and introduced

[PATCH 2/4] scripts/config: use sed's POSIX interface

2013-08-15 Thread Yann E. MORIN
to `a' command, while some implementations require a leading newline before the parameter. Rewrite calls to `sed' to comply with POSIX interface, and move them to helper functions. Signed-off-by: Clement Chauplannaz Tested-by: "Yann E. MORIN" Reviewed-by: "Yann E. MORIN" S

[PATCH 1/4] kconfig: switch to "long long" for sanity

2013-08-15 Thread Yann E. MORIN
Kees Cook Acked-by: Geert Uytterhoeven Tested-by: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" --- scripts/kconfig/symbol.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/scripts/kconfig/symbol.c b/scripts/kconfig/symbol.c index

[PATCH 3/4] kconfig: silence warning when parsing auto.conf when a symbol has changed type

2013-08-15 Thread Yann E. MORIN
From: "Yann E. MORIN" When a symbol changes type from tristate to bool, and was previously set to 'm', a subsequent silentoldconfig would warn about inconsistency, such as: include/config/auto.conf:3014:warning: symbol value 'm' invalid for HOTPLUG_PCI_PCIE Seen by Linus with

[pull request] Pull request for branch yem/kconfig-for-next

2013-08-15 Thread Yann E. MORIN
From: "Yann E. MORIN" Hello Michal, Please pull a few more changes queued for 3.12 since your last pull: - POSIX compliance when using sed in scripts/config(CLément) - use 'long long' to represent hex and ranges, so their width is not dependent on the architecture (

[PATCH 4/4] modules: do not depend on kconfig to set 'modules' option to symbol MODULES

2013-08-15 Thread Yann E. MORIN
From: "Yann E. MORIN" Currently, the MODULES symbol is special-cased in different places in the kconfig language. For example, if no symbol is defined to enable tristates, then kconfig looks up for a symbol named 'MODULES', and forces the 'modules' option onto that symbol. This cause

[pull request] Pull request for branch yem/kconfig-for-next

2013-08-15 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Hello Michal, Please pull a few more changes queued for 3.12 since your last pull: - POSIX compliance when using sed in scripts/config(CLément) - use 'long long' to represent hex and ranges, so their width is not dependent

[PATCH 4/4] modules: do not depend on kconfig to set 'modules' option to symbol MODULES

2013-08-15 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr Currently, the MODULES symbol is special-cased in different places in the kconfig language. For example, if no symbol is defined to enable tristates, then kconfig looks up for a symbol named 'MODULES', and forces the 'modules' option onto that symbol

[PATCH 1/4] kconfig: switch to long long for sanity

2013-08-15 Thread Yann E. MORIN
...@chromium.org Acked-by: Geert Uytterhoeven ge...@linux-m68k.org Tested-by: Yann E. MORIN yann.morin.1...@free.fr Signed-off-by: Yann E. MORIN yann.morin.1...@free.fr --- scripts/kconfig/symbol.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/scripts/kconfig/symbol.c b

[PATCH 3/4] kconfig: silence warning when parsing auto.conf when a symbol has changed type

2013-08-15 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr When a symbol changes type from tristate to bool, and was previously set to 'm', a subsequent silentoldconfig would warn about inconsistency, such as: include/config/auto.conf:3014:warning: symbol value 'm' invalid for HOTPLUG_PCI_PCIE Seen

[PATCH 2/4] scripts/config: use sed's POSIX interface

2013-08-15 Thread Yann E. MORIN
-line calls to `a' command, while some implementations require a leading newline before the parameter. Rewrite calls to `sed' to comply with POSIX interface, and move them to helper functions. Signed-off-by: Clement Chauplannaz chaup...@gmail.com Tested-by: Yann E. MORIN yann.morin.1...@free.fr

Re: linux-next: build failure after merge of the ext4 tree

2013-08-11 Thread Yann E. MORIN
Sam, All, On 2013-08-09 13:42 +0200, Sam Ravnborg spake thusly: > On Thu, Aug 08, 2013 at 11:54:49PM +0200, Yann E. MORIN wrote: > > Stephen, All, > > > > On 2013-08-08 21:16 +0200, Yann E. MORIN spake thusly: > > > On 2013-08-08 10:36 +1000, Stephen Rothwell spake

Re: linux-next: build failure after merge of the ext4 tree

2013-08-11 Thread Yann E. MORIN
Sam, All, On 2013-08-09 13:42 +0200, Sam Ravnborg spake thusly: On Thu, Aug 08, 2013 at 11:54:49PM +0200, Yann E. MORIN wrote: Stephen, All, On 2013-08-08 21:16 +0200, Yann E. MORIN spake thusly: On 2013-08-08 10:36 +1000, Stephen Rothwell spake thusly: On Thu, 8 Aug 2013 10:22:28

Re: linux-next: build failure after merge of the ext4 tree

2013-08-08 Thread Yann E. MORIN
Stephen, All, On 2013-08-08 21:16 +0200, Yann E. MORIN spake thusly: > On 2013-08-08 10:36 +1000, Stephen Rothwell spake thusly: > > On Thu, 8 Aug 2013 10:22:28 +1000 Stephen Rothwell > > wrote: > > > > > > More quick testing with an empty file: v3.9 is OK, v3.10

Re: linux-next: build failure after merge of the ext4 tree

2013-08-08 Thread Yann E. MORIN
an you elaborate on what you did, what you got, what expected, so I can try to reproduce and fix this, please? > Bisecting gives: > > cfa98f2e0ae956feca935573e977d7661a9561b9 is the first bad commit > commit cfa98f2e0ae956feca935573e977d7661a9561b9 > Author: Yann E. MORIN &

Re: linux-next: build failure after merge of the ext4 tree

2013-08-08 Thread Yann E. MORIN
elaborate on what you did, what you got, what expected, so I can try to reproduce and fix this, please? Bisecting gives: cfa98f2e0ae956feca935573e977d7661a9561b9 is the first bad commit commit cfa98f2e0ae956feca935573e977d7661a9561b9 Author: Yann E. MORIN yann.morin.1...@free.fr Date: Wed Apr 24

Re: linux-next: build failure after merge of the ext4 tree

2013-08-08 Thread Yann E. MORIN
Stephen, All, On 2013-08-08 21:16 +0200, Yann E. MORIN spake thusly: On 2013-08-08 10:36 +1000, Stephen Rothwell spake thusly: On Thu, 8 Aug 2013 10:22:28 +1000 Stephen Rothwell s...@canb.auug.org.au wrote: More quick testing with an empty file: v3.9 is OK, v3.10 gives

[PATCH] kconfig: silence warning when parsing auto.conf when a symbol has changed type

2013-08-06 Thread Yann E. MORIN
From: "Yann E. MORIN" When a symbol changes type from tristate to bool, and was previously set to 'm', a subsequent silentoldconfig would warn about inconsistency, such as: include/config/auto.conf:3014:warning: symbol value 'm' invalid for HOTPLUG_PCI_PCIE Seen by Linus with

[PATCH] kconfig: silence warning when parsing auto.conf when a symbol has changed type

2013-08-06 Thread Yann E. MORIN
From: Yann E. MORIN yann.morin.1...@free.fr When a symbol changes type from tristate to bool, and was previously set to 'm', a subsequent silentoldconfig would warn about inconsistency, such as: include/config/auto.conf:3014:warning: symbol value 'm' invalid for HOTPLUG_PCI_PCIE Seen

Re: Warnings from silentoldconfig (Re: [GIT PULL] PCI updates for v3.11)

2013-08-05 Thread Yann E. MORIN
ly an agglomerate of orgnic changes accumulated over time, it is missing coments in the right places, is rather complex with a lot of special cases spread out all over, and I fell like wanting to knit after a slew of kitten has played with tens of balls of wool... :-( Anyway, with time, I'm eventually

Re: Warnings from silentoldconfig (Re: [GIT PULL] PCI updates for v3.11)

2013-08-05 Thread Yann E. MORIN
exist yet or may be out of date. Yann, can anything break > if we simply do not read that file from conf_split_config(), like this? Sorry, that's a part I'm not sure about, and seems non-trivial. I'll look at it tonight (UTC+2) when I'm back home. Regards, Yann E. MORIN. > diff --gi

Re: Warnings from silentoldconfig (Re: [GIT PULL] PCI updates for v3.11)

2013-08-05 Thread Yann E. MORIN
/auto.conf, which may not exist yet or may be out of date. Yann, can anything break if we simply do not read that file from conf_split_config(), like this? Sorry, that's a part I'm not sure about, and seems non-trivial. I'll look at it tonight (UTC+2) when I'm back home. Regards, Yann E. MORIN

Re: Warnings from silentoldconfig (Re: [GIT PULL] PCI updates for v3.11)

2013-08-05 Thread Yann E. MORIN
in the right places, is rather complex with a lot of special cases spread out all over, and I fell like wanting to knit after a slew of kitten has played with tens of balls of wool... :-( Anyway, with time, I'm eventually sorting things out one at a time, but Woo... the headache... ;-] Regards, Yann E. MORIN

Re: Build regressions/improvements in v3.11-rc2

2013-07-27 Thread Yann E. MORIN
eproduce this error? randconfig now should print the RNF seed, so that's d be nice to have to reproduce the error. Also, having the problematic changeset would be nice. Regards, Yann E. MORIN. -- .-..------.----. | Yann E. MOR

  1   2   3   4   5   >