Hi, This is a small patch series that allows users to configure the model and controller ID. Also, patch #3 has a fix for missing sscanf check in the nvmet_subsys_attr_serial_store() where patch #4 provides a fix to clear out the async event for which AEN is not generated. The changelog is present in the respective patches. Regards, Chaitanya Chaitanya Kulkarni (2): nvmet: make ctrl-id configurable nvmet: check sscanf value for subsys serial attr Daniel Wagner (1): nvmet: update AEN list and array at one place Mark Ruijter (1): nvmet: make ctrl model configurable drivers/nvme/target/admin-cmd.c | 17 +++- drivers/nvme/target/configfs.c | 135 +++++++++++++++++++++++++++++++- drivers/nvme/target/core.c | 62 +++++++++------ drivers/nvme/target/nvmet.h | 10 +++ 4 files changed, 195 insertions(+), 29 deletions(-) -- 2.22.1