All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.9 000/148] 4.9.69-stable review
@ 2017-12-12 12:43 Greg Kroah-Hartman
  2017-12-12 12:43 ` [PATCH 4.9 001/148] usb: gadget: udc: renesas_usb3: fix number of the pipes Greg Kroah-Hartman
                   ` (143 more replies)
  0 siblings, 144 replies; 151+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-12 12:43 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuahkh, patches,
	ben.hutchings, lkft-triage, stable

This is the start of the stable review cycle for the 4.9.69 release.
There are 148 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu Dec 14 12:43:58 UTC 2017.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.69-rc1.gz
or in the git tree and branch at:
  git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 4.9.69-rc1

Leon Romanovsky <leon@kernel.org>
    RDMA/cxgb4: Annotate r2 and stag as __be32

Zdenek Kabelac <zkabelac@redhat.com>
    md: free unused memory after bitmap resize

Paul Moore <paul@paul-moore.com>
    audit: ensure that 'audit=1' actually enables audit for PID 1

Keefe Liu <liuqifa@huawei.com>
    ipvlan: fix ipv6 outbound device

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: do not call cc-option before KBUILD_CFLAGS initialization

David Howells <dhowells@redhat.com>
    afs: Connect up the CB.ProbeUuid

Majd Dibbiny <majd@mellanox.com>
    IB/mlx5: Assign send CQ and recv CQ of UMR QP

Mark Bloch <markb@mellanox.com>
    IB/mlx4: Increase maximal message size under UD QP

Herbert Xu <herbert@gondor.apana.org.au>
    xfrm: Copy policy family in clone_policy

Jason Baron <jbaron@akamai.com>
    jump_label: Invoke jump_label_test() via early_initcall()

Arvind Yadav <arvind.yadav.cs@gmail.com>
    atm: horizon: Fix irq release error

Masahiro Yamada <yamada.masahiro@socionext.com>
    clk: uniphier: fix DAPLL2 clock rate of Pro5

Eric Dumazet <edumazet@google.com>
    bpf: fix lockdep splat

Xin Long <lucien.xin@gmail.com>
    sctp: use the right sk after waking up from wait_buf sleep

Xin Long <lucien.xin@gmail.com>
    sctp: do not free asoc when it is already dead in sctp_sendmsg

Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
    zsmalloc: calling zs_map_object() from irq is a bug

Pavel Tatashin <pasha.tatashin@oracle.com>
    sparc64/mm: set fields in deferred pages

Ming Lei <ming.lei@redhat.com>
    block: wake up all tasks blocked in get_request()

Johan Hovold <johan@kernel.org>
    dt-bindings: usb: fix reg-property port-number range

Darrick J. Wong <darrick.wong@oracle.com>
    xfs: fix forgotten rcu read unlock when skipping inode reclaim

Chuck Lever <chuck.lever@oracle.com>
    sunrpc: Fix rpc_task_begin trace point

Trond Myklebust <trond.myklebust@primarydata.com>
    NFS: Fix a typo in nfs_rename()

Randy Dunlap <rdunlap@infradead.org>
    dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0

Stephen Bates <sbates@raithlin.com>
    lib/genalloc.c: make the avail variable an atomic_long_t

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in 'rio_dma_transfer()'

Xin Long <lucien.xin@gmail.com>
    route: update fnhe_expires for redirect when the fnhe exists

Xin Long <lucien.xin@gmail.com>
    route: also update fnhe_genid when updating a route cache

Alexey Kodanev <alexey.kodanev@oracle.com>
    gre6: use log_ecn_error module parameter in ip6_tnl_rcv()

Ben Hutchings <ben.hutchings@codethink.co.uk>
    mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()

Dave Hansen <dave.hansen@linux.intel.com>
    x86/mpx/selftests: Fix up weird arrays

Masahiro Yamada <yamada.masahiro@socionext.com>
    coccinelle: fix parallel build with CHECK=scripts/coccicheck

Masahiro Yamada <yamada.masahiro@socionext.com>
    kbuild: pkg: use --transform option to prefix paths in tar

Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
    EDAC, i5000, i5400: Fix definition of NRECMEMB register

Jérémy Lefaure <jeremy.lefaure@lse.epita.fr>
    EDAC, i5000, i5400: Fix use of MTR_DRAM_WIDTH macro

Alexey Kardashevskiy <aik@ozlabs.ru>
    powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested

Jim Qu <Jim.Qu@amd.com>
    drm/amd/amdgpu: fix console deadlock if late init failed

