1. 11 2月, 2007 1 次提交
  2. 09 2月, 2007 1 次提交
    • P
      [NETLINK]: Don't BUG on undersized allocations · 26932566
      Patrick McHardy 提交于
      Currently netlink users BUG when the allocated skb for an event
      notification is undersized. While this is certainly a kernel bug,
      its not critical and crashing the kernel is too drastic, especially
      when considering that these errors have appeared multiple times in
      the past and it BUGs even if no listeners are present.
      
      This patch replaces BUG by WARN_ON and changes the notification
      functions to inform potential listeners of undersized allocations
      using a unique error code (EMSGSIZE).
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      26932566
  3. 31 1月, 2007 1 次提交
  4. 24 1月, 2007 1 次提交
  5. 05 1月, 2007 1 次提交
  6. 11 12月, 2006 1 次提交
  7. 03 12月, 2006 6 次提交
  8. 12 10月, 2006 1 次提交
  9. 29 9月, 2006 1 次提交
  10. 23 9月, 2006 24 次提交
  11. 30 8月, 2006 1 次提交
  12. 10 8月, 2006 1 次提交