those issues.
---
v1 => v2:
* No code changes
* Updated commit messages per feedback from Bjorn
* Added Leon's Reviewed-by tags
* Moved bulk of the v1 cover letter to the revert patch commit message where
it belonged
v2 => v3:
* Update iov->num_VFs before VFs are probed
---
had a small conflict, the sprintf() is now changed to sysfs_emit().
Link: https://lore.kernel.org/linux-pci/ZXJI5+f8bUelVXqu@ubuntu/
Suggested-by: Leon Romanovsky
Reviewed-by: Leon Romanovsky
Signed-off-by: Jim Harris
---
drivers/pci/iov.c |8 +---
1 file changed, 1 insertion(+), 7
Ensure userspace can see the updated number of VFs
via sysfs sriov_numvfs before those VFs are probed.
Suggested-by: Leon Romanovsky
Signed-off-by: Jim Harris
---
drivers/pci/iov.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/pci/iov.c b/drivers/pci