Skip to content
  1. Nov 15, 2015
  2. Jul 12, 2015
    • Hauke Mehrtens's avatar
      patches: refresh on v4.2-rc1 · 83a25185
      Hauke Mehrtens authored
      
      
      1   3.0.101             [  OK  ]
      2   3.1.10              [  OK  ]
      3   3.2.69              [  OK  ]
      4   3.3.8               [  OK  ]
      5   3.4.108             [  OK  ]
      6   3.5.7               [  OK  ]
      7   3.6.11              [  OK  ]
      8   3.7.10              [  OK  ]
      9   3.8.13              [  OK  ]
      10  3.9.11              [  OK  ]
      11  3.10.84             [  OK  ]
      12  3.11.10             [  OK  ]
      13  3.12.44             [  OK  ]
      14  3.13.11             [  OK  ]
      15  3.14.48             [  OK  ]
      16  3.15.10             [  OK  ]
      17  3.16.7              [  OK  ]
      18  3.17.8              [  OK  ]
      19  3.18.18             [  OK  ]
      20  3.19.8              [  OK  ]
      21  4.0.8               [  OK  ]
      22  4.1.2               [  OK  ]
      23  4.2-rc1             [  OK  ]
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      v4.2-rc1-1
      83a25185
  3. Jun 28, 2015
  4. Jun 26, 2015
    • Luis R. Rodriguez's avatar
    • Luis R. Rodriguez's avatar
      patches: increase 0001-netlink-portid.cocci dependability · 72c8679e
      Luis R. Rodriguez authored
      Using expression is pretty flexible, in this case we
      don't want that flexibility as it can override any
      struct who also uses the same variable name. For a
      specific example of the issue refer to the netdev-ops
      demo git tree [0] which provide an example of the issue
      with two SmPL rules.
      
      We keep the expression on the last rule on NETLINK_CB(skb)
      given that we know only an skb can possibly be used on it.
      
      1   3.0.101             [  OK  ]
      2   3.1.10              [  OK  ]
      3   3.2.68              [  OK  ]
      4   3.3.8               [  OK  ]
      5   3.4.107             [  OK  ]
      6   3.5.7               [  OK  ]
      7   3.6.11              [  OK  ]
      8   3.7.10              [  OK  ]
      9   3.8.13              [  OK  ]
      10  3.9.11              [  OK  ]
      11  3.10.75             [  OK  ]
      12  3.11.10             [  OK  ]
      13  3.12.40             [  OK  ]
      14  3.13.11             [  OK  ]
      15  3.14.39             [  OK  ]
      16  3.15.10             [  OK  ]
      17  3.16.7              [  OK  ]
      18  3.17.8              [  OK  ]
      19  3.18.12             [  OK  ]
      20  3.19.5              [  OK  ]
      21  4.0.0               [  OK  ]
      22  4.1-rc8             [  OK  ]
      
      The failure on 4.1 is not related to this change,
      its because we are using 4.1-rc1, it fails because of
      the missing tty_set_termios() is not exported,
      4.1-rc4 works.
      
      [0] https://github.com/mcgrof/netdev-ops.git
      
      
      
      Cc: cocci@systeme.lip6.fr
      Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
      72c8679e
  5. Jun 16, 2015
    • Hauke Mehrtens's avatar
      header: fix warning in lockdep_assert_held() · 1b838d0c
      Hauke Mehrtens authored
      
      
      When building the kernel there are lots of warnings like this:
      drivers/net/wireless/ath/ath10k/ce.c:404:21: warning: unused variable ‘ar_pci’ [-Wunused-variable]
        struct ath10k_pci *ar_pci = ath10k_pci_priv(ar);
      
      They are caused by an empty lockdep_assert_held() which does nothing
      with this variable in kernel version < 3.9. This patch replaces this
      macro with the version from a recent kernel and silence this warning.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
    • Hauke Mehrtens's avatar
      patches: refresh patches on next-20150612 · 32825450
      Hauke Mehrtens authored
      
      
      1   3.0.101             [  OK  ]
      2   3.1.10              [  OK  ]
      3   3.2.68              [  OK  ]
      4   3.3.8               [  OK  ]
      5   3.4.107             [  OK  ]
      6   3.5.7               [  OK  ]
      7   3.6.11              [  OK  ]
      8   3.7.10              [  OK  ]
      9   3.8.13              [  OK  ]
      10  3.9.11              [  OK  ]
      11  3.10.75             [  OK  ]
      12  3.11.10             [  OK  ]
      13  3.12.40             [  OK  ]
      14  3.13.11             [  OK  ]
      15  3.14.39             [  OK  ]
      16  3.15.10             [  OK  ]
      17  3.16.7              [  OK  ]
      18  3.17.8              [  OK  ]
      19  3.18.12             [  OK  ]
      20  3.19.5              [  OK  ]
      21  4.0.0               [  OK  ]
      22  4.1-rc1             [  FAIL  ]
      
      Only kernel 4.1-rc1 will fail, because tty_set_termios() is not
      exported, 4.1-rc4 works.
      
      manual changes done to:
      drivers/media/platform/vim2m.c
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      32825450
  6. Jun 15, 2015