On Mon, Oct 18, 2021 at 08:33:34AM +0900, William Breathitt Gray wrote:
> On Sun, Oct 17, 2021 at 02:01:06PM -0500, David Lechner wrote:
> > In the counter subsystem, we are already using sysfs_emit(), but there
> > were a few places where we were still using sprintf() in *_show()
> > functions. For consistency and added protections, use sysfs_emit()
> > everywhere.
> >
> > Suggested-by: Greg KH <[email protected]>
> > Signed-off-by: David Lechner <[email protected]>
>
> Acked-by: William Breathitt Gray <[email protected]>
Thanks, want me to take this directly on top of the previous pull
request?
greg k-h
On Mon, Oct 18, 2021 at 08:06:58AM +0200, Greg KH wrote:
> On Mon, Oct 18, 2021 at 08:33:34AM +0900, William Breathitt Gray wrote:
> > On Sun, Oct 17, 2021 at 02:01:06PM -0500, David Lechner wrote:
> > > In the counter subsystem, we are already using sysfs_emit(), but there
> > > were a few places where we were still using sprintf() in *_show()
> > > functions. For consistency and added protections, use sysfs_emit()
> > > everywhere.
> > >
> > > Suggested-by: Greg KH <[email protected]>
> > > Signed-off-by: David Lechner <[email protected]>
> >
> > Acked-by: William Breathitt Gray <[email protected]>
>
> Thanks, want me to take this directly on top of the previous pull
> request?
>
> greg k-h
Yes, that should be a fine path forward for this patch.
Thank you,
William Breathitt Gray
On Mon, Oct 18, 2021 at 05:19:02PM +0900, William Breathitt Gray wrote:
> On Mon, Oct 18, 2021 at 08:06:58AM +0200, Greg KH wrote:
> > On Mon, Oct 18, 2021 at 08:33:34AM +0900, William Breathitt Gray wrote:
> > > On Sun, Oct 17, 2021 at 02:01:06PM -0500, David Lechner wrote:
> > > > In the counter subsystem, we are already using sysfs_emit(), but there
> > > > were a few places where we were still using sprintf() in *_show()
> > > > functions. For consistency and added protections, use sysfs_emit()
> > > > everywhere.
> > > >
> > > > Suggested-by: Greg KH <[email protected]>
> > > > Signed-off-by: David Lechner <[email protected]>
> > >
> > > Acked-by: William Breathitt Gray <[email protected]>
> >
> > Thanks, want me to take this directly on top of the previous pull
> > request?
> >
> > greg k-h
>
> Yes, that should be a fine path forward for this patch.
Great! Can you also ack the other patch from David as well?
thanks,
greg k-h