1. 25 Aug, 2022 2 commits
    • Randy Dunlap's avatar
      net: ethernet: ti: davinci_mdio: fix build for mdio bitbang uses · 35bbe652
      Randy Dunlap authored
      davinci_mdio.c uses mdio bitbang APIs, so it should select
      MDIO_BITBANG to prevent build errors.
      
      arm-linux-gnueabi-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdio_remove':
      drivers/net/ethernet/ti/davinci_mdio.c:649: undefined reference to `free_mdio_bitbang'
      arm-linux-gnueabi-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdio_probe':
      drivers/net/ethernet/ti/davinci_mdio.c:545: undefined reference to `alloc_mdio_bitbang'
      arm-linux-gnueabi-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdiobb_read':
      drivers/net/ethernet/ti/davinci_mdio.c:236: undefined reference to `mdiobb_read'
      arm-linux-gnueabi-ld: drivers/net/ethernet/ti/davinci_mdio.o: in function `davinci_mdiobb_write':
      drivers/net/ethernet/ti/davinci_mdio.c:253: undefined reference to `mdiobb_write'
      
      Fixes: d04807b8 ("net: ethernet: ti: davinci_mdio: Add workaround for errata i2329")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Cc: Grygorii Strashko <grygorii.strashko@ti.com>
      Cc: Ravi Gunasekaran <r-gunasekaran@ti.com>
      Cc: Eric Dumazet <edumazet@google.com>
      Cc: Paolo Abeni <pabeni@redhat.com>
      Cc: Naresh Kamboju <naresh.kamboju@linaro.org>
      Cc: Sudip Mukherjee (Codethink) <sudipm.mukherjee@gmail.com>
      Link: https://lore.kernel.org/r/20220824024216.4939-1-rdunlap@infradead.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      35bbe652
    • Bagas Sanjaya's avatar
      Documentation: sysctl: align cells in second content column · 1faa3467
      Bagas Sanjaya authored
      Stephen Rothwell reported htmldocs warning when merging net-next tree:
      
      Documentation/admin-guide/sysctl/net.rst:37: WARNING: Malformed table.
      Text in column margin in table line 4.
      
      ========= =================== = ========== ==================
      Directory Content               Directory  Content
      ========= =================== = ========== ==================
      802       E802 protocol         mptcp     Multipath TCP
      appletalk Appletalk protocol    netfilter Network Filter
      ax25      AX25                  netrom     NET/ROM
      bridge    Bridging              rose      X.25 PLP layer
      core      General parameter     tipc      TIPC
      ethernet  Ethernet protocol     unix      Unix domain sockets
      ipv4      IP version 4          x25       X.25 protocol
      ipv6      IP version 6
      ========= =================== = ========== ==================
      
      The warning above is caused by cells in second "Content" column of
      /proc/sys/net subdirectory table which are in column margin.
      
      Align these cells against the column header to fix the warning.
      
      Link: https://lore.kernel.org/linux-next/20220823134905.57ed08d5@canb.auug.org.au/
      Fixes: 1202cdd6 ("Remove DECnet support from kernel")
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
      Link: https://lore.kernel.org/r/20220824035804.204322-1-bagasdotme@gmail.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      1faa3467
  2. 24 Aug, 2022 27 commits
  3. 23 Aug, 2022 11 commits