[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: Merge branch 'kbuild

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: > > > > - POSIX compliance when using sed in scripts/conf

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

2013-08-16 Thread Michal Marek
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: > > - POSIX compliance when using sed in scripts/config(CLément) > - use 'long long' to represent hex and ranges, so their width >

[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 (32/64 bits)(K

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

2013-06-29 Thread Yann E. MORIN
From: "Yann E. MORIN" Hello Michal, All, Please pull this kconfig fix from Kees that enables 64-bit-wide (ie. signed long) [int,hex] ranges. Regards, Yann E. MORIN. The following changes since commit 490f16171119a16e05d670306c105f3b45c38837: Revert "kconfig: fix randomising choice entries

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

2013-06-19 Thread Yann E. MORIN
Michal, All, On 2013-06-19 22:40 +0200, Michal Marek spake thusly: > Dne 19.6.2013 00:44, Yann E. MORIN napsal(a): > > From: "Yann E. MORIN" > > > > Hello Michal, All! > > > > These are the patches against kconfig that I have accumulated for 3.11, > > and for which I plan to later send a proper

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

2013-06-19 Thread Michal Marek
Dne 19.6.2013 00:44, Yann E. MORIN napsal(a): > From: "Yann E. MORIN" > > Hello Michal, All! > > These are the patches against kconfig that I have accumulated for 3.11, > and for which I plan to later send a proper pull-request. > > Note-whorthy this time: > - fix values of tristates that are

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

2013-06-18 Thread Yann E. MORIN
From: "Yann E. MORIN" Hello Michal, All! These are the patches against kconfig that I have accumulated for 3.11, and for which I plan to later send a proper pull-request. Note-whorthy this time: - fix values of tristates that are selected by boolean choices (Arve) - fix choice randomisation

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

2013-05-02 Thread Michal Marek
On 29.4.2013 19:59, Yann E. MORIN wrote: > The following changes since commit 23a5dfdad22a574d19d7cc19b391f9ce0d3c2f21: > > Revert "kconfig: fix randomising choice entries in presence of > KCONFIG_ALLCONFIG" (2013-04-26 23:21:59 +0200) > > are available in the git repository at: > > git://g

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

2013-04-29 Thread Yann E. MORIN
From: "Yann E. MORIN" Michal, Please pull this fix to restore compilation of the qconf frontend. Regards, Yann E. MORIN. The following changes since commit 23a5dfdad22a574d19d7cc19b391f9ce0d3c2f21: Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG" (2013-04-

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

2013-04-29 Thread Michal Marek
On 27.4.2013 00:17, Yann E. MORIN wrote: > From: "Yann E. MORIN" > > Michal, > > Please pull this to revert: > 422c809: fix randomising choice entries in presence of KCONFIG_ALLCONFIG Pulled, thanks! Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

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

2013-04-26 Thread Yann E. MORIN
From: "Yann E. MORIN" Michal, Please pull this to revert: 422c809: fix randomising choice entries in presence of KCONFIG_ALLCONFIG It causes more harm that it fixes issues, and I couldn't find a proper fix for now. To avoid breakage so close to the opening of the merge window, it makes more