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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pstore-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull pstore update from Kees Cook:

- pstore/ram: Update module parameters from platform data (Tzung-Bi Shih)

* tag 'pstore-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
pstore/ram: Update module parameters from platform data

+2
+2
fs/pstore/ram.c
··· 864 864 ramoops_console_size = pdata->console_size; 865 865 ramoops_pmsg_size = pdata->pmsg_size; 866 866 ramoops_ftrace_size = pdata->ftrace_size; 867 + mem_type = pdata->mem_type; 868 + ramoops_ecc = pdata->ecc_info.ecc_size; 867 869 868 870 pr_info("using 0x%lx@0x%llx, ecc: %d\n", 869 871 cxt->size, (unsigned long long)cxt->phys_addr,