Re: [PATCH 0/4] char-TPM: Adjustments for ten function implementations

From: Joe Perches
Date: Tue Oct 17 2017 - 18:43:42 EST


On Tue, 2017-10-17 at 08:57 -0700, James Bottomley wrote:
> On Tue, 2017-10-17 at 11:25 +0200, SF Markus Elfring wrote:
> > >
> > > Fixes is only for bug fixes.  These don't fix any bugs.
> >
> > How do you distinguish these in questionable source code
> > from other error categories or software weaknesses?
>
> A style change is one that doesn't change the effect of the execution.
>  These don't actually even change the assembly, so there's programmatic
> proof they're not fixing anything.

The printk removals do change the objects.

The value of that type of change is only for
resource limited systems.

printk type changes should generally not be
considered fixes.

> Bug means potentially user visible fault.  In any bug fix commit you
> should document the fault and its effects on users so those backporting
> can decide if they care or not.

Markus' changelogs leave much to be desired.