Re: [GIT PULL] clk changes for the merge window

From: Linus Torvalds

Date: Tue Apr 21 2026 - 11:46:17 EST


On Mon, 20 Apr 2026 at 11:32, Stephen Boyd <sboyd@xxxxxxxxxx> wrote:
>
> 179 files changed, 19422 insertions(+), 5066 deletions(-)

I get something *completely* different.

I can approximate those numbers with "git diff -C" that takes file
copies into account, but your summary just then has "create" and
"delete" lines, nothing like

copy drivers/clk/qcom/{gcc-milos.c => gcc-eliza.c} (74%)

to indicate that that's how you got there.

I do see the

drivers/clk/qcom/{gcc-milos.c => gcc-eliza.c}

in the file listing, so that must be how you generated this diffstat,
but your summary is then very misleading and just says

create mode 100644 drivers/clk/qcom/gcc-eliza.c

instead.

How did you actually generate that diffstat? Very strange.

Linus