Re: [tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-20 Thread Thomas Gleixner
On Mon, 19 Dec 2016, H. Peter Anvin wrote: > P.S. I would love to (a) move the CPUID bits into a structure instead of > passing all those crazy pointers around, and (b) stop passing struct > cpuinfo * around when we only use it for the current processor anyway (a > lot of these functions are in

Re: [tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-20 Thread Thomas Gleixner
On Mon, 19 Dec 2016, H. Peter Anvin wrote: > P.S. I would love to (a) move the CPUID bits into a structure instead of > passing all those crazy pointers around, and (b) stop passing struct > cpuinfo * around when we only use it for the current processor anyway (a > lot of these functions are in

Re: [tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-19 Thread H. Peter Anvin
On 12/19/16 02:56, tip-bot for Andy Lutomirski wrote: > Commit-ID: 3df8d9208569ef0b2313e516566222d745f3b94b > Gitweb: http://git.kernel.org/tip/3df8d9208569ef0b2313e516566222d745f3b94b > Author: Andy Lutomirski > AuthorDate: Thu, 15 Dec 2016 10:14:42 -0800 > Committer:

Re: [tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-19 Thread H. Peter Anvin
On 12/19/16 02:56, tip-bot for Andy Lutomirski wrote: > Commit-ID: 3df8d9208569ef0b2313e516566222d745f3b94b > Gitweb: http://git.kernel.org/tip/3df8d9208569ef0b2313e516566222d745f3b94b > Author: Andy Lutomirski > AuthorDate: Thu, 15 Dec 2016 10:14:42 -0800 > Committer: Thomas Gleixner

[tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-19 Thread tip-bot for Andy Lutomirski
Commit-ID: 3df8d9208569ef0b2313e516566222d745f3b94b Gitweb: http://git.kernel.org/tip/3df8d9208569ef0b2313e516566222d745f3b94b Author: Andy Lutomirski AuthorDate: Thu, 15 Dec 2016 10:14:42 -0800 Committer: Thomas Gleixner CommitDate: Mon, 19 Dec

[tip:x86/urgent] x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6

2016-12-19 Thread tip-bot for Andy Lutomirski
Commit-ID: 3df8d9208569ef0b2313e516566222d745f3b94b Gitweb: http://git.kernel.org/tip/3df8d9208569ef0b2313e516566222d745f3b94b Author: Andy Lutomirski AuthorDate: Thu, 15 Dec 2016 10:14:42 -0800 Committer: Thomas Gleixner CommitDate: Mon, 19 Dec 2016 11:50:24 +0100 x86/cpu: Probe