lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 27 Mar 2014 09:01:44 -0700
From:	Stephen Hemminger <stephen@...workplumber.org>
To:	netdev@...r.kernel.org
Subject: Fw: [Bug 73011] New: Kernel Panic



Begin forwarded message:

Date: Thu, 27 Mar 2014 03:15:20 -0700
From: "bugzilla-daemon@...zilla.kernel.org" <bugzilla-daemon@...zilla.kernel.org>
To: "stephen@...workplumber.org" <stephen@...workplumber.org>
Subject: [Bug 73011] New: Kernel Panic


https://bugzilla.kernel.org/show_bug.cgi?id=73011

            Bug ID: 73011
           Summary: Kernel Panic
           Product: Networking
           Version: 2.5
    Kernel Version: 3.4
          Hardware: ARM
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: IPV4
          Assignee: shemminger@...ux-foundation.org
          Reporter: vijayborqs1982@...il.com
        Regression: No

Unable to handle kernel NULL pointer dereference at virtual address 000000c8
pgd = ec990000
[000000c8] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
CPU: 1    Tainted: G        W     (3.4.0-liberty)
PC is at __ip_route_output_key+0x49c/0x798
LR is at inet_select_addr+0xf8/0x104
pc : <c0709654>    lr : <c0735fc4>    psr: 20030013
sp : eca97c28  ip : 00000001  fp : 012ba8c0
r10: 00000000  r9 : 00000000  r8 : c11dcd00
r7 : 00000000  r6 : 00000000  r5 : 00000000  r4 : eca97cd4
r3 : ebe22100  r2 : ec0c0000  r1 : c11dccd8  r0 : 00000000
Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
Control: 10c5787d  Table: ad39006a  DAC: 00000015
..
Faulting Process ping (pid: 6719, stack limit = 0xeca962f0)
...
Call Stack
Kernel Panic in this func   __ip_route_output_key()  
                ====>ip_route_output_flow()
                  ===>ping_v4_sendmsg()
                    ===>inet_sendmsg()
                       ===>sock_sendmsg()
                              ===>__sys_sendmsg()
                         ===>sys_sendmsg()
kernel/net/ipv4/route.c
***********************
    dev_out = FIB_RES_DEV(res);
    fl4->flowi4_oif = dev_out->ifindex;
***********************
dev_out looks like  NULL. When dev_out is accessed it is resulting in NULL Ptr
Def and finally Kernel Panic.


Any experts who can fix this issue. It is very rarely reproduced on ARM 32-bit
ARCH.

-- 
You are receiving this mail because:
You are the assignee for the bug.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