Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-29 Thread Masahiro Yamada
On Sun, Jun 28, 2020 at 11:42 PM Masahiro Yamada wrote: > > On Sun, Jun 28, 2020 at 5:40 PM Maxim Levitsky wrote: > > > > On Thu, 2020-06-25 at 16:52 +0200, Mauro Carvalho Chehab wrote: > > > The logic handling find on split mode is currently broken. > > > Fix it, making it work again as

Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-28 Thread Masahiro Yamada
On Sun, Jun 28, 2020 at 5:40 PM Maxim Levitsky wrote: > > On Thu, 2020-06-25 at 16:52 +0200, Mauro Carvalho Chehab wrote: > > The logic handling find on split mode is currently broken. > > Fix it, making it work again as expected. > > I tested this patch and it works well. > There is one really

Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-28 Thread Mauro Carvalho Chehab
Em Sun, 28 Jun 2020 14:18:22 +0200 Markus Elfring escreveu: > > The logic handling find on split mode is currently broken. > > * Is there a word missing in this change description? > > * Can any information become clearer another bit? > > > > Fix it, … > > Please replace the beginning

Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-28 Thread Markus Elfring
> The logic handling find on split mode is currently broken. * Is there a word missing in this change description? * Can any information become clearer another bit? > Fix it, … Please replace the beginning of this sentence with the tag “Fixes”.

[PATCH] kconfig: qconf: Fix find on split mode

2020-06-28 Thread Mauro Carvalho Chehab
The logic handling find on split mode is currently broken. Fix it, making it work again as expected. Reported-by: Maxim Levitsky Signed-off-by: Mauro Carvalho Chehab --- scripts/kconfig/qconf.cc | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git

Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-28 Thread Maxim Levitsky
On Thu, 2020-06-25 at 16:52 +0200, Mauro Carvalho Chehab wrote: > The logic handling find on split mode is currently broken. > Fix it, making it work again as expected. I tested this patch and it works well. There is one really small cosmetic issue: If you select search result, and then select

Re: [PATCH] kconfig: qconf: Fix find on split mode

2020-06-27 Thread Masahiro Yamada
On Thu, Jun 25, 2020 at 11:53 PM Mauro Carvalho Chehab wrote: > > The logic handling find on split mode is currently broken. > Fix it, making it work again as expected. > > Reported-by: Maxim Levitsky > Signed-off-by: Mauro Carvalho Chehab > --- Applied to linux-kbuild. Thanks. >

[PATCH] kconfig: qconf: Fix find on split mode

2020-06-25 Thread Mauro Carvalho Chehab
The logic handling find on split mode is currently broken. Fix it, making it work again as expected. Reported-by: Maxim Levitsky Signed-off-by: Mauro Carvalho Chehab --- scripts/kconfig/qconf.cc | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git