diff for duplicates of <ZVPQJIP26dIzRAr6@work> diff --git a/a/1.txt b/N1/1.txt index 5070f80..005d488 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,14 +19,14 @@ drivers/hwmon/aspeed-pwm-tacho.c: 193 u8 fan_tach_ch_source[16]; 196 }; -In function ?aspeed_create_fan_tach_channel?, - inlined from ?aspeed_create_fan? at drivers/hwmon/aspeed-pwm-tacho.c:877:2, - inlined from ?aspeed_pwm_tacho_probe? at drivers/hwmon/aspeed-pwm-tacho.c:936:9: +In function ‘aspeed_create_fan_tach_channel’, + inlined from ‘aspeed_create_fan’ at drivers/hwmon/aspeed-pwm-tacho.c:877:2, + inlined from ‘aspeed_pwm_tacho_probe’ at drivers/hwmon/aspeed-pwm-tacho.c:936:9: drivers/hwmon/aspeed-pwm-tacho.c:751:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 751 | priv->fan_tach_ch_source[index] = pwm_source; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -drivers/hwmon/aspeed-pwm-tacho.c: In function ?aspeed_pwm_tacho_probe?: -drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ?fan_tach_ch_source? of size 16 +drivers/hwmon/aspeed-pwm-tacho.c: In function ‘aspeed_pwm_tacho_probe’: +drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ‘fan_tach_ch_source’ of size 16 193 | u8 fan_tach_ch_source[16]; | ^~~~~~~~~~~~~~~~~~ @@ -43,7 +43,7 @@ Changes in v2: - Update changelog text. v1: - - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx at work/ + - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx@work/ drivers/hwmon/aspeed-pwm-tacho.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 4fb7fea..130e2c2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,16 @@ "From\0Gustavo A. R. Silva <gustavoars@kernel.org>\0" "Subject\0[PATCH v2][next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel()\0" "Date\0Tue, 14 Nov 2023 13:53:08 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Jean Delvare <jdelvare@suse.com>" + Guenter Roeck <linux@roeck-us.net> + Joel Stanley <joel@jms.id.au> + " Andrew Jeffery <andrew@codeconstruct.com.au>\0" + "Cc\0linux-hwmon@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + linux-kernel@vger.kernel.org + Gustavo A. R. Silva <gustavoars@kernel.org> + " linux-hardening@vger.kernel.org\0" "\00:1\0" "b\0" "Based on the documentation below, the maximum number of Fan tach\n" @@ -25,14 +34,14 @@ "193 u8 fan_tach_ch_source[16];\n" "196 };\n" "\n" - "In function ?aspeed_create_fan_tach_channel?,\n" - " inlined from ?aspeed_create_fan? at drivers/hwmon/aspeed-pwm-tacho.c:877:2,\n" - " inlined from ?aspeed_pwm_tacho_probe? at drivers/hwmon/aspeed-pwm-tacho.c:936:9:\n" + "In function \342\200\230aspeed_create_fan_tach_channel\342\200\231,\n" + " inlined from \342\200\230aspeed_create_fan\342\200\231 at drivers/hwmon/aspeed-pwm-tacho.c:877:2,\n" + " inlined from \342\200\230aspeed_pwm_tacho_probe\342\200\231 at drivers/hwmon/aspeed-pwm-tacho.c:936:9:\n" "drivers/hwmon/aspeed-pwm-tacho.c:751:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]\n" " 751 | priv->fan_tach_ch_source[index] = pwm_source;\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~\n" - "drivers/hwmon/aspeed-pwm-tacho.c: In function ?aspeed_pwm_tacho_probe?:\n" - "drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ?fan_tach_ch_source? of size 16\n" + "drivers/hwmon/aspeed-pwm-tacho.c: In function \342\200\230aspeed_pwm_tacho_probe\342\200\231:\n" + "drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object \342\200\230fan_tach_ch_source\342\200\231 of size 16\n" " 193 | u8 fan_tach_ch_source[16];\n" " | ^~~~~~~~~~~~~~~~~~\n" "\n" @@ -49,7 +58,7 @@ " - Update changelog text.\n" "\n" "v1:\n" - " - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx at work/\n" + " - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx@work/\n" "\n" " drivers/hwmon/aspeed-pwm-tacho.c | 20 ++++++++++++++++----\n" " 1 file changed, 16 insertions(+), 4 deletions(-)\n" @@ -128,4 +137,4 @@ "-- \n" 2.34.1 -165421bf4170e78cb4ad4d0099641deb56b7e38ca31af8f1033ef481999d304d +d03cd32ef70e3f36bd5ff5892117eab7e3d266b47a5bcdbb1063198499b4ccd5
diff --git a/a/1.txt b/N2/1.txt index 5070f80..398643b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,14 +19,14 @@ drivers/hwmon/aspeed-pwm-tacho.c: 193 u8 fan_tach_ch_source[16]; 196 }; -In function ?aspeed_create_fan_tach_channel?, - inlined from ?aspeed_create_fan? at drivers/hwmon/aspeed-pwm-tacho.c:877:2, - inlined from ?aspeed_pwm_tacho_probe? at drivers/hwmon/aspeed-pwm-tacho.c:936:9: +In function ‘aspeed_create_fan_tach_channel’, + inlined from ‘aspeed_create_fan’ at drivers/hwmon/aspeed-pwm-tacho.c:877:2, + inlined from ‘aspeed_pwm_tacho_probe’ at drivers/hwmon/aspeed-pwm-tacho.c:936:9: drivers/hwmon/aspeed-pwm-tacho.c:751:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 751 | priv->fan_tach_ch_source[index] = pwm_source; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ -drivers/hwmon/aspeed-pwm-tacho.c: In function ?aspeed_pwm_tacho_probe?: -drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ?fan_tach_ch_source? of size 16 +drivers/hwmon/aspeed-pwm-tacho.c: In function ‘aspeed_pwm_tacho_probe’: +drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ‘fan_tach_ch_source’ of size 16 193 | u8 fan_tach_ch_source[16]; | ^~~~~~~~~~~~~~~~~~ @@ -43,7 +43,7 @@ Changes in v2: - Update changelog text. v1: - - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx at work/ + - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx@work/ drivers/hwmon/aspeed-pwm-tacho.c | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) @@ -121,3 +121,9 @@ index 997df4b40509..9a209e064e46 100644 } -- 2.34.1 + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N2/content_digest index 4fb7fea..44b517e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,16 @@ "From\0Gustavo A. R. Silva <gustavoars@kernel.org>\0" "Subject\0[PATCH v2][next] hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fan_tach_channel()\0" "Date\0Tue, 14 Nov 2023 13:53:08 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Jean Delvare <jdelvare@suse.com>" + Guenter Roeck <linux@roeck-us.net> + Joel Stanley <joel@jms.id.au> + " Andrew Jeffery <andrew@codeconstruct.com.au>\0" + "Cc\0linux-hwmon@vger.kernel.org" + linux-arm-kernel@lists.infradead.org + linux-aspeed@lists.ozlabs.org + linux-kernel@vger.kernel.org + Gustavo A. R. Silva <gustavoars@kernel.org> + " linux-hardening@vger.kernel.org\0" "\00:1\0" "b\0" "Based on the documentation below, the maximum number of Fan tach\n" @@ -25,14 +34,14 @@ "193 u8 fan_tach_ch_source[16];\n" "196 };\n" "\n" - "In function ?aspeed_create_fan_tach_channel?,\n" - " inlined from ?aspeed_create_fan? at drivers/hwmon/aspeed-pwm-tacho.c:877:2,\n" - " inlined from ?aspeed_pwm_tacho_probe? at drivers/hwmon/aspeed-pwm-tacho.c:936:9:\n" + "In function \342\200\230aspeed_create_fan_tach_channel\342\200\231,\n" + " inlined from \342\200\230aspeed_create_fan\342\200\231 at drivers/hwmon/aspeed-pwm-tacho.c:877:2,\n" + " inlined from \342\200\230aspeed_pwm_tacho_probe\342\200\231 at drivers/hwmon/aspeed-pwm-tacho.c:936:9:\n" "drivers/hwmon/aspeed-pwm-tacho.c:751:49: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]\n" " 751 | priv->fan_tach_ch_source[index] = pwm_source;\n" " | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~\n" - "drivers/hwmon/aspeed-pwm-tacho.c: In function ?aspeed_pwm_tacho_probe?:\n" - "drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object ?fan_tach_ch_source? of size 16\n" + "drivers/hwmon/aspeed-pwm-tacho.c: In function \342\200\230aspeed_pwm_tacho_probe\342\200\231:\n" + "drivers/hwmon/aspeed-pwm-tacho.c:193:12: note: at offset [48, 255] into destination object \342\200\230fan_tach_ch_source\342\200\231 of size 16\n" " 193 | u8 fan_tach_ch_source[16];\n" " | ^~~~~~~~~~~~~~~~~~\n" "\n" @@ -49,7 +58,7 @@ " - Update changelog text.\n" "\n" "v1:\n" - " - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx at work/\n" + " - Link: https://lore.kernel.org/linux-hardening/ZVJ7JBFoULzY3VGx@work/\n" "\n" " drivers/hwmon/aspeed-pwm-tacho.c | 20 ++++++++++++++++----\n" " 1 file changed, 16 insertions(+), 4 deletions(-)\n" @@ -126,6 +135,12 @@ " \treturn 0;\n" " }\n" "-- \n" - 2.34.1 + "2.34.1\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -165421bf4170e78cb4ad4d0099641deb56b7e38ca31af8f1033ef481999d304d +043144c8807701cec826cafd6f68bc58956b5494c02a912c283d4ca53561cab6
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.