public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmi-id: export oem strings to sysfs
@ 2016-07-14  8:01 Allen Hung
  2016-07-14  8:01 ` [PATCH 1/2] dmi-id: don't free dev structure after calling device_register Allen Hung
  2016-07-14  8:01 ` [PATCH 2/2] dmi-id: add dmi/id/oem group for exporting oem strings to sysfs Allen Hung
  0 siblings, 2 replies; 14+ messages in thread
From: Allen Hung @ 2016-07-14  8:01 UTC (permalink / raw)
  To: Jean Delvare, linux-kernel; +Cc: Mario Limonciello, Allen Hung

*** BLURB HERE ***

Allen Hung (2):
  dmi-id: don't free dev structure after calling device_register
  dmi-id: add dmi/id/oem group for exporting oem strings to sysfs

 drivers/firmware/dmi-id.c | 116 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 112 insertions(+), 4 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/2] dmi-id: export oem strings to sysfs
@ 2016-07-15  9:42 Allen Hung
  2016-07-15  9:42 ` [PATCH 2/2] dmi-id: add dmi/id/oem group for exporting " Allen Hung
  0 siblings, 1 reply; 14+ messages in thread
From: Allen Hung @ 2016-07-15  9:42 UTC (permalink / raw)
  To: Jean Delvare, linux-kernel; +Cc: Mario Limonciello, Allen Hung

The oem strings in DMI BIOS have been parsed and stored as dmi devices
in dmi_scan.c but they are not exported to userspace via sysfs.

The series of patches 1/2) fix the error exit code which may cause kernel
panic if error happened during adding the oem strings to sysfs, and (2/2)
export oem strings to a new group "oem" under sysfs device 
/sys/class/dmi/id.

Alle Hung (2):
  dmi-id: don't free dev structure after calling device_register
  dmi-id: add dmi/id/oem group for exporting oem strings to sysfs

 drivers/firmware/dmi-id.c | 116 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 112 insertions(+), 4 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-08-24  8:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14  8:01 [PATCH 0/2] dmi-id: export oem strings to sysfs Allen Hung
2016-07-14  8:01 ` [PATCH 1/2] dmi-id: don't free dev structure after calling device_register Allen Hung
2016-07-18 17:09   ` Jean Delvare
2016-07-14  8:01 ` [PATCH 2/2] dmi-id: add dmi/id/oem group for exporting oem strings to sysfs Allen Hung
2016-07-14  9:16   ` kbuild test robot
2016-07-19  9:03   ` Jean Delvare
2016-07-19 14:47     ` Mario_Limonciello
2016-08-02 13:43       ` Jean Delvare
2016-08-02 18:56         ` Mario_Limonciello
2016-08-15  9:55           ` Allen Hung
2016-08-24  8:05             ` Allen Hung
2016-07-26 21:03     ` Mario_Limonciello
2016-07-29  9:59       ` Allen Hung
  -- strict thread matches above, loose matches on Subject: below --
2016-07-15  9:42 [PATCH 0/2] dmi-id: export " Allen Hung
2016-07-15  9:42 ` [PATCH 2/2] dmi-id: add dmi/id/oem group for exporting " Allen Hung

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