01 Dec, 2018

1 commit

  • commit cb5d21946d2a2f4687c482ab4604af1d29dac35a upstream.

    Sasha has somehow been convinced into helping me with the stable kernel
    maintenance. Codify this slip in good judgement before he realizes what
    he really signed up for :)

    Signed-off-by: Greg Kroah-Hartman
    Acked-by: Sasha Levin
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

22 Oct, 2018

1 commit


21 Oct, 2018

1 commit


20 Oct, 2018

1 commit


19 Oct, 2018

2 commits

  • David writes:
    "Networking

    1) Fix gro_cells leak in xfrm layer, from Li RongQing.

    2) BPF selftests change RLIMIT_MEMLOCK blindly, don't do that. From
    Eric Dumazet.

    3) AF_XDP calls synchronize_net() under RCU lock, fix from Björn
    Töpel.

    4) Out of bounds packet access in _decode_session6(), from Alexei
    Starovoitov.

    5) Several ethtool bugs, where we copy a struct into the kernel twice
    and our validations of the values in the first copy can be
    invalidated by the second copy due to asynchronous updates to the
    memory by the user. From Wenwen Wang.

    6) Missing netlink attribute validation in cls_api, from Davide
    Caratti.

    7) LLC SAP sockets neet to be SOCK_RCU FREE, from Cong Wang.

    8) rxrpc operates on wrong kvec, from Yue Haibing.

    9) A regression was introduced by the disassosciation of route
    neighbour references in rt6_probe(), causing probe for
    neighbourless routes to not be properly rate limited. Fix from
    Sabrina Dubroca.

    10) Unsafe RCU locking in tipc, from Tung Nguyen.

    11) Use after free in inet6_mc_check(), from Eric Dumazet.

    12) PMTU from icmp packets should update the SCTP transport pathmtu,
    from Xin Long.

    13) Missing peer put on error in rxrpc, from David Howells.

    14) Fix pedit in nfp driver, from Pieter Jansen van Vuuren.

    15) Fix overflowing shift statement in qla3xxx driver, from Nathan
    Chancellor.

    16) Fix Spectre v1 in ptp code, from Gustavo A. R. Silva.

    17) udp6_unicast_rcv_skb() interprets udpv6_queue_rcv_skb() return
    value in an inverted manner, fix from Paolo Abeni.

    18) Fix missed unresolved entries in ipmr dumps, from Nikolay
    Aleksandrov.

    19) Fix NAPI handling under high load, we can completely miss events
    when NAPI has to loop more than one time in a cycle. From Heiner
    Kallweit."

    * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (49 commits)
    ip6_tunnel: Fix encapsulation layout
    tipc: fix info leak from kernel tipc_event
    net: socket: fix a missing-check bug
    net: sched: Fix for duplicate class dump
    r8169: fix NAPI handling under high load
    net: ipmr: fix unresolved entry dumps
    net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion()
    sctp: fix the data size calculation in sctp_data_size
    virtio_net: avoid using netif_tx_disable() for serializing tx routine
    udp6: fix encap return code for resubmitting
    mlxsw: core: Fix use-after-free when flashing firmware during init
    sctp: not free the new asoc when sctp_wait_for_connect returns err
    sctp: fix race on sctp_id2asoc
    r8169: re-enable MSI-X on RTL8168g
    net: bpfilter: use get_pid_task instead of pid_task
    ptp: fix Spectre v1 vulnerability
    net: qla3xxx: Remove overflowing shift statement
    geneve, vxlan: Don't set exceptions if skb->len < mtu
    geneve, vxlan: Don't check skb_dst() twice
    sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead
    ...

    Greg Kroah-Hartman
     
  • Steffen Klassert says:

    ====================
    pull request (net): ipsec 2018-10-18

    1) Free the xfrm interface gro_cells when deleting the
    interface, otherwise we leak it. From Li RongQing.

    2) net/core/flow.c does not exist anymore, so remove it
    from the MAINTAINERS file.

    3) Fix a slab-out-of-bounds in _decode_session6.
    From Alexei Starovoitov.

    4) Fix RCU protection when policies inserted into
    thei bydst lists. From Florian Westphal.

    Please pull or let me know if there are problems.
    ====================

    Signed-off-by: David S. Miller

    David S. Miller
     

