From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
torvalds@linux-foundation.org, akpm@linux-foundation.org,
linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org,
stable@vger.kernel.org
Subject: [PATCH 4.5 000/200] 4.5.3-stable review
Date: Mon, 2 May 2016 17:09:59 -0700 [thread overview]
Message-ID: <20160503000554.631204776@linuxfoundation.org> (raw)
This is the start of the stable review cycle for the 4.5.3 release.
There are 200 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 May 5 00:05:29 UTC 2016.
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.5.3-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 4.5.3-rc1
Dan Carpenter <dan.carpenter@oracle.com>
extcon: max77843: Use correct size for reading the interrupt register
Arnd Bergmann <arnd@arndb.de>
stm class: Select CONFIG_SRCU
Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
tpm: fix: set continueSession attribute for the unseal operation
Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
tpm: fix checks for policy digest existence in tpm2_seal_trusted()
Arnd Bergmann <arnd@arndb.de>
megaraid_sas: add missing curly braces in ioctl handler
NeilBrown <neilb@suse.com>
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
Caesar Wang <wxt@rock-chips.com>
thermal: rockchip: fix a impossible condition caused by the warning
Al Viro <viro@ZenIV.linux.org.uk>
unbreak allmodconfig KCONFIG_ALLCONFIG=...
Jiri Kosina <jkosina@suse.cz>
btrfs: cleaner_kthread() doesn't need explicit freeze
Kinglong Mee <kinglongmee@gmail.com>
btrfs: fix memory leak of fs_info in block group cache
Fabio Estevam <fabio.estevam@nxp.com>
bus: imx-weim: Take the 'status' property value into account
Franklin S Cooper Jr <fcooper@ti.com>
ARM: dts: am437x: Fix GPMC dma properties
Franklin S Cooper Jr <fcooper@ti.com>
ARM: dts: am33xx: Fix GPMC dma properties
Robert Jarzmik <robert.jarzmik@free.fr>
ARM: dts: pxa: fix dma engine node to pxa3xx-nand
Lior Amsalem <alior@marvell.com>
ARM: dts: armada-375: use armada-370-sata for SATA
Arnd Bergmann <arnd@arndb.de>
ARM: EXYNOS: select THERMAL_OF
Arnd Bergmann <arnd@arndb.de>
ARM: prima2: always enable reset controller
Pali Rohár <pali.rohar@gmail.com>
ARM: OMAP3: Add cpuidle parameters table for omap3430
Andres Freund <andres@anarazel.de>
perf hists: Fix determination of a callchain node's childlessness
Peter Zijlstra <peterz@infradead.org>
perf/core: Fix time tracking bug with multiplexing
Alexander Shishkin <alexander.shishkin@linux.intel.com>
perf/core: Don't leak event in the syscall error path
Allen Hubbe <Allen.Hubbe@emc.com>
NTB: Remove _addr functions from ntb_hw_amd
Arnd Bergmann <arnd@arndb.de>
ntb: perf test: fix address space confusion
Borislav Petkov <bp@suse.de>
perf stat: Document --detailed option
Marcin Ślusarz <marcin.slusarz@gmail.com>
perf tools: handle spaces in file names obtained from /proc/pid/maps
Namhyung Kim <namhyung@kernel.org>
perf hists browser: Fix dump to show correct callchain style
Namhyung Kim <namhyung@kernel.org>
perf hists browser: Only offer symbol scripting when a symbol is under the cursor
Ezequiel García <ezequiel@vanguardiasur.com.ar>
mtd: nand: Drop mtd.owner requirement in nand_scan
Florian Fainelli <f.fainelli@gmail.com>
mtd: brcmnand: Fix v7.1 register offsets
Cyrille Pitchen <cyrille.pitchen@atmel.com>
mtd: spi-nor: remove micron_quad_enable()
Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
bus: uniphier-system-bus: fix condition of overlap check
Chao Yu <chao2.yu@samsung.com>
f2fs crypto: make sure the encryption info is initialized on opendir(2)
Chao Yu <chao2.yu@samsung.com>
f2fs crypto: handle unexpected lack of encryption keys
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: don't need to call set_page_dirty for io error
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: do f2fs_balance_fs when block is allocated
Jaegeuk Kim <jaegeuk@kernel.org>
ext4/fscrypto: avoid RCU lookup in d_revalidate
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs: cover large section in sanity check of super
Shawn Lin <shawn.lin@rock-chips.com>
f2fs: slightly reorganize read_raw_super_block
Jaegeuk Kim <jaegeuk@kernel.org>
f2fs crypto: fix corrupted symlink in encrypted case
Eryu Guan <guaneryu@gmail.com>
ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()
Karol Herbst <nouveau@karolherbst.de>
x86/mm/kmmio: Fix mmiotrace for hugepages
Addy Ke <addy.ke@rock-chips.com>
spi: rockchip: modify DMA max burst to 1
Chris Phlipot <cphlipot0@gmail.com>
perf tools: Fix perf script python database export crash
Arnaldo Carvalho de Melo <acme@redhat.com>
perf evlist: Reference count the cpu and thread maps at set_maps()
Michael Hennerich <michael.hennerich@analog.com>
drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors
Krzysztof Kozlowski <k.kozlowski@samsung.com>
rtc: max77686: Properly handle regmap_irq_get_virq() error code
Alexandre Belloni <alexandre.belloni@free-electrons.com>
rtc: rx8025: remove rv8803 id
Dan Carpenter <dan.carpenter@oracle.com>
rtc: ds1685: passing bogus values to irq_restore
Geert Uytterhoeven <geert@linux-m68k.org>
rtc: vr41xx: Wire up alarm_irq_enable
Alexander Kochetkov <al.kochet@gmail.com>
rtc: hym8563: fix invalid year calculation
Jon Hunter <jonathanh@nvidia.com>
PM / Domains: Fix removal of a subdomain
Viresh Kumar <viresh.kumar@linaro.org>
PM / OPP: Initialize u_volt_min/max to a valid value
Dan Carpenter <dan.carpenter@oracle.com>
misc: mic/scif: fix wrap around tests
Ben Hutchings <ben@decadent.org.uk>
misc/bmp085: Enable building as a module
Michal Marek <mmarek@suse.com>
lib/mpi: Endianness fix
Sushaanth Srirangapathi <sushaanth.s@ti.com>
fbdev: da8xx-fb: fix videomodes of lcd panels
Arnd Bergmann <arnd@arndb.de>
scsi_dh: force modular build if SCSI is a module
Arnd Bergmann <arnd@arndb.de>
paride: make 'verbose' parameter an 'int' again
Arnd Bergmann <arnd@arndb.de>
regulator: s5m8767: fix get_register() error handling
Vladimir Zapolskiy <vz@mleia.com>
irqchip/mxs: Fix error check of of_io_request_and_map()
Vladimir Zapolskiy <vz@mleia.com>
irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()
Huibin Hong <huibin.hong@rock-chips.com>
spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
Peter Zijlstra <peterz@infradead.org>
locking/mcs: Fix mcs_spin_lock() ordering
Ignat Korchagin <ignat.korchagin@gmail.com>
USB: usbip: fix potential out-of-bounds write
Minchan Kim <minchan@kernel.org>
mm/hwpoison: fix wrong num_poisoned_pages accounting
Minchan Kim <minchan@kernel.org>
mm: vmscan: reclaim highmem zone if buffer_heads is over limit
Gerald Schaefer <gerald.schaefer@de.ibm.com>
numa: fix /proc/<pid>/numa_maps for THP
Konstantin Khlebnikov <koct9i@gmail.com>
mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check
Steve Capper <steve.capper@arm.com>
mm: exclude HugeTLB pages from THP page_mapped() logic
Tejun Heo <tj@kernel.org>
memcg: relocate charge moving from ->attach to ->post_attach
Tejun Heo <tj@kernel.org>
cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callback
Jesper Dangaard Brouer <brouer@redhat.com>
slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
Roman Pen <roman.penyaev@profitbricks.com>
workqueue: fix ghost PENDING flag while doing MQ IO
Keith Busch <keith.busch@intel.com>
x86/apic: Handle zero vector gracefully in clear_vector_irq()
Ard Biesheuvel <ard.biesheuvel@linaro.org>
efi: Expose non-blocking set_variable() wrapper to efivars
Laszlo Ersek <lersek@redhat.com>
efi: Fix out-of-bounds read in variable_matches()
Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
IB/security: Restrict use of the write() interface
Sagi Grimberg <sagi@grimberg.me>
IB/mlx5: Expose correct max_sge_rd limit
chunfan chen <jeffc@marvell.com>
mwifiex: fix IBSS data path issue.
Doug Ledford <dledford@redhat.com>
IB/core: Fix oops in ib_cache_gid_set_default_gid
Michael Neuling <mikey@neuling.org>
cxl: Keep IRQ mappings on context teardown
Hans Verkuil <hverkuil@xs4all.nl>
v4l2-dv-timings.h: fix polarity for 4k formats
Sakari Ailus <sakari.ailus@linux.intel.com>
videobuf2-v4l2: Verify planes array in buffer dequeueing
Sakari Ailus <sakari.ailus@linux.intel.com>
videobuf2-core: Check user space planes array in dqbuf
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
media: vb2: Fix regression on poll() for RW mode
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
vb2-memops: Fix over allocation of frame vectors
Sugar Zhang <sugar.zhang@rock-chips.com>
ASoC: rt5640: Correct the digital interface data select
Mark Brown <broonie@kernel.org>
ASoC: dapm: Make sure we have a card when displaying component widgets
Lars-Peter Clausen <lars@metafoo.de>
ASoC: ssm4567: Reset device before regcache_sync()
Arnd Bergmann <arnd@arndb.de>
ASoC: s3c24xx: use const snd_soc_component_driver pointer
Tony Luck <tony.luck@intel.com>
EDAC: i7core, sb_edac: Don't return NOTIFY_BAD from mce_decoder callback
Azael Avalos <coproscefalo@gmail.com>
toshiba_acpi: Fix regression caused by hotkey enabling value
Adrian Hunter <adrian.hunter@intel.com>
mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
Lv Zheng <lv.zheng@intel.com>
ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support
Javier Martinez Canillas <javier@osg.samsung.com>
i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared
Michael Ellerman <mpe@ellerman.id.au>
i2c: cpm: Fix build break due to incompatible pointer types
Adrian Hunter <adrian.hunter@intel.com>
perf intel-pt: Fix segfault tracing transactions
Linus Walleij <linus.walleij@linaro.org>
video: ARM CLCD: runtime check for Versatile
Flora Cui <Flora.Cui@amd.com>
drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Use fw_domains_put_with_fifo() on HSW
Chris Wilson <chris@chris-wilson.co.uk>
drm/i915: Force ringbuffers to not be at offset 0
Akash Goel <akash.goel@intel.com>
drm/i915: Fixup the free space logic in ring_prepare
Mika Kuoppala <mika.kuoppala@linux.intel.com>
drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
Mat Martineau <mathew.j.martineau@linux.intel.com>
drm/i915/skl: Fix DMC load on Skylake J0 and K0
Dan Carpenter <dan.carpenter@oracle.com>
drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: skl_update_scaler() wants a rotation bitmask instead of bit number
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Start WM computation from scratch on ILK-BDW
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Use the active wm config for merging on ILK-BDW
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Cleanup phys status page too
Ville Syrjälä <ville.syrjala@linux.intel.com>
drm/i915: Pass the correct encoder to intel_ddi_clk_select() with MST
Vladimir Zapolskiy <vz@mleia.com>
pwm: brcmstb: Fix check of devm_ioremap_resource() return code
cpaul@redhat.com <cpaul@redhat.com>
drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
Lyude <cpaul@redhat.com>
drm/dp/mst: Restore primary hub guid on resume
cpaul@redhat.com <cpaul@redhat.com>
drm/dp/mst: Validate port in drm_dp_payload_send_msg()
Ben Skeggs <bskeggs@redhat.com>
drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries
Huacai Chen <chenhc@lemote.com>
drm: Loongson-3 doesn't fully support wc memory
Vitaly Prosyak <vitaly.prosyak@amd.com>
drm/radeon: fix vertical bars appear on monitor (v2)
Jérôme Glisse <jglisse@redhat.com>
drm/radeon: forbid mapping of userptr bo through radeon device file
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: fix initial connector audio value
Alex Deucher <alexander.deucher@amd.com>
drm/radeon: add a quirk for a XFX R9 270X
Grigori Goronzy <greg@chown.ath.cx>
drm/amdgpu: fix regression on CIK (v2)
Sonny Jiang <sonny.jiang@amd.com>
amdgpu/uvd: add uvd fw version for amdgpu
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Alex Deucher <alexander.deucher@amd.com>
drm/amdgpu: use defines for CRTCs and AMFT blocks
Rex Zhu <Rex.Zhu@amd.com>
drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.
Robin Murphy <robin.murphy@arm.com>
iommu/dma: Restore scatterlist offsets correctly
Joerg Roedel <jroedel@suse.de>
iommu/amd: Fix checking of pci dma aliases
Keerthy <j-keerthy@ti.com>
pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs
Yingjoe Chen <yingjoe.chen@mediatek.com>
pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
Arnd Bergmann <arnd@arndb.de>
xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND"
Stephen Boyd <sboyd@codeaurora.org>
Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay
Vladis Dronov <vdronov@redhat.com>
Input: gtco - fix crash on detecting device without endpoints
Dmitry Ivanov <dmitrijs.ivanovs@ubnt.com>
netlink: don't send NETLINK_URELEASE for unbound sockets
Dmitry Ivanov <dmitrijs.ivanovs@ubnt.com>
nl80211: check netlink protocol in socket release notification
Anton Blanchard <anton@samba.org>
powerpc: Update TM user feature bits in scan_features()
Anton Blanchard <anton@samba.org>
powerpc: Update cpu_user_features2 in scan_features()
Anton Blanchard <anton@samba.org>
powerpc: scan_features() updates incorrect bits for REAL_LE
Horia Geant? <horia.geanta@nxp.com>
crypto: talitos - fix AEAD tcrypt tests
Jonas Eymann <J.Eymann@gmx.net>
crypto: talitos - fix crash in talitos_cra_init()
Xiaodong Liu <xiaodong.liu@intel.com>
crypto: sha1-mb - use corrcet pointer while completing jobs
Tom Lendacky <thomas.lendacky@amd.com>
crypto: ccp - Prevent information leakage on export
Tadeusz Struk <tadeusz.struk@intel.com>
crypto: rsa-pkcs1pad - fix dst len
Matti Gottlieb <matti.gottlieb@intel.com>
iwlwifi: mvm: fix memory leak in paging
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
iwlwifi: pcie: lower the debug level for RSA semaphore access
Sebastian Ott <sebott@linux.vnet.ibm.com>
s390/pci: add extra padding to function measurement block
Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
cpufreq: intel_pstate: Fix processing for turbo activation ratio
Alex Deucher <alexander.deucher@amd.com>
Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"
Vladis Dronov <vdronov@redhat.com>
usbvision: revert commit 588afcc1
Fabio Estevam <fabio.estevam@nxp.com>
Revert "PCI: imx6: Add support for active-low reset GPIO"
Alex Deucher <alexander.deucher@amd.com>
Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control"
Lyude <cpaul@redhat.com>
drm/i915: Fix race condition in intel_dp_destroy_mst_connector()
John Keeping <john@metanate.com>
drm/qxl: fix cursor position with non-zero hotspot
Ilia Mirkin <imirkin@alum.mit.edu>
drm/nouveau/core: use vzalloc for allocating ramht
Davidlohr Bueso <dave@stgolabs.net>
futex: Acknowledge a new waiter in counter before plist
Sebastian Andrzej Siewior <bigeasy@linutronix.de>
futex: Handle unlock_pi race gracefully
Romain Perier <romain.perier@free-electrons.com>
asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDW
Conrad Kostecki <ck+linuxkernel@bl4ckb0x.de>
ALSA: hda - Add dock support for ThinkPad X260
Takashi Iwai <tiwai@suse.de>
ALSA: pcxhr: Fix missing mutex unlock
Lu, Han <han.lu@intel.com>
ALSA: hda - add PCI ID for Intel Broxton-T
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Keep powering up ADCs on Cirrus codecs
Bastien Nocera <hadess@hadess.net>
ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
Takashi Iwai <tiwai@suse.de>
ALSA: hda - Don't trust the reported actual power state
Tony Luck <tony.luck@intel.com>
x86 EDAC, sb_edac.c: Take account of channel hashing when needed
Tony Luck <tony.luck@intel.com>
x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
Jan Beulich <JBeulich@suse.com>
x86/mm/xen: Suppress hugetlbfs in PV guests
Peter Zijlstra <peterz@infradead.org>
sched/cgroup: Fix/cleanup cgroup teardown/init
Robert Jarzmik <robert.jarzmik@free.fr>
mtd: nand: pxa3xx_nand: fix dmaengine initialization
Robert Jarzmik <robert.jarzmik@free.fr>
dmaengine: pxa_dma: fix the maximum requestor line
Peter Ujfalusi <peter.ujfalusi@ti.com>
dmaengine: edma: Remove dynamic TPTC power management feature
Peter Ujfalusi <peter.ujfalusi@ti.com>
dmaengine: omap-dma: Fix polled channel completion detection and handling
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
dmaengine: hsu: correct residue calculation of active descriptor
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
dmaengine: hsu: correct use of channel status register
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
dmaengine: dw: fix master selection
Seth Forshee <seth.forshee@canonical.com>
debugfs: Make automount point inodes permanently empty
Rui Salvaterra <rsalvaterra@gmail.com>
lib: lz4: fixed zram with lz4 on big endian machines
Ahmed Samy <f.fallen45@gmail.com>
dm cache metadata: fix cmd_read_lock() acquiring write lock
Mike Snitzer <snitzer@redhat.com>
dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros
Lars-Peter Clausen <lars@metafoo.de>
usb: gadget: f_fs: Fix use-after-free
Robert Dobrowolski <robert.dobrowolski@linux.intel.com>
usb: hcd: out of bounds access in for_each_companion
Peter Griffin <peter.griffin@linaro.org>
usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers
Lu Baolu <baolu.lu@linux.intel.com>
usb: xhci: fix wild pointers in xhci_mem_cleanup
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT
Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: resume USB 3 roothub first
Rafal Redzimski <rafal.f.redzimski@intel.com>
usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host
Jerome Marchand <jmarchan@redhat.com>
assoc_array: don't call compare_object() on a node
Lokesh Vutla <lokeshvutla@ti.com>
ARM: OMAP2+: hwmod: Fix updating of sysconfig register
Nishanth Menon <nm@ti.com>
ARM: OMAP2: Fix up interconnect barrier initialization for DRA7
Patrick Uiterwijk <patrick@puiterwijk.org>
ARM: mvebu: Correct unit address for linksys
Tero Kristo <t-kristo@ti.com>
ARM: dts: am43xx: fix edma memcpy channel allocation
Lokesh Vutla <lokeshvutla@ti.com>
ARM: dts: AM43x-epos: Fix clk parent for synctimer
Marc Zyngier <marc.zyngier@arm.com>
KVM: arm/arm64: Handle forward time correction gracefully
David Matlack <dmatlack@google.com>
kvm: x86: do not leak guest xcr0 into host interrupt handlers
Tony Luck <tony.luck@intel.com>
x86/mce: Avoid using object after free in genpool
Ard Biesheuvel <ard.biesheuvel@linaro.org>
efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping
Ming Lei <ming.lei@canonical.com>
block: loop: fix filesystem corruption in case of aio/dio
Ming Lei <ming.lei@canonical.com>
block: partition: initialize percpuref before sending out KOBJ_ADD
Ulf Hansson <ulf.hansson@linaro.org>
mmc: block: Use the mmc host device index as the mmcblk device index
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/am33xx.dtsi | 2 +-
arch/arm/boot/dts/am4372.dtsi | 4 +-
arch/arm/boot/dts/am43x-epos-evm.dts | 5 +
arch/arm/boot/dts/armada-375.dtsi | 2 +-
arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +-
arch/arm/boot/dts/pxa3xx.dtsi | 2 +-
arch/arm/mach-exynos/Kconfig | 1 +
arch/arm/mach-omap2/cpuidle34xx.c | 69 ++++++++-
arch/arm/mach-omap2/io.c | 1 +
arch/arm/mach-omap2/omap_hwmod.c | 8 +-
arch/arm/mach-prima2/Kconfig | 1 +
arch/powerpc/include/uapi/asm/cputable.h | 1 +
arch/powerpc/kernel/prom.c | 26 ++--
arch/s390/include/asm/pci.h | 3 +-
arch/x86/crypto/sha-mb/sha1_mb.c | 4 +-
arch/x86/include/asm/hugetlb.h | 1 +
arch/x86/kernel/apic/vector.c | 3 +-
arch/x86/kernel/cpu/mcheck/mce-genpool.c | 4 +-
arch/x86/kvm/x86.c | 10 +-
arch/x86/mm/kmmio.c | 88 ++++++++----
block/partition-generic.c | 13 +-
crypto/rsa-pkcs1pad.c | 12 +-
drivers/acpi/acpica/nsinit.c | 2 +
drivers/acpi/acpica/tbxfload.c | 14 ++
drivers/acpi/acpica/utxfinit.c | 25 ++--
drivers/base/power/domain.c | 2 +-
drivers/base/power/opp/core.c | 10 +-
drivers/block/loop.c | 6 +
drivers/block/paride/pd.c | 4 +-
drivers/block/paride/pt.c | 4 +-
drivers/bus/imx-weim.c | 2 +-
drivers/bus/uniphier-system-bus.c | 2 +-
drivers/char/tpm/tpm2-cmd.c | 22 +--
drivers/cpufreq/intel_pstate.c | 5 +
drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +
drivers/crypto/ccp/ccp-crypto-sha.c | 3 +
drivers/crypto/talitos.c | 87 ++++++++----
drivers/dma/dw/core.c | 34 +++--
drivers/dma/edma.c | 38 +----
drivers/dma/hsu/hsu.c | 9 +-
drivers/dma/hsu/hsu.h | 3 +
drivers/dma/omap-dma.c | 22 ++-
drivers/dma/pxa_dma.c | 39 +++--
drivers/edac/i7core_edac.c | 2 +-
drivers/edac/sb_edac.c | 32 ++++-
drivers/extcon/extcon-max77843.c | 2 +-
drivers/firmware/efi/arm-init.c | 18 ++-
drivers/firmware/efi/efi.c | 1 +
drivers/firmware/efi/vars.c | 37 +++--
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 1 +
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c | 2 +-
drivers/gpu/drm/drm_dp_mst_topology.c | 29 +++-
drivers/gpu/drm/i915/intel_csr.c | 3 +-
drivers/gpu/drm/i915/intel_display.c | 2 +-
drivers/gpu/drm/i915/intel_dp_mst.c | 8 +-
drivers/gpu/drm/i915/intel_lrc.c | 6 +-
drivers/gpu/drm/i915/intel_pm.c | 33 ++++-
drivers/gpu/drm/i915/intel_ringbuffer.c | 42 ++++--
drivers/gpu/drm/i915/intel_uncore.c | 6 +-
drivers/gpu/drm/nouveau/nvkm/core/ramht.c | 6 +-
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 2 +
drivers/gpu/drm/qxl/qxl_display.c | 13 +-
drivers/gpu/drm/qxl/qxl_drv.h | 2 +
drivers/gpu/drm/radeon/evergreen.c | 154 +++++++++++++++++++-
drivers/gpu/drm/radeon/evergreen_reg.h | 46 ++++++
drivers/gpu/drm/radeon/radeon_atpx_handler.c | 8 +-
drivers/gpu/drm/radeon/radeon_connectors.c | 7 +-
drivers/gpu/drm/radeon/radeon_device.c | 8 +-
drivers/gpu/drm/radeon/radeon_ttm.c | 2 +
drivers/gpu/drm/radeon/si_dpm.c | 1 +
drivers/gpu/drm/ttm/ttm_bo.c | 17 +--
drivers/hwtracing/stm/Kconfig | 1 +
drivers/i2c/busses/i2c-cpm.c | 4 +-
drivers/i2c/busses/i2c-exynos5.c | 24 +++-
drivers/infiniband/core/cache.c | 3 +-
drivers/infiniband/core/ucm.c | 4 +
drivers/infiniband/core/ucma.c | 3 +
drivers/infiniband/core/uverbs_main.c | 5 +
drivers/infiniband/hw/mlx5/main.c | 2 +-
drivers/infiniband/hw/qib/qib_file_ops.c | 5 +
drivers/input/misc/pmic8xxx-pwrkey.c | 7 +-
drivers/input/tablet/gtco.c | 10 +-
drivers/iommu/amd_iommu.c | 87 ++++++++++--
drivers/iommu/dma-iommu.c | 4 +-
drivers/irqchip/irq-mxs.c | 2 +-
drivers/irqchip/irq-sunxi-nmi.c | 4 +-
drivers/md/dm-cache-metadata.c | 64 +++++----
drivers/media/usb/usbvision/usbvision-video.c | 7 -
drivers/media/v4l2-core/videobuf2-core.c | 20 ++-
drivers/media/v4l2-core/videobuf2-memops.c | 2 +-
drivers/media/v4l2-core/videobuf2-v4l2.c | 20 +--
drivers/misc/Kconfig | 2 +-
drivers/misc/ad525x_dpot.c | 2 +-
drivers/misc/cxl/irq.c | 1 -
drivers/misc/mic/scif/scif_rma.c | 7 +-
drivers/mmc/card/block.c | 18 +--
drivers/mmc/host/Kconfig | 1 +
drivers/mmc/host/sdhci-acpi.c | 81 +++++++++++
drivers/mtd/nand/brcmnand/brcmnand.c | 34 ++++-
drivers/mtd/nand/nand_base.c | 10 +-
drivers/mtd/nand/pxa3xx_nand.c | 2 +-
drivers/mtd/spi-nor/spi-nor.c | 46 +-----
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 2 +
drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 -
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 +-
drivers/net/wireless/marvell/mwifiex/sta_event.c | 10 +-
drivers/net/wireless/marvell/mwifiex/wmm.c | 6 +-
drivers/ntb/hw/amd/ntb_hw_amd.c | 30 ----
drivers/ntb/test/ntb_perf.c | 21 +--
drivers/pci/host/pci-imx6.c | 20 ++-
drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 9 +-
drivers/pinctrl/pinctrl-single.c | 6 +-
drivers/platform/x86/toshiba_acpi.c | 2 +-
drivers/pwm/pwm-brcmstb.c | 4 +-
drivers/regulator/s5m8767.c | 13 +-
drivers/rtc/rtc-ds1685.c | 8 +-
drivers/rtc/rtc-hym8563.c | 2 +-
drivers/rtc/rtc-max77686.c | 2 +-
drivers/rtc/rtc-rx8025.c | 1 -
drivers/rtc/rtc-vr41xx.c | 13 +-
drivers/scsi/device_handler/Kconfig | 8 +-
drivers/scsi/megaraid/megaraid_sas_base.c | 3 +-
drivers/spi/spi-rockchip.c | 19 ++-
drivers/staging/rdma/hfi1/TODO | 2 +-
drivers/staging/rdma/hfi1/file_ops.c | 6 +
drivers/thermal/rockchip_thermal.c | 11 +-
drivers/usb/core/hcd-pci.c | 9 ++
drivers/usb/gadget/function/f_fs.c | 5 +-
drivers/usb/host/xhci-mem.c | 6 +
drivers/usb/host/xhci-pci.c | 5 +-
drivers/usb/host/xhci-plat.c | 13 ++
drivers/usb/host/xhci-plat.h | 2 +-
drivers/usb/host/xhci-ring.c | 3 +-
drivers/usb/host/xhci.c | 24 +++-
drivers/usb/host/xhci.h | 2 +
drivers/usb/usbip/usbip_common.c | 11 ++
drivers/video/fbdev/Kconfig | 1 -
drivers/video/fbdev/amba-clcd.c | 15 +-
drivers/video/fbdev/da8xx-fb.c | 7 +-
fs/btrfs/disk-io.c | 2 +-
fs/btrfs/tests/btrfs-tests.c | 6 -
fs/btrfs/tests/free-space-tree-tests.c | 1 +
fs/debugfs/inode.c | 2 +-
fs/ext4/crypto.c | 4 +
fs/ext4/inode.c | 6 +-
fs/f2fs/crypto_policy.c | 3 +-
fs/f2fs/data.c | 13 +-
fs/f2fs/dir.c | 8 ++
fs/f2fs/file.c | 6 +-
fs/f2fs/namei.c | 12 +-
fs/f2fs/super.c | 165 +++++++++++++---------
fs/proc/task_mmu.c | 33 ++++-
include/asm-generic/futex.h | 8 +-
include/drm/drm_cache.h | 2 +
include/keys/trusted-type.h | 2 +-
include/linux/cgroup-defs.h | 1 +
include/linux/cpuset.h | 6 -
include/linux/mlx5/device.h | 11 ++
include/linux/mm.h | 4 +
include/media/videobuf2-core.h | 8 ++
include/rdma/ib.h | 16 +++
include/sound/hda_i915.h | 5 +-
include/uapi/linux/v4l2-dv-timings.h | 30 ++--
kernel/cgroup.c | 7 +-
kernel/cpuset.c | 4 +-
kernel/events/core.c | 15 +-
kernel/futex.c | 27 +++-
kernel/locking/mcs_spinlock.h | 8 +-
kernel/sched/core.c | 35 ++---
kernel/workqueue.c | 29 ++++
lib/assoc_array.c | 4 +-
lib/lz4/lz4defs.h | 21 +--
lib/mpi/mpicoder.c | 39 ++---
mm/huge_memory.c | 6 +-
mm/memcontrol.c | 37 ++---
mm/memory.c | 40 ++++++
mm/migrate.c | 8 +-
mm/slub.c | 22 +--
mm/vmscan.c | 2 +-
net/netlink/af_netlink.c | 2 +-
net/sunrpc/cache.c | 6 +-
net/wireless/nl80211.c | 2 +-
scripts/kconfig/confdata.c | 12 +-
security/keys/trusted.c | 11 +-
sound/hda/hdac_i915.c | 62 ++++++--
sound/pci/hda/hda_generic.c | 6 +-
sound/pci/hda/hda_intel.c | 59 +-------
sound/pci/hda/patch_cirrus.c | 14 ++
sound/pci/hda/patch_hdmi.c | 1 +
sound/pci/hda/patch_realtek.c | 2 +
sound/pci/pcxhr/pcxhr_core.c | 1 +
sound/soc/codecs/rt5640.c | 2 +-
sound/soc/codecs/rt5640.h | 36 ++---
sound/soc/codecs/ssm4567.c | 5 +
sound/soc/samsung/s3c-i2s-v2.c | 2 +-
sound/soc/samsung/s3c-i2s-v2.h | 2 +-
sound/soc/soc-dapm.c | 7 +
tools/perf/Documentation/perf-stat.txt | 8 ++
tools/perf/ui/browsers/hists.c | 85 ++++++-----
tools/perf/util/event.c | 2 +-
tools/perf/util/evlist.c | 4 +-
tools/perf/util/evsel.h | 6 +-
tools/perf/util/intel-pt.c | 2 +-
virt/kvm/arm/arch_timer.c | 49 +++++--
212 files changed, 2004 insertions(+), 955 deletions(-)
next reply other threads:[~2016-05-03 0:09 UTC|newest]
Thread overview: 191+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 0:09 Greg Kroah-Hartman [this message]
2016-05-03 0:10 ` [PATCH 4.5 001/200] mmc: block: Use the mmc host device index as the mmcblk device index Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 002/200] block: partition: initialize percpuref before sending out KOBJ_ADD Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 003/200] block: loop: fix filesystem corruption in case of aio/dio Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 004/200] efi/arm64: Dont apply MEMBLOCK_NOMAP to UEFI memory map mapping Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 005/200] x86/mce: Avoid using object after free in genpool Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 006/200] kvm: x86: do not leak guest xcr0 into host interrupt handlers Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 007/200] KVM: arm/arm64: Handle forward time correction gracefully Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 008/200] ARM: dts: AM43x-epos: Fix clk parent for synctimer Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 009/200] ARM: dts: am43xx: fix edma memcpy channel allocation Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 010/200] ARM: mvebu: Correct unit address for linksys Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 011/200] ARM: OMAP2: Fix up interconnect barrier initialization for DRA7 Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 012/200] ARM: OMAP2+: hwmod: Fix updating of sysconfig register Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 013/200] assoc_array: dont call compare_object() on a node Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 014/200] usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 015/200] xhci: resume USB 3 roothub first Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 016/200] usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 017/200] usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 018/200] usb: xhci: fix wild pointers in xhci_mem_cleanup Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 019/200] xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 020/200] usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 021/200] usb: hcd: out of bounds access in for_each_companion Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 022/200] usb: gadget: f_fs: Fix use-after-free Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 023/200] dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 024/200] dm cache metadata: fix cmd_read_lock() acquiring write lock Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 025/200] lib: lz4: fixed zram with lz4 on big endian machines Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 026/200] debugfs: Make automount point inodes permanently empty Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 027/200] dmaengine: dw: fix master selection Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 028/200] dmaengine: hsu: correct use of channel status register Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 029/200] dmaengine: hsu: correct residue calculation of active descriptor Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 030/200] dmaengine: omap-dma: Fix polled channel completion detection and handling Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 031/200] dmaengine: edma: Remove dynamic TPTC power management feature Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 032/200] dmaengine: pxa_dma: fix the maximum requestor line Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 033/200] mtd: nand: pxa3xx_nand: fix dmaengine initialization Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 034/200] sched/cgroup: Fix/cleanup cgroup teardown/init Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 035/200] x86/mm/xen: Suppress hugetlbfs in PV guests Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 036/200] x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 037/200] x86 EDAC, sb_edac.c: Take account of channel hashing when needed Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 038/200] ALSA: hda - Dont trust the reported actual power state Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 039/200] ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 040/200] ALSA: hda - Keep powering up ADCs on Cirrus codecs Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 041/200] ALSA: hda - add PCI ID for Intel Broxton-T Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 042/200] ALSA: pcxhr: Fix missing mutex unlock Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 043/200] ALSA: hda - Add dock support for ThinkPad X260 Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 044/200] ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDW Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 045/200] asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic() Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 046/200] futex: Handle unlock_pi race gracefully Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 047/200] futex: Acknowledge a new waiter in counter before plist Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 048/200] drm/nouveau/core: use vzalloc for allocating ramht Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 049/200] drm/qxl: fix cursor position with non-zero hotspot Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 051/200] Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control" Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 053/200] [media] usbvision: revert commit 588afcc1 Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 054/200] Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control" Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 055/200] cpufreq: intel_pstate: Fix processing for turbo activation ratio Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 056/200] s390/pci: add extra padding to function measurement block Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 057/200] iwlwifi: pcie: lower the debug level for RSA semaphore access Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 058/200] iwlwifi: mvm: fix memory leak in paging Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 059/200] crypto: rsa-pkcs1pad - fix dst len Greg Kroah-Hartman
2016-05-03 0:10 ` [PATCH 4.5 060/200] crypto: ccp - Prevent information leakage on export Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 061/200] crypto: sha1-mb - use corrcet pointer while completing jobs Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 062/200] crypto: talitos - fix crash in talitos_cra_init() Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 063/200] crypto: talitos - fix AEAD tcrypt tests Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 064/200] powerpc: scan_features() updates incorrect bits for REAL_LE Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 065/200] powerpc: Update cpu_user_features2 in scan_features() Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 066/200] powerpc: Update TM user feature bits " Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 067/200] nl80211: check netlink protocol in socket release notification Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 068/200] netlink: dont send NETLINK_URELEASE for unbound sockets Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 069/200] Input: gtco - fix crash on detecting device without endpoints Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 070/200] Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delay Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 071/200] xen kconfig: dont "select INPUT_XEN_KBDDEV_FRONTEND" Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 072/200] pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 073/200] pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffs Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 074/200] iommu/amd: Fix checking of pci dma aliases Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 075/200] iommu/dma: Restore scatterlist offsets correctly Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 077/200] drm/amdgpu: use defines for CRTCs and AMFT blocks Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 078/200] drm/amdgpu: bump the afmt limit for CZ, ST, Polaris Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 079/200] amdgpu/uvd: add uvd fw version for amdgpu Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 080/200] drm/amdgpu: fix regression on CIK (v2) Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 081/200] drm/radeon: add a quirk for a XFX R9 270X Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 082/200] drm/radeon: fix initial connector audio value Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 084/200] drm/radeon: fix vertical bars appear on monitor (v2) Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 085/200] drm: Loongson-3 doesnt fully support wc memory Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 086/200] drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queries Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 088/200] drm/dp/mst: Restore primary hub guid on resume Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 089/200] drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1() Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 090/200] pwm: brcmstb: Fix check of devm_ioremap_resource() return code Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 096/200] drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers() Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 097/200] drm/i915/skl: Fix DMC load on Skylake J0 and K0 Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 098/200] drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 099/200] drm/i915: Fixup the free space logic in ring_prepare Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 100/200] drm/i915: Force ringbuffers to not be at offset 0 Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 103/200] video: ARM CLCD: runtime check for Versatile Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 104/200] perf intel-pt: Fix segfault tracing transactions Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 105/200] i2c: cpm: Fix build break due to incompatible pointer types Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 106/200] i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock prepared Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 107/200] ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 108/200] mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 109/200] toshiba_acpi: Fix regression caused by hotkey enabling value Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 110/200] EDAC: i7core, sb_edac: Dont return NOTIFY_BAD from mce_decoder callback Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 111/200] ASoC: s3c24xx: use const snd_soc_component_driver pointer Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 112/200] ASoC: ssm4567: Reset device before regcache_sync() Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 113/200] ASoC: dapm: Make sure we have a card when displaying component widgets Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 114/200] ASoC: rt5640: Correct the digital interface data select Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 115/200] [media] vb2-memops: Fix over allocation of frame vectors Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 116/200] [media] media: vb2: Fix regression on poll() for RW mode Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 117/200] [media] videobuf2-core: Check user space planes array in dqbuf Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 118/200] [media] videobuf2-v4l2: Verify planes array in buffer dequeueing Greg Kroah-Hartman
2016-05-11 16:31 ` Mauro Carvalho Chehab
2016-05-03 0:11 ` [PATCH 4.5 119/200] [media] v4l2-dv-timings.h: fix polarity for 4k formats Greg Kroah-Hartman
2016-05-03 0:11 ` [PATCH 4.5 120/200] cxl: Keep IRQ mappings on context teardown Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 121/200] IB/core: Fix oops in ib_cache_gid_set_default_gid Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 122/200] mwifiex: fix IBSS data path issue Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 123/200] IB/mlx5: Expose correct max_sge_rd limit Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 124/200] IB/security: Restrict use of the write() interface Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 125/200] efi: Fix out-of-bounds read in variable_matches() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 126/200] efi: Expose non-blocking set_variable() wrapper to efivars Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 127/200] x86/apic: Handle zero vector gracefully in clear_vector_irq() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 128/200] workqueue: fix ghost PENDING flag while doing MQ IO Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 129/200] slub: clean up code for kmem cgroup support to kmem_cache_free_bulk Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 130/200] cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callback Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 131/200] memcg: relocate charge moving from ->attach to ->post_attach Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 132/200] mm: exclude HugeTLB pages from THP page_mapped() logic Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 133/200] mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 134/200] numa: fix /proc/<pid>/numa_maps for THP Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 135/200] mm: vmscan: reclaim highmem zone if buffer_heads is over limit Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 136/200] mm/hwpoison: fix wrong num_poisoned_pages accounting Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 137/200] USB: usbip: fix potential out-of-bounds write Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 138/200] locking/mcs: Fix mcs_spin_lock() ordering Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 139/200] spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 140/200] irqchip/sunxi-nmi: Fix error check of of_io_request_and_map() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 141/200] irqchip/mxs: " Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 142/200] regulator: s5m8767: fix get_register() error handling Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 143/200] paride: make verbose parameter an int again Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 144/200] scsi_dh: force modular build if SCSI is a module Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 145/200] fbdev: da8xx-fb: fix videomodes of lcd panels Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 146/200] lib/mpi: Endianness fix Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 147/200] misc/bmp085: Enable building as a module Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 148/200] misc: mic/scif: fix wrap around tests Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 149/200] PM / OPP: Initialize u_volt_min/max to a valid value Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 150/200] PM / Domains: Fix removal of a subdomain Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 151/200] rtc: hym8563: fix invalid year calculation Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 153/200] rtc: ds1685: passing bogus values to irq_restore Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 154/200] rtc: rx8025: remove rv8803 id Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 155/200] rtc: max77686: Properly handle regmap_irq_get_virq() error code Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 156/200] drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errors Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 157/200] perf evlist: Reference count the cpu and thread maps at set_maps() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 158/200] perf tools: Fix perf script python database export crash Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 159/200] spi: rockchip: modify DMA max burst to 1 Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 160/200] x86/mm/kmmio: Fix mmiotrace for hugepages Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 161/200] ext4: fix NULL pointer dereference in ext4_mark_inode_dirty() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 162/200] f2fs crypto: fix corrupted symlink in encrypted case Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 163/200] f2fs: slightly reorganize read_raw_super_block Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 164/200] f2fs: cover large section in sanity check of super Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 165/200] ext4/fscrypto: avoid RCU lookup in d_revalidate Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 166/200] f2fs: do f2fs_balance_fs when block is allocated Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 167/200] f2fs: dont need to call set_page_dirty for io error Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 168/200] f2fs crypto: handle unexpected lack of encryption keys Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 169/200] f2fs crypto: make sure the encryption info is initialized on opendir(2) Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 170/200] bus: uniphier-system-bus: fix condition of overlap check Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 171/200] mtd: spi-nor: remove micron_quad_enable() Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 172/200] mtd: brcmnand: Fix v7.1 register offsets Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 174/200] perf hists browser: Only offer symbol scripting when a symbol is under the cursor Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 175/200] perf hists browser: Fix dump to show correct callchain style Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 177/200] perf stat: Document --detailed option Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 178/200] ntb: perf test: fix address space confusion Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 179/200] NTB: Remove _addr functions from ntb_hw_amd Greg Kroah-Hartman
2016-05-03 0:12 ` [PATCH 4.5 180/200] perf/core: Dont leak event in the syscall error path Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 181/200] perf/core: Fix time tracking bug with multiplexing Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 182/200] perf hists: Fix determination of a callchain nodes childlessness Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 184/200] ARM: prima2: always enable reset controller Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 185/200] ARM: EXYNOS: select THERMAL_OF Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 186/200] ARM: dts: armada-375: use armada-370-sata for SATA Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 187/200] ARM: dts: pxa: fix dma engine node to pxa3xx-nand Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 188/200] ARM: dts: am33xx: Fix GPMC dma properties Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 189/200] ARM: dts: am437x: " Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 190/200] bus: imx-weim: Take the status property value into account Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 191/200] btrfs: fix memory leak of fs_info in block group cache Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 192/200] btrfs: cleaner_kthread() doesnt need explicit freeze Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 193/200] unbreak allmodconfig KCONFIG_ALLCONFIG= Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 194/200] thermal: rockchip: fix a impossible condition caused by the warning Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 195/200] sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 196/200] megaraid_sas: add missing curly braces in ioctl handler Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 197/200] tpm: fix checks for policy digest existence in tpm2_seal_trusted() Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 198/200] tpm: fix: set continueSession attribute for the unseal operation Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 199/200] stm class: Select CONFIG_SRCU Greg Kroah-Hartman
2016-05-03 0:13 ` [PATCH 4.5 200/200] extcon: max77843: Use correct size for reading the interrupt register Greg Kroah-Hartman
2016-05-03 7:39 ` [PATCH 4.5 000/200] 4.5.3-stable review Guenter Roeck
2016-05-03 18:21 ` Greg Kroah-Hartman
2016-05-04 2:25 ` Guenter Roeck
2016-05-03 14:59 ` Shuah Khan
2016-05-03 18:18 ` Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160503000554.631204776@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--cc=shuah.kh@samsung.com \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).