[PATCH 0/2] nvmet: nvme_excute_get_feat() cleanup
Chaitanya Kulkarni
chaitanyak at nvidia.com
Mon Mar 14 16:00:15 PDT 2022
On 3/14/22 00:42, Christoph Hellwig wrote:
> Thanks,
>
> applied to nvme-5.18.
>
When I pulled the changes today it didn't show this patch-series,
git HEAD is pointing to
"nvmet: use snprintf() with PAGE_SIZE in configfs" :-
nvme (nvme-5.18) # gitpulltheirs
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
nvme (nvme-5.18) # gitlog -3
1720007a91d9 (HEAD -> nvme-5.18) Merge branch 'nvme-5.18' of
git://git.infradead.org/nvme into nvme-5.18
98152eb70fff (origin/nvme-5.18) nvmet: use snprintf() with PAGE_SIZE in
configfs
73d77c53ff34 nvmet: don't fold lines
nvme (nvme-5.18) # git log -3
commit 1720007a91d9146d537da662e3ce53e656b4850a (HEAD -> nvme-5.18)
Merge: ec7daf016113 98152eb70fff
Author: Chaitanya Kulkarni <kch at nvidia.com>
Date: Mon Mar 14 15:51:27 2022 -0700
Merge branch 'nvme-5.18' of git://git.infradead.org/nvme into nvme-5.18
commit 98152eb70fffad910ee7c511b110afe98f162fc5 (origin/nvme-5.18)
Author: Chaitanya Kulkarni <kch at nvidia.com>
Date: Tue Mar 8 14:56:58 2022 -0800
nvmet: use snprintf() with PAGE_SIZE in configfs
Instead of using sprintf, use snprintf with buffer size limited to
PAGE_SIZE just like what we have for the rest of the file.
Signed-off-by: Chaitanya Kulkarni <kch at nvidia.com>
Signed-off-by: Christoph Hellwig <hch at lst.de>
commit 73d77c53ff342bfa23daedf4475cdd06618e447b
Author: Chaitanya Kulkarni <kch at nvidia.com>
Date: Tue Mar 8 14:56:57 2022 -0800
nvmet: don't fold lines
Don't fold line that can fit into 80 char limit. No functional change
in this patch.
Signed-off-by: Chaitanya Kulkarni <kch at nvidia.com>
Signed-off-by: Christoph Hellwig <hch at lst.de>
nvme (nvme-5.18) #
More information about the Linux-nvme
mailing list