[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221222185948.12717-1-kdasu.kdev@gmail.com>
Date: Thu, 22 Dec 2022 13:59:47 -0500
From: Kamal Dasu <kdasu.kdev@...il.com>
To: keescook@...omium.org, linux-kernel@...r.kernel.org,
gmpy.liaowx@...il.com, linux-mmc@...r.kernel.org,
CLoehle@...erstone.com
Cc: f.fainelli@...il.com, tony.luck@...el.com, anton@...msg.org,
Kamal Dasu <kdasu.kdev@...il.com>
Subject: [RFC v2 0/1] mmc: Add mmc pstore backend support
v2 changes:
- Fixed rebase with upstream linux master
- Fixed build warnings
Have been trying to provide mmc backend support for fs/pstore feature
to be able to capture panic and dmesg logs to a emmc partition. The code is
based on mtdpstore and used kernel mmctest also as reference to be able to
send mmc rw requests. This code is work in progress and does not succssfully
write to the mmc partition as expected when a magic sysrq panic is induced.
Needed help from original authors and mmc core and host driver experts to
comment on missing peices. To that end I am sending an RFC patch. I have
confirmed by enabling dynamic debug that mmcpstore read and panic_write
routines do get called by the fs/pstore/zone driver, however I do not see
expected results mounted /sys/fs/pstore after a reboot.
Kamal Dasu (1):
mmc: Add mmc pstore backend support
drivers/mmc/core/Kconfig | 13 +
drivers/mmc/core/Makefile | 1 +
drivers/mmc/core/block.c | 4 +
drivers/mmc/core/block.h | 9 +
drivers/mmc/core/mmcpstore.c | 592 +++++++++++++++++++++++++++++++++++
drivers/mmc/host/sdhci.c | 20 ++
include/linux/mmc/host.h | 3 +
7 files changed, 642 insertions(+)
create mode 100644 drivers/mmc/core/mmcpstore.c
--
2.17.1
Powered by blists - more mailing lists