Re: [PATCH] x86: mtrr: Fix parsing of "mtrr list" command

2020-08-31 Thread Bin Meng
On Tue, Sep 1, 2020 at 1:23 PM Bin Meng wrote: > > On Fri, Aug 14, 2020 at 3:55 PM Wolfgang Wallner > wrote: > > > > The command 'mtrr' does not recognize the 'list' subcommand any more > > since the code restructuring in commit b2a76b3fe75a ("x86: mtrr: > > Restructure so command execution is in

Re: [PATCH] x86: mtrr: Fix parsing of "mtrr list" command

2020-08-31 Thread Bin Meng
On Fri, Aug 14, 2020 at 3:55 PM Wolfgang Wallner wrote: > > The command 'mtrr' does not recognize the 'list' subcommand any more > since the code restructuring in commit b2a76b3fe75a ("x86: mtrr: > Restructure so command execution is in one place"). > > The if-else parsing the command arguments do

Re: [PATCH] x86: mtrr: Fix parsing of "mtrr list" command

2020-08-15 Thread Simon Glass
On Fri, 14 Aug 2020 at 01:55, Wolfgang Wallner wrote: > > The command 'mtrr' does not recognize the 'list' subcommand any more > since the code restructuring in commit b2a76b3fe75a ("x86: mtrr: > Restructure so command execution is in one place"). > > The if-else parsing the command arguments does

[PATCH] x86: mtrr: Fix parsing of "mtrr list" command

2020-08-14 Thread Wolfgang Wallner
The command 'mtrr' does not recognize the 'list' subcommand any more since the code restructuring in commit b2a76b3fe75a ("x86: mtrr: Restructure so command execution is in one place"). The if-else parsing the command arguments does not take 'list' into account: the if-branch is intended for no su