17 Oct, 2018

1 commit

  • Paul writes:
    "SELinux fixes for v4.19

    We've got one SELinux "fix" that I'd like to get into v4.19 if
    possible. I'm using double quotes on "fix" as this is just an update
    to the MAINTAINERS file and not a code change. From my perspective,
    MAINTAINERS updates generally don't warrant inclusion during the -rcX
    phase, but this is a change to the mailing list location so it seemed
    prudent to get this in before v4.19 is released"

    * tag 'selinux-pr-20181015' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
    MAINTAINERS: update the SELinux mailing list location

    Greg Kroah-Hartman
     

12 Oct, 2018

1 commit


10 Oct, 2018

2 commits

  • Paul writes:
    "A few MIPS fixes for 4.19:

    - Avoid suboptimal placement of our VDSO when using the legacy mmap
    layout, which can prevent statically linked programs that were able
    to allocate large amounts of memory using the brk syscall prior to
    the introduction of our VDSO from functioning correctly.

    - Fix up CONFIG_CMDLINE handling for platforms which ought to ignore
    DT arguments but have incorrectly used them & lost other arguments
    since v3.16.

    - Fix a path in MAINTAINERS to use valid wildcards.

    - Fixup a regression from v4.17 in memset() for systems using
    CPU_DADDI_WORKAROUNDS."

    * tag 'mips_fixes_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
    MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression
    MAINTAINERS: MIPS/LOONGSON2 ARCHITECTURE - Use the normal wildcard style
    MIPS: Fix CONFIG_CMDLINE handling
    MIPS: VDSO: Always map near top of user memory

    Greg Kroah-Hartman
     
  • Signed-off-by: Paul Moore

    Paul Moore
     

06 Oct, 2018

2 commits


04 Oct, 2018

2 commits

  • net/core/flow.c does not exist anymore, so remove it
    from the IPSEC NETWORKING section of the MAINTAINERS
    file.

    Signed-off-by: Steffen Klassert

    Steffen Klassert
     
  • David writes:
    "Networking fixes:
    1) Prefix length validation in xfrm layer, from Steffen Klassert.

    2) TX status reporting fix in mac80211, from Andrei Otcheretianski.

    3) Fix hangs due to TX_DROP in mac80211, from Bob Copeland.

    4) Fix DMA error regression in b43, from Larry Finger.

    5) Add input validation to xenvif_set_hash_mapping(), from Jan Beulich.

    6) SMMU unmapping fix in hns driver, from Yunsheng Lin.

    7) Bluetooh crash in unpairing on SMP, from Matias Karhumaa.

    8) WoL handling fixes in the phy layer, from Heiner Kallweit.

    9) Fix deadlock in bonding, from Mahesh Bandewar.

    10) Fill ttl inherit infor in vxlan driver, from Hangbin Liu.

    11) Fix TX timeouts during netpoll, from Michael Chan.

    12) RXRPC layer fixes from David Howells.

    13) Another batch of ndo_poll_controller() removals to deal with
    excessive resource consumption during load. From Eric Dumazet.

    14) Fix a specific TIPC failure secnario, from LUU Duc Canh.

    15) Really disable clocks in r8169 during suspend so that low
    power states can actually be reached.

    16) Fix SYN backlog lockdep issue in tcp and dccp, from Eric Dumazet.

    17) Fix RCU locking in netpoll SKB send, which shows up in bonding,
    from Dave Jones.

    18) Fix TX stalls in r8169, from Heiner Kallweit.

    19) Fix locksup in nfp due to control message storms, from Jakub
    Kicinski.

    20) Various rmnet bug fixes from Subash Abhinov Kasiviswanathan and
    Sean Tranchetti.

    21) Fix use after free in ip_cmsg_recv_dstaddr(), from Eric Dumazet."

    * gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/net: (122 commits)
    ixgbe: check return value of napi_complete_done()
    sctp: fix fall-through annotation
    r8169: always autoneg on resume
    ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
    net: qualcomm: rmnet: Fix incorrect allocation flag in receive path
    net: qualcomm: rmnet: Fix incorrect allocation flag in transmit
    net: qualcomm: rmnet: Skip processing loopback packets
    net: systemport: Fix wake-up interrupt race during resume
    rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096
    bonding: fix warning message
    inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
    nfp: avoid soft lockups under control message storm
    declance: Fix continuation with the adapter identification message
    net: fec: fix rare tx timeout
    r8169: fix network stalls due to missing bit TXCFG_AUTO_FIFO
    tun: napi flags belong to tfile
    tun: initialize napi_mutex unconditionally
    tun: remove unused parameters
    bond: take rcu lock in netpoll_send_skb_on_dev
    rtnetlink: Fail dump if target netnsid is invalid
    ...

    Greg Kroah-Hartman
     

