Commit faa4e04
r8169: fix accessing unset transport header
66e4c8d ("net: warn if transport header was not set") added
a check that triggers a warning in r8169, see [0].
The commit referenced in the Fixes tag refers to the change from
which the patch applies cleanly, there's nothing wrong with this
commit. It seems the actual issue (not bug, because the warning
is harmless here) was introduced with bdfa4ed
("r8169: use Giant Send").
[0] https://bugzilla.kernel.org/show_bug.cgi?id=216157
Fixes: 8d520b4 ("r8169: work around RTL8125 UDP hw bug")
Reported-by: Erhard F. <erhard_f@mailbox.org>
Tested-by: Erhard F. <erhard_f@mailbox.org>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/1b2c2b29-3dc0-f7b6-5694-97ec526d51a0@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 148ca04 commit faa4e04
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4190 | 4190 | | |
4191 | 4191 | | |
4192 | 4192 | | |
4193 | | - | |
4194 | 4193 | | |
4195 | 4194 | | |
4196 | 4195 | | |
| |||
4207 | 4206 | | |
4208 | 4207 | | |
4209 | 4208 | | |
4210 | | - | |
| 4209 | + | |
4211 | 4210 | | |
4212 | 4211 | | |
4213 | 4212 | | |
| |||
4235 | 4234 | | |
4236 | 4235 | | |
4237 | 4236 | | |
4238 | | - | |
| 4237 | + | |
4239 | 4238 | | |
4240 | 4239 | | |
4241 | 4240 | | |
| |||
4402 | 4401 | | |
4403 | 4402 | | |
4404 | 4403 | | |
4405 | | - | |
4406 | 4404 | | |
4407 | 4405 | | |
4408 | 4406 | | |
4409 | 4407 | | |
4410 | 4408 | | |
4411 | 4409 | | |
4412 | | - | |
| 4410 | + | |
4413 | 4411 | | |
4414 | 4412 | | |
4415 | 4413 | | |
| |||
4420 | 4418 | | |
4421 | 4419 | | |
4422 | 4420 | | |
4423 | | - | |
| 4421 | + | |
4424 | 4422 | | |
4425 | 4423 | | |
4426 | 4424 | | |
| |||
0 commit comments