From: Jean Delvare <jdelvare@suse.de>
To: x86@kernel.org, linux-pci@vger.kernel.org
Cc: Narendra_K@Dell.com, Jordan Hargrave <jordan_hargrave@dell.com>,
Shyam Iyer <shyam_iyer@dell.com>,
Bjorn Helgaas <bhelgaas@google.com>
Subject: dmi type 0xB1 record - unknown flag
Date: Thu, 1 Jun 2017 14:38:26 +0200 [thread overview]
Message-ID: <20170601143826.5f980444@endymion> (raw)
Hi all,
I see the following message in my kernel log:
dmi type 0xB1 record - unknown flag
This is on a Dell Optiplex 9020 workstation. I see the message comes
from:
static void __init read_dmi_type_b1(const struct dmi_header *dm,
void *private_data)
{
(...)
switch (((*(u32 *)d) >> 9) & 0x03) {
case 0x00:
printk(KERN_INFO "dmi type 0xB1 record - unknown flag\n");
break;
What is the value of this message? Is there anything which needs to be
done to properly support such systems?
Thanks,
--
Jean Delvare
SUSE L3 Support
next reply other threads:[~2017-06-01 12:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-01 12:38 Jean Delvare [this message]
2017-06-01 13:28 ` dmi type 0xB1 record - unknown flag Narendra.K
2017-06-01 16:59 ` Bjorn Helgaas
2017-06-02 9:47 ` Narendra.K
2017-06-02 14:13 ` Jean Delvare
2017-06-06 8:02 ` Narendra.K
2017-06-15 21:39 ` Bjorn Helgaas
2017-06-16 9:36 ` Narendra.K
2017-06-16 13:25 ` Jean Delvare
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=20170601143826.5f980444@endymion \
--to=jdelvare@suse.de \
--cc=Narendra_K@Dell.com \
--cc=bhelgaas@google.com \
--cc=jordan_hargrave@dell.com \
--cc=linux-pci@vger.kernel.org \
--cc=shyam_iyer@dell.com \
--cc=x86@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).