Skip to content
Snippets Groups Projects
Select Git revision
  • 94e5e3087a67c765be98592b36d8d187566478d5
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Christian Brauner authored and David S. Miller committed
    This commit adds struct uevent_sock to struct net. Since struct uevent_sock
    records the position of the uevent socket in the uevent socket list we can
    trivially remove it from the uevent socket list during cleanup. This speeds
    up the old removal codepath.
    Note, list_del() will hit __list_del_entry_valid() in its call chain which
    will validate that the element is a member of the list. If it isn't it will
    take care that the list is not modified.
    
    Signed-off-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    94e5e308
    History
    Name Last commit Last update