Re: [tip: perf/kprobes] locking/atomics: Regenerate the atomics-check SHA1's

From: Ingo Molnar
Date: Sun Nov 08 2020 - 04:12:31 EST



* Borislav Petkov <bp@xxxxxxxxx> wrote:

> On Sat, Nov 07, 2020 at 03:13:58PM -0000, tip-bot2 for Ingo Molnar wrote:
> > The following commit has been merged into the perf/kprobes branch of tip:
> >
> > Commit-ID: a70a04b3844f59c29573a8581d5c263225060dd6
> > Gitweb: https://git.kernel.org/tip/a70a04b3844f59c29573a8581d5c263225060dd6
> > Author: Ingo Molnar <mingo@xxxxxxxxxx>
> > AuthorDate: Sat, 07 Nov 2020 12:54:49 +01:00
> > Committer: Ingo Molnar <mingo@xxxxxxxxxx>
> > CommitterDate: Sat, 07 Nov 2020 13:20:41 +01:00
> >
> > locking/atomics: Regenerate the atomics-check SHA1's
> >
> > The include/asm-generic/atomic-instrumented.h checksum got out
> > of sync, so regenerate it. (No change to actual code.)
> >
> > Also make scripts/atomic/gen-atomics.sh executable, to make
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > it easier to use.
^^^^^^^^^^^^^^^^^

> > mode change 100644 => 100755 scripts/atomic/gen-atomics.sh
> ^^^^^^^^^^^^^^^
>
> That looks like it snuck in but it shouldn't have...

So that mode change to executable was intentional, as mentioned in the
changelog.

Or did I miss something?

Thanks,

Ingo