Message ID | cover.1599501047.git.joe@perches.com |
---|---|
Headers | show |
Series | drivers core: Use sysfs_emit functions | expand |
On Mon, Sep 07, 2020 at 10:58:05AM -0700, Joe Perches wrote: > Convert the various sprintf fmaily calls in sysfs device show functions > to sysfs_emit and sysfs_emit_at for PAGE_SIZE buffer safety. But no sysfs_emit_at() calls are used in this patch :( thanks, greg k-h
On Tue, 2020-09-08 at 10:27 +0200, Greg Kroah-Hartman wrote: > On Mon, Sep 07, 2020 at 10:58:05AM -0700, Joe Perches wrote: > > Convert the various sprintf fmaily calls in sysfs device show functions > > to sysfs_emit and sysfs_emit_at for PAGE_SIZE buffer safety. > > But no sysfs_emit_at() calls are used in this patch :( Try patch 4. No instance where it was appropriate to use sysfs_emit_at matched the cocci script requirements in this directory.