Jan Kara <jack@suse.cz>
    axonram: Fix gendisk handling

Florian Westphal <fw@strlen.de>
    netfilter: don't track fragmented packets

Johannes Thumshirn <jthumshirn@suse.de>
    zram: set physical queue limits to avoid array out of bounds accesses

Ming Lei <tom.leiming@gmail.com>
    blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()

Chris Brandt <chris.brandt@renesas.com>
    i2c: riic: fix restart condition

Krzysztof Kozlowski <krzk@kernel.org>
    crypto: s5p-sss - Fix completing crypto request in IRQ handler

WANG Cong <xiyou.wangcong@gmail.com>
    ipv6: reorder icmpv6_init() and ip6_mr_init()

Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
    ibmvnic: Allocate number of rx/tx buffers agreed on by firmware

Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
    ibmvnic: Fix overflowing firmware/hardware TX queue

Sowmini Varadhan <sowmini.varadhan@oracle.com>
    rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races

Michal Schmidt <mschmidt@redhat.com>
    bnx2x: do not rollback VF MAC/VLAN filters we did not configure

Michal Schmidt <mschmidt@redhat.com>
    bnx2x: fix detection of VLAN filtering feature for VF

Michal Schmidt <mschmidt@redhat.com>
    bnx2x: fix possible overrun of VFPF multicast addresses array

Michal Schmidt <mschmidt@redhat.com>
    bnx2x: prevent crash when accessing PTP with interface down

Blomme, Maarten <Maarten.Blomme@flir.com>
    spi_ks8995: regs_size incorrect for some devices

Blomme, Maarten <Maarten.Blomme@flir.com>
    spi_ks8995: fix "BUG: key accdaa28 not in .data!"

Andre Przywara <andre.przywara@arm.com>
    KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled

Mark Rutland <mark.rutland@arm.com>
    arm64: KVM: Survive unknown traps from guests

Mark Rutland <mark.rutland@arm.com>
    arm: KVM: Survive unknown traps from guests

Wanpeng Li <wanpeng.li@hotmail.com>
    KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset

Franck Demathieu <fdemathieu@gmail.com>
    irqchip/crossbar: Fix incorrect type of register size

James Smart <jsmart2021@gmail.com>
    scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters

Joe Perches <joe@perches.com>
    scsi: qla2xxx: Fix ql_dump_buffer

Tejun Heo <tj@kernel.org>
    workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq

Tejun Heo <tj@kernel.org>
    libata: drop WARN from protocol error in ata_sff_qc_issue()

Jim Mattson <jmattson@google.com>
    kvm: nVMX: VMCLEAR should not cause the vCPU to shut down

Raz Manor <Raz.Manor@valens.com>
    usb: gadget: udc: net2280: Fix tmp reusage in net2280 driver

Petr Cvek <petr.cvek@tul.cz>
    usb: gadget: pxa27x: Test for a valid argument pointer

Roger Quadros <rogerq@ti.com>
    usb: dwc3: gadget: Fix system suspend/resume on TI platforms

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    USB: gadgetfs: Fix a potential memory leak in 'dev_config()'

John Keeping <john@metanate.com>
    usb: gadget: configs: plug memory leak

Daniel Drake <drake@endlessm.com>
    HID: chicony: Add support for another ASUS Zen AiO keyboard

Phil Reid <preid@electromag.com.au>
    gpio: altera: Use handle_level_irq when configured as a level_high

Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    ASoC: rcar: avoid SSI_MODEx settings for SSI8

Guenter Roeck <linux@roeck-us.net>
    ARM: OMAP2+: Release device node after it is no longer needed.

Guenter Roeck <linux@roeck-us.net>
    ARM: OMAP2+: Fix device node reference counts

Shile Zhang <shile.zhang@nokia.com>
    powerpc/64: Fix checksum folding in csum_add()

David Daney <david.daney@cavium.com>
    module: set __jump_table alignment to 8

Sean Young <sean@mess.org>
    lirc: fix dead lock between open and wakeup_filter

Nicholas Piggin <npiggin@gmail.com>
    powerpc: Fix compiling a BE kernel with a powerpc64le toolchain

Sachin Sant <sachinp@linux.vnet.ibm.com>
    selftest/powerpc: Fix false failures for skipped tests

Paul Mackerras <paulus@ozlabs.org>
    powerpc/64: Invalidate process table caching after setting process table

Thomas Gleixner <tglx@linutronix.de>
    x86/hpet: Prevent might sleep splat on resume

