linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.9 000/241] 4.9.89-stable review
@ 2018-03-19 18:04 Greg Kroah-Hartman
  2018-03-19 18:04 ` [PATCH 4.9 001/241] blkcg: fix double free of new_blkg in blkcg_init_queue Greg Kroah-Hartman
                   ` (245 more replies)
  0 siblings, 246 replies; 259+ messages in thread
From: Greg Kroah-Hartman @ 2018-03-19 18:04 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.89 release.
There are 241 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 Wed Mar 21 18:07:03 UTC 2018.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.89-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.89-rc1

Srinath Mannam <srinath.mannam@broadcom.com>
    usb: gadget: bdc: 64-bit pointer capability check

Thinh Nguyen <Thinh.Nguyen@synopsys.com>
    usb: dwc3: Fix GDBGFIFOSPACE_TYPE values

Wei Yongjun <weiyongjun1@huawei.com>
    USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()

Bill Kuzeja <William.Kuzeja@stratus.com>
    scsi: qla2xxx: Fix extraneous ref on sp's after adapter break

Nikolay Borisov <nborisov@suse.com>
    btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device

Hans van Kranenburg <hans.van.kranenburg@mendix.com>
    btrfs: alloc_chunk: fix DUP stripe size handling

Johannes Thumshirn <jthumshirn@suse.de>
    scsi: sg: only check for dxfer_len greater than 256M

Johannes Thumshirn <jthumshirn@suse.de>
    scsi: sg: fix static checker warning in sg_is_valid_dxfer

Johannes Thumshirn <jthumshirn@suse.de>
    scsi: sg: fix SG_DXFER_FROM_DEV transfers

Ard Biesheuvel <ard.biesheuvel@linaro.org>
    irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis

Tejun Heo <tj@kernel.org>
    fs/aio: Use RCU accessors for kioctx_table->table[]

Tejun Heo <tj@kernel.org>
    fs/aio: Add explicit RCU grace period when freeing kioctx

Al Viro <viro@zeniv.linux.org.uk>
    lock_parent() needs to recheck if dentry got __dentry_kill'ed under it

Eric W. Biederman <ebiederm@xmission.com>
    fs: Teach path_connected to handle nfs filesystems with multiple roots.

Michel Dänzer <michel.daenzer@amd.com>
    drm/amdgpu/dce: Don't turn off DP sink when disconnected

Christian König <christian.koenig@amd.com>
    drm/amdgpu: fix prime teardown order

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Clear client entry before deleting else at closing

Takashi Iwai <tiwai@suse.de>
    ALSA: seq: Fix possible UAF in snd_seq_check_queue()

Takashi Iwai <tiwai@suse.de>
    ALSA: hda - Revert power_save option default value

Takashi Iwai <tiwai@suse.de>
    ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()

John David Anglin <dave.anglin@bell.net>
    parisc: Handle case where flush_cache_range is called with no context

Toshi Kani <toshi.kani@hpe.com>
    x86/mm: Fix vmalloc_fault to use pXd_large

Alexander Sergeyev <sergeev917@gmail.com>
    x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist

Andy Whitcroft <apw@canonical.com>
    x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels

Andy Lutomirski <luto@kernel.org>
    x86/vm86/32: Fix POPF emulation

Andy Lutomirski <luto@kernel.org>
    selftests/x86/entry_from_vm86: Add test cases for POPF

Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
    selftests/x86: Add tests for the STR and SLDT instructions

Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
    selftests/x86: Add tests for User-Mode Instruction Prevention

Andy Lutomirski <luto@kernel.org>
    selftests/x86/entry_from_vm86: Exit with 1 if we fail

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    x86/cpufeatures: Add Intel PCONFIG cpufeature

Andy Lutomirski <luto@kernel.org>
    x86/boot/32: Fix UP boot on Quark and possibly other platforms

Salil <salil.mehta@huawei.com>
    net: hns: Some checkpatch.pl script & warning fixes

Mimi Zohar <zohar@linux.vnet.ibm.com>
    ima: relax requiring a file signature for new files with zero length

Davidlohr Bueso <dave@stgolabs.net>
    locking/locktorture: Fix num reader/writer corner cases

SeongJae Park <sj38.park@gmail.com>
    rcutorture/configinit: Fix build directory error message

Mahesh Bandewar <maheshb@google.com>
    ipvlan: add L2 check for packets arriving via virtual devices

Dan Carpenter <dan.carpenter@oracle.com>
    ASoC: nuc900: Fix a loop timeout test

Luca Coelho <luciano.coelho@intel.com>
    mac80211: remove BUG() when interface type is invalid

Adiel Aloni <adiel.aloni@intel.com>
    mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED

Chris Wilson <chris@chris-wilson.co.uk>
    agp/intel: Flush all chipset writes after updating the GGTT

Josh Poimboeuf <jpoimboe@redhat.com>
    powerpc/modules: Don't try to restore r2 after a sibling call

Yong Zhao <yong.zhao@amd.com>
    drm/amdkfd: Fix memory leaks in kfd topology

Stephen Hemminger <stephen@networkplumber.org>
    veth: set peer GSO values

Dan Carpenter <dan.carpenter@oracle.com>
    media: cpia2: Fix a couple off by one bugs

Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
    media: vsp1: Prevent suspending and resuming DRM pipelines

Xose Vazquez Perez <xose.vazquez@gmail.com>
    scsi: dh: add new rdac devices

Xose Vazquez Perez <xose.vazquez@gmail.com>
    scsi: devinfo: apply to HP XP the same flags as Hitachi VSP

Bart Van Assche <bart.vanassche@wdc.com>
    scsi: core: scsi_get_device_flags_keyed(): Always return device flags

Michael Chan <michael.chan@broadcom.com>
    bnxt_en: Don't print "Link speed -1 no longer supported" messages.

Tobias Jordan <Tobias.Jordan@elektrobit.com>
    spi: sun6i: disable/unprepare clocks on remove

Julien BOIBESSOT <julien.boibessot@armadeus.com>
    tools/usbip: fixes build with musl libc toolchain

Ben Greear <greearb@candelatech.com>
    ath10k: fix invalid STS_CAP_OFFSET_MASK

Limin Zhu <liminzhu@marvell.com>
    mwifiex: cfg80211: do not change virtual interface during scan processing

Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
    clk: qcom: msm8916: fix mnd_width for codec_digcodec

Axel Lin <axel.lin@ingics.com>
    pwm: stmpe: Fix wrong register offset for hwpwm=2 case

Li Dongyang <dongyang.li@anu.edu.au>
    scsi: ses: don't ask for diagnostic pages repeatedly during probe

Peter Ujfalusi <peter.ujfalusi@ti.com>
    dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free

Manikanta Pubbisetty <mpubbise@qti.qualcomm.com>
    ath10k: update tdls teardown state to target

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    power: supply: ab8500_charger: Bail out in case of error in 'ab8500_charger_init_hw_registers()'

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    power: supply: ab8500_charger: Fix an error handling path

Bjorn Andersson <bjorn.andersson@linaro.org>
    leds: pm8058: Silence pointer to integer size warning

Eric W. Biederman <ebiederm@xmission.com>
    userns: Don't fail follow_automount based on s_user_ns

Jagdish Gediya <jagdish.gediya@nxp.com>
    mtd: nand: ifc: update bufnum mask for ver >= 2.0.0