02 Oct, 2018

4 commits

  • Bartlomiej writes:
    "fbdev fixes for v4.19-rc7:

    - fix OMAPFB_MEMORY_READ ioctl to not leak kernel memory in omapfb driver
    (Tomi Valkeinen)

    - add missing prepare/unprepare clock operations in pxa168fb driver
    (Lubomir Rintel)

    - add nobgrt option in efifb driver to disable ACPI BGRT logo restore
    (Hans de Goede)

    - fix spelling mistake in fall-through annotation in stifb driver
    (Gustavo A. R. Silva)

    - fix URL for uvesafb repository in the documentation (Adam Jackson)"

    * tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linux:
    video/fbdev/stifb: Fix spelling mistake in fall-through annotation
    uvesafb: Fix URLs in the documentation
    efifb: BGRT: Add nobgrt option
    fbdev/omapfb: fix omapfb_memory_read infoleak
    pxa168fb: prepare the clock

    Greg Kroah-Hartman
     
  • Since 890658b7ab48 ("locking/mutex: Kill arch specific code"), there
    are no mutex header files under arch/, so we can remove the redundant
    entry from MAINTAINERS.

    Reported-by: Joe Perches
    Signed-off-by: Will Deacon
    Cc: Jason Low
    Cc: Linus Torvalds
    Cc: Peter Zijlstra
    Cc: Thomas Gleixner
    Link: http://lkml.kernel.org/r/20181001142856.GC9716@arm.com
    Signed-off-by: Ingo Molnar

    Will Deacon
     
  • Olof writes:
    "ARM: SoC fixes

    A handful of fixes that have been coming in the last couple of weeks:

    - Freescale fixes for on-chip accellerators
    - A DT fix for stm32 to avoid fallback to non-DMA SPI mode
    - Fixes for badly specified interrupts on BCM63xx SoCs
    - Allwinner A64 HDMI was incorrectly specified as fully compatble with R40
    - Drive strength fix for SAMA5D2 NAND pins on one board"

    * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
    ARM: dts: stm32: update SPI6 dmas property on stm32mp157c
    soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()
    soc: fsl: qbman: qman: avoid allocating from non existing gen_pool
    ARM: dts: BCM63xx: Fix incorrect interrupt specifiers
    MAINTAINERS: update the Annapurna Labs maintainer email
    ARM: dts: sun8i: drop A64 HDMI PHY fallback compatible from R40 DT
    ARM: dts: at91: sama5d2_ptc_ek: fix nand pinctrl

    Greg Kroah-Hartman
     
  • Neither git nor get_maintainer understands the curly brace style.

    Signed-off-by: Joe Perches
    Signed-off-by: Paul Burton
    Patchwork: https://patchwork.linux-mips.org/patch/20821/
    Cc: Huacai Chen
    Cc: linux-mips
    Cc: LKML

    Joe Perches
     

30 Sep, 2018

2 commits


29 Sep, 2018

