在 2021/4/14 16:31, Wolfram Sang 写道:
Is the binary after the patch applied equal to the binary before your
patch? Same question for patch 2.
The MD5 value of binary is the same before and after the patch is
merged,the log is as below:
Thanks for checking! What about patch 2?
The MD5 value of binary is the same before and after the patch2 is
merged,the log is as below:
tiantao@ubuntu:~/mailline/linux-next$ make modules M=drivers/i2c/busses/
CC [M] drivers/i2c/busses//i2c-iop3xx.o
MODPOST drivers/i2c/busses//Module.symvers
CC [M] drivers/i2c/busses//i2c-iop3xx.mod.o
LD [M] drivers/i2c/busses//i2c-iop3xx.ko
tiantao@ubuntu:~/mailline/linux-next$ md5sum
drivers/i2c/busses//i2c-iop3xx.o
6c1b7bdd1fa8bb372eee04344e496617 drivers/i2c/busses//i2c-iop3xx.o
tiantao@ubuntu:~/mailline/linux-next$ git am
/home/tiantao/patchi3c/0002-i2c-iop3xx-Fix-coding-style-issues.patch
Applying: i2c: iop3xx: Fix coding style issues
tiantao@ubuntu:~/mailline/linux-next$ make modules M=drivers/i2c/busses/
CC [M] drivers/i2c/busses//i2c-iop3xx.o
MODPOST drivers/i2c/busses//Module.symvers
LD [M] drivers/i2c/busses//i2c-iop3xx.ko
tiantao@ubuntu:~/mailline/linux-next$ md5sum
drivers/i2c/busses//i2c-iop3xx.o
6c1b7bdd1fa8bb372eee04344e496617 drivers/i2c/busses//i2c-iop3xx.o