[PATCH 2/5] netdev_printk/dynamic_netdev_dbg: Directly call printk_emit

2012-09-12 Thread Joe Perches
A lot of stack is used in recursive printks with %pV. Using multiple levels of %pV (a logging function with %pV that calls another logging function with %pV) can consume more stack than necessary. Avoid excessive stack use by not calling dev_printk from netdev_printk and dynamic_netdev_dbg.

[PATCH 2/5] netdev_printk/dynamic_netdev_dbg: Directly call printk_emit

2012-09-12 Thread Joe Perches
A lot of stack is used in recursive printks with %pV. Using multiple levels of %pV (a logging function with %pV that calls another logging function with %pV) can consume more stack than necessary. Avoid excessive stack use by not calling dev_printk from netdev_printk and dynamic_netdev_dbg.

[PATCH 2/5] netdev_printk/dynamic_netdev_dbg: Directly call printk_emit

2012-08-26 Thread Joe Perches
A lot of stack is used in recursive printks with %pV. Using multiple levels of %pV (a logging function with %pV that calls another logging function with %pV) can consume more stack than necessary. Avoid excessive stack use by not calling dev_printk from netdev_printk and dynamic_netdev_dbg.

[PATCH 2/5] netdev_printk/dynamic_netdev_dbg: Directly call printk_emit

2012-08-26 Thread Joe Perches
A lot of stack is used in recursive printks with %pV. Using multiple levels of %pV (a logging function with %pV that calls another logging function with %pV) can consume more stack than necessary. Avoid excessive stack use by not calling dev_printk from netdev_printk and dynamic_netdev_dbg.