Peter Zijlstra <peterz@infradead.org>
    sched/fair: Make select_idle_cpu() more aggressive

Andrew Banman <abanman@hpe.com>
    x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register

Dmitry Safonov <dsafonov@virtuozzo.com>
    x86/selftests: Add clobbers for int80 on x86_64

Ladislav Michl <ladis@linux-mips.org>
    ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure

Steffen Klassert <steffen.klassert@secunet.com>
    vti6: Don't report path MTU below IPV6_MIN_MTU.

Kees Cook <keescook@chromium.org>
    ARM: 8657/1: uaccess: consistently check object sizes

Sasha Levin <alexander.levin@verizon.com>
    Revert "spi: SPI_FSL_DSPI should depend on HAS_DMA"

Sasha Levin <alexander.levin@verizon.com>
    Revert "drm/armada: Fix compile fail"

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    mm: drop unused pmdp_huge_get_and_clear_notify()

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    thp: fix MADV_DONTNEED vs. numa balancing race

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    thp: reduce indentation level in change_huge_pmd()

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: avoid faulting on qemu

Russell King <rmk+kernel@armlinux.org.uk>
    ARM: BUG if jumping to usermode address in kernel mode

John Keeping <john@metanate.com>
    usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix ctr-aes-talitos

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix use of sg_link_tbl_len

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix AEAD for sha224 on non sha224 capable chips

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix setkey to check key weakness

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix memory corruption on SEC2

LEROY Christophe <christophe.leroy@c-s.fr>
    crypto: talitos - fix AEAD test failures

Kim Phillips <kim.phillips@arm.com>
    bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left.

Marc Zyngier <marc.zyngier@arm.com>
    bus: arm-ccn: Fix use of smp_processor_id() in preemptible context

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    bus: arm-ccn: Check memory allocation failure

Marc Zyngier <marc.zyngier@arm.com>
    bus: arm-cci: Fix use of smp_processor_id() in preemptible context

Dave Martin <Dave.Martin@arm.com>
    arm64: fpsimd: Prevent registers leaking from dead tasks

Marc Zyngier <marc.zyngier@arm.com>
    KVM: arm/arm64: vgic-its: Check result of allocation before use

Marc Zyngier <marc.zyngier@arm.com>
    KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation

Christoffer Dall <christoffer.dall@linaro.org>
    KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion

Andrew Honig <ahonig@google.com>
    KVM: VMX: remove I/O port 0x80 bypass on Intel hosts

Marc Zyngier <marc.zyngier@arm.com>
    arm: KVM: Fix VTTBR_BADDR_MASK BUG_ON off-by-one

Kristina Martsenko <kristina.martsenko@arm.com>
    arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one

Laurent Caumont <lcaumont2@gmail.com>
    media: dvb: i2c transfers over usb cannot be done from stack

Marek Szyprowski <m.szyprowski@samsung.com>
    drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU

Daniel Thompson <daniel.thompson@linaro.org>
    kdb: Fix handling of kallsyms_symbol_next() return value

Arend Van Spriel <arend.vanspriel@broadcom.com>
    brcmfmac: change driver unbind order of the sdio function devices

Nicholas Piggin <npiggin@gmail.com>
    powerpc/64s: Initialize ISAv3 MMU registers before setting partition table

Janosch Frank <frankja@linux.vnet.ibm.com>
    KVM: s390: Fix skey emulation permission check

Heiko Carstens <heiko.carstens@de.ibm.com>
    s390: fix compat system call table

Lai Jiangshan <jiangshanlai@gmail.com>
    smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place

Robin Murphy <robin.murphy@arm.com>
    iommu/vt-d: Fix scatterlist offset handling

Jaejoong Kim <climbbb.kim@gmail.com>
    ALSA: usb-audio: Add check return value for usb_string()

Jaejoong Kim <climbbb.kim@gmail.com>
    ALSA: usb-audio: Fix out-of-bound error

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Remove spurious WARN_ON() at timer check

Robb Glasser <rglasser@google.com>
    ALSA: pcm: prevent UAF in snd_pcm_info

Jeff Mahoney <jeffm@suse.com>
    btrfs: fix missing error return in btrfs_drop_snapshot

Radim Krčmář <rkrcmar@redhat.com>
    KVM: x86: fix APIC page invalidation

Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    x86/PCI: Make broadcom_postcore_init() check acpi_disabled

Eric Biggers <ebiggers@google.com>
    X.509: fix comparisons of ->pkey_algo

