1. 23 4月, 2008 7 次提交
  2. 17 4月, 2008 4 次提交
  3. 16 4月, 2008 23 次提交
  4. 15 4月, 2008 1 次提交
    • M
      netconsole: only set CON_PRINTBUFFER if the user specifies a netconsole · 0517deed
      Michael Ellerman 提交于
      Since 0bcc1816 (netconsole: Support
      dynamic reconfiguration using configfs), the netconsole is always
      registered, regardless of whether the user actually specified a
      netconsole configuration on the command line.
      
      However because netconsole has CON_PRINTBUFFER set, when it is
      registered it causes the printk buffer to be replayed to all consoles.
      When there is no netconsole configured this is a) pointless, and b)
      somewhat annoying for the user of the existing console.
      
      So instead we should only set CON_PRINTBUFFER if there is a netconsole
      configuration found on the command line. This retains the existing
      behaviour if a netconsole is setup by the user, and avoids spamming
      other consoles when we're only registering for the dynamic
      netconsole case.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0517deed
  5. 14 4月, 2008 1 次提交
  6. 13 4月, 2008 3 次提交
  7. 12 4月, 2008 1 次提交
    • K
      Mark generic HDLC + PPP as broken. · 16a79142
      Krzysztof Halasa 提交于
      PPP support in generic HDLC in Linux 2.6.25 is broken and will cause
      a kernel panic when a device configured in PPP mode is activated.
      
      It will be replaced by new PPP implementation after Linux 2.6.25 is
      released.
      
      This affects only PPP support in generic HDLC (mostly Hitachi SCA
      and SCA-II based drivers, wanxl, and few others). Standalone syncppp
      and async PPP support are not affected.
      Signed-off-by: NKrzysztof Halasa <khc@pm.waw.pl>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      16a79142