4 commits

  • Prior to 256a45937093 ("PCI/AER: Squash aerdrv_acpi.c into aerdrv.c"),
    drivers/pci/pcie/aer/aerdrv_acpi.c contained code to parse the ACPI HEST
    table. That code now lives in drivers/pci/pcie/aer.c.

    Remove the "F: drivers/pci/*/*/*acpi*" pattern because it matches nothing.

    We could add a "F: drivers/pci/pcie/aer.c" pattern to the ACPI APEI
    section, but that file sees a lot of changes, almost none of which are of
    interest to the ACPI folks.

    Signed-off-by: Bjorn Helgaas
    Acked-by: Rafael J. Wysocki

    Bjorn Helgaas
     
  • Signed-off-by: Sudarsana Reddy Kalluru
    Signed-off-by: Ameen Rahman
    Signed-off-by: David S. Miller

    Sudarsana Reddy Kalluru
     
  • I haven't been doing reviews only but not active development on bridge
    code for several years. Roopa and Nikolay have been doing most of
    the new features and have agreed to take over as new co-maintainers.

    Signed-off-by: Stephen Hemminger
    Acked-by: Roopa Prabhu
    Acked-by: Nikolay Aleksandrov

    Stephen Hemminger
     
  • Bjorn writes:
    "PCI fixes:

    - Fix ACPI hotplug issue that causes black screen crash at boot (Mika
    Westerberg)

    - Fix DesignWare "scheduling while atomic" issues (Jisheng Zhang)

    - Add PPC contacts to MAINTAINERS for PCI core error handling (Bjorn
    Helgaas)

    - Sort Mobiveil MAINTAINERS entry (Lorenzo Pieralisi)"

    * tag 'pci-v4.19-fixes-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
    ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
    PCI: dwc: Fix scheduling while atomic issues
    MAINTAINERS: Move mobiveil PCI driver entry where it belongs
    MAINTAINERS: Update PPC contacts for PCI core error handling

    Greg Kroah-Hartman
     

27 Sep, 2018

1 commit


23 Sep, 2018

2 commits

  • Free Electrons became Bootlin. Update my email accordingly.

    Signed-off-by: Antoine Tenart
    Signed-off-by: Olof Johansson

    Antoine Tenart
     
  • Thomas writes:
    "A set of fixes for x86:

    - Resolve the kvmclock regression on AMD systems with memory
    encryption enabled. The rework of the kvmclock memory allocation
    during early boot results in encrypted storage, which is not
    shareable with the hypervisor. Create a new section for this data
    which is mapped unencrypted and take care that the later
    allocations for shared kvmclock memory is unencrypted as well.

    - Fix the build regression in the paravirt code introduced by the
    recent spectre v2 updates.

    - Ensure that the initial static page tables cover the fixmap space
    correctly so early console always works. This worked so far by
    chance, but recent modifications to the fixmap layout can -
    depending on kernel configuration - move the relevant entries to a
    different place which is not covered by the initial static page
    tables.

    - Address the regressions and issues which got introduced with the
    recent extensions to the Intel Recource Director Technology code.

    - Update maintainer entries to document reality"

    * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    x86/mm: Expand static page table for fixmap space
    MAINTAINERS: Add X86 MM entry
    x86/intel_rdt: Add Reinette as co-maintainer for RDT
    MAINTAINERS: Add Borislav to the x86 maintainers
    x86/paravirt: Fix some warning messages
    x86/intel_rdt: Fix incorrect loop end condition
    x86/intel_rdt: Fix exclusive mode handling of MBA resource
    x86/intel_rdt: Fix incorrect loop end condition
    x86/intel_rdt: Do not allow pseudo-locking of MBA resource
    x86/intel_rdt: Fix unchecked MSR access
    x86/intel_rdt: Fix invalid mode warning when multiple resources are managed
    x86/intel_rdt: Global closid helper to support future fixes
    x86/intel_rdt: Fix size reporting of MBA resource
    x86/intel_rdt: Fix data type in parsing callbacks
    x86/kvm: Use __bss_decrypted attribute in shared variables
    x86/mm: Add .bss..decrypted section to hold shared variables

    Greg Kroah-Hartman
     

