The following changes since commit 77516d25f54912a7baedeeac1b1b828b6f285152: rsxx: Return -EFAULT if copy_to_user() fails (2021-03-03 06:48:44 -0700) are available in the Git repository at: git://git.infradead.org/nvme.git tags/nvme-5.12-2021-03-04 for you to fetch changes up to fc45c3b2b8e3cb11b2c89449760b8d82321df29e: nvmet: model_number must be immutable once set (2021-03-04 18:51:44 +0100) ---------------------------------------------------------------- nvme fixes for 5.12: - more device quirks (Julian Einwag, Zoltán Böszörményi, Pascal Terjan) - fix a hwmon error return (Daniel Wagner) - fix the keep alive timeout initialization (Martin George) - ensure the model_number can't be changed on a used subsystem (Max Gurtovoy) ---------------------------------------------------------------- Daniel Wagner (1): nvme-hwmon: Return error code when registration fails Julian Einwag (1): nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. Martin George (1): nvme-fabrics: fix kato initialization Max Gurtovoy (1): nvmet: model_number must be immutable once set Pascal Terjan (1): nvme-pci: add quirks for Lexar 256GB SSD Zoltán Böszörményi (1): nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state drivers/nvme/host/fabrics.c | 5 ++++- drivers/nvme/host/hwmon.c | 1 + drivers/nvme/host/pci.c | 8 ++++++- drivers/nvme/target/admin-cmd.c | 36 ++++++++++++++++++++--------- drivers/nvme/target/configfs.c | 50 +++++++++++++++++++---------------------- drivers/nvme/target/core.c | 2 +- drivers/nvme/target/nvmet.h | 7 +----- 7 files changed, 62 insertions(+), 47 deletions(-)