Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-20 Thread Greg KH
On Fri, Nov 20, 2015 at 10:52:32AM +0100, Valentin Rothberg wrote: > Hi Greg, > > On Nov 01 '15 19:13, Greg KH wrote: > [...] > > I'll queue this up after 4.4-rc1 is out, sorry for the delay, not your > > fault. > > Can you queue the patch for checkkconfigsymbols.py? I would like to > send anoth

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-20 Thread Valentin Rothberg
Hi Greg, On Nov 01 '15 19:13, Greg KH wrote: [...] > I'll queue this up after 4.4-rc1 is out, sorry for the delay, not your > fault. Can you queue the patch for checkkconfigsymbols.py? I would like to send another patch adding support to find similar symbols, and apply it ontop of the multi-proc

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Valentin Rothberg
see this in my patch queue, did you not send it to me > > > > > previously? > > > > > > > > I sent it directly to you. Did you mark me as spam? Just kidding. > > > > Maybe the mail just got lost in your mailbox since the script can't b

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Greg KH
ou mark me as spam? Just kidding. > > > Maybe the mail just got lost in your mailbox since the script can't be > > > assigned to a particular subsystem. > > > > When did you send it? Any message id I can search for? > > Thanks for checking. > > Subject: [PATCH] ch

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Valentin Rothberg
ueue, did you not send it to me > > > previously? > > > > I sent it directly to you. Did you mark me as spam? Just kidding. > > Maybe the mail just got lost in your mailbox since the script can't be > > assigned to a particular subsystem. > > When

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Greg KH
On Sun, Nov 01, 2015 at 07:30:14PM +0100, Valentin Rothberg wrote: > On Nov 01 '15 10:13, Greg KH wrote: > > On Sun, Nov 01, 2015 at 01:53:40PM +0100, Valentin Rothberg wrote: > > > Hi Greg, > > > > > > On Oct 15 '15 10:37, Valentin Rothberg wrote: > > > > > > Can you take the patch below? I use

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Valentin Rothberg
On Nov 01 '15 10:13, Greg KH wrote: > On Sun, Nov 01, 2015 at 01:53:40PM +0100, Valentin Rothberg wrote: > > Hi Greg, > > > > On Oct 15 '15 10:37, Valentin Rothberg wrote: > > > > Can you take the patch below? I use the patched version of the script > > since sending it and it has proved to be m

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Greg KH
On Sun, Nov 01, 2015 at 01:53:40PM +0100, Valentin Rothberg wrote: > Hi Greg, > > On Oct 15 '15 10:37, Valentin Rothberg wrote: > > Can you take the patch below? I use the patched version of the script > since sending it and it has proved to be much faster and hence more > comfortable to use sin

Re: [PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-11-01 Thread Valentin Rothberg
Hi Greg, On Oct 15 '15 10:37, Valentin Rothberg wrote: Can you take the patch below? I use the patched version of the script since sending it and it has proved to be much faster and hence more comfortable to use since then. Kind regards, Valentin > Distribute the parsing of source and Kconfig

[PATCH] checkkconfigsymbols.py: multiprocessing of files

2015-10-15 Thread Valentin Rothberg
Distribute the parsing of source and Kconfig files on all available cores to speed up processing. Signed-off-by: Valentin Rothberg --- scripts/checkkconfigsymbols.py | 128 - 1 file changed, 102 insertions(+), 26 deletions(-) diff --git a/scripts/checkkco