Re: [PATCH] ipv6: addrconf: Use normal debugging style

2018-03-27 Thread David Miller
From: Joe Perches Date: Mon, 26 Mar 2018 08:35:01 -0700 > Remove local ADBG macro and use netdev_dbg/pr_debug > > Miscellanea: > > o Remove unnecessary debug message after allocation failure as there > already is a dump_stack() on the failure paths > o Leave the allocation failure message on

[PATCH] ipv6: addrconf: Use normal debugging style

2018-03-26 Thread Joe Perches
Remove local ADBG macro and use netdev_dbg/pr_debug Miscellanea: o Remove unnecessary debug message after allocation failure as there already is a dump_stack() on the failure paths o Leave the allocation failure message on snmp6_alloc_dev as there is one code path that does not do a dump_stac

Re: [PATCH] ipv6: addrconf: Use normal debugging style

2017-10-16 Thread David Miller
From: Joe Perches Date: Sun, 15 Oct 2017 09:49:10 -0700 > Remove local ADBG macro and use netdev_dbg/pr_debug > > Miscellanea: > > o Remove unnecessary debug message after allocation failure as there > already is a dump_stack() on the failure paths > o Leave the allocation failure message on

[PATCH] ipv6: addrconf: Use normal debugging style

2017-10-15 Thread Joe Perches
Remove local ADBG macro and use netdev_dbg/pr_debug Miscellanea: o Remove unnecessary debug message after allocation failure as there already is a dump_stack() on the failure paths o Leave the allocation failure message on snmp6_alloc_dev as there is one code path that does not do a dump_stac