1. 16 Nov, 2017 2 commits
    • Thomas Backlund's avatar
      iwlwifi: fix firmware names for 9000 and A000 series hw · c2c48ddf
      Thomas Backlund authored
      iwlwifi 9000 and a0000 series hw contains an extra dash in firmware
      file name as seeen in modinfo output for kernel 4.14:
      
      firmware:       iwlwifi-9260-th-b0-jf-b0--34.ucode
      firmware:       iwlwifi-9260-th-a0-jf-a0--34.ucode
      firmware:       iwlwifi-9000-pu-a0-jf-b0--34.ucode
      firmware:       iwlwifi-9000-pu-a0-jf-a0--34.ucode
      firmware:       iwlwifi-QuQnj-a0-hr-a0--34.ucode
      firmware:       iwlwifi-QuQnj-a0-jf-b0--34.ucode
      firmware:       iwlwifi-QuQnj-f0-hr-a0--34.ucode
      firmware:       iwlwifi-Qu-a0-jf-b0--34.ucode
      firmware:       iwlwifi-Qu-a0-hr-a0--34.ucode
      
      Fix that by dropping the extra adding of '"-"'.
      Signed-off-by: default avatarThomas Backlund <tmb@mageia.org>
      Cc: stable@vger.kernel.org # 4.13
      Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
      c2c48ddf
    • Luca Coelho's avatar
      iwlwifi: fix PCI IDs and configuration mapping for 9000 series · dbc89253
      Luca Coelho authored
      A lot of PCI IDs were missing and there were some problems with the
      configuration and firmware selection for devices on the 9000 series.
      Fix the firmware selection by adding files for the B-steps; add
      configuration for some integrated devices; and add a bunch of PCI IDs
      (mostly for integrated devices) that were missing from the driver's
      list.
      
      Without this patch, a lot of devices will not be recognized or will
      try to load the wrong firmware file.
      
      Cc: stable@vger.kernel.org # 4.13
      Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
      dbc89253
  2. 15 Nov, 2017 1 commit
  3. 11 Nov, 2017 1 commit
  4. 10 Nov, 2017 19 commits
  5. 08 Nov, 2017 15 commits
  6. 06 Nov, 2017 1 commit
  7. 05 Nov, 2017 1 commit
    • David S. Miller's avatar
      Merge branch 'eBPF-based-device-cgroup-controller' · 2798b80b
      David S. Miller authored
      Roman Gushchin says:
      
      ====================
      eBPF-based device cgroup controller
      
      This patchset introduces an eBPF-based device controller for cgroup v2.
      
      Patches (1) and (2) are a preparational work required to share some code
        with the existing device controller implementation.
      Patch (3) is the main patch, which introduces a new bpf prog type
        and all necessary infrastructure.
      Patch (4) moves cgroup_helpers.c/h to use them by patch (4).
      Patch (5) implements an example of eBPF program which controls access
        to device files and corresponding userspace test.
      
      v3:
        Renamed constants introduced by patch (3) to BPF_DEVCG_*
      
      v2:
        Added patch (1).
      
      v1:
        https://lkml.org/lkml/2017/11/1/363
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2798b80b