Eric Biggers <ebiggers@google.com>
    X.509: reject invalid BIT STRING for subjectPublicKey

Eric Biggers <ebiggers@google.com>
    KEYS: add missing permission check for request_key() destination

Eric Biggers <ebiggers@google.com>
    ASN.1: check for error from ASN1_OP_END__ACT actions

Eric Biggers <ebiggers@google.com>
    ASN.1: fix out-of-bounds read when parsing indefinite length item

Pan Bian <bianpan2016@163.com>
    efi/esrt: Use memunmap() instead of kfree() to free the remapping

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    efi: Move some sysfs files to be read-only by root

Huacai Chen <chenhc@lemote.com>
    scsi: libsas: align sata_device's rps_resp on a cacheline

Huacai Chen <chenhc@lemote.com>
    scsi: use dma_get_cache_alignment() as minimum DMA alignment

Christoph Hellwig <hch@lst.de>
    scsi: dma-mapping: always provide dma_get_cache_alignment

William Breathitt Gray <vilhelm.gray@gmail.com>
    isa: Prevent NULL dereference in isa_bus driver callbacks

Paul Meyer <Paul.Meyer@microsoft.com>
    hv: kvp: Avoid reading past allocated blocks from KVP file

weiping zhang <zwp10758@gmail.com>
    virtio: release virtio index when fail to device_register

Martin Kelly <mkelly@xevo.com>
    can: usb_8dev: cancel urb on -EPIPE and -EPROTO

Martin Kelly <mkelly@xevo.com>
    can: esd_usb2: cancel urb on -EPIPE and -EPROTO

Martin Kelly <mkelly@xevo.com>
    can: ems_usb: cancel urb on -EPIPE and -EPROTO

Martin Kelly <mkelly@xevo.com>
    can: kvaser_usb: cancel urb on -EPIPE and -EPROTO

Jimmy Assarsson <jimmyassarsson@gmail.com>
    can: kvaser_usb: ratelimit errors if incomplete messages are received

Jimmy Assarsson <jimmyassarsson@gmail.com>
    can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()

Jimmy Assarsson <jimmyassarsson@gmail.com>
    can: kvaser_usb: free buf in error paths

Oliver Stäbler <oliver.staebler@bytesatwork.ch>
    can: ti_hecc: Fix napi poll return value for repoll

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    usb: gadget: udc: renesas_usb3: fix number of the pipes


-------------