21 Sep, 2018

3 commits

  • Commit 92f9ccca4c08 ("PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP
    driver DT bindings") managed to add a MAINTAINERS entry where it does
    not really belong (ie in the middle of a totally unrelated series of
    entries and in the wrong alphabetical order).

    Fix it.

    Signed-off-by: Lorenzo Pieralisi
    Signed-off-by: Bjorn Helgaas
    Cc: Subrahmanya Lingappa

    Lorenzo Pieralisi
     
  • Dave, Andy and Peter are de facto overseing the mm parts of X86. Add an
    explicit maintainers entry.

    Signed-off-by: Thomas Gleixner
    Acked-by: Dave Hansen
    Acked-by: Andy Lutomirski
    Acked-by: Peter Zijlstra
    Acked-by: Ingo Molnar

    Thomas Gleixner
     
  • Reinette Chatre is doing great job on enabling pseudo-locking and other
    features in RDT. Add her as co-maintainer for RDT.

    Suggested-by: Thomas Gleixner
    Signed-off-by: Fenghua Yu
    Signed-off-by: Thomas Gleixner
    Acked-by: Ingo Molnar
    Acked-by: Reinette Chatre
    Cc: "H Peter Anvin"
    Cc: "Tony Luck"
    Link: https://lkml.kernel.org/r/1537472228-221799-1-git-send-email-fenghua.yu@intel.com

    Fenghua Yu
     

20 Sep, 2018

1 commit

  • Takashi writes:
    "sound fixes for 4.19-rc5

    here comes a collection of various fixes, mostly for stable-tree
    or regression fixes.

    Two relatively high LOCs are about the (rather simple) conversion of
    uapi integer types in topology API, and a regression fix about HDMI
    hotplug notification on AMD HD-audio. The rest are all small
    individual fixes like ASoC Intel Skylake race condition, minor
    uninitialized page leak in emu10k1 ioctl, Firewire audio error paths,
    and so on."

    * tag 'sound-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (33 commits)
    ALSA: fireworks: fix memory leak of response buffer at error path
    ALSA: oxfw: fix memory leak of discovered stream formats at error path
    ALSA: oxfw: fix memory leak for model-dependent data at error path
    ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error path
    ALSA: hda - Enable runtime PM only for discrete GPU
    ALSA: oxfw: fix memory leak of private data
    ALSA: firewire-tascam: fix memory leak of private data
    ALSA: firewire-digi00x: fix memory leak of private data
    sound: don't call skl_init_chip() to reset intel skl soc
    sound: enable interrupt after dma buffer initialization
    Revert "ASoC: Intel: Skylake: Acquire irq after RIRB allocation"
    ALSA: emu10k1: fix possible info leak to userspace on SNDRV_EMU10K1_IOCTL_INFO
    ASoC: cs4265: fix MMTLR Data switch control
    ASoC: AMD: Ensure reset bit is cleared before configuring
    ALSA: fireface: fix memory leak in ff400_switch_fetching_mode()
    ALSA: bebob: use address returned by kmalloc() instead of kernel stack for streaming DMA mapping
    ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
    ASoC: rsnd: adg: care clock-frequency size
    ASoC: uniphier: change status to orphan
    ASoC: rsnd: fixup not to call clk_get/set under non-atomic
    ...

    Greg Kroah-Hartman
     

19 Sep, 2018

2 commits

  • Borislav is effectivly maintaining parts of X86 already, make it official.

    Signed-off-by: Thomas Gleixner
    Acked-by: Ingo Molnar
    Acked-by: Borislav Petkov

    Thomas Gleixner
     
  • The original PCI error recovery functionality was for the powerpc-specific
    IBM EEH feature. PCIe subsequently added some similar features, including
    AER and DPC, that can be used on any architecture.

    We want the generic PCI core error handling support to work with all of
    these features. Driver error recovery callbacks should be independent of
    which feature the platform provides.

    Add the generic PCI core error recovery files to the powerpc EEH
    MAINTAINERS entry so the powerpc folks will be copied on changes to the
    generic PCI error handling strategy.

    Add Sam and Oliver as maintainers for this area.

    Signed-off-by: Bjorn Helgaas
    Acked-by: Russell Currey
    Acked-by: Sam Bobroff

    Bjorn Helgaas
     

18 Sep, 2018

1 commit


16 Sep, 2018

1 commit

  • Pull locking fixes from Ingo Molnar:
    "Misc fixes: liblockdep fixes and ww_mutex fixes"

    * 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
    locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
    locking/lockdep: Delete unnecessary #include
    tools/lib/lockdep: Add dummy task_struct state member
    tools/lib/lockdep: Add empty nmi.h
    tools/lib/lockdep: Update Sasha Levin email to MSFT
    jump_label: Fix typo in warning message
    locking/mutex: Fix mutex debug call and ww_mutex documentation

    Linus Torvalds
     

14 Sep, 2018

2 commits

  • Pull staging/IIO driver fixes from Greg KH:
    "Here are a few small staging and iio driver fixes for -rc4.

    Nothing major, just a few small bugfixes for some reported issues, and
    a MAINTAINERS file update for the fbtft drivers.

    We also re-enable the building of the erofs filesystem as the XArray
    patches that were causing it to break never got merged in the -rc1
    cycle, so there's no reason it can't be turned back on for now. The
    problem that was previously there is now being handled in the Xarray
    tree at the moment, so it will not hit us again in the future.

    All of these patches have been in linux-next with no reported issues"

    * tag 'staging-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
    staging: vboxvideo: Change address of scanout buffer on page-flip
    staging: vboxvideo: Fix IRQs no longer working
    staging: gasket: TODO: re-implement using UIO
    staging/fbtft: Update TODO and mailing lists
    staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
    iio: imu: st_lsm6dsx: take into account ts samples in wm configuration
    Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
    Revert "staging: erofs: disable compiling temporarile"
    MAINTAINERS: Switch a maintainer for drivers/staging/gasket
    staging: wilc1000: revert "fix TODO to compile spi and sdio components in single module"

    Linus Torvalds
     
  • Dennis rewrote a significant portion of the percpu allocator and has
    shown that he can respond in a timely and helpful manner when issues
    are reported against percpu allocator.

    Let's make Dennis the percpu tree maintainer.

    Signed-off-by: Tejun Heo
    Cc: Dennis Zhou
    Cc: Christoph Lameter

    Tejun Heo
     

13 Sep, 2018

1 commit

  • Pull PCI fixes from Bjorn Helgaas:

    - Add Tyrel Datwyler as maintainer for PPC64 RPA hotplug (Tyrel
    Datwyler)

    - Add Gustavo Pimentel as DesignWare PCI maintainer (Joao Pinto)

    - Fix a Switchtec Spectre v1 vulnerability (Gustavo A. R. Silva)

    - Revert an unnecessary Intel 300 ACS quirk (Mika Westerberg)

    - Fix pciehp hot-add/powerfault detection that left indicators in wrong
    state (Keith Busch)

    - Fix pci_reset_bus() logic error (Dennis Dalessandro)

    - Revert IB/hfi1 PCI reset change that caused a deadlock (Dennis
    Dalessandro)

    - Allow enabling PASID on Root Complex Integrated Endpoints (Felix
    Kuehling)

    * tag 'pci-v4.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
    PCI: Fix enabling of PASID on RC integrated endpoints
    IB/hfi1,PCI: Allow bus reset while probing
    PCI: Fix faulty logic in pci_reset_bus()
    PCI: pciehp: Fix hot-add vs powerfault detection order
    switchtec: Fix Spectre v1 vulnerability
    Revert "PCI: Add ACS quirk for Intel 300 series"
    MAINTAINERS: Add Gustavo Pimentel as DesignWare PCI maintainer
    MAINTAINERS: Add entries for PPC64 RPA PCI hotplug drivers

    Linus Torvalds
     

11 Sep, 2018

2 commits