All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: "Michael S. Zick" <lkml@morethan.org>
Cc: "H. Peter Anvin" <hpa@kernel.org>,
	Harald Welte <HaraldWelte@viatech.com>,
	Jaswinder Singh Rajput <jaswinder@kernel.org>,
	linux-kernel@vger.kernel.org, tglx@linutronix.de
Subject: Re: [PATCH] X86: cpu_debug support for VIA / Centaur CPU's
Date: Wed, 10 Jun 2009 13:13:52 +0200	[thread overview]
Message-ID: <20090610111352.GA4482@elte.hu> (raw)
In-Reply-To: <200906100611.14941.lkml@morethan.org>


* Michael S. Zick <lkml@morethan.org> wrote:

> On Wed June 10 2009, Ingo Molnar wrote:
> > 
> > * H. Peter Anvin <hpa@kernel.org> wrote:
> > 
> > > Ingo Molnar wrote:
> > > > 
> > > > MSRs should really be enumerated along CPU features. They will be 
> > > > accessed if a CPU offers that CPU feature.
> > > > 
> > > 
> > > Nice in theory, but so many MSRs have to be enumerated with obscure test
> > > combinations, that it really isn't practical in the general case.  That
> > > is why we have the safe MSR variants.
> > > 
> > > > 
> > > > Yeah, the safe read should never fault - there should be all 
> > > > zeroes or an error return.
> > > > 
> > > 
> > > Error return, MSRs #GP if not present.  All zero means a present 
> > > MSR (which is zero.)
> > 
> > yes, of course - i meant the /debug/x86/cpu/* behavior: it should 
> > either result zeroes, or should return -EINVAL. (probably the 
> > latter)
> > 
> 
> Return zeroes - same as hardware case for bits which can't be set. 
> Returning -EINVAL might match a specific bit pattern caller is 
> looking for.

these files are accessed via read(). The -EINVAL is the syscall 
return value. The value (if any) goes into the buffer that is being 
read into. So there's no way to 'match a specific bit pattern' - 
it's two separate spaces.

	Ingo

  reply	other threads:[~2009-06-10 11:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09  8:29 [PATCH] X86: cpu_debug support for VIA / Centaur CPU's Harald Welte
2009-06-09  8:53 ` Jaswinder Singh Rajput
2009-06-09 14:53   ` Harald Welte
2009-06-09 15:15     ` Ingo Molnar
2009-06-10  4:23       ` H. Peter Anvin
2009-06-10 11:02         ` Ingo Molnar
2009-06-10 11:11           ` Michael S. Zick
2009-06-10 11:13             ` Ingo Molnar [this message]
2009-06-10 11:55               ` Michael S. Zick
2009-06-10 22:30             ` H. Peter Anvin
2009-06-09 15:18     ` Jaswinder Singh Rajput

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090610111352.GA4482@elte.hu \
    --to=mingo@elte.hu \
    --cc=HaraldWelte@viatech.com \
    --cc=hpa@kernel.org \
    --cc=jaswinder@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkml@morethan.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.