Diffstat:

 .../devicetree/bindings/usb/usb-device.txt         |   2 +-
 Makefile                                           |  25 ++---
 arch/arm/include/asm/assembler.h                   |  18 ++++
 arch/arm/include/asm/kvm_arm.h                     |   4 +-
 arch/arm/include/asm/uaccess.h                     |  44 +++++---
 arch/arm/kernel/entry-header.S                     |   6 ++
 arch/arm/kvm/handle_exit.c                         |  19 ++--
 arch/arm/mach-omap2/gpmc-onenand.c                 |  10 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |  25 +++--
 arch/arm64/include/asm/kvm_arm.h                   |   3 +-
 arch/arm64/kernel/process.c                        |   9 ++
 arch/arm64/kvm/handle_exit.c                       |  19 ++--
 arch/powerpc/Makefile                              |  11 +-
 arch/powerpc/include/asm/checksum.h                |   2 +-
 arch/powerpc/kernel/cpu_setup_power.S              |   2 +
 arch/powerpc/mm/pgtable-radix.c                    |   4 +
 arch/powerpc/platforms/powernv/pci-ioda.c          |   3 +
 arch/powerpc/sysdev/axonram.c                      |   5 +-
 arch/s390/kernel/syscalls.S                        |   6 +-
 arch/s390/kvm/priv.c                               |  11 +-
 arch/sparc/mm/init_64.c                            |   9 +-
 arch/x86/include/asm/kvm_host.h                    |   3 +
 arch/x86/kernel/hpet.c                             |   2 +-
 arch/x86/kvm/vmx.c                                 |  31 ++----
 arch/x86/kvm/x86.c                                 |  14 +++
 arch/x86/pci/broadcom_bus.c                        |   2 +-
 arch/x86/platform/uv/tlb_uv.c                      |   1 -
 block/blk-core.c                                   |   4 +-
 block/blk-mq-sysfs.c                               |   4 +-
 block/blk-mq.c                                     |   4 +-
 block/blk-mq.h                                     |   1 +
 crypto/asymmetric_keys/pkcs7_verify.c              |   2 +-
 crypto/asymmetric_keys/x509_cert_parser.c          |   2 +
 crypto/asymmetric_keys/x509_public_key.c           |   2 +-
 drivers/ata/libata-sff.c                           |   1 -
 drivers/atm/horizon.c                              |   2 +-
 drivers/base/isa.c                                 |  10 +-
 drivers/block/zram/zram_drv.c                      |   2 +
 drivers/bus/arm-cci.c                              |   7 +-
 drivers/bus/arm-ccn.c                              |  11 +-
 drivers/clk/uniphier/clk-uniphier-sys.c            |   2 +-
 drivers/crypto/s5p-sss.c                           |   5 +-
 drivers/crypto/talitos.c                           |  66 ++++++++----
 drivers/edac/i5000_edac.c                          |   8 +-
 drivers/edac/i5400_edac.c                          |   9 +-
 drivers/firmware/efi/efi.c                         |   3 +-
 drivers/firmware/efi/esrt.c                        |  17 ++--
 drivers/firmware/efi/runtime-map.c                 |  10 +-
 drivers/gpio/gpio-altera.c                         |  26 ++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   5 +-
 drivers/gpu/drm/armada/Makefile                    |   2 -
 drivers/gpu/drm/exynos/exynos_drm_gem.c            |   9 ++
 drivers/hid/Kconfig                                |   4 +-
 drivers/hid/hid-chicony.c                          |   1 +
 drivers/hid/hid-core.c                             |   1 +
 drivers/hid/hid-ids.h                              |   1 +
 drivers/i2c/busses/i2c-riic.c                      |   6 +-
 drivers/infiniband/hw/cxgb4/t4fw_ri_api.h          |   4 +-
 drivers/infiniband/hw/mlx4/qp.c                    |   2 +-
 drivers/infiniband/hw/mlx5/main.c                  |   2 +
 drivers/iommu/intel-iommu.c                        |   8 +-
 drivers/irqchip/irq-crossbar.c                     |   8 +-
 drivers/md/bitmap.c                                |   9 ++
 drivers/media/rc/lirc_dev.c                        |   4 +-
 drivers/media/usb/dvb-usb/dibusb-common.c          |  16 ++-
 drivers/memory/omap-gpmc.c                         |   4 +-
 drivers/net/can/ti_hecc.c                          |   3 +
 drivers/net/can/usb/ems_usb.c                      |   2 +
 drivers/net/can/usb/esd_usb2.c                     |   2 +
 drivers/net/can/usb/kvaser_usb.c                   |  13 ++-
 drivers/net/can/usb/usb_8dev.c                     |   2 +
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c   |  36 +++++--
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c  |   8 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h  |   1 +
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c   |  23 ++---
 drivers/net/ethernet/ibm/ibmvnic.c                 |  43 ++++++--
 drivers/net/ethernet/ibm/ibmvnic.h                 |   1 +
 drivers/net/ipvlan/ipvlan_core.c                   |   2 +-
 drivers/net/phy/spi_ks8995.c                       |   3 +-
 .../wireless/broadcom/brcm80211/brcmfmac/sdio.c    |   2 +-
 drivers/net/wireless/mac80211_hwsim.c              |   5 +-
 drivers/rapidio/devices/rio_mport_cdev.c           |   3 +-
 drivers/scsi/lpfc/lpfc_els.c                       |  14 ++-
 drivers/scsi/qla2xxx/qla_dbg.c                     |  12 +--
 drivers/scsi/scsi_lib.c                            |  10 +-
 drivers/spi/Kconfig                                |   1 -
 drivers/usb/dwc3/gadget.c                          |   7 +-
 drivers/usb/gadget/configfs.c                      |   1 +
 drivers/usb/gadget/function/f_fs.c                 |  13 ++-
 drivers/usb/gadget/legacy/inode.c                  |   4 +-
 drivers/usb/gadget/udc/net2280.c                   |  25 ++---
 drivers/usb/gadget/udc/pxa27x_udc.c                |   5 +-
 drivers/usb/gadget/udc/renesas_usb3.c              |   2 +-
 drivers/virtio/virtio.c                            |   2 +
 fs/afs/cmservice.c                                 |   3 +
 fs/btrfs/extent-tree.c                             |   1 +
 fs/nfs/dir.c                                       |   2 +-
 fs/xfs/xfs_inode.c                                 |   1 +
 include/linux/dma-mapping.h                        |   2 -
 include/linux/genalloc.h                           |   3 +-
 include/linux/mmu_notifier.h                       |  13 ---
 include/linux/omap-gpmc.h                          |   5 +-
 include/linux/sysfs.h                              |   6 ++
 include/scsi/libsas.h                              |   2 +-
 kernel/audit.c                                     |  10 +-
 kernel/bpf/percpu_freelist.c                       |   8 +-
 kernel/cpu.c                                       |  10 +-
 kernel/debug/kdb/kdb_io.c                          |   2 +-
 kernel/jump_label.c                                |   2 +-
 kernel/sched/fair.c                                |   2 +-
 kernel/sched/features.h                            |   5 +
 kernel/workqueue.c                                 |   1 +
 lib/asn1_decoder.c                                 |  49 +++++----
 lib/dynamic_debug.c                                |   4 +
 lib/genalloc.c                                     |  10 +-
 mm/huge_memory.c                                   |  84 +++++++++++-----
 mm/zsmalloc.c                                      |   2 +-
 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c     |   4 +
 net/ipv4/netfilter/nf_nat_l3proto_ipv4.c           |   5 -
 net/ipv4/route.c                                   |  14 ++-
 net/ipv6/af_inet6.c                                |  10 +-
 net/ipv6/ip6_gre.c                                 |   2 +-
 net/ipv6/ip6_vti.c                                 |   8 +-
 net/rds/tcp.c                                      |  15 ++-
 net/rds/tcp.h                                      |   2 +-
 net/rds/tcp_listen.c                               |   9 +-
 net/sctp/socket.c                                  |  38 ++++---
 net/sunrpc/sched.c                                 |   3 +-
 net/xfrm/xfrm_policy.c                             |   1 +
 scripts/coccicheck                                 |  15 +--
 scripts/module-common.lds                          |   2 +
 scripts/package/Makefile                           |   5 +-
 security/keys/request_key.c                        |  46 +++++++--
 sound/core/pcm.c                                   |   2 +
 sound/core/seq/seq_timer.c                         |   2 +-
 sound/soc/sh/rcar/ssiu.c                           |   6 +-
 sound/usb/mixer.c                                  |  13 ++-
 tools/hv/hv_kvp_daemon.c                           |  70 +++----------
 tools/testing/selftests/powerpc/harness.c          |   6 +-
 tools/testing/selftests/x86/fsgsbase.c             |   2 +-
 tools/testing/selftests/x86/ldt_gdt.c              |  16 ++-
 tools/testing/selftests/x86/mpx-hw.h               |   4 +-
 tools/testing/selftests/x86/ptrace_syscall.c       |   3 +-
 tools/testing/selftests/x86/single_step_syscall.c  |   5 +-
 virt/kvm/arm/hyp/vgic-v2-sr.c                      |   4 -
 virt/kvm/arm/vgic/vgic-irqfd.c                     |   3 +-
 virt/kvm/arm/vgic/vgic-its.c                       | 111 +++++++++++++--------
 virt/kvm/kvm_main.c                                |   8 ++
 148 files changed, 935 insertions(+), 545 deletions(-)

