public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* As of kernel 4.4-rc1 segmentation fault if msr module not loaded. [REGRESSION][BISECTED]
@ 2015-11-26 16:25 Doug Smythies
  2015-11-26 18:09 ` Borislav Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Smythies @ 2015-11-26 16:25 UTC (permalink / raw)
  To: 'Borislav Petkov'
  Cc: Doug Smythies, 'Borislav Petkov', linux-kernel

Hi,

This might be considered a minor issue, but I submit my
findings anyhow.

In some distros, the msr module is not loaded by default.
(I guess not built in by default, would be more correct.)
I often forget to load it before using "rdmsr" or "wrmsr".
It was never an issue before, but as of Kernel 4.4-rc1
it causes a segmentation fault crash. Example:

# rdmsr -a 0x19a
Segmentation fault (core dumped)

It could be argued that the msr-tools commands should
check if the module is loaded and abort with some error
message if not (or, and as turbostat now does, just load
the module). However, what I do not know is if there
might be other effected use cases.

The kernel was bisected, and this is the result:

9a2bc335f100a0f6ee6392b9f97ac4188d84db1d is the first bad commit
commit 9a2bc335f100a0f6ee6392b9f97ac4188d84db1d
Author: Borislav Petkov <bp@suse.de>
Date:   Tue Oct 20 11:54:44 2015 +0200

    x86/microcode: Unmodularize the microcode driver

    Make CONFIG_MICROCODE a bool. It was practically a bool already anyway,
    since early loader was forcing it to =y.
    ...

Since I sometimes mess up using git bisect, and end up at some random result,
the above was double checked manually:

9a2bc335f100a0f6ee6392b9f97ac4188d84db1d has the issue
81ffdcdd97d94110627caa81c23d5d780083731d (the previous commit) does not have the issue.

As a potentially interesting side note, the segmentation fault
does not occur if I use sudo instead. Example:

$ sudo rdmsr -a 0x19a
$

Of course, if I load the module then things work as expected:

# modprobe msr
# rdmsr -a 0x19a
0
0
0
0
0
0
0
0



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

* Re: As of kernel 4.4-rc1 segmentation fault if msr module not loaded. [REGRESSION][BISECTED]
  2015-11-26 16:25 As of kernel 4.4-rc1 segmentation fault if msr module not loaded. [REGRESSION][BISECTED] Doug Smythies
@ 2015-11-26 18:09 ` Borislav Petkov
  2015-11-27 16:12   ` Doug Smythies
  0 siblings, 1 reply; 3+ messages in thread
From: Borislav Petkov @ 2015-11-26 18:09 UTC (permalink / raw)
  To: Doug Smythies; +Cc: linux-kernel

On Thu, Nov 26, 2015 at 08:25:43AM -0800, Doug Smythies wrote:
> Hi,
> 
> This might be considered a minor issue, but I submit my
> findings anyhow.
> 
> In some distros, the msr module is not loaded by default.
> (I guess not built in by default, would be more correct.)
> I often forget to load it before using "rdmsr" or "wrmsr".
> It was never an issue before, but as of Kernel 4.4-rc1
> it causes a segmentation fault crash. Example:
> 
> # rdmsr -a 0x19a
> Segmentation fault (core dumped)

You can either cherrypick

http://git.kernel.org/tip/2d5be37d686c4dae8e60d20283d6f44ac2c44f65

or wait until it trickles upwards to Linus, most likely -rc3.

Thanks for the report. Good to know what else broke.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

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

* RE: As of kernel 4.4-rc1 segmentation fault if msr module not loaded. [REGRESSION][BISECTED]
  2015-11-26 18:09 ` Borislav Petkov
@ 2015-11-27 16:12   ` Doug Smythies
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Smythies @ 2015-11-27 16:12 UTC (permalink / raw)
  To: 'Borislav Petkov'; +Cc: linux-kernel, Doug Smythies

On 2015.11.26 10:10 Borislav Petkov wrote:
> On Thu, Nov 26, 2015 at 08:25:43AM -0800, Doug Smythies wrote:
>>
>> In some distros, the msr module is not loaded by default.
>> (I guess not built in by default, would be more correct.)
>> I often forget to load it before using "rdmsr" or "wrmsr".
>> It was never an issue before, but as of Kernel 4.4-rc1
>> it causes a segmentation fault crash. Example:
>> 
>> # rdmsr -a 0x19a
>> Segmentation fault (core dumped)

> You can either cherrypick
> http://git.kernel.org/tip/2d5be37d686c4dae8e60d20283d6f44ac2c44f65

Just for completeness:
I confirm that the above commit fixes the issue raised herein.
Thanks.

... Doug



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

end of thread, other threads:[~2015-11-27 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:25 As of kernel 4.4-rc1 segmentation fault if msr module not loaded. [REGRESSION][BISECTED] Doug Smythies
2015-11-26 18:09 ` Borislav Petkov
2015-11-27 16:12   ` Doug Smythies

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