1. 27 1月, 2017 2 次提交
    • D
      Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-merge · 49b3eb77
      David S. Miller 提交于
      Simon Wunderlich says:
      
      ====================
      This feature/cleanup patchset includes the following patches:
      
       - bump version strings, by Simon Wunderlich
      
       - ignore self-generated loop detect MAC addresses in translation table,
         by Simon Wunderlich
      
       - install uapi batman_adv.h header, by Sven Eckelmann
      
       - bump copyright years, by Sven Eckelmann
      
       - Remove an unused variable in translation table code, by Sven Eckelmann
      
       - Handle NET_XMIT_CN like NET_XMIT_SUCCESS (revised according to Davids
         suggestion), and a follow up code clean up, by Gao Feng (2 patches)
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      49b3eb77
    • A
      ISDN: eicon: reduce stack size of sig_ind function · 27d80718
      Arnd Bergmann 提交于
      I noticed that this function uses a lot of kernel stack when the
      "latent entropy" plugin is enabled:
      
      drivers/isdn/hardware/eicon/message.c: In function 'sig_ind':
      drivers/isdn/hardware/eicon/message.c:6113:1: error: the frame size of 1168 bytes is larger than 1152 bytes [-Werror=frame-larger-than=]
      
      We currently don't warn about this, as we raise the warning limit
      to 2048 bytes in mainline, but I'd like to lower that limit again
      in the future, and this function can easily be changed to be more
      efficient and avoid that warning, by making some of its local
      variables 'const'.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      27d80718
  2. 26 1月, 2017 32 次提交
  3. 25 1月, 2017 6 次提交