Please test this patch for an IPv6 related Kernel Panic....

gnn_at_freebsd.org
Date: 07/26/05

  • Next message: VANHULLEBUS Yvan: "Re: [FreeBSD 6.0] kernel crash with 802.11g"
    Date: Tue, 26 Jul 2005 14:40:50 +0900
    To: freebsd-net@freebsd.org
    
    

    Howdy,

    The PR this addresses is 83885:

    http://www.freebsd.org/cgi/query-pr.cgi?pr=83885

    The patch in the PR is correct but misaligned for CURRENT. I'd like
    to commit this patch to current then MFC it.

    I have tested this patch and it works for me. Please comment etc.

    Later,
    George

    Index: uipc_socket.c
    ===================================================================
    RCS file: /Volumes/exported/FreeBSD-CVS/src/sys/kern/uipc_socket.c,v
    retrieving revision 1.242
    diff -u -r1.242 uipc_socket.c
    --- uipc_socket.c 1 Jul 2005 16:28:30 -0000 1.242
    +++ uipc_socket.c 26 Jul 2005 05:38:12 -0000
    @@ -1162,7 +1162,10 @@
                             }
                             cm = cmn;
                     }
    - nextrecord = so->so_rcv.sb_mb->m_nextpkt;
    + if (so->so_rcv.sb_mb)
    + nextrecord = so->so_rcv.sb_mb->m_nextpkt;
    + else
    + nextrecord = NULL;
                     orig_resid = 0;
             }
             if (m != NULL) {
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"


  • Next message: VANHULLEBUS Yvan: "Re: [FreeBSD 6.0] kernel crash with 802.11g"

    Relevant Pages

    • Re: [GIT PATCH] another tranche of SCSI updates for 2.6.26
      ... commit 064922a805ec7aadfafdd27aa6b4908d737c3c1d ... This patch adds more const keywords where appropriate. ... fix SLUB WARN_ON ... KVM: SVM: remove now obsolete FIXME comment ...
      (Linux-Kernel)
    • Re: Kernel Compile issue
      ... >function definition not being a prototype in wpaul@'s subr_ndis.c commit. ... I did not make that patch, and had no problems with the ... I do not "unsubscribe" from email "services" to which I have not explicitly ...
      (freebsd-current)
    • Re: Linux 2.6.21-rc6
      ... [PATCH] ... Change code ordering in disk.c ... The changes here only affect the built-in swsusp. ... the remaining test is to try reverting this commit from -rc6. ...
      (Linux-Kernel)
    • Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl
      ... MAINTAINERS information, we have 3 options: ... There are things git can help, and other things git does not ... Linus already gave a script to grep *-by: lines from commit ... integration to git-based patch flow. ...
      (Linux-Kernel)
    • Re: Linux 2.6.21-rc6
      ... [PATCH] ... Change code ordering in disk.c ... The changes here only affect the built-in swsusp. ... the remaining test is to try reverting this commit from -rc6. ...
      (Linux-Kernel)