From: "Dr. David Alan Gilbert"
bprintf() is unused. Remove it. It was added in the commit 4370aa4aa753
("vsprintf: add binary printf") but as far as I can see was never used,
unlike the other two functions in that patch.
Signed-off-by: Dr. David Alan Gilbert
Reviewed-by: Andy Shevchenko
---
i
* Steven Rostedt (rost...@goodmis.org) wrote:
> On Wed, 2 Oct 2024 14:31:19 +
> "Dr. David Alan Gilbert" wrote:
>
> > > I am not familiar with tricks in BPF or ftrace code where this actually
> > > might
> > > be implicitly called via a macro, but brief grep gives nothing that might
> > > p
On Tue, Oct 1, 2024 at 10:53 AM Alexandre Ghiti wrote:
>
> Hi Jason,
>
> On 25/09/2024 16:32, Jason Montleon wrote:
> > On Tue, Sep 24, 2024 at 1:36 PM Kees Cook wrote:
> >>
> >>
> >> On September 24, 2024 8:58:57 AM PDT, Jason Montleon
> >> wrote:
> >>> On Sun, Sep 22, 2024 at 6:38 PM Kees Coo
On Wed, Oct 02, 2024 at 02:31:19PM +, Dr. David Alan Gilbert wrote:
> * Andy Shevchenko (a...@kernel.org) wrote:
> > On Wed, Oct 02, 2024 at 02:21:25AM +0100, li...@treblig.org wrote:
> > > From: "Dr. David Alan Gilbert"
> > >
> > > bprintf is unused. Remove it.
> >
> > bprintf()
>
> OK.
>
On Wed, 2 Oct 2024 14:31:19 +
"Dr. David Alan Gilbert" wrote:
> > I am not familiar with tricks in BPF or ftrace code where this actually
> > might
> > be implicitly called via a macro, but brief grep gives nothing that might
> > point
> > to that.
>
> I've got an all-yes build (well, mo
* Andy Shevchenko (a...@kernel.org) wrote:
> On Wed, Oct 02, 2024 at 02:31:19PM +, Dr. David Alan Gilbert wrote:
> > * Andy Shevchenko (a...@kernel.org) wrote:
> > > On Wed, Oct 02, 2024 at 02:21:25AM +0100, li...@treblig.org wrote:
> > > > From: "Dr. David Alan Gilbert"
> > > >
> > > > bprin
On Wed, Oct 02, 2024 at 02:21:25AM +0100, li...@treblig.org wrote:
> From: "Dr. David Alan Gilbert"
>
> bprintf is unused. Remove it.
bprintf()
> It was added in
> commit 4370aa4aa753 ("vsprintf: add binary printf")
>
> but as far as I can see was never used, unlike the other
> two functions
* Andy Shevchenko (a...@kernel.org) wrote:
> On Wed, Oct 02, 2024 at 02:21:25AM +0100, li...@treblig.org wrote:
> > From: "Dr. David Alan Gilbert"
> >
> > bprintf is unused. Remove it.
>
> bprintf()
OK.
> > It was added in
> > commit 4370aa4aa753 ("vsprintf: add binary printf")
> >
> > but a