Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux

Pull pstore fix from Tony Luck:
"Just one pstore fix this release"

* tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
pstore: Fix the ramoops module parameters update

+3
+3
fs/pstore/ram.c
··· 539 539 mem_address = pdata->mem_address; 540 540 record_size = pdata->record_size; 541 541 dump_oops = pdata->dump_oops; 542 + ramoops_console_size = pdata->console_size; 543 + ramoops_pmsg_size = pdata->pmsg_size; 544 + ramoops_ftrace_size = pdata->ftrace_size; 542 545 543 546 pr_info("attached 0x%lx@0x%llx, ecc: %d/%d\n", 544 547 cxt->size, (unsigned long long)cxt->phys_addr,