efivars.c 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732
  1. /*
  2. * EFI Variables - efivars.c
  3. *
  4. * Copyright (C) 2001,2003,2004 Dell <Matt_Domsch@dell.com>
  5. * Copyright (C) 2004 Intel Corporation <matthew.e.tolentino@intel.com>
  6. *
  7. * This code takes all variables accessible from EFI runtime and
  8. * exports them via sysfs
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License as published by
  12. * the Free Software Foundation; either version 2 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  23. *
  24. * Changelog:
  25. *
  26. * 17 May 2004 - Matt Domsch <Matt_Domsch@dell.com>
  27. * remove check for efi_enabled in exit
  28. * add MODULE_VERSION
  29. *
  30. * 26 Apr 2004 - Matt Domsch <Matt_Domsch@dell.com>
  31. * minor bug fixes
  32. *
  33. * 21 Apr 2004 - Matt Tolentino <matthew.e.tolentino@intel.com)
  34. * converted driver to export variable information via sysfs
  35. * and moved to drivers/firmware directory
  36. * bumped revision number to v0.07 to reflect conversion & move
  37. *
  38. * 10 Dec 2002 - Matt Domsch <Matt_Domsch@dell.com>
  39. * fix locking per Peter Chubb's findings
  40. *
  41. * 25 Mar 2002 - Matt Domsch <Matt_Domsch@dell.com>
  42. * move uuid_unparse() to include/asm-ia64/efi.h:efi_guid_unparse()
  43. *
  44. * 12 Feb 2002 - Matt Domsch <Matt_Domsch@dell.com>
  45. * use list_for_each_safe when deleting vars.
  46. * remove ifdef CONFIG_SMP around include <linux/smp.h>
  47. * v0.04 release to linux-ia64@linuxia64.org
  48. *
  49. * 20 April 2001 - Matt Domsch <Matt_Domsch@dell.com>
  50. * Moved vars from /proc/efi to /proc/efi/vars, and made
  51. * efi.c own the /proc/efi directory.
  52. * v0.03 release to linux-ia64@linuxia64.org
  53. *
  54. * 26 March 2001 - Matt Domsch <Matt_Domsch@dell.com>
  55. * At the request of Stephane, moved ownership of /proc/efi
  56. * to efi.c, and now efivars lives under /proc/efi/vars.
  57. *
  58. * 12 March 2001 - Matt Domsch <Matt_Domsch@dell.com>
  59. * Feedback received from Stephane Eranian incorporated.
  60. * efivar_write() checks copy_from_user() return value.
  61. * efivar_read/write() returns proper errno.
  62. * v0.02 release to linux-ia64@linuxia64.org
  63. *
  64. * 26 February 2001 - Matt Domsch <Matt_Domsch@dell.com>
  65. * v0.01 release to linux-ia64@linuxia64.org
  66. */
  67. #include <linux/capability.h>
  68. #include <linux/types.h>
  69. #include <linux/errno.h>
  70. #include <linux/init.h>
  71. #include <linux/mm.h>
  72. #include <linux/module.h>
  73. #include <linux/string.h>
  74. #include <linux/smp.h>
  75. #include <linux/efi.h>
  76. #include <linux/sysfs.h>
  77. #include <linux/kobject.h>
  78. #include <linux/device.h>
  79. #include <linux/slab.h>
  80. #include <linux/pstore.h>
  81. #include <linux/fs.h>
  82. #include <linux/ramfs.h>
  83. #include <linux/pagemap.h>
  84. #include <asm/uaccess.h>
  85. #define EFIVARS_VERSION "0.08"
  86. #define EFIVARS_DATE "2004-May-17"
  87. MODULE_AUTHOR("Matt Domsch <Matt_Domsch@Dell.com>");
  88. MODULE_DESCRIPTION("sysfs interface to EFI Variables");
  89. MODULE_LICENSE("GPL");
  90. MODULE_VERSION(EFIVARS_VERSION);
  91. #define DUMP_NAME_LEN 52
  92. /*
  93. * Length of a GUID string (strlen("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"))
  94. * not including trailing NUL
  95. */
  96. #define GUID_LEN 36
  97. /*
  98. * The maximum size of VariableName + Data = 1024
  99. * Therefore, it's reasonable to save that much
  100. * space in each part of the structure,
  101. * and we use a page for reading/writing.
  102. */
  103. struct efi_variable {
  104. efi_char16_t VariableName[1024/sizeof(efi_char16_t)];
  105. efi_guid_t VendorGuid;
  106. unsigned long DataSize;
  107. __u8 Data[1024];
  108. efi_status_t Status;
  109. __u32 Attributes;
  110. } __attribute__((packed));
  111. struct efivar_entry {
  112. struct efivars *efivars;
  113. struct efi_variable var;
  114. struct list_head list;
  115. struct kobject kobj;
  116. };
  117. struct efivar_attribute {
  118. struct attribute attr;
  119. ssize_t (*show) (struct efivar_entry *entry, char *buf);
  120. ssize_t (*store)(struct efivar_entry *entry, const char *buf, size_t count);
  121. };
  122. static struct efivars __efivars;
  123. static struct efivar_operations ops;
  124. #define PSTORE_EFI_ATTRIBUTES \
  125. (EFI_VARIABLE_NON_VOLATILE | \
  126. EFI_VARIABLE_BOOTSERVICE_ACCESS | \
  127. EFI_VARIABLE_RUNTIME_ACCESS)
  128. #define EFIVAR_ATTR(_name, _mode, _show, _store) \
  129. struct efivar_attribute efivar_attr_##_name = { \
  130. .attr = {.name = __stringify(_name), .mode = _mode}, \
  131. .show = _show, \
  132. .store = _store, \
  133. };
  134. #define to_efivar_attr(_attr) container_of(_attr, struct efivar_attribute, attr)
  135. #define to_efivar_entry(obj) container_of(obj, struct efivar_entry, kobj)
  136. /*
  137. * Prototype for sysfs creation function
  138. */
  139. static int
  140. efivar_create_sysfs_entry(struct efivars *efivars,
  141. unsigned long variable_name_size,
  142. efi_char16_t *variable_name,
  143. efi_guid_t *vendor_guid);
  144. /* Return the number of unicode characters in data */
  145. static unsigned long
  146. utf16_strnlen(efi_char16_t *s, size_t maxlength)
  147. {
  148. unsigned long length = 0;
  149. while (*s++ != 0 && length < maxlength)
  150. length++;
  151. return length;
  152. }
  153. static inline unsigned long
  154. utf16_strlen(efi_char16_t *s)
  155. {
  156. return utf16_strnlen(s, ~0UL);
  157. }
  158. /*
  159. * Return the number of bytes is the length of this string
  160. * Note: this is NOT the same as the number of unicode characters
  161. */
  162. static inline unsigned long
  163. utf16_strsize(efi_char16_t *data, unsigned long maxlength)
  164. {
  165. return utf16_strnlen(data, maxlength/sizeof(efi_char16_t)) * sizeof(efi_char16_t);
  166. }
  167. static inline int
  168. utf16_strncmp(const efi_char16_t *a, const efi_char16_t *b, size_t len)
  169. {
  170. while (1) {
  171. if (len == 0)
  172. return 0;
  173. if (*a < *b)
  174. return -1;
  175. if (*a > *b)
  176. return 1;
  177. if (*a == 0) /* implies *b == 0 */
  178. return 0;
  179. a++;
  180. b++;
  181. len--;
  182. }
  183. }
  184. static bool
  185. validate_device_path(struct efi_variable *var, int match, u8 *buffer,
  186. unsigned long len)
  187. {
  188. struct efi_generic_dev_path *node;
  189. int offset = 0;
  190. node = (struct efi_generic_dev_path *)buffer;
  191. if (len < sizeof(*node))
  192. return false;
  193. while (offset <= len - sizeof(*node) &&
  194. node->length >= sizeof(*node) &&
  195. node->length <= len - offset) {
  196. offset += node->length;
  197. if ((node->type == EFI_DEV_END_PATH ||
  198. node->type == EFI_DEV_END_PATH2) &&
  199. node->sub_type == EFI_DEV_END_ENTIRE)
  200. return true;
  201. node = (struct efi_generic_dev_path *)(buffer + offset);
  202. }
  203. /*
  204. * If we're here then either node->length pointed past the end
  205. * of the buffer or we reached the end of the buffer without
  206. * finding a device path end node.
  207. */
  208. return false;
  209. }
  210. static bool
  211. validate_boot_order(struct efi_variable *var, int match, u8 *buffer,
  212. unsigned long len)
  213. {
  214. /* An array of 16-bit integers */
  215. if ((len % 2) != 0)
  216. return false;
  217. return true;
  218. }
  219. static bool
  220. validate_load_option(struct efi_variable *var, int match, u8 *buffer,
  221. unsigned long len)
  222. {
  223. u16 filepathlength;
  224. int i, desclength = 0, namelen;
  225. namelen = utf16_strnlen(var->VariableName, sizeof(var->VariableName));
  226. /* Either "Boot" or "Driver" followed by four digits of hex */
  227. for (i = match; i < match+4; i++) {
  228. if (var->VariableName[i] > 127 ||
  229. hex_to_bin(var->VariableName[i] & 0xff) < 0)
  230. return true;
  231. }
  232. /* Reject it if there's 4 digits of hex and then further content */
  233. if (namelen > match + 4)
  234. return false;
  235. /* A valid entry must be at least 8 bytes */
  236. if (len < 8)
  237. return false;
  238. filepathlength = buffer[4] | buffer[5] << 8;
  239. /*
  240. * There's no stored length for the description, so it has to be
  241. * found by hand
  242. */
  243. desclength = utf16_strsize((efi_char16_t *)(buffer + 6), len - 6) + 2;
  244. /* Each boot entry must have a descriptor */
  245. if (!desclength)
  246. return false;
  247. /*
  248. * If the sum of the length of the description, the claimed filepath
  249. * length and the original header are greater than the length of the
  250. * variable, it's malformed
  251. */
  252. if ((desclength + filepathlength + 6) > len)
  253. return false;
  254. /*
  255. * And, finally, check the filepath
  256. */
  257. return validate_device_path(var, match, buffer + desclength + 6,
  258. filepathlength);
  259. }
  260. static bool
  261. validate_uint16(struct efi_variable *var, int match, u8 *buffer,
  262. unsigned long len)
  263. {
  264. /* A single 16-bit integer */
  265. if (len != 2)
  266. return false;
  267. return true;
  268. }
  269. static bool
  270. validate_ascii_string(struct efi_variable *var, int match, u8 *buffer,
  271. unsigned long len)
  272. {
  273. int i;
  274. for (i = 0; i < len; i++) {
  275. if (buffer[i] > 127)
  276. return false;
  277. if (buffer[i] == 0)
  278. return true;
  279. }
  280. return false;
  281. }
  282. struct variable_validate {
  283. char *name;
  284. bool (*validate)(struct efi_variable *var, int match, u8 *data,
  285. unsigned long len);
  286. };
  287. static const struct variable_validate variable_validate[] = {
  288. { "BootNext", validate_uint16 },
  289. { "BootOrder", validate_boot_order },
  290. { "DriverOrder", validate_boot_order },
  291. { "Boot*", validate_load_option },
  292. { "Driver*", validate_load_option },
  293. { "ConIn", validate_device_path },
  294. { "ConInDev", validate_device_path },
  295. { "ConOut", validate_device_path },
  296. { "ConOutDev", validate_device_path },
  297. { "ErrOut", validate_device_path },
  298. { "ErrOutDev", validate_device_path },
  299. { "Timeout", validate_uint16 },
  300. { "Lang", validate_ascii_string },
  301. { "PlatformLang", validate_ascii_string },
  302. { "", NULL },
  303. };
  304. static bool
  305. validate_var(struct efi_variable *var, u8 *data, unsigned long len)
  306. {
  307. int i;
  308. u16 *unicode_name = var->VariableName;
  309. for (i = 0; variable_validate[i].validate != NULL; i++) {
  310. const char *name = variable_validate[i].name;
  311. int match;
  312. for (match = 0; ; match++) {
  313. char c = name[match];
  314. u16 u = unicode_name[match];
  315. /* All special variables are plain ascii */
  316. if (u > 127)
  317. return true;
  318. /* Wildcard in the matching name means we've matched */
  319. if (c == '*')
  320. return variable_validate[i].validate(var,
  321. match, data, len);
  322. /* Case sensitive match */
  323. if (c != u)
  324. break;
  325. /* Reached the end of the string while matching */
  326. if (!c)
  327. return variable_validate[i].validate(var,
  328. match, data, len);
  329. }
  330. }
  331. return true;
  332. }
  333. static efi_status_t
  334. get_var_data_locked(struct efivars *efivars, struct efi_variable *var)
  335. {
  336. efi_status_t status;
  337. var->DataSize = 1024;
  338. status = efivars->ops->get_variable(var->VariableName,
  339. &var->VendorGuid,
  340. &var->Attributes,
  341. &var->DataSize,
  342. var->Data);
  343. return status;
  344. }
  345. static efi_status_t
  346. get_var_data(struct efivars *efivars, struct efi_variable *var)
  347. {
  348. efi_status_t status;
  349. spin_lock(&efivars->lock);
  350. status = get_var_data_locked(efivars, var);
  351. spin_unlock(&efivars->lock);
  352. if (status != EFI_SUCCESS) {
  353. printk(KERN_WARNING "efivars: get_variable() failed 0x%lx!\n",
  354. status);
  355. }
  356. return status;
  357. }
  358. static ssize_t
  359. efivar_guid_read(struct efivar_entry *entry, char *buf)
  360. {
  361. struct efi_variable *var = &entry->var;
  362. char *str = buf;
  363. if (!entry || !buf)
  364. return 0;
  365. efi_guid_unparse(&var->VendorGuid, str);
  366. str += strlen(str);
  367. str += sprintf(str, "\n");
  368. return str - buf;
  369. }
  370. static ssize_t
  371. efivar_attr_read(struct efivar_entry *entry, char *buf)
  372. {
  373. struct efi_variable *var = &entry->var;
  374. char *str = buf;
  375. efi_status_t status;
  376. if (!entry || !buf)
  377. return -EINVAL;
  378. status = get_var_data(entry->efivars, var);
  379. if (status != EFI_SUCCESS)
  380. return -EIO;
  381. if (var->Attributes & EFI_VARIABLE_NON_VOLATILE)
  382. str += sprintf(str, "EFI_VARIABLE_NON_VOLATILE\n");
  383. if (var->Attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS)
  384. str += sprintf(str, "EFI_VARIABLE_BOOTSERVICE_ACCESS\n");
  385. if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS)
  386. str += sprintf(str, "EFI_VARIABLE_RUNTIME_ACCESS\n");
  387. if (var->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD)
  388. str += sprintf(str, "EFI_VARIABLE_HARDWARE_ERROR_RECORD\n");
  389. if (var->Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS)
  390. str += sprintf(str,
  391. "EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS\n");
  392. if (var->Attributes &
  393. EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS)
  394. str += sprintf(str,
  395. "EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS\n");
  396. if (var->Attributes & EFI_VARIABLE_APPEND_WRITE)
  397. str += sprintf(str, "EFI_VARIABLE_APPEND_WRITE\n");
  398. return str - buf;
  399. }
  400. static ssize_t
  401. efivar_size_read(struct efivar_entry *entry, char *buf)
  402. {
  403. struct efi_variable *var = &entry->var;
  404. char *str = buf;
  405. efi_status_t status;
  406. if (!entry || !buf)
  407. return -EINVAL;
  408. status = get_var_data(entry->efivars, var);
  409. if (status != EFI_SUCCESS)
  410. return -EIO;
  411. str += sprintf(str, "0x%lx\n", var->DataSize);
  412. return str - buf;
  413. }
  414. static ssize_t
  415. efivar_data_read(struct efivar_entry *entry, char *buf)
  416. {
  417. struct efi_variable *var = &entry->var;
  418. efi_status_t status;
  419. if (!entry || !buf)
  420. return -EINVAL;
  421. status = get_var_data(entry->efivars, var);
  422. if (status != EFI_SUCCESS)
  423. return -EIO;
  424. memcpy(buf, var->Data, var->DataSize);
  425. return var->DataSize;
  426. }
  427. /*
  428. * We allow each variable to be edited via rewriting the
  429. * entire efi variable structure.
  430. */
  431. static ssize_t
  432. efivar_store_raw(struct efivar_entry *entry, const char *buf, size_t count)
  433. {
  434. struct efi_variable *new_var, *var = &entry->var;
  435. struct efivars *efivars = entry->efivars;
  436. efi_status_t status = EFI_NOT_FOUND;
  437. if (count != sizeof(struct efi_variable))
  438. return -EINVAL;
  439. new_var = (struct efi_variable *)buf;
  440. /*
  441. * If only updating the variable data, then the name
  442. * and guid should remain the same
  443. */
  444. if (memcmp(new_var->VariableName, var->VariableName, sizeof(var->VariableName)) ||
  445. efi_guidcmp(new_var->VendorGuid, var->VendorGuid)) {
  446. printk(KERN_ERR "efivars: Cannot edit the wrong variable!\n");
  447. return -EINVAL;
  448. }
  449. if ((new_var->DataSize <= 0) || (new_var->Attributes == 0)){
  450. printk(KERN_ERR "efivars: DataSize & Attributes must be valid!\n");
  451. return -EINVAL;
  452. }
  453. if ((new_var->Attributes & ~EFI_VARIABLE_MASK) != 0 ||
  454. validate_var(new_var, new_var->Data, new_var->DataSize) == false) {
  455. printk(KERN_ERR "efivars: Malformed variable content\n");
  456. return -EINVAL;
  457. }
  458. spin_lock(&efivars->lock);
  459. status = efivars->ops->set_variable(new_var->VariableName,
  460. &new_var->VendorGuid,
  461. new_var->Attributes,
  462. new_var->DataSize,
  463. new_var->Data);
  464. spin_unlock(&efivars->lock);
  465. if (status != EFI_SUCCESS) {
  466. printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n",
  467. status);
  468. return -EIO;
  469. }
  470. memcpy(&entry->var, new_var, count);
  471. return count;
  472. }
  473. static ssize_t
  474. efivar_show_raw(struct efivar_entry *entry, char *buf)
  475. {
  476. struct efi_variable *var = &entry->var;
  477. efi_status_t status;
  478. if (!entry || !buf)
  479. return 0;
  480. status = get_var_data(entry->efivars, var);
  481. if (status != EFI_SUCCESS)
  482. return -EIO;
  483. memcpy(buf, var, sizeof(*var));
  484. return sizeof(*var);
  485. }
  486. /*
  487. * Generic read/write functions that call the specific functions of
  488. * the attributes...
  489. */
  490. static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr,
  491. char *buf)
  492. {
  493. struct efivar_entry *var = to_efivar_entry(kobj);
  494. struct efivar_attribute *efivar_attr = to_efivar_attr(attr);
  495. ssize_t ret = -EIO;
  496. if (!capable(CAP_SYS_ADMIN))
  497. return -EACCES;
  498. if (efivar_attr->show) {
  499. ret = efivar_attr->show(var, buf);
  500. }
  501. return ret;
  502. }
  503. static ssize_t efivar_attr_store(struct kobject *kobj, struct attribute *attr,
  504. const char *buf, size_t count)
  505. {
  506. struct efivar_entry *var = to_efivar_entry(kobj);
  507. struct efivar_attribute *efivar_attr = to_efivar_attr(attr);
  508. ssize_t ret = -EIO;
  509. if (!capable(CAP_SYS_ADMIN))
  510. return -EACCES;
  511. if (efivar_attr->store)
  512. ret = efivar_attr->store(var, buf, count);
  513. return ret;
  514. }
  515. static const struct sysfs_ops efivar_attr_ops = {
  516. .show = efivar_attr_show,
  517. .store = efivar_attr_store,
  518. };
  519. static void efivar_release(struct kobject *kobj)
  520. {
  521. struct efivar_entry *var = container_of(kobj, struct efivar_entry, kobj);
  522. kfree(var);
  523. }
  524. static EFIVAR_ATTR(guid, 0400, efivar_guid_read, NULL);
  525. static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
  526. static EFIVAR_ATTR(size, 0400, efivar_size_read, NULL);
  527. static EFIVAR_ATTR(data, 0400, efivar_data_read, NULL);
  528. static EFIVAR_ATTR(raw_var, 0600, efivar_show_raw, efivar_store_raw);
  529. static struct attribute *def_attrs[] = {
  530. &efivar_attr_guid.attr,
  531. &efivar_attr_size.attr,
  532. &efivar_attr_attributes.attr,
  533. &efivar_attr_data.attr,
  534. &efivar_attr_raw_var.attr,
  535. NULL,
  536. };
  537. static struct kobj_type efivar_ktype = {
  538. .release = efivar_release,
  539. .sysfs_ops = &efivar_attr_ops,
  540. .default_attrs = def_attrs,
  541. };
  542. static inline void
  543. efivar_unregister(struct efivar_entry *var)
  544. {
  545. kobject_put(&var->kobj);
  546. }
  547. static int efivarfs_file_open(struct inode *inode, struct file *file)
  548. {
  549. file->private_data = inode->i_private;
  550. return 0;
  551. }
  552. static ssize_t efivarfs_file_write(struct file *file,
  553. const char __user *userbuf, size_t count, loff_t *ppos)
  554. {
  555. struct efivar_entry *var = file->private_data;
  556. struct efivars *efivars;
  557. efi_status_t status;
  558. void *data;
  559. u32 attributes;
  560. struct inode *inode = file->f_mapping->host;
  561. int datasize = count - sizeof(attributes);
  562. unsigned long newdatasize;
  563. if (count < sizeof(attributes))
  564. return -EINVAL;
  565. data = kmalloc(datasize, GFP_KERNEL);
  566. if (!data)
  567. return -ENOMEM;
  568. efivars = var->efivars;
  569. if (copy_from_user(&attributes, userbuf, sizeof(attributes))) {
  570. count = -EFAULT;
  571. goto out;
  572. }
  573. if (attributes & ~(EFI_VARIABLE_MASK)) {
  574. count = -EINVAL;
  575. goto out;
  576. }
  577. if (copy_from_user(data, userbuf + sizeof(attributes), datasize)) {
  578. count = -EFAULT;
  579. goto out;
  580. }
  581. if (validate_var(&var->var, data, datasize) == false) {
  582. count = -EINVAL;
  583. goto out;
  584. }
  585. /*
  586. * The lock here protects the get_variable call, the conditional
  587. * set_variable call, and removal of the variable from the efivars
  588. * list (in the case of an authenticated delete).
  589. */
  590. spin_lock(&efivars->lock);
  591. status = efivars->ops->set_variable(var->var.VariableName,
  592. &var->var.VendorGuid,
  593. attributes, datasize,
  594. data);
  595. if (status != EFI_SUCCESS) {
  596. spin_unlock(&efivars->lock);
  597. kfree(data);
  598. switch (status) {
  599. case EFI_INVALID_PARAMETER:
  600. count = -EINVAL;
  601. break;
  602. case EFI_OUT_OF_RESOURCES:
  603. count = -ENOSPC;
  604. break;
  605. case EFI_DEVICE_ERROR:
  606. count = -EIO;
  607. break;
  608. case EFI_WRITE_PROTECTED:
  609. count = -EROFS;
  610. break;
  611. case EFI_SECURITY_VIOLATION:
  612. count = -EACCES;
  613. break;
  614. case EFI_NOT_FOUND:
  615. count = -ENOENT;
  616. break;
  617. default:
  618. count = -EINVAL;
  619. }
  620. return count;
  621. }
  622. /*
  623. * Writing to the variable may have caused a change in size (which
  624. * could either be an append or an overwrite), or the variable to be
  625. * deleted. Perform a GetVariable() so we can tell what actually
  626. * happened.
  627. */
  628. newdatasize = 0;
  629. status = efivars->ops->get_variable(var->var.VariableName,
  630. &var->var.VendorGuid,
  631. NULL, &newdatasize,
  632. NULL);
  633. if (status == EFI_BUFFER_TOO_SMALL) {
  634. spin_unlock(&efivars->lock);
  635. mutex_lock(&inode->i_mutex);
  636. i_size_write(inode, newdatasize + sizeof(attributes));
  637. mutex_unlock(&inode->i_mutex);
  638. } else if (status == EFI_NOT_FOUND) {
  639. list_del(&var->list);
  640. spin_unlock(&efivars->lock);
  641. efivar_unregister(var);
  642. drop_nlink(inode);
  643. dput(file->f_dentry);
  644. } else {
  645. spin_unlock(&efivars->lock);
  646. pr_warn("efivarfs: inconsistent EFI variable implementation? "
  647. "status = %lx\n", status);
  648. }
  649. out:
  650. kfree(data);
  651. return count;
  652. }
  653. static ssize_t efivarfs_file_read(struct file *file, char __user *userbuf,
  654. size_t count, loff_t *ppos)
  655. {
  656. struct efivar_entry *var = file->private_data;
  657. struct efivars *efivars = var->efivars;
  658. efi_status_t status;
  659. unsigned long datasize = 0;
  660. u32 attributes;
  661. void *data;
  662. ssize_t size = 0;
  663. spin_lock(&efivars->lock);
  664. status = efivars->ops->get_variable(var->var.VariableName,
  665. &var->var.VendorGuid,
  666. &attributes, &datasize, NULL);
  667. spin_unlock(&efivars->lock);
  668. if (status != EFI_BUFFER_TOO_SMALL)
  669. return 0;
  670. data = kmalloc(datasize + 4, GFP_KERNEL);
  671. if (!data)
  672. return 0;
  673. spin_lock(&efivars->lock);
  674. status = efivars->ops->get_variable(var->var.VariableName,
  675. &var->var.VendorGuid,
  676. &attributes, &datasize,
  677. (data + 4));
  678. spin_unlock(&efivars->lock);
  679. if (status != EFI_SUCCESS)
  680. goto out_free;
  681. memcpy(data, &attributes, 4);
  682. size = simple_read_from_buffer(userbuf, count, ppos,
  683. data, datasize + 4);
  684. out_free:
  685. kfree(data);
  686. return size;
  687. }
  688. static void efivarfs_evict_inode(struct inode *inode)
  689. {
  690. clear_inode(inode);
  691. }
  692. static const struct super_operations efivarfs_ops = {
  693. .statfs = simple_statfs,
  694. .drop_inode = generic_delete_inode,
  695. .evict_inode = efivarfs_evict_inode,
  696. .show_options = generic_show_options,
  697. };
  698. static struct super_block *efivarfs_sb;
  699. static const struct inode_operations efivarfs_dir_inode_operations;
  700. static const struct file_operations efivarfs_file_operations = {
  701. .open = efivarfs_file_open,
  702. .read = efivarfs_file_read,
  703. .write = efivarfs_file_write,
  704. .llseek = no_llseek,
  705. };
  706. static struct inode *efivarfs_get_inode(struct super_block *sb,
  707. const struct inode *dir, int mode, dev_t dev)
  708. {
  709. struct inode *inode = new_inode(sb);
  710. if (inode) {
  711. inode->i_ino = get_next_ino();
  712. inode->i_uid = inode->i_gid = 0;
  713. inode->i_mode = mode;
  714. inode->i_atime = inode->i_mtime = inode->i_ctime = CURRENT_TIME;
  715. switch (mode & S_IFMT) {
  716. case S_IFREG:
  717. inode->i_fop = &efivarfs_file_operations;
  718. break;
  719. case S_IFDIR:
  720. inode->i_op = &efivarfs_dir_inode_operations;
  721. inode->i_fop = &simple_dir_operations;
  722. inc_nlink(inode);
  723. break;
  724. }
  725. }
  726. return inode;
  727. }
  728. static void efivarfs_hex_to_guid(const char *str, efi_guid_t *guid)
  729. {
  730. guid->b[0] = hex_to_bin(str[6]) << 4 | hex_to_bin(str[7]);
  731. guid->b[1] = hex_to_bin(str[4]) << 4 | hex_to_bin(str[5]);
  732. guid->b[2] = hex_to_bin(str[2]) << 4 | hex_to_bin(str[3]);
  733. guid->b[3] = hex_to_bin(str[0]) << 4 | hex_to_bin(str[1]);
  734. guid->b[4] = hex_to_bin(str[11]) << 4 | hex_to_bin(str[12]);
  735. guid->b[5] = hex_to_bin(str[9]) << 4 | hex_to_bin(str[10]);
  736. guid->b[6] = hex_to_bin(str[16]) << 4 | hex_to_bin(str[17]);
  737. guid->b[7] = hex_to_bin(str[14]) << 4 | hex_to_bin(str[15]);
  738. guid->b[8] = hex_to_bin(str[19]) << 4 | hex_to_bin(str[20]);
  739. guid->b[9] = hex_to_bin(str[21]) << 4 | hex_to_bin(str[22]);
  740. guid->b[10] = hex_to_bin(str[24]) << 4 | hex_to_bin(str[25]);
  741. guid->b[11] = hex_to_bin(str[26]) << 4 | hex_to_bin(str[27]);
  742. guid->b[12] = hex_to_bin(str[28]) << 4 | hex_to_bin(str[29]);
  743. guid->b[13] = hex_to_bin(str[30]) << 4 | hex_to_bin(str[31]);
  744. guid->b[14] = hex_to_bin(str[32]) << 4 | hex_to_bin(str[33]);
  745. guid->b[15] = hex_to_bin(str[34]) << 4 | hex_to_bin(str[35]);
  746. }
  747. static int efivarfs_create(struct inode *dir, struct dentry *dentry,
  748. umode_t mode, bool excl)
  749. {
  750. struct inode *inode;
  751. struct efivars *efivars = &__efivars;
  752. struct efivar_entry *var;
  753. int namelen, i = 0, err = 0;
  754. /*
  755. * We need a GUID, plus at least one letter for the variable name,
  756. * plus the '-' separator
  757. */
  758. if (dentry->d_name.len < GUID_LEN + 2)
  759. return -EINVAL;
  760. inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0);
  761. if (!inode)
  762. return -ENOSPC;
  763. var = kzalloc(sizeof(struct efivar_entry), GFP_KERNEL);
  764. if (!var) {
  765. err = -ENOMEM;
  766. goto out;
  767. }
  768. /* length of the variable name itself: remove GUID and separator */
  769. namelen = dentry->d_name.len - GUID_LEN - 1;
  770. efivarfs_hex_to_guid(dentry->d_name.name + namelen + 1,
  771. &var->var.VendorGuid);
  772. for (i = 0; i < namelen; i++)
  773. var->var.VariableName[i] = dentry->d_name.name[i];
  774. var->var.VariableName[i] = '\0';
  775. inode->i_private = var;
  776. var->efivars = efivars;
  777. var->kobj.kset = efivars->kset;
  778. err = kobject_init_and_add(&var->kobj, &efivar_ktype, NULL, "%s",
  779. dentry->d_name.name);
  780. if (err)
  781. goto out;
  782. kobject_uevent(&var->kobj, KOBJ_ADD);
  783. spin_lock(&efivars->lock);
  784. list_add(&var->list, &efivars->list);
  785. spin_unlock(&efivars->lock);
  786. d_instantiate(dentry, inode);
  787. dget(dentry);
  788. out:
  789. if (err) {
  790. kfree(var);
  791. iput(inode);
  792. }
  793. return err;
  794. }
  795. static int efivarfs_unlink(struct inode *dir, struct dentry *dentry)
  796. {
  797. struct efivar_entry *var = dentry->d_inode->i_private;
  798. struct efivars *efivars = var->efivars;
  799. efi_status_t status;
  800. spin_lock(&efivars->lock);
  801. status = efivars->ops->set_variable(var->var.VariableName,
  802. &var->var.VendorGuid,
  803. 0, 0, NULL);
  804. if (status == EFI_SUCCESS || status == EFI_NOT_FOUND) {
  805. list_del(&var->list);
  806. spin_unlock(&efivars->lock);
  807. efivar_unregister(var);
  808. drop_nlink(dir);
  809. dput(dentry);
  810. return 0;
  811. }
  812. spin_unlock(&efivars->lock);
  813. return -EINVAL;
  814. };
  815. int efivarfs_fill_super(struct super_block *sb, void *data, int silent)
  816. {
  817. struct inode *inode = NULL;
  818. struct dentry *root;
  819. struct efivar_entry *entry, *n;
  820. struct efivars *efivars = &__efivars;
  821. char *name;
  822. efivarfs_sb = sb;
  823. sb->s_maxbytes = MAX_LFS_FILESIZE;
  824. sb->s_blocksize = PAGE_CACHE_SIZE;
  825. sb->s_blocksize_bits = PAGE_CACHE_SHIFT;
  826. sb->s_magic = PSTOREFS_MAGIC;
  827. sb->s_op = &efivarfs_ops;
  828. sb->s_time_gran = 1;
  829. inode = efivarfs_get_inode(sb, NULL, S_IFDIR | 0755, 0);
  830. if (!inode)
  831. return -ENOMEM;
  832. inode->i_op = &efivarfs_dir_inode_operations;
  833. root = d_make_root(inode);
  834. sb->s_root = root;
  835. if (!root)
  836. return -ENOMEM;
  837. list_for_each_entry_safe(entry, n, &efivars->list, list) {
  838. struct dentry *dentry, *root = efivarfs_sb->s_root;
  839. unsigned long size = 0;
  840. int len, i;
  841. inode = NULL;
  842. len = utf16_strlen(entry->var.VariableName);
  843. /* name, plus '-', plus GUID, plus NUL*/
  844. name = kmalloc(len + 1 + GUID_LEN + 1, GFP_ATOMIC);
  845. if (!name)
  846. goto fail;
  847. for (i = 0; i < len; i++)
  848. name[i] = entry->var.VariableName[i] & 0xFF;
  849. name[len] = '-';
  850. efi_guid_unparse(&entry->var.VendorGuid, name + len + 1);
  851. name[len+GUID_LEN+1] = '\0';
  852. inode = efivarfs_get_inode(efivarfs_sb, root->d_inode,
  853. S_IFREG | 0644, 0);
  854. if (!inode)
  855. goto fail_name;
  856. dentry = d_alloc_name(root, name);
  857. if (!dentry)
  858. goto fail_inode;
  859. /* copied by the above to local storage in the dentry. */
  860. kfree(name);
  861. spin_lock(&efivars->lock);
  862. efivars->ops->get_variable(entry->var.VariableName,
  863. &entry->var.VendorGuid,
  864. &entry->var.Attributes,
  865. &size,
  866. NULL);
  867. spin_unlock(&efivars->lock);
  868. mutex_lock(&inode->i_mutex);
  869. inode->i_private = entry;
  870. i_size_write(inode, size+4);
  871. mutex_unlock(&inode->i_mutex);
  872. d_add(dentry, inode);
  873. }
  874. return 0;
  875. fail_inode:
  876. iput(inode);
  877. fail_name:
  878. kfree(name);
  879. fail:
  880. return -ENOMEM;
  881. }
  882. static struct dentry *efivarfs_mount(struct file_system_type *fs_type,
  883. int flags, const char *dev_name, void *data)
  884. {
  885. return mount_single(fs_type, flags, data, efivarfs_fill_super);
  886. }
  887. static void efivarfs_kill_sb(struct super_block *sb)
  888. {
  889. kill_litter_super(sb);
  890. efivarfs_sb = NULL;
  891. }
  892. static struct file_system_type efivarfs_type = {
  893. .name = "efivarfs",
  894. .mount = efivarfs_mount,
  895. .kill_sb = efivarfs_kill_sb,
  896. };
  897. static const struct inode_operations efivarfs_dir_inode_operations = {
  898. .lookup = simple_lookup,
  899. .unlink = efivarfs_unlink,
  900. .create = efivarfs_create,
  901. };
  902. static struct pstore_info efi_pstore_info;
  903. #ifdef CONFIG_PSTORE
  904. static int efi_pstore_open(struct pstore_info *psi)
  905. {
  906. struct efivars *efivars = psi->data;
  907. spin_lock(&efivars->lock);
  908. efivars->walk_entry = list_first_entry(&efivars->list,
  909. struct efivar_entry, list);
  910. return 0;
  911. }
  912. static int efi_pstore_close(struct pstore_info *psi)
  913. {
  914. struct efivars *efivars = psi->data;
  915. spin_unlock(&efivars->lock);
  916. return 0;
  917. }
  918. static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type,
  919. struct timespec *timespec,
  920. char **buf, struct pstore_info *psi)
  921. {
  922. efi_guid_t vendor = LINUX_EFI_CRASH_GUID;
  923. struct efivars *efivars = psi->data;
  924. char name[DUMP_NAME_LEN];
  925. int i;
  926. unsigned int part, size;
  927. unsigned long time;
  928. while (&efivars->walk_entry->list != &efivars->list) {
  929. if (!efi_guidcmp(efivars->walk_entry->var.VendorGuid,
  930. vendor)) {
  931. for (i = 0; i < DUMP_NAME_LEN; i++) {
  932. name[i] = efivars->walk_entry->var.VariableName[i];
  933. }
  934. if (sscanf(name, "dump-type%u-%u-%lu", type, &part, &time) == 3) {
  935. *id = part;
  936. timespec->tv_sec = time;
  937. timespec->tv_nsec = 0;
  938. get_var_data_locked(efivars, &efivars->walk_entry->var);
  939. size = efivars->walk_entry->var.DataSize;
  940. *buf = kmalloc(size, GFP_KERNEL);
  941. if (*buf == NULL)
  942. return -ENOMEM;
  943. memcpy(*buf, efivars->walk_entry->var.Data,
  944. size);
  945. efivars->walk_entry = list_entry(efivars->walk_entry->list.next,
  946. struct efivar_entry, list);
  947. return size;
  948. }
  949. }
  950. efivars->walk_entry = list_entry(efivars->walk_entry->list.next,
  951. struct efivar_entry, list);
  952. }
  953. return 0;
  954. }
  955. static int efi_pstore_write(enum pstore_type_id type,
  956. enum kmsg_dump_reason reason, u64 *id,
  957. unsigned int part, size_t size, struct pstore_info *psi)
  958. {
  959. char name[DUMP_NAME_LEN];
  960. char stub_name[DUMP_NAME_LEN];
  961. efi_char16_t efi_name[DUMP_NAME_LEN];
  962. efi_guid_t vendor = LINUX_EFI_CRASH_GUID;
  963. struct efivars *efivars = psi->data;
  964. struct efivar_entry *entry, *found = NULL;
  965. int i, ret = 0;
  966. sprintf(stub_name, "dump-type%u-%u-", type, part);
  967. sprintf(name, "%s%lu", stub_name, get_seconds());
  968. spin_lock(&efivars->lock);
  969. for (i = 0; i < DUMP_NAME_LEN; i++)
  970. efi_name[i] = stub_name[i];
  971. /*
  972. * Clean up any entries with the same name
  973. */
  974. list_for_each_entry(entry, &efivars->list, list) {
  975. get_var_data_locked(efivars, &entry->var);
  976. if (efi_guidcmp(entry->var.VendorGuid, vendor))
  977. continue;
  978. if (utf16_strncmp(entry->var.VariableName, efi_name,
  979. utf16_strlen(efi_name)))
  980. continue;
  981. /* Needs to be a prefix */
  982. if (entry->var.VariableName[utf16_strlen(efi_name)] == 0)
  983. continue;
  984. /* found */
  985. found = entry;
  986. efivars->ops->set_variable(entry->var.VariableName,
  987. &entry->var.VendorGuid,
  988. PSTORE_EFI_ATTRIBUTES,
  989. 0, NULL);
  990. }
  991. if (found)
  992. list_del(&found->list);
  993. for (i = 0; i < DUMP_NAME_LEN; i++)
  994. efi_name[i] = name[i];
  995. efivars->ops->set_variable(efi_name, &vendor, PSTORE_EFI_ATTRIBUTES,
  996. size, psi->buf);
  997. spin_unlock(&efivars->lock);
  998. if (found)
  999. efivar_unregister(found);
  1000. if (size)
  1001. ret = efivar_create_sysfs_entry(efivars,
  1002. utf16_strsize(efi_name,
  1003. DUMP_NAME_LEN * 2),
  1004. efi_name, &vendor);
  1005. *id = part;
  1006. return ret;
  1007. };
  1008. static int efi_pstore_erase(enum pstore_type_id type, u64 id,
  1009. struct pstore_info *psi)
  1010. {
  1011. efi_pstore_write(type, 0, &id, (unsigned int)id, 0, psi);
  1012. return 0;
  1013. }
  1014. #else
  1015. static int efi_pstore_open(struct pstore_info *psi)
  1016. {
  1017. return 0;
  1018. }
  1019. static int efi_pstore_close(struct pstore_info *psi)
  1020. {
  1021. return 0;
  1022. }
  1023. static ssize_t efi_pstore_read(u64 *id, enum pstore_type_id *type,
  1024. struct timespec *timespec,
  1025. char **buf, struct pstore_info *psi)
  1026. {
  1027. return -1;
  1028. }
  1029. static int efi_pstore_write(enum pstore_type_id type,
  1030. enum kmsg_dump_reason reason, u64 *id,
  1031. unsigned int part, size_t size, struct pstore_info *psi)
  1032. {
  1033. return 0;
  1034. }
  1035. static int efi_pstore_erase(enum pstore_type_id type, u64 id,
  1036. struct pstore_info *psi)
  1037. {
  1038. return 0;
  1039. }
  1040. #endif
  1041. static struct pstore_info efi_pstore_info = {
  1042. .owner = THIS_MODULE,
  1043. .name = "efi",
  1044. .open = efi_pstore_open,
  1045. .close = efi_pstore_close,
  1046. .read = efi_pstore_read,
  1047. .write = efi_pstore_write,
  1048. .erase = efi_pstore_erase,
  1049. };
  1050. static ssize_t efivar_create(struct file *filp, struct kobject *kobj,
  1051. struct bin_attribute *bin_attr,
  1052. char *buf, loff_t pos, size_t count)
  1053. {
  1054. struct efi_variable *new_var = (struct efi_variable *)buf;
  1055. struct efivars *efivars = bin_attr->private;
  1056. struct efivar_entry *search_efivar, *n;
  1057. unsigned long strsize1, strsize2;
  1058. efi_status_t status = EFI_NOT_FOUND;
  1059. int found = 0;
  1060. if (!capable(CAP_SYS_ADMIN))
  1061. return -EACCES;
  1062. if ((new_var->Attributes & ~EFI_VARIABLE_MASK) != 0 ||
  1063. validate_var(new_var, new_var->Data, new_var->DataSize) == false) {
  1064. printk(KERN_ERR "efivars: Malformed variable content\n");
  1065. return -EINVAL;
  1066. }
  1067. spin_lock(&efivars->lock);
  1068. /*
  1069. * Does this variable already exist?
  1070. */
  1071. list_for_each_entry_safe(search_efivar, n, &efivars->list, list) {
  1072. strsize1 = utf16_strsize(search_efivar->var.VariableName, 1024);
  1073. strsize2 = utf16_strsize(new_var->VariableName, 1024);
  1074. if (strsize1 == strsize2 &&
  1075. !memcmp(&(search_efivar->var.VariableName),
  1076. new_var->VariableName, strsize1) &&
  1077. !efi_guidcmp(search_efivar->var.VendorGuid,
  1078. new_var->VendorGuid)) {
  1079. found = 1;
  1080. break;
  1081. }
  1082. }
  1083. if (found) {
  1084. spin_unlock(&efivars->lock);
  1085. return -EINVAL;
  1086. }
  1087. /* now *really* create the variable via EFI */
  1088. status = efivars->ops->set_variable(new_var->VariableName,
  1089. &new_var->VendorGuid,
  1090. new_var->Attributes,
  1091. new_var->DataSize,
  1092. new_var->Data);
  1093. if (status != EFI_SUCCESS) {
  1094. printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n",
  1095. status);
  1096. spin_unlock(&efivars->lock);
  1097. return -EIO;
  1098. }
  1099. spin_unlock(&efivars->lock);
  1100. /* Create the entry in sysfs. Locking is not required here */
  1101. status = efivar_create_sysfs_entry(efivars,
  1102. utf16_strsize(new_var->VariableName,
  1103. 1024),
  1104. new_var->VariableName,
  1105. &new_var->VendorGuid);
  1106. if (status) {
  1107. printk(KERN_WARNING "efivars: variable created, but sysfs entry wasn't.\n");
  1108. }
  1109. return count;
  1110. }
  1111. static ssize_t efivar_delete(struct file *filp, struct kobject *kobj,
  1112. struct bin_attribute *bin_attr,
  1113. char *buf, loff_t pos, size_t count)
  1114. {
  1115. struct efi_variable *del_var = (struct efi_variable *)buf;
  1116. struct efivars *efivars = bin_attr->private;
  1117. struct efivar_entry *search_efivar, *n;
  1118. unsigned long strsize1, strsize2;
  1119. efi_status_t status = EFI_NOT_FOUND;
  1120. int found = 0;
  1121. if (!capable(CAP_SYS_ADMIN))
  1122. return -EACCES;
  1123. spin_lock(&efivars->lock);
  1124. /*
  1125. * Does this variable already exist?
  1126. */
  1127. list_for_each_entry_safe(search_efivar, n, &efivars->list, list) {
  1128. strsize1 = utf16_strsize(search_efivar->var.VariableName, 1024);
  1129. strsize2 = utf16_strsize(del_var->VariableName, 1024);
  1130. if (strsize1 == strsize2 &&
  1131. !memcmp(&(search_efivar->var.VariableName),
  1132. del_var->VariableName, strsize1) &&
  1133. !efi_guidcmp(search_efivar->var.VendorGuid,
  1134. del_var->VendorGuid)) {
  1135. found = 1;
  1136. break;
  1137. }
  1138. }
  1139. if (!found) {
  1140. spin_unlock(&efivars->lock);
  1141. return -EINVAL;
  1142. }
  1143. /* force the Attributes/DataSize to 0 to ensure deletion */
  1144. del_var->Attributes = 0;
  1145. del_var->DataSize = 0;
  1146. status = efivars->ops->set_variable(del_var->VariableName,
  1147. &del_var->VendorGuid,
  1148. del_var->Attributes,
  1149. del_var->DataSize,
  1150. del_var->Data);
  1151. if (status != EFI_SUCCESS) {
  1152. printk(KERN_WARNING "efivars: set_variable() failed: status=%lx\n",
  1153. status);
  1154. spin_unlock(&efivars->lock);
  1155. return -EIO;
  1156. }
  1157. list_del(&search_efivar->list);
  1158. /* We need to release this lock before unregistering. */
  1159. spin_unlock(&efivars->lock);
  1160. efivar_unregister(search_efivar);
  1161. /* It's dead Jim.... */
  1162. return count;
  1163. }
  1164. /*
  1165. * Let's not leave out systab information that snuck into
  1166. * the efivars driver
  1167. */
  1168. static ssize_t systab_show(struct kobject *kobj,
  1169. struct kobj_attribute *attr, char *buf)
  1170. {
  1171. char *str = buf;
  1172. if (!kobj || !buf)
  1173. return -EINVAL;
  1174. if (efi.mps != EFI_INVALID_TABLE_ADDR)
  1175. str += sprintf(str, "MPS=0x%lx\n", efi.mps);
  1176. if (efi.acpi20 != EFI_INVALID_TABLE_ADDR)
  1177. str += sprintf(str, "ACPI20=0x%lx\n", efi.acpi20);
  1178. if (efi.acpi != EFI_INVALID_TABLE_ADDR)
  1179. str += sprintf(str, "ACPI=0x%lx\n", efi.acpi);
  1180. if (efi.smbios != EFI_INVALID_TABLE_ADDR)
  1181. str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios);
  1182. if (efi.hcdp != EFI_INVALID_TABLE_ADDR)
  1183. str += sprintf(str, "HCDP=0x%lx\n", efi.hcdp);
  1184. if (efi.boot_info != EFI_INVALID_TABLE_ADDR)
  1185. str += sprintf(str, "BOOTINFO=0x%lx\n", efi.boot_info);
  1186. if (efi.uga != EFI_INVALID_TABLE_ADDR)
  1187. str += sprintf(str, "UGA=0x%lx\n", efi.uga);
  1188. return str - buf;
  1189. }
  1190. static struct kobj_attribute efi_attr_systab =
  1191. __ATTR(systab, 0400, systab_show, NULL);
  1192. static struct attribute *efi_subsys_attrs[] = {
  1193. &efi_attr_systab.attr,
  1194. NULL, /* maybe more in the future? */
  1195. };
  1196. static struct attribute_group efi_subsys_attr_group = {
  1197. .attrs = efi_subsys_attrs,
  1198. };
  1199. static struct kobject *efi_kobj;
  1200. /*
  1201. * efivar_create_sysfs_entry()
  1202. * Requires:
  1203. * variable_name_size = number of bytes required to hold
  1204. * variable_name (not counting the NULL
  1205. * character at the end.
  1206. * efivars->lock is not held on entry or exit.
  1207. * Returns 1 on failure, 0 on success
  1208. */
  1209. static int
  1210. efivar_create_sysfs_entry(struct efivars *efivars,
  1211. unsigned long variable_name_size,
  1212. efi_char16_t *variable_name,
  1213. efi_guid_t *vendor_guid)
  1214. {
  1215. int i, short_name_size;
  1216. char *short_name;
  1217. struct efivar_entry *new_efivar;
  1218. /*
  1219. * Length of the variable bytes in ASCII, plus the '-' separator,
  1220. * plus the GUID, plus trailing NUL
  1221. */
  1222. short_name_size = variable_name_size / sizeof(efi_char16_t)
  1223. + 1 + GUID_LEN + 1;
  1224. short_name = kzalloc(short_name_size, GFP_KERNEL);
  1225. new_efivar = kzalloc(sizeof(struct efivar_entry), GFP_KERNEL);
  1226. if (!short_name || !new_efivar) {
  1227. kfree(short_name);
  1228. kfree(new_efivar);
  1229. return 1;
  1230. }
  1231. new_efivar->efivars = efivars;
  1232. memcpy(new_efivar->var.VariableName, variable_name,
  1233. variable_name_size);
  1234. memcpy(&(new_efivar->var.VendorGuid), vendor_guid, sizeof(efi_guid_t));
  1235. /* Convert Unicode to normal chars (assume top bits are 0),
  1236. ala UTF-8 */
  1237. for (i=0; i < (int)(variable_name_size / sizeof(efi_char16_t)); i++) {
  1238. short_name[i] = variable_name[i] & 0xFF;
  1239. }
  1240. /* This is ugly, but necessary to separate one vendor's
  1241. private variables from another's. */
  1242. *(short_name + strlen(short_name)) = '-';
  1243. efi_guid_unparse(vendor_guid, short_name + strlen(short_name));
  1244. new_efivar->kobj.kset = efivars->kset;
  1245. i = kobject_init_and_add(&new_efivar->kobj, &efivar_ktype, NULL,
  1246. "%s", short_name);
  1247. if (i) {
  1248. kfree(short_name);
  1249. kfree(new_efivar);
  1250. return 1;
  1251. }
  1252. kobject_uevent(&new_efivar->kobj, KOBJ_ADD);
  1253. kfree(short_name);
  1254. short_name = NULL;
  1255. spin_lock(&efivars->lock);
  1256. list_add(&new_efivar->list, &efivars->list);
  1257. spin_unlock(&efivars->lock);
  1258. return 0;
  1259. }
  1260. static int
  1261. create_efivars_bin_attributes(struct efivars *efivars)
  1262. {
  1263. struct bin_attribute *attr;
  1264. int error;
  1265. /* new_var */
  1266. attr = kzalloc(sizeof(*attr), GFP_KERNEL);
  1267. if (!attr)
  1268. return -ENOMEM;
  1269. attr->attr.name = "new_var";
  1270. attr->attr.mode = 0200;
  1271. attr->write = efivar_create;
  1272. attr->private = efivars;
  1273. efivars->new_var = attr;
  1274. /* del_var */
  1275. attr = kzalloc(sizeof(*attr), GFP_KERNEL);
  1276. if (!attr) {
  1277. error = -ENOMEM;
  1278. goto out_free;
  1279. }
  1280. attr->attr.name = "del_var";
  1281. attr->attr.mode = 0200;
  1282. attr->write = efivar_delete;
  1283. attr->private = efivars;
  1284. efivars->del_var = attr;
  1285. sysfs_bin_attr_init(efivars->new_var);
  1286. sysfs_bin_attr_init(efivars->del_var);
  1287. /* Register */
  1288. error = sysfs_create_bin_file(&efivars->kset->kobj,
  1289. efivars->new_var);
  1290. if (error) {
  1291. printk(KERN_ERR "efivars: unable to create new_var sysfs file"
  1292. " due to error %d\n", error);
  1293. goto out_free;
  1294. }
  1295. error = sysfs_create_bin_file(&efivars->kset->kobj,
  1296. efivars->del_var);
  1297. if (error) {
  1298. printk(KERN_ERR "efivars: unable to create del_var sysfs file"
  1299. " due to error %d\n", error);
  1300. sysfs_remove_bin_file(&efivars->kset->kobj,
  1301. efivars->new_var);
  1302. goto out_free;
  1303. }
  1304. return 0;
  1305. out_free:
  1306. kfree(efivars->del_var);
  1307. efivars->del_var = NULL;
  1308. kfree(efivars->new_var);
  1309. efivars->new_var = NULL;
  1310. return error;
  1311. }
  1312. void unregister_efivars(struct efivars *efivars)
  1313. {
  1314. struct efivar_entry *entry, *n;
  1315. list_for_each_entry_safe(entry, n, &efivars->list, list) {
  1316. spin_lock(&efivars->lock);
  1317. list_del(&entry->list);
  1318. spin_unlock(&efivars->lock);
  1319. efivar_unregister(entry);
  1320. }
  1321. if (efivars->new_var)
  1322. sysfs_remove_bin_file(&efivars->kset->kobj, efivars->new_var);
  1323. if (efivars->del_var)
  1324. sysfs_remove_bin_file(&efivars->kset->kobj, efivars->del_var);
  1325. kfree(efivars->new_var);
  1326. kfree(efivars->del_var);
  1327. kobject_put(efivars->kobject);
  1328. kset_unregister(efivars->kset);
  1329. }
  1330. EXPORT_SYMBOL_GPL(unregister_efivars);
  1331. int register_efivars(struct efivars *efivars,
  1332. const struct efivar_operations *ops,
  1333. struct kobject *parent_kobj)
  1334. {
  1335. efi_status_t status = EFI_NOT_FOUND;
  1336. efi_guid_t vendor_guid;
  1337. efi_char16_t *variable_name;
  1338. unsigned long variable_name_size = 1024;
  1339. int error = 0;
  1340. variable_name = kzalloc(variable_name_size, GFP_KERNEL);
  1341. if (!variable_name) {
  1342. printk(KERN_ERR "efivars: Memory allocation failed.\n");
  1343. return -ENOMEM;
  1344. }
  1345. spin_lock_init(&efivars->lock);
  1346. INIT_LIST_HEAD(&efivars->list);
  1347. efivars->ops = ops;
  1348. efivars->kset = kset_create_and_add("vars", NULL, parent_kobj);
  1349. if (!efivars->kset) {
  1350. printk(KERN_ERR "efivars: Subsystem registration failed.\n");
  1351. error = -ENOMEM;
  1352. goto out;
  1353. }
  1354. efivars->kobject = kobject_create_and_add("efivars", parent_kobj);
  1355. if (!efivars->kobject) {
  1356. pr_err("efivars: Subsystem registration failed.\n");
  1357. error = -ENOMEM;
  1358. kset_unregister(efivars->kset);
  1359. goto out;
  1360. }
  1361. /*
  1362. * Per EFI spec, the maximum storage allocated for both
  1363. * the variable name and variable data is 1024 bytes.
  1364. */
  1365. do {
  1366. variable_name_size = 1024;
  1367. status = ops->get_next_variable(&variable_name_size,
  1368. variable_name,
  1369. &vendor_guid);
  1370. switch (status) {
  1371. case EFI_SUCCESS:
  1372. efivar_create_sysfs_entry(efivars,
  1373. variable_name_size,
  1374. variable_name,
  1375. &vendor_guid);
  1376. break;
  1377. case EFI_NOT_FOUND:
  1378. break;
  1379. default:
  1380. printk(KERN_WARNING "efivars: get_next_variable: status=%lx\n",
  1381. status);
  1382. status = EFI_NOT_FOUND;
  1383. break;
  1384. }
  1385. } while (status != EFI_NOT_FOUND);
  1386. error = create_efivars_bin_attributes(efivars);
  1387. if (error)
  1388. unregister_efivars(efivars);
  1389. efivars->efi_pstore_info = efi_pstore_info;
  1390. efivars->efi_pstore_info.buf = kmalloc(4096, GFP_KERNEL);
  1391. if (efivars->efi_pstore_info.buf) {
  1392. efivars->efi_pstore_info.bufsize = 1024;
  1393. efivars->efi_pstore_info.data = efivars;
  1394. spin_lock_init(&efivars->efi_pstore_info.buf_lock);
  1395. pstore_register(&efivars->efi_pstore_info);
  1396. }
  1397. register_filesystem(&efivarfs_type);
  1398. out:
  1399. kfree(variable_name);
  1400. return error;
  1401. }
  1402. EXPORT_SYMBOL_GPL(register_efivars);
  1403. /*
  1404. * For now we register the efi subsystem with the firmware subsystem
  1405. * and the vars subsystem with the efi subsystem. In the future, it
  1406. * might make sense to split off the efi subsystem into its own
  1407. * driver, but for now only efivars will register with it, so just
  1408. * include it here.
  1409. */
  1410. static int __init
  1411. efivars_init(void)
  1412. {
  1413. int error = 0;
  1414. printk(KERN_INFO "EFI Variables Facility v%s %s\n", EFIVARS_VERSION,
  1415. EFIVARS_DATE);
  1416. if (!efi_enabled)
  1417. return 0;
  1418. /* For now we'll register the efi directory at /sys/firmware/efi */
  1419. efi_kobj = kobject_create_and_add("efi", firmware_kobj);
  1420. if (!efi_kobj) {
  1421. printk(KERN_ERR "efivars: Firmware registration failed.\n");
  1422. return -ENOMEM;
  1423. }
  1424. ops.get_variable = efi.get_variable;
  1425. ops.set_variable = efi.set_variable;
  1426. ops.get_next_variable = efi.get_next_variable;
  1427. error = register_efivars(&__efivars, &ops, efi_kobj);
  1428. if (error)
  1429. goto err_put;
  1430. /* Don't forget the systab entry */
  1431. error = sysfs_create_group(efi_kobj, &efi_subsys_attr_group);
  1432. if (error) {
  1433. printk(KERN_ERR
  1434. "efivars: Sysfs attribute export failed with error %d.\n",
  1435. error);
  1436. goto err_unregister;
  1437. }
  1438. return 0;
  1439. err_unregister:
  1440. unregister_efivars(&__efivars);
  1441. err_put:
  1442. kobject_put(efi_kobj);
  1443. return error;
  1444. }
  1445. static void __exit
  1446. efivars_exit(void)
  1447. {
  1448. if (efi_enabled) {
  1449. unregister_efivars(&__efivars);
  1450. kobject_put(efi_kobj);
  1451. }
  1452. }
  1453. module_init(efivars_init);
  1454. module_exit(efivars_exit);