^ permalink raw reply	[flat|nested] 151+ messages in thread

end of thread, other threads:[~2017-12-14  7:53 UTC | newest]

Thread overview: 151+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-12 12:43 [PATCH 4.9 000/148] 4.9.69-stable review Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 001/148] usb: gadget: udc: renesas_usb3: fix number of the pipes Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 003/148] can: kvaser_usb: free buf in error paths Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 004/148] can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback() Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 005/148] can: kvaser_usb: ratelimit errors if incomplete messages are received Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 006/148] can: kvaser_usb: cancel urb on -EPIPE and -EPROTO Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 007/148] can: ems_usb: " Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 008/148] can: esd_usb2: " Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 009/148] can: usb_8dev: " Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 010/148] virtio: release virtio index when fail to device_register Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 011/148] hv: kvp: Avoid reading past allocated blocks from KVP file Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 012/148] isa: Prevent NULL dereference in isa_bus driver callbacks Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 013/148] scsi: dma-mapping: always provide dma_get_cache_alignment Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 014/148] scsi: use dma_get_cache_alignment() as minimum DMA alignment Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 015/148] scsi: libsas: align sata_devices rps_resp on a cacheline Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 016/148] efi: Move some sysfs files to be read-only by root Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 017/148] efi/esrt: Use memunmap() instead of kfree() to free the remapping Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 018/148] ASN.1: fix out-of-bounds read when parsing indefinite length item Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 019/148] ASN.1: check for error from ASN1_OP_END__ACT actions Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 020/148] KEYS: add missing permission check for request_key() destination Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 021/148] X.509: reject invalid BIT STRING for subjectPublicKey Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 022/148] X.509: fix comparisons of ->pkey_algo Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 023/148] x86/PCI: Make broadcom_postcore_init() check acpi_disabled Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 025/148] btrfs: fix missing error return in btrfs_drop_snapshot Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 026/148] ALSA: pcm: prevent UAF in snd_pcm_info Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 027/148] ALSA: seq: Remove spurious WARN_ON() at timer check Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 028/148] ALSA: usb-audio: Fix out-of-bound error Greg Kroah-Hartman
2017-12-12 12:43 ` [PATCH 4.9 029/148] ALSA: usb-audio: Add check return value for usb_string() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 030/148] iommu/vt-d: Fix scatterlist offset handling Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 031/148] smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct place Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 032/148] s390: fix compat system call table Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 033/148] KVM: s390: Fix skey emulation permission check Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 034/148] powerpc/64s: Initialize ISAv3 MMU registers before setting partition table Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 035/148] brcmfmac: change driver unbind order of the sdio function devices Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 036/148] kdb: Fix handling of kallsyms_symbol_next() return value Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 037/148] drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 038/148] media: dvb: i2c transfers over usb cannot be done from stack Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 039/148] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 040/148] arm: KVM: Fix " Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 042/148] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 043/148] KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 044/148] KVM: arm/arm64: vgic-its: Check result of allocation before use Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 045/148] arm64: fpsimd: Prevent registers leaking from dead tasks Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 046/148] bus: arm-cci: Fix use of smp_processor_id() in preemptible context Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 047/148] bus: arm-ccn: Check memory allocation failure Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 048/148] bus: arm-ccn: Fix use of smp_processor_id() in preemptible context Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 049/148] bus: arm-ccn: fix module unloading Error: Removing state 147 which has instances left Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 050/148] crypto: talitos - fix AEAD test failures Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 051/148] crypto: talitos - fix memory corruption on SEC2 Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 052/148] crypto: talitos - fix setkey to check key weakness Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 053/148] crypto: talitos - fix AEAD for sha224 on non sha224 capable chips Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 054/148] crypto: talitos - fix use of sg_link_tbl_len Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 055/148] crypto: talitos - fix ctr-aes-talitos Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 056/148] usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 057/148] ARM: BUG if jumping to usermode address in kernel mode Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 058/148] ARM: avoid faulting on qemu Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 059/148] thp: reduce indentation level in change_huge_pmd() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 060/148] thp: fix MADV_DONTNEED vs. numa balancing race Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 061/148] mm: drop unused pmdp_huge_get_and_clear_notify() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 062/148] Revert "drm/armada: Fix compile fail" Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 063/148] Revert "spi: SPI_FSL_DSPI should depend on HAS_DMA" Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 064/148] ARM: 8657/1: uaccess: consistently check object sizes Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 065/148] vti6: Dont report path MTU below IPV6_MIN_MTU Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 066/148] ARM: OMAP2+: gpmc-onenand: propagate error on initialization failure Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 067/148] x86/selftests: Add clobbers for int80 on x86_64 Greg Kroah-Hartman
2017-12-12 12:44   ` [Linux-kselftest-mirror] " Greg Kroah-Hartman
2017-12-12 12:44   ` gregkh
2017-12-12 12:44 ` [PATCH 4.9 068/148] x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack register Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 069/148] sched/fair: Make select_idle_cpu() more aggressive Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 070/148] x86/hpet: Prevent might sleep splat on resume Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 071/148] powerpc/64: Invalidate process table caching after setting process table Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 072/148] selftest/powerpc: Fix false failures for skipped tests Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 073/148] powerpc: Fix compiling a BE kernel with a powerpc64le toolchain Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 074/148] [media] lirc: fix dead lock between open and wakeup_filter Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 075/148] module: set __jump_table alignment to 8 Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 076/148] powerpc/64: Fix checksum folding in csum_add() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 077/148] ARM: OMAP2+: Fix device node reference counts Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 078/148] ARM: OMAP2+: Release device node after it is no longer needed Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 079/148] ASoC: rcar: avoid SSI_MODEx settings for SSI8 Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 080/148] gpio: altera: Use handle_level_irq when configured as a level_high Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 081/148] HID: chicony: Add support for another ASUS Zen AiO keyboard Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 082/148] usb: gadget: configs: plug memory leak Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 083/148] USB: gadgetfs: Fix a potential memory leak in dev_config() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 084/148] usb: dwc3: gadget: Fix system suspend/resume on TI platforms Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 085/148] usb: gadget: pxa27x: Test for a valid argument pointer Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 086/148] usb: gadget: udc: net2280: Fix tmp reusage in net2280 driver Greg Kroah-Hartman
2017-12-12 12:44   ` [4.9,086/148] " Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 088/148] libata: drop WARN from protocol error in ata_sff_qc_issue() Greg Kroah-Hartman
2017-12-12 12:44 ` [PATCH 4.9 089/148] workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 090/148] scsi: qla2xxx: Fix ql_dump_buffer Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 091/148] scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adapters Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 092/148] irqchip/crossbar: Fix incorrect type of register size Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 094/148] arm: KVM: Survive unknown traps from guests Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 095/148] arm64: " Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 096/148] KVM: arm/arm64: VGIC: Fix command handling while ITS being disabled Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 097/148] spi_ks8995: fix "BUG: key accdaa28 not in .data!" Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 098/148] spi_ks8995: regs_size incorrect for some devices Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 099/148] bnx2x: prevent crash when accessing PTP with interface down Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 100/148] bnx2x: fix possible overrun of VFPF multicast addresses array Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 101/148] bnx2x: fix detection of VLAN filtering feature for VF Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 102/148] bnx2x: do not rollback VF MAC/VLAN filters we did not configure Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 103/148] rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 104/148] ibmvnic: Fix overflowing firmware/hardware TX queue Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 105/148] ibmvnic: Allocate number of rx/tx buffers agreed on by firmware Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 106/148] ipv6: reorder icmpv6_init() and ip6_mr_init() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 107/148] crypto: s5p-sss - Fix completing crypto request in IRQ handler Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 108/148] i2c: riic: fix restart condition Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 109/148] blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 110/148] zram: set physical queue limits to avoid array out of bounds accesses Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 111/148] netfilter: dont track fragmented packets Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 112/148] axonram: Fix gendisk handling Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 113/148] drm/amd/amdgpu: fix console deadlock if late init failed Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 114/148] powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 117/148] kbuild: pkg: use --transform option to prefix paths in tar Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 118/148] coccinelle: fix parallel build with CHECK=scripts/coccicheck Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 119/148] x86/mpx/selftests: Fix up weird arrays Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 120/148] mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 121/148] gre6: use log_ecn_error module parameter in ip6_tnl_rcv() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 122/148] route: also update fnhe_genid when updating a route cache Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 123/148] route: update fnhe_expires for redirect when the fnhe exists Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 124/148] drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling path in rio_dma_transfer() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 125/148] lib/genalloc.c: make the avail variable an atomic_long_t Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 126/148] dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 127/148] NFS: Fix a typo in nfs_rename() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 128/148] sunrpc: Fix rpc_task_begin trace point Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 129/148] xfs: fix forgotten rcu read unlock when skipping inode reclaim Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 130/148] dt-bindings: usb: fix reg-property port-number range Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 131/148] block: wake up all tasks blocked in get_request() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 132/148] sparc64/mm: set fields in deferred pages Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 133/148] zsmalloc: calling zs_map_object() from irq is a bug Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 134/148] sctp: do not free asoc when it is already dead in sctp_sendmsg Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 135/148] sctp: use the right sk after waking up from wait_buf sleep Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 136/148] bpf: fix lockdep splat Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 137/148] clk: uniphier: fix DAPLL2 clock rate of Pro5 Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 138/148] atm: horizon: Fix irq release error Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 139/148] jump_label: Invoke jump_label_test() via early_initcall() Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 140/148] xfrm: Copy policy family in clone_policy Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 141/148] IB/mlx4: Increase maximal message size under UD QP Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 142/148] IB/mlx5: Assign send CQ and recv CQ of UMR QP Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 143/148] afs: Connect up the CB.ProbeUuid Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 144/148] kbuild: do not call cc-option before KBUILD_CFLAGS initialization Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 145/148] ipvlan: fix ipv6 outbound device Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 146/148] audit: ensure that audit=1 actually enables audit for PID 1 Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 147/148] md: free unused memory after bitmap resize Greg Kroah-Hartman
2017-12-12 12:45 ` [PATCH 4.9 148/148] RDMA/cxgb4: Annotate r2 and stag as __be32 Greg Kroah-Hartman
2017-12-12 21:55 ` [PATCH 4.9 000/148] 4.9.69-stable review Shuah Khan
2017-12-13  0:22 ` Guenter Roeck
2017-12-13  0:30   ` Nathan Chancellor
2017-12-14  7:53     ` Greg Kroah-Hartman
2017-12-13 11:58 ` Naresh Kamboju
2017-12-14  7:53   ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.