Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566319

[Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold

From Mark Zhang <bomb.zhang@gmail.com>
Newsgroups linux.kernel
Subject [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold
Date 2017-01-25 05:40 +0100
Message-ID <t3nxf-5uF-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

If the input parameters as saddr = 0xc0a8fd60,daddr = 0xc0a8fda1,len =
80, proto = 17, sum =0x7eae049d.
The correct result should be 1, but original function return 0.

Attached the correction patch.

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Mark Zhang <bomb.zhang@gmail.com> - 2017-01-25 05:40 +0100
  Re: [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Alexander Duyck <alexander.duyck@gmail.com> - 2017-01-25 19:20 +0100
    Re: [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Mark Zhang <bomb.zhang@gmail.com> - 2017-01-26 03:40 +0100
      Re: [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Alexander Duyck <alexander.duyck@gmail.com> - 2017-01-26 17:10 +0100
        Re: [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Ralf Baechle <ralf@linux-mips.org> - 2017-01-26 17:20 +0100
    Re: [Bug fix]mips 64bits checksum error -- csum_tcpudp_nofold Ralf Baechle <ralf@linux-mips.org> - 2017-01-26 09:20 +0100

csiph-web