Andrew F. Davis <afd@ti.com>
    ARM: dts: omap3-n900: Fix the audio CODEC's reset pin

Andrew F. Davis <afd@ti.com>
    ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin

Sunil Goutham <sgoutham@cavium.com>
    net: thunderx: Set max queue count taking XDP_TX into account

Miquel Raynal <miquel.raynal@free-electrons.com>
    mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()

Lorenzo Colitti <lorenzo@google.com>
    net: xfrm: allow clearing socket xfrm policies.

Michael Hennerich <michael.hennerich@analog.com>
    net: ieee802154: adf7242: Fix bug if defined DEBUG

Luis R. Rodriguez <mcgrof@kernel.org>
    test_firmware: fix setting old custom fw path back on exit

Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    sched: Stop resched_cpu() from sending IPIs to offline CPUs

Paul E. McKenney <paulmck@linux.vnet.ibm.com>
    sched: Stop switched_to_rt() from sending IPIs to offline CPUs

Simon Shields <simon@lineageos.org>
    ARM: dts: exynos: Correct Trats2 panel reset line

Yixun Lan <yixun.lan@amlogic.com>
    clk: meson: gxbb: fix wrong clock for SARADC/SANA

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    iwlwifi: mvm: rs: don't override the rate history in the search cycle

Jiri Kosina <jkosina@suse.cz>
    HID: elo: clear BTN_LEFT mapping

Ville Syrjälä <ville.syrjala@linux.intel.com>
    video/hdmi: Allow "empty" HDMI infoframes

Jani Nikula <jani.nikula@intel.com>
    drm/edid: set ELD connector type in drm_edid_to_eld()

Ganapathi Bhat <gbhat@marvell.com>
    mwifiex: Fix invalid port issue

Stephane Eranian <eranian@google.com>
    perf stat: Fix bug in handling events in error state

Dedy Lansky <qca_dlansky@qca.qualcomm.com>
    wil6210: fix memory access violation in wil_memcpy_from/toio_32

Hamad Kadmany <qca_hkadmany@qca.qualcomm.com>
    wil6210: fix protection against connections during reset

Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
    ath10k: fix compile time sanity check for CE4 buffer size

Johannes Berg <johannes.berg@intel.com>
    mac80211_hwsim: use per-interface power level

Michael Scott <michael.scott@linaro.org>
    Bluetooth: 6lowpan: fix delay work init in add_peer_chan()

Dean Jenkins <Dean_Jenkins@mentor.com>
    Bluetooth: Avoid bt_accept_unlink() double unlinking

Rajendra Nayak <rnayak@codeaurora.org>
    clk: qcom: msm8996: Fix the vfe1 powerdomain name

Laxman Dewangan <ldewangan@nvidia.com>
    pwm: tegra: Increase precision in PWM rate calculation

Masami Hiramatsu <mhiramat@kernel.org>
    kprobes/x86: Set kprobes pages read-only

Masami Hiramatsu <mhiramat@kernel.org>
    kprobes/x86: Fix kprobe-booster not to boost far call instructions

Subhransu S. Prusty <subhransu.s.prusty@intel.com>
    ALSA: hda: Add Geminilake id to SKL_PLUS

Hannes Reinecke <hare@suse.de>
    scsi: sg: close race condition in sg_remove_sfp_usercontext()

Johannes Thumshirn <jthumshirn@suse.de>
    scsi: sg: check for valid direction before starting the request

Alexey Kardashevskiy <aik@ozlabs.ru>
    vfio/spapr_tce: Check kzalloc() return when preregistering memory

Alexey Kardashevskiy <aik@ozlabs.ru>
    vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility check

David Carrillo-Cisneros <davidcc@google.com>
    perf session: Don't rely on evlist in pipe mode

Fugang Duan <fugang.duan@nxp.com>
    net: fec: add phy-reset-gpios PROBE_DEFER check

David Carrillo-Cisneros <davidcc@google.com>
    perf inject: Copy events when reordering events in pipe mode

Mark Rutland <mark.rutland@arm.com>
    drivers/perf: arm_pmu: handle no platform_device

Johannes Berg <johannes.berg@intel.com>
    iwlwifi: mvm: fix RX SKB header size and align it properly

Jin Yao <yao.jin@linux.intel.com>
    perf evsel: Return exact sub event which failed with EPERM for wildcards

Yuyang Du <yuyang.du@intel.com>
    usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_control()

John Stultz <john.stultz@linaro.org>
    usb: dwc2: Make sure we disconnect the gadget state

Michael Ellerman <mpe@ellerman.id.au>
    powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()

Zhilong Liu <zlliu@suse.com>
    md.c:didn't unlock the mddev before return EINVAL in array_size_store

NeilBrown <neilb@suse.com>
    md/raid6: Fix anomily when recovering a single device in RAID6.

Vincent Stehlé <vincent.stehle@laposte.net>
    regulator: isl9305: fix array size

Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
    v4l: vsp1: Register pipe with output WPF

Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
    v4l: vsp1: Prevent multiple streamon race commencing pipeline early

Aleksandar Markovic <aleksandar.markovic@imgtec.com>
    MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs counters

Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
    MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identification

David Daney <david.daney@cavium.com>
    MIPS: BPF: Fix multiple problems in JIT skb access helpers.

David Daney <david.daney@cavium.com>
    MIPS: BPF: Quit clobbering callee saved registers in JIT code.

Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
    serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off

Jayachandran C <jnair@caviumnetworks.com>
    tty: amba-pl011: Fix spurious TX interrupts

Arnd Bergmann <arnd@arndb.de>
    lkdtm: turn off kcov for lkdtm_rodata_do_nothing:

Mike Leach <mike.leach@linaro.org>
    coresight: Fixes coresight DT parse to get correct output port ID.

Mitch Williams <mitch.a.williams@intel.com>
    i40e: only register client on iWarp-capable devices

Jeffy Chen <jeffy.chen@rock-chips.com>
    drm/rockchip: vop: Enable pm domain before vop_initial

Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
    drm/amdgpu: Fail fb creation from imported dma-bufs. (v2)

Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
    drm/radeon: Fail fb creation from imported dma-bufs.

Liam Beguin <lbeguin@tycoint.com>
    video: ARM CLCD: fix dma allocation size

Jim Mattson <jmattson@google.com>
    kvm: nVMX: Disallow userspace-injected exceptions in guest mode

Borislav Petkov <bp@suse.de>
    kvm/svm: Setup MCG_CAP on AMD properly

Nate Watterson <nwatters@codeaurora.org>
    iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range

John Johansen <john.johansen@canonical.com>
    apparmor: Make path_max parameter readonly

Mintz, Yuval <Yuval.Mintz@cavium.com>
    qed: Correct MSI-x for storage

Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>
    scsi: ses: don't get power status of SES device slot on probe

Thor Thayer <thor.thayer@linux.intel.com>
    EDAC, altera: Fix peripheral warnings for Cyclone5

Phil Turnbull <phil.turnbull@oracle.com>
    fm10k: correctly check if interface is removed

Takashi Sakamoto <o-takashi@sakamocchi.jp>
    ALSA: firewire-digi00x: handle all MIDI messages on streaming packets

Takashi Sakamoto <o-takashi@sakamocchi.jp>
    ALSA: firewire-digi00x: add support for console models of Digi00x series

Easwar Hariharan <easwar.hariharan@intel.com>
    IB/hfi1: Check for QSFP presence before attempting reads

Javier Martinez Canillas <javier@osg.samsung.com>
    ASoC: rt5677: Add OF device ID table

Jan Kara <jack@suse.cz>
    reiserfs: Make cancel_old_flush() reliable

Chen-Yu Tsai <wens@csie.org>
    clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factor

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: koelsch: Correct clock frequency of X2 DU clock input

Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
    drm: rcar-du: Handle event when disabling CRTCs

Arnd Bergmann <arnd@arndb.de>
    soc/tegra: Fix link errors with PMC disabled

Petr Mladek <pmladek@suse.com>
    printk: Correctly handle preemption in console_unlock()

Peter Zijlstra <peterz@infradead.org>
    rtmutex: Fix PI chain order integrity

Michal Kalderon <Michal.Kalderon@cavium.com>
    qed: Fix TM block ILT allocation

Andrew Lunn <andrew@lunn.ch>
    net/faraday: Add missing include of of.h

lipeng <lipeng321@huawei.com>
    net: hns: Correct HNS RSS key set function

Anton Blanchard <anton@samba.org>
    powerpc: Avoid taking a data miss on every userspace instruction miss

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7793: Correct parent of SSI[0-9] clocks

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7791: Correct parent of SSI[0-9] clocks

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7790: Correct parent of SSI[0-9] clocks

Chris Brandt <chris.brandt@renesas.com>
    ARM: dts: r7s72100: fix ethernet clock parent

Andrey Rusalin <arusalin@dev.rtsoft.ru>
    NFC: pn533: change order of free_irq and dev unregistration

Dan Carpenter <dan.carpenter@oracle.com>
    NFC: nfcmrvl: double free on error path

Tobias Klauser <tklauser@distanz.ch>
    NFC: nfcmrvl: Include unaligned.h instead of access_ok.h

Felix Manlunas <felix.manlunas@cavium.com>
    vxlan: vxlan dev should inherit lowerdev's gso_max_size

Sinclair Yeh <syeh@vmware.com>
    drm/vmwgfx: Fixes to vmwgfx_fb

Samuel Thibault <samuel.thibault@ens-lyon.org>
    braille-console: Fix value returned by _braille_console_setup

Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
    powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout

Manish Jaggi <mjaggi@caviumnetworks.com>
    PCI: Apply Cavium ACS quirk only to CN81xx/CN83xx/CN88xx devices

Eric Dumazet <edumazet@google.com>
    bonding: refine bond_fold_stats() wrap detection

Nicolai Hähnle <nicolai.haehnle@amd.com>
    drm/ttm: never add BO that failed to validate to the LRU list

Jaegeuk Kim <jaegeuk@kernel.org>
    f2fs: relax node version check for victim data in gc

Arnaldo Carvalho de Melo <acme@redhat.com>
    perf trace: Handle unpaired raw_syscalls:sys_exit event

Matthias Kaehlcke <mka@chromium.org>
    regulator: core: Limit propagation of parent voltage count and list

Roger Quadros <rogerq@ti.com>
    ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss

Shaohua Li <shli@fb.com>
    blk-throttle: make sure expire time isn't too big

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: silk: Correct clock of DU1

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7794: Correct clock of DU1

Takashi Sakamoto <o-takashi@sakamocchi.jp>
    ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format

Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
    mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()

Mahesh Bandewar <maheshb@google.com>
    bonding: make speed, duplex setting consistent with link state

Shikhar Dogra <shidogra@cisco.com>
    driver: (adm1275) set the m,b and R coefficients correctly for power

Jitendra Bhivare <jitendra.bhivare@broadcom.com>
    scsi: be2iscsi: Check tag in beiscsi_mccq_compl_wait

Alexander Duyck <alexander.h.duyck@intel.com>
    i40e/i40evf: Fix use after free in Rx cleanup path

Tommi Rantala <tommi.t.rantala@nokia.com>
    perf buildid: Do not assume that readlink() returns a null terminated string

Taeung Song <treeze.taeung@gmail.com>
    perf annotate: Fix a bug following symbolic link of a build-id file

Baruch Siach <baruch@tkos.co.il>
    ARM: dts: bcm2835: add index to the ethernet alias

Felipe Balbi <felipe.balbi@linux.intel.com>
    usb: dwc3: make sure UX_EXIT_PX is cleared

Jiada Wang <jiada_wang@mentor.com>
    dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped

Gao Feng <fgao@ikuai8.com>
    tcp: sysctl: Fix a race to avoid unexpected 0 window from space

Akinobu Mita <akinobu.mita@gmail.com>
    spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer

Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    ASoC: rcar: ssi: don't set SSICR.CKDV = 000 with SSIWSR.CONT

Long Li <longli@microsoft.com>
    PCI: hv: Lock PCI bus on device eject

Long Li <longli@microsoft.com>
    PCI: hv: Properly handle PCI bus remove

Davide Caratti <dcaratti@redhat.com>
    sched: act_csum: don't mangle TCP and UDP GSO packets

Javier Martinez Canillas <javier@osg.samsung.com>
    Input: qt1070 - add OF device ID table

Tom Hromatka <tom.hromatka@oracle.com>
    sysrq: Reset the watchdog timers while displaying high-resolution timers

David Engraf <david.engraf@sysgo.com>
    timers, sched_clock: Update timeout for clock wrap

Janusz Krzysztofik <jmkrzyszt@gmail.com>
    media: i2c/soc_camera: fix ov6650 sensor getting wrong clock

Brian King <brking@linux.vnet.ibm.com>
    scsi: ipr: Fix missed EH wakeup

Satish Kharat <satishkh@cisco.com>
    scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negative

Andy Lutomirski <luto@kernel.org>
    x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up

Anton Sviridenko <anton@corp.bluecherry.net>
    solo6x10: release vb2 buffers in solo_stop_streaming()

Rob Herring <robh@kernel.org>
    of: fix of_device_get_modalias returned length when truncating buffers

Andreas Pape <APape@phoenixcontact.com>
    batman-adv: handle race condition for claims between gateways

Johan Hovold <johan@kernel.org>
    zd1211rw: fix NULL-deref at probe

Heiko Carstens <heiko.carstens@de.ibm.com>
    s390/topology: fix typo in early topology code

Mintz, Yuval <Yuval.Mintz@cavium.com>
    qed: Always publish VF link from leading hwfn

Linus Walleij <linus.walleij@linaro.org>
    ARM: dts: Adjust moxart IRQ controller and flags

Andrey Vagin <avagin@openvz.org>
    net/8021q: create device with all possible features in wanted_features

Tomasz Kramkowski <tk@the-tk.com>
    HID: clamp input to logical range if no null state

Kefeng Wang <wangkefeng.wang@huawei.com>
    perf probe: Return errno when not hitting any event

Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
    perf probe: Fix concat_probe_trace_events

Arvind Yadav <arvind.yadav.cs@gmail.com>
    omapfb: dss: Handle return errors in dss_init_ports()

Yazen Ghannam <Yazen.Ghannam@amd.com>
    x86/mce: Init some CPU features early

Nik Unger <njunger@uwaterloo.ca>
    netem: apply correct delay when rate throttling

Steve Lin <steven.lin1@broadcom.com>
    net: ethernet: bgmac: Allow MAC address to be specified in DTB

Stefan Wahren <stefan.wahren@i2se.com>
    ARM: bcm2835: Enable missing CMA settings for VC4 driver

Oliver Neukum <oneukum@suse.com>
    usb: misc: lvs: fix race condition in disconnect handling

Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
    ath10k: fix fetching channel during potential radar detection

Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
    ath10k: disallow DFS simulation if DFS channel is not enabled

Chris Wilson <chris@chris-wilson.co.uk>
    drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)

Iyappan Subramanian <isubramanian@apm.com>
    drivers: net: xgene: Fix Rx checksum validation logic

Quan Nguyen <qnguyen@apm.com>
    drivers: net: xgene: Fix wrong logical operation

Quan Nguyen <qnguyen@apm.com>
    drivers: net: phy: xgene: Fix mdio write

Quan Nguyen <qnguyen@apm.com>
    drivers: net: xgene: Fix hardware checksum setting

Al Cooper <alcooperx@gmail.com>
    ARM: brcmstb: Enable ZONE_DMA for non 64-bit capable peripherals

Stephane Eranian <eranian@google.com>
    perf tools: Make perf_event__synthesize_mmap_events() scale

Lihong Yang <lihong.yang@intel.com>
    i40e: fix ethtool to get EEPROM data from X722 interface

Aaron Salter <aaron.k.salter@intel.com>
    i40e: Acquire NVM lock before reads on all devices

Greg KH <gregkh@linuxfoundation.org>
    eventpoll.h: fix epoll event masks

Xunlei Pang <xlpang@redhat.com>
    x86/mce: Handle broadcasted MCE gracefully with kexec

Changbin Du <changbin.du@intel.com>
    perf sort: Fix segfault with basic block 'cycles' sort dimension

Dmitry Safonov <dsafonov@virtuozzo.com>
    x86/mm: Make mmap(MAP_32BIT) work correctly

Alexander Potapenko <glider@google.com>
    selinux: check for address length in selinux_socket_bind()

Prarit Bhargava <prarit@redhat.com>
    PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown()

Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
    net: mvpp2: set dma mask and coherent dma mask on PPv2.2

Chen-Yu Tsai <wens@csie.org>
    drm/sun4i: Fix TCON clock and regmap initialization sequence

Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
    ath10k: fix a warning during channel switch with multiple vaps

Chen-Yu Tsai <wens@csie.org>
    drm/sun4i: Set drm_crtc.port to the underlying TCON's output port node

Chen-Yu Tsai <wens@csie.org>
    drm/sun4i: Fix up error path cleanup for master bind function

Geert Uytterhoeven <geert+renesas@glider.be>
    arm64: dts: r8a7796: Remove unit-address and reg from integrated cache

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7794: Remove unit-address and reg from integrated cache

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7793: Remove unit-address and reg from integrated cache

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7792: Remove unit-address and reg from integrated cache

Geert Uytterhoeven <geert+renesas@glider.be>
    ARM: dts: r8a7791: Remove unit-address and reg from integrated cache

Gabriel Krisman Bertazi <krisman@collabora.co.uk>
    drm: qxl: Don't alloc fbdev if emulation is not supported

Valtteri Heikkilä <rnd@nic.fi>
    HID: reject input outside logical range only if null state is set

Colin Ian King <colin.king@canonical.com>
    staging: wilc1000: add check for kmalloc allocation failure.

Varsha Rao <rvarsha016@gmail.com>
    staging: speakup: Replace BUG_ON() with WARN_ON().

Borislav Petkov <bp@suse.de>
    perf stat: Issue a HW watchdog disable hint

H. Nikolaus Schaller <hns@goldelico.com>
    Input: tsc2007 - check for presence and power down tsc2007 during probe

Hou Tao <houtao1@huawei.com>
    blkcg: fix double free of new_blkg in blkcg_init_queue


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

Diffstat:

 Makefile                                           |   4 +-
 arch/arm/boot/dts/am335x-pepper.dts                |   2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi        |   2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi        |   2 +-
 arch/arm/boot/dts/exynos4412-trats2.dts            |   2 +-
 arch/arm/boot/dts/moxart-uc7112lx.dts              |   2 +-
 arch/arm/boot/dts/moxart.dtsi                      |  17 +--
 arch/arm/boot/dts/omap3-n900.dts                   |   4 +-
 arch/arm/boot/dts/r7s72100.dtsi                    |   2 +-
 arch/arm/boot/dts/r8a7790.dtsi                     |   7 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi                     |  10 +-
 arch/arm/boot/dts/r8a7792.dtsi                     |   3 +-
 arch/arm/boot/dts/r8a7793.dtsi                     |  10 +-
 arch/arm/boot/dts/r8a7794-silk.dts                 |   2 +-
 arch/arm/boot/dts/r8a7794.dtsi                     |   5 +-
 arch/arm/configs/bcm2835_defconfig                 |   4 +-
 arch/arm/mach-bcm/Kconfig                          |   1 +
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c          |   2 +
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |   3 +-
 arch/mips/kernel/mips-r2-to-r6-emul.c              |  16 ++-
 arch/mips/net/bpf_jit.c                            |  16 ++-
 arch/mips/net/bpf_jit_asm.S                        |  23 ++--
 arch/parisc/kernel/cache.c                         |  41 ++++++--
 arch/powerpc/include/asm/code-patching.h           |   1 +
 arch/powerpc/kernel/module_64.c                    |  12 ++-
 arch/powerpc/lib/code-patching.c                   |   5 +
 arch/powerpc/mm/fault.c                            |   2 +-
 arch/powerpc/mm/hugetlbpage.c                      |  18 ++++
 arch/powerpc/mm/tlb_nohash.c                       |   2 +-
 arch/s390/kernel/early.c                           |   2 +-
 arch/x86/include/asm/cpufeatures.h                 |   1 +
 arch/x86/include/asm/nospec-branch.h               |   5 +-
 arch/x86/include/asm/reboot.h                      |   1 +
 arch/x86/kernel/cpu/intel.c                        |   3 +-
 arch/x86/kernel/cpu/mcheck/mce.c                   |  48 ++++++---
 arch/x86/kernel/kprobes/core.c                     |   6 ++
 arch/x86/kernel/kprobes/opt.c                      |   3 +
 arch/x86/kernel/reboot.c                           |   5 +-
 arch/x86/kernel/setup_percpu.c                     |  21 ++++
 arch/x86/kernel/sys_x86_64.c                       |   4 +-
 arch/x86/kernel/vm86_32.c                          |   3 +-
 arch/x86/kvm/svm.c                                 |   7 ++
 arch/x86/kvm/x86.c                                 |   3 +-
 arch/x86/mm/fault.c                                |   6 +-
 block/blk-cgroup.c                                 |   4 +-
 block/blk-throttle.c                               |  11 ++
 drivers/char/agp/intel-gtt.c                       |   2 +
 drivers/clk/meson/gxbb.c                           |   4 +-
 drivers/clk/qcom/gcc-msm8916.c                     |   1 +
 drivers/clk/qcom/mmcc-msm8996.c                    |   2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-a33.c               |  18 ++--
 drivers/dma/bcm2835-dma.c                          |  10 +-
 drivers/dma/imx-sdma.c                             |  17 ++-
 drivers/edac/altera_edac.c                         |  22 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c     |  31 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |   6 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |   2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |   2 +
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          |  10 ++
 drivers/gpu/drm/drm_edid.c                         |   9 +-
 drivers/gpu/drm/drm_irq.c                          |  14 ++-
 drivers/gpu/drm/qxl/qxl_fb.c                       |   9 +-
 drivers/gpu/drm/radeon/radeon_display.c            |   6 ++
 drivers/gpu/drm/rcar-du/rcar_du_crtc.c             |   7 ++
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c        |  29 +++--
 drivers/gpu/drm/sun4i/sun4i_crtc.c                 |   5 +
 drivers/gpu/drm/sun4i/sun4i_drv.c                  |  16 ++-
 drivers/gpu/drm/sun4i/sun4i_tcon.c                 |  22 ++--
 drivers/gpu/drm/ttm/ttm_bo.c                       |  12 ++-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                 |   4 +-
 drivers/hid/hid-elo.c                              |   6 ++
 drivers/hid/hid-input.c                            |  20 ++--
 drivers/hwmon/pmbus/adm1275.c                      |   4 +-
 drivers/hwtracing/coresight/of_coresight.c         |   2 +-
 drivers/infiniband/hw/hfi1/chip.c                  |   7 +-
 drivers/input/keyboard/qt1070.c                    |   9 ++
 drivers/input/touchscreen/tsc2007.c                |   8 ++
 drivers/iommu/iova.c                               |   2 +-
 drivers/irqchip/irq-gic-v3-its.c                   |   9 +-
 drivers/leds/leds-pm8058.c                         |   2 +-
 drivers/md/md.c                                    |   4 +-
 drivers/md/raid5.c                                 |  13 ++-
 drivers/media/i2c/soc_camera/ov6650.c              |   2 +-
 drivers/media/pci/solo6x10/solo6x10-v4l2.c         |  11 ++
 drivers/media/platform/vsp1/vsp1_drm.c             |   1 +
 drivers/media/platform/vsp1/vsp1_drv.c             |  16 ++-
 drivers/media/platform/vsp1/vsp1_video.c           |  13 +++
 drivers/media/usb/cpia2/cpia2_v4l.c                |   4 +-
 drivers/misc/Makefile                              |   2 +
 drivers/misc/enclosure.c                           |   7 +-
 drivers/mtd/nand/fsl_ifc_nand.c                    |   7 ++
 drivers/mtd/nand/nand_base.c                       |   9 +-
 drivers/net/bonding/bond_main.c                    |  35 +++---
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.c     |   1 +
 drivers/net/ethernet/apm/xgene/xgene_enet_hw.h     |   1 +
 drivers/net/ethernet/apm/xgene/xgene_enet_main.c   |  31 +++---
 drivers/net/ethernet/broadcom/bgmac-bcma.c         |  39 ++++---
 drivers/net/ethernet/broadcom/bnxt/bnxt.c          |  10 +-
 drivers/net/ethernet/cavium/thunder/nicvf_main.c   |   5 +
 drivers/net/ethernet/faraday/ftgmac100.c           |   1 +
 drivers/net/ethernet/freescale/fec_main.c          |  26 +++--
 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c  |  23 ++--
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c |  11 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h |   2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c  |   1 -
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      |   5 +-
 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c   |   8 +-
 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c   |   2 +-
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |   5 +
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  19 ++--
 drivers/net/ethernet/intel/i40e/i40e_nvm.c         |  12 +--
 drivers/net/ethernet/intel/i40e/i40e_txrx.c        |   1 +
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c      |   1 +
 drivers/net/ethernet/marvell/mvpp2.c               |  14 +++
 drivers/net/ethernet/qlogic/qed/qed_cxt.c          |  32 ++++--
 drivers/net/ethernet/qlogic/qed/qed_main.c         |   3 +-
 drivers/net/ethernet/qlogic/qed/qed_sriov.c        |  13 ++-
 drivers/net/ieee802154/adf7242.c                   |   4 +-
 drivers/net/ipvlan/ipvlan_core.c                   |   4 +
 drivers/net/phy/mdio-xgene.c                       |   2 +-
 drivers/net/veth.c                                 |   3 +
 drivers/net/vxlan.c                                |   5 +
 drivers/net/wireless/ath/ath10k/ce.c               |   2 +-
 drivers/net/wireless/ath/ath10k/debug.c            |   9 ++
 drivers/net/wireless/ath/ath10k/mac.c              |  12 ++-
 drivers/net/wireless/ath/ath10k/wmi.c              |   5 +
 drivers/net/wireless/ath/ath10k/wmi.h              |   3 +-
 drivers/net/wireless/ath/wil6210/main.c            |  20 +++-
 drivers/net/wireless/ath/wil6210/wmi.c             |  11 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rs.c        |   4 +-
 drivers/net/wireless/intel/iwlwifi/mvm/rx.c        |  18 +++-
 drivers/net/wireless/mac80211_hwsim.c              |  26 ++---
 drivers/net/wireless/marvell/mwifiex/cfg80211.c    |   6 ++
 drivers/net/wireless/marvell/mwifiex/sdio.c        |   4 +-
 drivers/net/wireless/zydas/zd1211rw/zd_usb.c       |   3 +
 drivers/nfc/nfcmrvl/fw_dnld.c                      |   2 +-
 drivers/nfc/nfcmrvl/spi.c                          |   5 +-
 drivers/nfc/pn533/i2c.c                            |   4 +-
 drivers/of/device.c                                |   2 +-
 drivers/pci/host/pci-hyperv.c                      |  24 ++++-
 drivers/pci/pci-driver.c                           |   2 -
 drivers/pci/quirks.c                               |   3 +
 drivers/perf/arm_pmu.c                             |  12 ++-
 drivers/power/supply/ab8500_charger.c              |   6 +-
 drivers/pwm/pwm-stmpe.c                            |   2 +-
 drivers/pwm/pwm-tegra.c                            |   7 +-
 drivers/regulator/core.c                           |   9 +-
 drivers/scsi/be2iscsi/be_cmds.c                    |   6 ++
 drivers/scsi/fnic/fnic_scsi.c                      |  16 +--
 drivers/scsi/ipr.c                                 |  16 ++-
 drivers/scsi/qla2xxx/qla_os.c                      |   8 +-
 drivers/scsi/scsi_devinfo.c                        |   9 +-
 drivers/scsi/scsi_dh.c                             |   5 +-
 drivers/scsi/ses.c                                 |  12 ++-
 drivers/scsi/sg.c                                  |  35 +++---
 drivers/spi/spi-omap2-mcspi.c                      |   9 +-
 drivers/spi/spi-sun6i.c                            |   2 +-
 drivers/staging/speakup/kobjects.c                 |   8 +-
 drivers/staging/wilc1000/host_interface.c          |   2 +
 drivers/tty/serial/amba-pl011.c                    |  23 ++--
 drivers/tty/serial/imx.c                           |  36 ++++---
 drivers/usb/dwc2/hcd.c                             |   1 +
 drivers/usb/dwc3/core.c                            |   6 ++
 drivers/usb/dwc3/core.h                            |  17 +--
 drivers/usb/gadget/udc/bdc/bdc_core.c              |   2 +-
 drivers/usb/gadget/udc/bdc/bdc_pci.c               |   1 +
 drivers/usb/gadget/udc/dummy_hcd.c                 |  20 ++--
 drivers/usb/misc/lvstest.c                         |   1 +
 drivers/vfio/vfio_iommu_spapr_tce.c                |  13 +++
 drivers/video/fbdev/amba-clcd.c                    |   4 +-
 drivers/video/fbdev/omap2/omapfb/dss/dss.c         |  16 ++-
 drivers/video/hdmi.c                               |  51 +++++----
 fs/aio.c                                           |  44 +++++---
 fs/btrfs/volumes.c                                 |  12 ++-
 fs/dcache.c                                        |  11 +-
 fs/f2fs/gc.c                                       |   6 +-
 fs/namei.c                                         |   8 +-
 fs/nfs/super.c                                     |   2 +
 fs/reiserfs/journal.c                              |   2 +-
 fs/reiserfs/reiserfs.h                             |   1 +
 fs/reiserfs/super.c                                |  21 ++--
 include/linux/fs.h                                 |   1 +
 include/linux/pagemap.h                            |   4 +-
 include/linux/platform_data/isl9305.h              |   2 +-
 include/linux/regulator/driver.h                   |   2 +
 include/net/tcp.h                                  |   8 +-
 include/soc/tegra/pmc.h                            |  29 +++--
 include/uapi/linux/eventpoll.h                     |   8 +-
 kernel/locking/locktorture.c                       |  76 +++++++------
 kernel/locking/rtmutex.c                           |  29 ++++-
 kernel/locking/rtmutex_common.h                    |   1 +
 kernel/printk/braille.c                            |  15 +--
 kernel/printk/braille.h                            |  13 ++-
 kernel/printk/printk.c                             |   8 +-
 kernel/sched/core.c                                |   3 +-
 kernel/sched/rt.c                                  |   2 +-
 kernel/time/sched_clock.c                          |   5 +
 kernel/time/timer_list.c                           |   6 ++
 net/8021q/vlan_dev.c                               |   3 +-
 net/batman-adv/bridge_loop_avoidance.c             |  20 +++-
 net/bluetooth/6lowpan.c                            |  10 +-
 net/bluetooth/af_bluetooth.c                       |  24 +++++
 net/mac80211/iface.c                               |   2 +-
 net/sched/act_csum.c                               |  12 +++
 net/sched/sch_netem.c                              |  26 +++--
 net/xfrm/xfrm_policy.c                             |   2 +-
 net/xfrm/xfrm_state.c                              |   7 ++
 security/apparmor/lsm.c                            |   2 +-
 security/integrity/ima/ima_appraise.c              |   3 +-
 security/selinux/hooks.c                           |   8 ++
 sound/core/oss/pcm_oss.c                           |  10 +-
 sound/core/seq/seq_clientmgr.c                     |   4 +-
 sound/core/seq/seq_prioq.c                         |  28 ++---
 sound/core/seq/seq_prioq.h                         |   6 +-
 sound/core/seq/seq_queue.c                         |  28 ++---
 sound/firewire/amdtp-stream.c                      |   5 +-
 sound/firewire/amdtp-stream.h                      |   3 +
 sound/firewire/digi00x/amdtp-dot.c                 |  55 ++++++----
 sound/firewire/digi00x/digi00x.c                   |  13 ++-
 sound/firewire/digi00x/digi00x.h                   |   1 +
 sound/pci/hda/hda_intel.c                          |  13 ++-
 sound/soc/codecs/rt5677.c                          |   7 ++
 sound/soc/nuc900/nuc900-ac97.c                     |   4 +-
 sound/soc/sh/rcar/ssi.c                            |   9 ++
 tools/perf/builtin-probe.c                         |   6 +-
 tools/perf/builtin-stat.c                          |  23 +++-
 tools/perf/builtin-trace.c                         |  43 ++++++--
 tools/perf/util/annotate.c                         |  10 +-
 tools/perf/util/build-id.c                         |   6 +-
 tools/perf/util/event.c                            |   4 +-
 tools/perf/util/evsel.c                            |  12 ++-
 tools/perf/util/ordered-events.c                   |   3 +-
 tools/perf/util/probe-event.c                      |   2 +-
 tools/perf/util/session.c                          |  17 ++-
 tools/perf/util/sort.c                             |   5 +
 tools/testing/selftests/firmware/fw_filesystem.sh  |   5 +-
 .../testing/selftests/rcutorture/bin/configinit.sh |   2 +-
 tools/testing/selftests/x86/entry_from_vm86.c      | 117 ++++++++++++++++++++-
 tools/usb/usbip/src/usbipd.c                       |   2 +-
 240 files changed, 1802 insertions(+), 691 deletions(-)

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

end of thread, other threads:[~2018-03-22  8:18 UTC | newest]

Thread overview: 259+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19 18:04 [PATCH 4.9 000/241] 4.9.89-stable review Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 001/241] blkcg: fix double free of new_blkg in blkcg_init_queue Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 002/241] Input: tsc2007 - check for presence and power down tsc2007 during probe Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 003/241] perf stat: Issue a HW watchdog disable hint Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 004/241] staging: speakup: Replace BUG_ON() with WARN_ON() Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 005/241] staging: wilc1000: add check for kmalloc allocation failure Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 006/241] HID: reject input outside logical range only if null state is set Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 007/241] drm: qxl: Dont alloc fbdev if emulation is not supported Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 008/241] ARM: dts: r8a7791: Remove unit-address and reg from integrated cache Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 009/241] ARM: dts: r8a7792: " Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 010/241] ARM: dts: r8a7793: " Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 011/241] ARM: dts: r8a7794: " Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 012/241] arm64: dts: r8a7796: " Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 013/241] drm/sun4i: Fix up error path cleanup for master bind function Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 014/241] drm/sun4i: Set drm_crtc.port to the underlying TCONs output port node Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 015/241] ath10k: fix a warning during channel switch with multiple vaps Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 016/241] drm/sun4i: Fix TCON clock and regmap initialization sequence Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 017/241] net: mvpp2: set dma mask and coherent dma mask on PPv2.2 Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 018/241] PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown() Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 019/241] selinux: check for address length in selinux_socket_bind() Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 020/241] x86/mm: Make mmap(MAP_32BIT) work correctly Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 021/241] perf sort: Fix segfault with basic block cycles sort dimension Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 022/241] x86/mce: Handle broadcasted MCE gracefully with kexec Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 023/241] eventpoll.h: fix epoll event masks Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 024/241] i40e: Acquire NVM lock before reads on all devices Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 025/241] i40e: fix ethtool to get EEPROM data from X722 interface Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 026/241] perf tools: Make perf_event__synthesize_mmap_events() scale Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 027/241] ARM: brcmstb: Enable ZONE_DMA for non 64-bit capable peripherals Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 028/241] drivers: net: xgene: Fix hardware checksum setting Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 029/241] drivers: net: phy: xgene: Fix mdio write Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 030/241] drivers: net: xgene: Fix wrong logical operation Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 031/241] drivers: net: xgene: Fix Rx checksum validation logic Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 032/241] drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off) Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 033/241] ath10k: disallow DFS simulation if DFS channel is not enabled Greg Kroah-Hartman
2018-03-19 18:04 ` [PATCH 4.9 034/241] ath10k: fix fetching channel during potential radar detection Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 035/241] usb: misc: lvs: fix race condition in disconnect handling Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 036/241] ARM: bcm2835: Enable missing CMA settings for VC4 driver Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 037/241] net: ethernet: bgmac: Allow MAC address to be specified in DTB Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 038/241] netem: apply correct delay when rate throttling Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 039/241] x86/mce: Init some CPU features early Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 040/241] omapfb: dss: Handle return errors in dss_init_ports() Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 041/241] perf probe: Fix concat_probe_trace_events Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 042/241] perf probe: Return errno when not hitting any event Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 043/241] HID: clamp input to logical range if no null state Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 044/241] net/8021q: create device with all possible features in wanted_features Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 045/241] ARM: dts: Adjust moxart IRQ controller and flags Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 046/241] qed: Always publish VF link from leading hwfn Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 047/241] s390/topology: fix typo in early topology code Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 048/241] zd1211rw: fix NULL-deref at probe Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 049/241] batman-adv: handle race condition for claims between gateways Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 050/241] of: fix of_device_get_modalias returned length when truncating buffers Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 051/241] [media] solo6x10: release vb2 buffers in solo_stop_streaming() Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 052/241] x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 053/241] scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negative Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 054/241] scsi: ipr: Fix missed EH wakeup Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 055/241] [media] media: i2c/soc_camera: fix ov6650 sensor getting wrong clock Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 056/241] timers, sched_clock: Update timeout for clock wrap Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 057/241] sysrq: Reset the watchdog timers while displaying high-resolution timers Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 058/241] Input: qt1070 - add OF device ID table Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 059/241] sched: act_csum: dont mangle TCP and UDP GSO packets Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 060/241] PCI: hv: Properly handle PCI bus remove Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 061/241] PCI: hv: Lock PCI bus on device eject Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 062/241] ASoC: rcar: ssi: dont set SSICR.CKDV = 000 with SSIWSR.CONT Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 063/241] spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 064/241] tcp: sysctl: Fix a race to avoid unexpected 0 window from space Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 065/241] dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stopped Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 066/241] usb: dwc3: make sure UX_EXIT_PX is cleared Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 067/241] ARM: dts: bcm2835: add index to the ethernet alias Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 068/241] perf annotate: Fix a bug following symbolic link of a build-id file Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 069/241] perf buildid: Do not assume that readlink() returns a null terminated string Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 070/241] i40e/i40evf: Fix use after free in Rx cleanup path Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 071/241] scsi: be2iscsi: Check tag in beiscsi_mccq_compl_wait Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 072/241] driver: (adm1275) set the m,b and R coefficients correctly for power Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 073/241] bonding: make speed, duplex setting consistent with link state Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 074/241] mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative() Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 075/241] ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP format Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 076/241] ARM: dts: r8a7794: Correct clock of DU1 Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 077/241] ARM: dts: silk: " Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 078/241] blk-throttle: make sure expire time isnt too big Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 079/241] ARM: DRA7: hwmod_data: Prevent wait_target_disable error for usb_otg_ss Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 080/241] regulator: core: Limit propagation of parent voltage count and list Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 081/241] perf trace: Handle unpaired raw_syscalls:sys_exit event Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 082/241] f2fs: relax node version check for victim data in gc Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 083/241] drm/ttm: never add BO that failed to validate to the LRU list Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 084/241] bonding: refine bond_fold_stats() wrap detection Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 085/241] PCI: Apply Cavium ACS quirk only to CN81xx/CN83xx/CN88xx devices Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 086/241] powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 087/241] braille-console: Fix value returned by _braille_console_setup Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 088/241] drm/vmwgfx: Fixes to vmwgfx_fb Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 089/241] vxlan: vxlan dev should inherit lowerdevs gso_max_size Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 090/241] NFC: nfcmrvl: Include unaligned.h instead of access_ok.h Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 091/241] NFC: nfcmrvl: double free on error path Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 092/241] NFC: pn533: change order of free_irq and dev unregistration Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 093/241] ARM: dts: r7s72100: fix ethernet clock parent Greg Kroah-Hartman
2018-03-19 18:05 ` [PATCH 4.9 094/241] ARM: dts: r8a7790: Correct parent of SSI[0-9] clocks Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 095/241] ARM: dts: r8a7791: " Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 096/241] ARM: dts: r8a7793: " Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 097/241] powerpc: Avoid taking a data miss on every userspace instruction miss Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 098/241] net: hns: Correct HNS RSS key set function Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 099/241] net/faraday: Add missing include of of.h Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 100/241] qed: Fix TM block ILT allocation Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 101/241] rtmutex: Fix PI chain order integrity Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 102/241] printk: Correctly handle preemption in console_unlock() Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 103/241] soc/tegra: Fix link errors with PMC disabled Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 104/241] drm: rcar-du: Handle event when disabling CRTCs Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 105/241] ARM: dts: koelsch: Correct clock frequency of X2 DU clock input Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 106/241] clk: sunxi-ng: a33: Add offset and minimum value for DDR1 PLL N factor Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 107/241] reiserfs: Make cancel_old_flush() reliable Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 108/241] ASoC: rt5677: Add OF device ID table Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 109/241] IB/hfi1: Check for QSFP presence before attempting reads Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 110/241] ALSA: firewire-digi00x: add support for console models of Digi00x series Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 111/241] ALSA: firewire-digi00x: handle all MIDI messages on streaming packets Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 112/241] fm10k: correctly check if interface is removed Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 113/241] EDAC, altera: Fix peripheral warnings for Cyclone5 Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 114/241] scsi: ses: dont get power status of SES device slot on probe Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 115/241] qed: Correct MSI-x for storage Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 116/241] apparmor: Make path_max parameter readonly Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 117/241] iommu/iova: Fix underflow bug in __alloc_and_insert_iova_range Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 118/241] kvm/svm: Setup MCG_CAP on AMD properly Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 119/241] kvm: nVMX: Disallow userspace-injected exceptions in guest mode Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 120/241] video: ARM CLCD: fix dma allocation size Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 121/241] drm/radeon: Fail fb creation from imported dma-bufs Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 122/241] drm/amdgpu: Fail fb creation from imported dma-bufs. (v2) Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 123/241] drm/rockchip: vop: Enable pm domain before vop_initial Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 124/241] i40e: only register client on iWarp-capable devices Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 125/241] coresight: Fixes coresight DT parse to get correct output port ID Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 126/241] lkdtm: turn off kcov for lkdtm_rodata_do_nothing: Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 127/241] tty: amba-pl011: Fix spurious TX interrupts Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 128/241] serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 129/241] MIPS: BPF: Quit clobbering callee saved registers in JIT code Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 130/241] MIPS: BPF: Fix multiple problems in JIT skb access helpers Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 131/241] MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identification Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 132/241] MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs counters Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 133/241] [media] v4l: vsp1: Prevent multiple streamon race commencing pipeline early Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 134/241] [media] v4l: vsp1: Register pipe with output WPF Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 135/241] regulator: isl9305: fix array size Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 136/241] md/raid6: Fix anomily when recovering a single device in RAID6 Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 137/241] md.c:didnt unlock the mddev before return EINVAL in array_size_store Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 138/241] powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit() Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 139/241] usb: dwc2: Make sure we disconnect the gadget state Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 140/241] usb: gadget: dummy_hcd: Fix wrong power status bit clear/reset in dummy_hub_control() Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 141/241] perf evsel: Return exact sub event which failed with EPERM for wildcards Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 142/241] iwlwifi: mvm: fix RX SKB header size and align it properly Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 143/241] drivers/perf: arm_pmu: handle no platform_device Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 144/241] perf inject: Copy events when reordering events in pipe mode Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 145/241] net: fec: add phy-reset-gpios PROBE_DEFER check Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 146/241] perf session: Dont rely on evlist in pipe mode Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 147/241] vfio/powerpc/spapr_tce: Enforce IOMMU type compatibility check Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 148/241] vfio/spapr_tce: Check kzalloc() return when preregistering memory Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 149/241] scsi: sg: check for valid direction before starting the request Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 150/241] scsi: sg: close race condition in sg_remove_sfp_usercontext() Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 151/241] ALSA: hda: Add Geminilake id to SKL_PLUS Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 152/241] kprobes/x86: Fix kprobe-booster not to boost far call instructions Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 153/241] kprobes/x86: Set kprobes pages read-only Greg Kroah-Hartman
2018-03-19 18:06 ` [PATCH 4.9 154/241] pwm: tegra: Increase precision in PWM rate calculation Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 155/241] clk: qcom: msm8996: Fix the vfe1 powerdomain name Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 156/241] Bluetooth: Avoid bt_accept_unlink() double unlinking Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 157/241] Bluetooth: 6lowpan: fix delay work init in add_peer_chan() Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 158/241] mac80211_hwsim: use per-interface power level Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 159/241] ath10k: fix compile time sanity check for CE4 buffer size Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 160/241] wil6210: fix protection against connections during reset Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 161/241] wil6210: fix memory access violation in wil_memcpy_from/toio_32 Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 162/241] perf stat: Fix bug in handling events in error state Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 163/241] mwifiex: Fix invalid port issue Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 164/241] drm/edid: set ELD connector type in drm_edid_to_eld() Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 165/241] video/hdmi: Allow "empty" HDMI infoframes Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 166/241] HID: elo: clear BTN_LEFT mapping Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 167/241] iwlwifi: mvm: rs: dont override the rate history in the search cycle Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 168/241] clk: meson: gxbb: fix wrong clock for SARADC/SANA Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 169/241] ARM: dts: exynos: Correct Trats2 panel reset line Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 170/241] sched: Stop switched_to_rt() from sending IPIs to offline CPUs Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 171/241] sched: Stop resched_cpu() " Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 172/241] test_firmware: fix setting old custom fw path back on exit Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 173/241] net: ieee802154: adf7242: Fix bug if defined DEBUG Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 174/241] net: xfrm: allow clearing socket xfrm policies Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 175/241] mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]() Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 176/241] net: thunderx: Set max queue count taking XDP_TX into account Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 177/241] ARM: dts: am335x-pepper: Fix the audio CODECs reset pin Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 178/241] ARM: dts: omap3-n900: " Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 179/241] mtd: nand: ifc: update bufnum mask for ver >= 2.0.0 Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 180/241] userns: Dont fail follow_automount based on s_user_ns Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 181/241] leds: pm8058: Silence pointer to integer size warning Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 182/241] power: supply: ab8500_charger: Fix an error handling path Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 183/241] power: supply: ab8500_charger: Bail out in case of error in ab8500_charger_init_hw_registers() Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 184/241] ath10k: update tdls teardown state to target Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 185/241] dmaengine: bcm2835-dma: Use vchan_terminate_vdesc() instead of desc_free Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 186/241] scsi: ses: dont ask for diagnostic pages repeatedly during probe Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 187/241] pwm: stmpe: Fix wrong register offset for hwpwm=2 case Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 188/241] clk: qcom: msm8916: fix mnd_width for codec_digcodec Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 189/241] mwifiex: cfg80211: do not change virtual interface during scan processing Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 190/241] ath10k: fix invalid STS_CAP_OFFSET_MASK Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 191/241] tools/usbip: fixes build with musl libc toolchain Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 192/241] spi: sun6i: disable/unprepare clocks on remove Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 193/241] bnxt_en: Dont print "Link speed -1 no longer supported" messages Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 194/241] scsi: core: scsi_get_device_flags_keyed(): Always return device flags Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 195/241] scsi: devinfo: apply to HP XP the same flags as Hitachi VSP Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 196/241] scsi: dh: add new rdac devices Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 197/241] media: vsp1: Prevent suspending and resuming DRM pipelines Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 198/241] media: cpia2: Fix a couple off by one bugs Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 199/241] veth: set peer GSO values Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 200/241] drm/amdkfd: Fix memory leaks in kfd topology Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 201/241] powerpc/modules: Dont try to restore r2 after a sibling call Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 202/241] agp/intel: Flush all chipset writes after updating the GGTT Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 203/241] mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 204/241] mac80211: remove BUG() when interface type is invalid Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 205/241] ASoC: nuc900: Fix a loop timeout test Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 206/241] ipvlan: add L2 check for packets arriving via virtual devices Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 207/241] rcutorture/configinit: Fix build directory error message Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 208/241] locking/locktorture: Fix num reader/writer corner cases Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 209/241] ima: relax requiring a file signature for new files with zero length Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 210/241] net: hns: Some checkpatch.pl script & warning fixes Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 211/241] x86/boot/32: Fix UP boot on Quark and possibly other platforms Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 212/241] x86/cpufeatures: Add Intel PCONFIG cpufeature Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 213/241] selftests/x86/entry_from_vm86: Exit with 1 if we fail Greg Kroah-Hartman
2018-03-19 18:07 ` [PATCH 4.9 214/241] selftests/x86: Add tests for User-Mode Instruction Prevention Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 215/241] selftests/x86: Add tests for the STR and SLDT instructions Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 216/241] selftests/x86/entry_from_vm86: Add test cases for POPF Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 217/241] x86/vm86/32: Fix POPF emulation Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 218/241] x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 219/241] x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 220/241] x86/mm: Fix vmalloc_fault to use pXd_large Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 221/241] parisc: Handle case where flush_cache_range is called with no context Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 222/241] ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats() Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 223/241] ALSA: hda - Revert power_save option default value Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 224/241] ALSA: seq: Fix possible UAF in snd_seq_check_queue() Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 225/241] ALSA: seq: Clear client entry before deleting else at closing Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 226/241] drm/amdgpu: fix prime teardown order Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 227/241] drm/amdgpu/dce: Dont turn off DP sink when disconnected Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 228/241] fs: Teach path_connected to handle nfs filesystems with multiple roots Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 229/241] lock_parent() needs to recheck if dentry got __dentry_killed under it Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 230/241] fs/aio: Add explicit RCU grace period when freeing kioctx Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 231/241] fs/aio: Use RCU accessors for kioctx_table->table[] Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 232/241] irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 233/241] scsi: sg: fix SG_DXFER_FROM_DEV transfers Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 234/241] scsi: sg: fix static checker warning in sg_is_valid_dxfer Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 235/241] scsi: sg: only check for dxfer_len greater than 256M Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 236/241] btrfs: alloc_chunk: fix DUP stripe size handling Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 237/241] btrfs: Fix use-after-free when cleaning up fs_devs with a single stale device Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 238/241] scsi: qla2xxx: Fix extraneous ref on sps after adapter break Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 239/241] USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe() Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 240/241] usb: dwc3: Fix GDBGFIFOSPACE_TYPE values Greg Kroah-Hartman
2018-03-19 18:08 ` [PATCH 4.9 241/241] usb: gadget: bdc: 64-bit pointer capability check Greg Kroah-Hartman
2018-03-20  0:00 ` [PATCH 4.9 000/241] 4.9.89-stable review kernelci.org bot
2018-03-20  0:59 ` Dan Rue
2018-03-20  7:40   ` Greg Kroah-Hartman
2018-03-20  7:49 ` Greg Kroah-Hartman
2018-03-20 12:40   ` Naresh Kamboju
2018-03-21 13:31     ` Greg Kroah-Hartman
2018-03-21 13:20   ` Greg Kroah-Hartman
2018-03-21 17:36     ` Guenter Roeck
2018-03-22  8:17       ` Greg Kroah-Hartman
2018-03-21 18:06     ` Naresh Kamboju
2018-03-22  8:18       ` Greg Kroah-Hartman
2018-03-20 13:35 ` Guenter Roeck
2018-03-21 13:28   ` Greg Kroah-Hartman
2018-03-21 13:31     ` Greg Kroah-Hartman
2018-03-21 13:45       ` Guenter Roeck
2018-03-21 14:28         ` Greg Kroah-Hartman
2018-03-20 17:32 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).