summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/firmware/efi/efi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firmware/efi/efi.c b/drivers/firmware/efi/efi.c
index c3eefa126e3b..557a47829d03 100644
--- a/drivers/firmware/efi/efi.c
+++ b/drivers/firmware/efi/efi.c
@@ -109,6 +109,8 @@ struct kobject *efi_kobj;
/*
* Let's not leave out systab information that snuck into
* the efivars driver
+ * Note, do not add more fields in systab sysfs file as it breaks sysfs
+ * one value per file rule!
*/
static ssize_t systab_show(struct kobject *kobj,
struct kobj_attribute *attr, char *buf)
m/percpu.c?h=v0.0.1-v7.0&id=394e6869f0185e89cb815db29bf819474df858ae'>mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao 2023-08-25mm/percpu.c: print error message too if atomic alloc failedBaoquan He 2023-08-25mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He 2023-08-25mm/percpu.c: remove redundant checkBaoquan He 2023-08-25mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao 2023-02-16mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin 2022-11-07mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He 2022-11-07mm/percpu: replace the goto with breakBaoquan He 2022-11-07mm/percpu: add comment to state the empty populated pages accountingBaoquan He 2022-11-07mm/percpu: Update the code comment when creating new chunkBaoquan He 2022-11-07mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He 2022-11-07mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He 2022-07-17mm: percpu: use kmemleak_ignore_phys() instead of kmemleak_free()Patrick Wang 2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin