public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [pull request] Pull request for branch yem/kconfig-for-next
@ 2013-08-15 21:17 Yann E. MORIN
  2013-08-15 21:17 ` [PATCH 1/4] kconfig: switch to "long long" for sanity Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Yann E. MORIN @ 2013-08-15 21:17 UTC (permalink / raw)
  To: linux-kbuild, Michal Marek; +Cc: linux-kernel, Yann E. MORIN

From: "Yann E. MORIN" <yann.morin.1998@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 on the architecture (32/64 bits)    (Kees)
  - remove the warning when parsing auto.conf, that frigthened
    Linus when he merged the ext4 tree
  - explicit use CONFIG_MODULES to enable tristates

Regards,
Yann E. MORIN.

PS. I've indeed changed the naming scheme of my branches, don't worry. ;-)


The following changes since commit c3286ee337b0586a8ae2b4f13c33e3de5d71139e:

  Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linux-kconfig into kbuild/kconfig (2013-07-23 15:57:17 +0200)

are available in the git repository at:


  git://gitorious.org/linux-kconfig/linux-kconfig.git yem/kconfig-for-next

for you to fetch changes up to 11097a0367e48954ecf616f9b0df48d86835dd0d:

  modules: do not depend on kconfig to set 'modules' option to symbol MODULES (2013-08-15 22:56:08 +0200)

----------------------------------------------------------------
Clement Chauplannaz (1):
      scripts/config: use sed's POSIX interface

Kees Cook (1):
      kconfig: switch to "long long" for sanity

Yann E. MORIN (2):
      kconfig: silence warning when parsing auto.conf when a symbol has changed type
      modules: do not depend on kconfig to set 'modules' option to symbol MODULES

 init/Kconfig               |  1 +
 scripts/config             | 44 +++++++++++++++++++++++++++++++++++++++++---
 scripts/kconfig/confdata.c | 11 ++++++++---
 scripts/kconfig/symbol.c   | 19 ++++++++++---------
 4 files changed, 60 insertions(+), 15 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [pull request] Pull request for branch yem/kconfig-for-next
@ 2013-09-04 10:59 Yann E. MORIN
  0 siblings, 0 replies; 17+ messages in thread
From: Yann E. MORIN @ 2013-09-04 10:59 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Michal Marek, linux-kernel, Sam Ravnborg, Yann E. MORIN

From: "Yann E. MORIN" <yann.morin.1998@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:

  Merge branch 'kbuild/kconfig' into kbuild/for-next (2013-09-01 21:25:45 +0200)

are available in the git repository at:


  git://gitorious.org/linux-kconfig/linux-kconfig.git yem/kconfig-for-next

for you to fetch changes up to 2c15d81f712791d3eae9a15414c83780a8dd6ac1:

  kconfig: do not allow more than one symbol to have 'option modules' (2013-09-04 12:57:48 +0200)

----------------------------------------------------------------
Yann E. MORIN (3):
      kconfig: do not special-case 'MODULES' symbol
      kconfig: regenerate bison parser
      kconfig: do not allow more than one symbol to have 'option modules'

 Documentation/kbuild/kconfig-language.txt |   1 +
 scripts/kconfig/menu.c                    |  11 +-
 scripts/kconfig/zconf.tab.c_shipped       | 562 ++++++++++++++++--------------
 scripts/kconfig/zconf.y                   |  11 +-
 4 files changed, 308 insertions(+), 277 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [pull request] Pull request for branch yem/kconfig-for-next
@ 2013-10-30 21:46 Yann E. MORIN
  2013-10-31 11:18 ` Michal Marek
  0 siblings, 1 reply; 17+ messages in thread
From: Yann E. MORIN @ 2013-10-30 21:46 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Michal Marek, Ben Hutchings, Martin Walch, Regid Ichira,
	"Yann E. MORIN:

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Michal, please pull these changes to kconfig for 3.13:
  - update Documentation and mconf's help  (Martin, Regid)
  - remove unneeded kconfig scanner declaration  (Martin)
  - clarify parser warning message about type redefinition  (Martin)
  - fix gstr length usage  (Martin)
  - store our Qt config settings in a proper location  (Ben)

There are still a few patches floating on the list, but I haven't yet
had time to review/test them; I'll do this in the coming days.

/me has still not entirely got over his trip to Edinburgh last week...

Regards,
Yann E. MORIN.


The following changes since commit 86eb781889ec31f6421b86ab252ea609d456322d:

  scripts/config: fix variable substitution command (2013-09-13 13:06:59 +0200)

are available in the git repository at:

  git://gitorious.org/linux-kconfig/linux-kconfig.git yem/kconfig-for-next

for you to fetch changes up to 00d4f8fc2c729b1baf723cacd2b5942b032b6784:

  xconfig: Fix the filename for GUI settings (2013-10-08 23:52:16 +0200)

----------------------------------------------------------------
Ben Hutchings (1):
      xconfig: Fix the filename for GUI settings

Martin Walch (5):
      kconfig: add short explanation to SYMBOL_WRITE
      kconfig: fix trivial typos and update mconf documentation
      kconfig: adjust warning message for conflicting types
      kconfig: remove unused definition from scanner
      kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len

Regid Ichira (1):
      Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig

 Documentation/kbuild/kconfig.txt | 11 ++------
 scripts/kconfig/expr.h           |  2 +-
 scripts/kconfig/mconf.c          | 60 +++++++++++++++++++---------------------
 scripts/kconfig/menu.c           | 11 ++++----
 scripts/kconfig/qconf.cc         |  5 ++++
 scripts/kconfig/qconf.h          |  1 +
 scripts/kconfig/symbol.c         |  2 +-
 scripts/kconfig/zconf.l          |  1 -
 8 files changed, 45 insertions(+), 48 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-10-31 11:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-15 21:17 [pull request] Pull request for branch yem/kconfig-for-next Yann E. MORIN
2013-08-15 21:17 ` [PATCH 1/4] kconfig: switch to "long long" for sanity Yann E. MORIN
2013-08-15 21:17 ` [PATCH 2/4] scripts/config: use sed's POSIX interface Yann E. MORIN
2013-09-12 16:40   ` Linus Walleij
2013-09-13  8:38     ` Clément Chauplannaz
2013-09-13  8:45       ` [PATCH] scripts/config: fix variable substitution command Clement Chauplannaz
2013-09-13  9:29         ` Linus Walleij
2013-09-13  9:32       ` [PATCH 2/4] scripts/config: use sed's POSIX interface Linus Walleij
2013-09-13  9:54         ` Clément Chauplannaz
2013-09-13 11:00           ` Michal Marek
2013-08-15 21:17 ` [PATCH 3/4] kconfig: silence warning when parsing auto.conf when a symbol has changed type Yann E. MORIN
2013-08-15 21:17 ` [PATCH 4/4] modules: do not depend on kconfig to set 'modules' option to symbol MODULES Yann E. MORIN
2013-08-16 12:48 ` [pull request] Pull request for branch yem/kconfig-for-next Michal Marek
2013-08-16 13:02   ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2013-09-04 10:59 Yann E. MORIN
2013-10-30 21:46 Yann E. MORIN
2013-10-31 11:18 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox