[PATCH 4.4 103/146] iio: humidity: hdc100x: correct humidity integration time mask

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Alison Schofield commit 0e35cf5ce00d873d6e529d2b2cd7598d52438051 upstream. Apply the correct mask to enable all available humidity integration times. Currently, the

[PATCH 4.4 102/146] iio: proximity: as3935: fix buffer stack trashing

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Matt Ranostay commit 37b1ba2c68cfbe37f5f45bb91bcfaf2b016ae6a1 upstream. Buffer wasn't of a valid size to allow the timestamp, and correct padding. This patchset also moves

[PATCH 4.4 137/146] 53c700: fix BUG on untagged commands

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: James Bottomley commit 8beb330044d0d1878c7b92290e91c0b889e92633 upstream. The untagged command case in the 53c700 driver has been broken since host wide tags were

[PATCH 4.4 101/146] iio: proximity: as3935: remove triggered buffer processing

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Matt Ranostay commit 7d0643634ea567969bf3f3ed6193a9d6fc75653b upstream. Triggered buffers shouldn't return processed data, and the respective conversion was overflowing

[PATCH 4.6 087/203] base: make module_create_drivers_dir race-free

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby commit 7e1b1fc4dabd6ec8e28baa0708866e13fa93c9b3 upstream. Modules which register drivers via standard path (driver_register) in parallel can cause a warning:

[PATCH 4.6 088/203] iommu/rockchip: Fix zap cache during device attach

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: John Keeping commit ae8a7910fb0568531033bd6ebe65590f7a4fa6e2 upstream. rk_iommu_command() takes a struct rk_iommu and iterates over the slave MMUs, so this is doubly wrong

[PATCH 4.6 085/203] HID: multitouch: enable palm rejection for Windows Precision Touchpad

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Allen Hung commit 6dd2e27a103d716921cc4a1a96a9adc0a8e3ab57 upstream. The usage Confidence is mandary to Windows Precision Touchpad devices. If it is examined in

Re: [Xen-devel] [PATCH linux v2 0/9] xen: pvhvm: support bootup on secondary vCPUs

2016-07-25 Thread Stefano Stabellini
On Mon, 25 Jul 2016, Julien Grall wrote: > On 25/07/16 14:39, Vitaly Kuznetsov wrote: > > Julien Grall writes: > > > > > Hi David, > > > > > > On 25/07/16 13:38, David Vrabel wrote: > > > > On 30/06/16 16:56, Vitaly Kuznetsov wrote: > > > > > It may happen that Xen's and

[PATCH 4.6 133/203] drm/amd/powerplay: fix incorrect voltage table value for tonga

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Huang Rui commit 1dfefee8939b07dd65a35bb78f6a06df85578301 upstream. Signed-off-by: Huang Rui Reviewed-by: Alex Deucher

[char-misc-next v2 5/9] mei: add wrapper for queuing control commands.

2016-07-25 Thread Tomas Winkler
Enclose the boiler plate code of allocating a control/hbm command cb and enqueueing it onto ctrl_wr.list in a convenient wrapper mei_cl_enqueue_ctrl_wr_cb(). This is a preparatory patch for enabling consecutive reads. Signed-off-by: Tomas Winkler --- V2: replace 0 by

[char-misc-next v2 6/9] mei: enqueue consecutive reads

2016-07-25 Thread Tomas Winkler
From: Alexander Usyskin The FW supports only one pending read per host client, in order to support issuing of consecutive reads the driver queues read requests internally and send them to the firmware after pending one has completed. Signed-off-by: Alexander

[char-misc-next v2 0/9] mei: rx enhancements

2016-07-25 Thread Tomas Winkler
This patch series contains mostly fixes and enhancements of the rx path: 1. Better handling of fixed address clients 2. Support for consecutive reads 3. Further amthif client diet V2: 1. Remove patches that were sent twice by mistake 2. Fix one-liner in (mei: add wrapper for queuing control

[char-misc-next v2 7/9] mei: amthif: drop mei_amthif_read

2016-07-25 Thread Tomas Winkler
From: Alexander Usyskin mei_amthif_read have only one difference from mei_read, it is not calling mei_read_start(). Make mei_read_start return immediately for amthif client and drop the special mei_amthif_read function. Signed-off-by: Alexander Usyskin

[char-misc-next v2 3/9] mei: rx flow control counter

2016-07-25 Thread Tomas Winkler
From: Alexander Usyskin Use RX flow control counter in the host client structure to track the number of simultaneous outstanding reads. This eliminates search in queues and makes ground for enabling for parallel read. Signed-off-by: Alexander Usyskin

[char-misc-next v2 1/9] mei: drop redundant krealloc and checks in irq read

2016-07-25 Thread Tomas Winkler
From: Alexander Usyskin The read callback is always prepared with MTU-sized buffer and the FW can't send more than the MTU in one message. Checking for buffer existence and krealloc to increase receive buffer size are redundant and may be safely discarded.

[PATCH 4.6 135/203] drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctx

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Maarten Lankhorst commit 81e257e964268d050f8e9188becd44d50f241d72 upstream. Atomic updates may acquire more state than initially locked through

[PATCH 4.6 136/203] drm/ttm: Make ttm_bo_mem_compat available

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Sinclair Yeh commit 94477bff390aa4612d2332c8abafaae0a13d6923 upstream. There are cases where it is desired to see if a proposed placement is compatible with a buffer object

[char-misc-next v2 2/9] mei: prepare read cb for fixed address clients on the receive path only.

2016-07-25 Thread Tomas Winkler
From: Alexander Usyskin The read callbacks for the fixed address clients, that don't have flow control are built now on the receive path. In order to have a single allocation place we remove the allocation from the read request. Signed-off-by: Alexander Usyskin

[char-misc-next v2 4/9] mei: use consistent naming for TX control flow credits

2016-07-25 Thread Tomas Winkler
With the introduction of the receive control flow credits prefixed with rx_ we add tx_ prefix to the variables and function used for tracking the transmit control flow credits. Signed-off-by: Tomas Winkler --- V2: resend drivers/misc/mei/client.c | 39

[PATCH 4.6 044/203] thermal: cpu_cooling: fix improper order during initialization

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Lukasz Luba commit f840ab18bdf2e415dac21d09fbbbd2873111bd48 upstream. The freq_table array is not populated before calling thermal_of_cooling_register. The code which

Re: [PATCH v3 3/9] media: adv7180: add support for NEWAVMODE

2016-07-25 Thread Ian Arkver
On 25/07/16 23:04, Steve Longerbeam wrote: On 07/25/2016 12:36 PM, Ian Arkver wrote: On 25/07/16 18:55, Steve Longerbeam wrote: On 07/25/2016 05:04 AM, Ian Arkver wrote: On 23/07/16 18:00, Steve Longerbeam wrote: +#define ADV7180_VSYNC_FIELD_CTL_1_NEWAVMODE 0x02 See below re this value.

Re: [PATCH -next] xtensa: Fix build error due to missing include file

2016-07-25 Thread Max Filippov
On Mon, Jul 25, 2016 at 11:51 PM, Guenter Roeck wrote: > On Mon, Jul 25, 2016 at 11:07:00AM +0300, Max Filippov wrote: >> >>> On Sun, Jul 24, 2016 at 9:00 AM, Guenter Roeck >> >>> wrote: >> >> Heads up: xtensa images build after this patch, but

[PATCH 4.6 040/203] Revert "gpiolib: Split GPIO flags parsing and GPIO configuration"

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 85b03b3033fd4eba82665b3b9902c095a08cc52f upstream. This reverts commit 923b93e451db876d1479d3e4458fce14fec31d1c. Make sure consumers do not overwrite

[PATCH 4.6 008/203] EDAC, sb_edac: Fix rank lookup on Broadwell

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Tony Luck commit c7103f650a11328f28b9fa1c95027db331b7774b upstream. Broadwell made a small change to the rank target register moving the target rank ID field up from bits

[PATCH 4.6 000/203] 4.6.5-stable review

2016-07-25 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.6.5 release. There are 203 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 Jul 27 20:33:38 UTC 2016. Anything

[PATCH 4.6 009/203] futex: Calculate the futex key based on a tail page for file-based futexes

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 077fa7aed17de5022e44bf07dbaf732078b7b5b2 upstream. Mike Galbraith reported that the LTP test case futex_wake04 was broken by commit 65d8fc777f6d ("futex:

[PATCH] staging: comedi: dt2811: add parentheses to fix logic on s->subdev_flags

2016-07-25 Thread Colin King
From: Colin Ian King We need to add parentheses around ternary operations because currently the expression SDF_READABLE | (it->options[2] == 1) always evaluates to true, meaning s->subdev_flags is always assigned SDF_DIFF. Putting the parentheses around the ternarary

Re: linux-next: manual merge of the xen-tip tree with the block tree

2016-07-25 Thread Boris Ostrovsky
On 07/25/2016 06:19 PM, Stephen Rothwell wrote: > Hi Stefano, > > On Mon, 25 Jul 2016 10:29:11 -0700 (PDT) Stefano Stabellini > wrote: >> The To and CC list for these emails is a bit outdated. I want to make >> sure they reach the right people. Could you please add: >> >>

[PATCH 4.6 041/203] autofs braino fix for do_last()

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit e6ec03a25f12b312b7e0c037fe4a6471c4ee5665 upstream. It's an analogue of commit 7500c38a (fix the braino in "namei: massage lookup_slow() to be usable by

[PATCH 3.14 05/53] usb: quirks: Add no-lpm quirk for Acer C120 LED Projector

2016-07-25 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hans de Goede commit 32cb0b37098f4beeff5ad9e325f11b42a6ede56c upstream. The Acer C120 LED Projector is a USB-3 connected pico projector which takes both its power and

[PATCH 3.14 00/53] 3.14.74-stable review

2016-07-25 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.14.74 release. There are 53 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 Jul 27 20:35:00 UTC 2016. Anything

Re: [PATCH 05/32] x86/intel_rdt: Implement scheduling support for Intel RDT

2016-07-25 Thread David Carrillo-Cisneros
On Mon, Jul 25, 2016 at 11:05 AM Luck, Tony wrote: > > On Mon, Jul 25, 2016 at 11:31:24AM -0500, Nilay Vaish wrote: > > I was thinking more about this software caching of CLOSids. How > > likely do you think these CLOSids would be found cached? I think the > > software

[PATCH 3.14 01/53] crypto: ux500 - memmove the right size

2016-07-25 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij commit 19ced623db2fe91604d69f7d86b03144c5107739 upstream. The hash buffer is really HASH_BLOCK_SIZE bytes, someone must have thought that memmove takes

[PATCH 3.14 02/53] sit: correct IP protocol used in ipip6_err

2016-07-25 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Simon Horman [ Upstream commit d5d8760b78d0cfafe292f965f599988138b06a70 ] Since 32b8a8e59c9c ("sit: add IPv4 over IPv4 support") ipip6_err() may be called for

Re: Volunteering for BeFS maintainership

2016-07-25 Thread Luis de Bethencourt
On 25/07/16 22:23, Greg KH wrote: > On Mon, Jul 25, 2016 at 06:21:19PM +0100, Luis de Bethencourt wrote: >> PD: I don't know if there is a formal process for maintainership in the Linux >> kernel community. I am happy to follow that if it exists. > > If no one objects, and you want to do this,

[PATCH 2/4] usb: gadget: f_midi: defaults buflen sizes to 512

2016-07-25 Thread Felipe F. Tonello
512 is the value used by wMaxPacketSize, as specified by the USB Spec. This makes sure this driver uses, by default, the most optimal value for IN and OUT endpoint requests. Signed-off-by: Felipe F. Tonello --- drivers/usb/gadget/function/f_midi.c | 2 +-

[PATCH 1/4] usb: gadget: f_midi: fixed endianness when using wMaxPacketSize

2016-07-25 Thread Felipe F. Tonello
USB spec specifies wMaxPacketSize to be little endian (as other properties), so when using this variable in the driver we should convert to the current CPU endianness if necessary. Signed-off-by: Felipe F. Tonello --- drivers/usb/gadget/function/f_midi.c | 2 +- 1 file

[PATCH 4.4 064/146] vfs: add d_real_inode() helper

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi commit a118084432d642eeccb961c7c8cc61525a941fcb upstream. Needed by the following fix. Signed-off-by: Miklos Szeredi Signed-off-by:

[PATCH 4.4 119/146] ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 62db7152c924e4c060e42b34a69cd39658e8a0dc upstream. vortex_wtdma_bufshift() function does calculate the page index wrongly, first masking then shift, which

[PATCH 4.4 118/146] ALSA: hda / realtek - add two more Thinkpad IDs (5050,5053) for tpt460 fixup

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Jaroslav Kysela commit 0f087ee3f3b86a4507db4ff1d2d5a3880e4cfd16 upstream. See: https://bugzilla.redhat.com/show_bug.cgi?id=1349539 See:

[PATCH 4.4 111/146] tty: vt: Fix soft lockup in fbcon cursor blink timer.

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: David Daney commit 1b45996d2ebf9680ccd0db875fc668aa025f40fd upstream. We are getting somewhat random soft lockups with this signature: [ 86.992215] []

[PATCH 4.4 112/146] tty/vt/keyboard: fix OOB access in do_compute_shiftstate()

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Torokhov commit 510cccb5b0c8868a2b302a0ab524da7912da648b upstream. The size of individual keymap in drivers/tty/vt/keyboard.c is NR_KEYS, which is currently

[PATCH 4.4 110/146] iio:ad7266: Fix probe deferral for vref

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit 68b356eb3d9f5e38910fb62e22a78e2a18d544ae upstream. Currently the ad7266 driver treats any failure to get vref as though the regulator were not present but

[PATCH 4.4 109/146] iio:ad7266: Fix support for optional regulators

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mark Brown commit e5511c816e5ac4909bdd38e85ac344e2b9b8e984 upstream. The ad7266 driver attempts to support deciding between the use of internal and external power supplies

[PATCH 4.4 063/146] arm64: Rework valid_user_regs

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mark Rutland commit dbd4d7ca563fd0a8949718d35ce197e5642d5d9d upstream. We validate pstate using PSR_MODE32_BIT, which is part of the user-provided pstate (and cannot be

[PATCH 4.4 096/146] xen/balloon: Fix declared-but-not-defined warning

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Ross Lagerwall commit 842775f1509054ea969f1787f38d6a0ec2ccfaba upstream. Fix a declared-but-not-defined warning when building with XEN_BALLOON_MEMORY_HOTPLUG=n. This

[PATCH 4.6 179/203] ALSA: hda - fix use-after-free after module unload

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Peter Wu commit ab58d8cc870ef3f0771c197700441936898d1f1d upstream. register_vga_switcheroo() sets the PM ops from the hda structure which is freed later in azx_free. Make

[PATCH 4.6 182/203] ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit 929e604efa3dc0522214e0dc18984be23993e9f0 upstream. When the support for the Marvell crypto engine was added in the Device Tree of

[PATCH 4.6 121/203] drm/nouveau/disp/sor/gf119: select correct sor when poking training pattern

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit 217215041b9285af2193a755b56a8f3ed408bfe2 upstream. Fixes a regression caused by a stupid thinko from "disp/sor/gf119: both links use the same training

Re: [RFC PATCH 2/2] mm, mempool: do not throttle PF_LESS_THROTTLE tasks

2016-07-25 Thread Mikulas Patocka
On Sat, 23 Jul 2016, NeilBrown wrote: > "dirtying ... from the reclaim context" ??? What does that mean? > According to > Commit: 26eecbf3543b ("[PATCH] vm: pageout throttling") > From the history tree, the purpose of throttle_vm_writeout() is to > limit the amount of memory that is

[PATCH 4.6 165/203] ALSA: dummy: Fix a use-after-free at closing

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit d5dbbe6569481bf12dcbe3e12cff72c5f78d272c upstream. syzkaller fuzzer spotted a potential use-after-free case in snd-dummy driver when hrtimer is used as

[PATCH 4.6 175/203] ALSA: usb-audio: Fix quirks code is not called

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Kazuki Oikawa commit 76df52969711ae3725a98f26fbbc6a349803dcbf upstream. snd_usb_{set_interface,ctl_msg}_quirk checks chip->usb_id to need calling a quirks code. But existed code

[PATCH 4.6 180/203] ALSA: hda: add AMD Stoney PCI ID with proper driver caps

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Awais Belal commit d716fb03f76411fc7e138692e33b749cada5c094 upstream. This allows the device to correctly show up as ATI HDMI rather than a generic one and allows the

[PATCH 4.6 144/203] PCI: Fix unaligned accesses in VC code

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: David Miller commit ef0dab4aae14e25efddf1577736f8450132800c5 upstream. The save/restore buffers for VC state is first composed of a 2-byte control register, then a bunch

[PATCH 4.6 177/203] ALSA: pcm: Free chmap at PCM free callback, too

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit a8ff48cb70835f48de5703052760312019afea55 upstream. The chmap ctls assigned to PCM streams are freed in the PCM disconnect callback. However, since the

Re: [GIT PULL] /dev/random driver changes for 4.8

2016-07-25 Thread Stephen Rothwell
Hi Ted, On Mon, 25 Jul 2016 10:24:07 -0400 Theodore Ts'o wrote: > > On Mon, Jul 25, 2016 at 05:15:15PM +1000, Stephen Rothwell wrote: > > > > Should I reinstate the random tree to linux-next? > > Yes, please do. It was getting zero-day checks, and I assumed it was > in

Re: [GIT PULL] perf changes for v4.8

2016-07-25 Thread Stephen Rothwell
Hi Stephen, On Tue, 26 Jul 2016 07:21:23 +1000 Stephen Rothwell wrote: > > Hi Ingo, > > On Mon, 25 Jul 2016 17:35:36 +0200 Ingo Molnar wrote: > > > > * Ingo Molnar wrote: > > > > > > > > * Stephen Rothwell

[PATCH 4.6 203/203] ovl: warn instead of error if d_type is not supported

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Vivek Goyal commit e7c0b5991dd1be7b6f6dc2b54a15a0f47b64b007 upstream. overlay needs underlying fs to support d_type. Recently I put in a patch in to detect this condition

Re: [GIT PULL] perf changes for v4.8

2016-07-25 Thread Stephen Rothwell
Hi Linus, On Mon, 25 Jul 2016 14:45:53 -0700 Linus Torvalds wrote: > > On Mon, Jul 25, 2016 at 2:21 PM, Stephen Rothwell > wrote: > > > > Actually, the perf tree on its own was enough to trigger the build > > problem, the luto-next tree

Re: Volunteering for BeFS maintainership

2016-07-25 Thread Greg KH
On Mon, Jul 25, 2016 at 06:21:19PM +0100, Luis de Bethencourt wrote: > PD: I don't know if there is a formal process for maintainership in the Linux > kernel community. I am happy to follow that if it exists. If no one objects, and you want to do this, send a real patch and away you go! Good

Re: coresight: next v4.7-rc5

2016-07-25 Thread Greg KH
On Mon, Jul 25, 2016 at 03:44:18PM -0600, Mathieu Poirier wrote: > On 25 July 2016 at 14:36, Greg KH wrote: > > On Mon, Jul 25, 2016 at 10:17:36AM -0600, Mathieu Poirier wrote: > >> Good day Greg, > >> > >> A while back I sent a set of CoreSight related patches for you

[PATCH 4.6 114/203] drm/nouveau/bios/disp: fix handling of "match any protocol" entries

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit bc9139d23f6b038e32bcd2dffdee70a8d76b3976 upstream. As it turns out, a value of 0xff means "any protocol" and not "VGA". Signed-off-by: Ben Skeggs

[PATCH 4.6 127/203] drm: make drm_atomic_set_mode_prop_for_crtc() more reliable

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Tomi Valkeinen commit 6709887c448d1cff51b52d09763c7b834ea5f0be upstream. drm_atomic_set_mode_prop_for_crtc() does not clear the state->mode, so old data may be left

[PATCH 4.6 123/203] drm/i915/fbc: Disable on HSW by default for now

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Lyude commit 1e3fa0acfec677e915d7de5ac6e1f18cfa4f805b upstream. >From https://bugs.freedesktop.org/show_bug.cgi?id=96461 : This was kind of a difficult bug to track down. If

[PATCH 4.6 112/203] drm/dp/mst: Always clear proposed vcpi table for port.

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Grodzovsky commit fd2d2bac6e79b0be91ab86a6075a0c46ffda658a upstream. Not clearing mst manager's proposed vcpis table for destroyed connectors when the

[PATCH 4.6 125/203] drm/i915: Update ifdeffery for mutex->owner

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit b19240062722c39fa92c99f04cbfd93034625123 upstream. In commit 7608a43d8f2e ("locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate") the owner

[PATCH 4.6 130/203] drm/amd/powerplay: need to notify system bios pcie device ready

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Rex Zhu commit 0a4fef559b69ae2e682c98f31d53a225fbda78bd upstream. before request performance state. Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher

Re: [PATCH 4.4 043/146] sched/fair: Fix cfs_rq avg tracking underflow

2016-07-25 Thread bsegall
Greg Kroah-Hartman writes: > 4.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Peter Zijlstra > > commit 8974189222159154c55f24ddad33e3613960521a upstream. > > As per commit: > >

[PATCH 4.6 131/203] drm/amd/powerplay: fix logic error.

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Rex Zhu commit 1d7b84d12af8312b52316029f1fa0fa4eac3c9e4 upstream. the error lead powerplay can't get display info in DGPU case. store_cc6_data just implement in APU.

[PATCH 4.6 115/203] drm/nouveau/disp/sor/gf119: both links use the same training register

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Ben Skeggs commit a8953c52b95167b5d21a66f0859751570271d834 upstream. It appears that, for whatever reason, both link A and B use the same register to control the training

[PATCH 4.6 071/203] net_sched: fix mirrored packets checksum

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong [ Upstream commit 82a31b9231f02d9c1b7b290a46999d517b0d312a ] Similar to commit 9b368814b336 ("net: fix bridge multicast packet checksum validation") we

[PATCH 4.6 128/203] drm: Wrap direct calls to driver->gem_free_object from CMA

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit afe705be38f1e65b173868486944377186b9f206 upstream. Since the introduction of (struct_mutex) lockless GEM bo freeing, there are a pair of driver

[PATCH 4.6 129/203] drm/amd/powerplay: fix bug that function parameter was incorect.

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Rex Zhu commit 576b4401b1971fe40be4cfd379430a61cd8426b2 upstream. Wrong value passed to acpi_pcie_perf_request. Signed-off-by: Rex Zhu Reviewed-by: Alex

[PATCH 4.6 126/203] drm: add missing drm_mode_set_crtcinfo call

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Tomi Valkeinen commit b201e743f42d143f4bcdcb14587caf7cb1d99229 upstream. When setting mode via MODE_ID property, drm_atomic_set_mode_prop_for_crtc() does not call

[PATCH 4.6 060/203] ARM: imx6ul: Fix Micrel PHY mask

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 20c15226d1c73150c4d9107301cac5dda0b7f995 upstream. The value used for Micrel PHY mask is not correct. Use the MICREL_PHY_ID_MASK definition instead.

[PATCH 4.6 054/203] make nfs_atomic_open() call d_drop() on all ->open_context() errors.

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit d20cb71dbf3487f24549ede1a8e2d67579b4632e upstream. In "NFSv4: Move dentry instantiation into the NFSv4-specific atomic open code" unconditional d_drop()

Re: linux-next: manual merge of the xen-tip tree with the block tree

2016-07-25 Thread Stephen Rothwell
Hi Stefano, On Mon, 25 Jul 2016 10:29:11 -0700 (PDT) Stefano Stabellini wrote: > > The To and CC list for these emails is a bit outdated. I want to make > sure they reach the right people. Could you please add: > > boris.ostrov...@oracle.com > david.vra...@citrix.com

[PATCH 4.6 055/203] NFS: Fix another OPEN_DOWNGRADE bug

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit e547f2628327fec6afd2e03b46f113f614cca05b upstream. Olga Kornievskaia reports that the following test fails to trigger an OPEN_DOWNGRADE

[PATCH 4.6 067/203] mm: Export migrate_page_move_mapping and migrate_page_copy

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit 1118dce773d84f39ebd51a9fe7261f9169cb056e upstream. Export these symbols such that UBIFS can implement ->migratepage. Signed-off-by: Richard

[PATCH 4.6 031/203] cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit 9bd616e3dbedfc103f158197c8ad93678849b1ed upstream. The cpuidle_devices per-CPU variable is only defined when CPU_IDLE is enabled. Commit

Re: [PATCH v15 04/10] arm64: Kprobes with single stepping support

2016-07-25 Thread David Long
On 07/25/2016 01:13 PM, Catalin Marinas wrote: On Fri, Jul 22, 2016 at 11:51:32AM -0400, David Long wrote: On 07/22/2016 06:16 AM, Catalin Marinas wrote: On Thu, Jul 21, 2016 at 02:33:52PM -0400, David Long wrote: On 07/21/2016 01:23 PM, Marc Zyngier wrote: On 21/07/16 17:33, David Long

[PATCH 4.6 026/203] of: irq: fix of_irq_get[_byname]() kernel-doc

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit 3993546646baf1dab5f5c4f7d9bb58f2046fd1c1 upstream. The kernel-doc for the of_irq_get[_byname]() is clearly inadequate in describing

[PATCH 4.6 042/203] rtlwifi: Fix scheduling while atomic error from commit 49f86ec21c01

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit de26859dcf363d520cc44e59f6dcaf20ebe0aadf upstream. Commit 49f86ec21c01 ("rtlwifi: Change long delays to sleeps") was correct for most cases;

[PATCH 4.6 043/203] uvc: Forward compat ioctls to their handlers directly

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit a44323e2a8f342848bb77e8e04fcd85fcb91b3b4 upstream. The current code goes through a lot of indirection just to call a known handler. Simplify it: just

[PATCH 4.6 011/203] IB/cm: Fix a recently introduced locking bug

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit 943f44d94aa26bfdcaafc40d3701e24eeb58edce upstream. ib_cm_notify() can be called from interrupt context. Hence do not reenable interrupts

[PATCH 4.6 028/203] locking/ww_mutex: Report recursive ww_mutex locking early

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit 0422e83d84ae24b933e4b0d4c1e0f0b4ae8a0a3b upstream. Recursive locking for ww_mutexes was originally conceived as an exception. However, it is

[PATCH 4.6 004/203] mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Martin Willi commit 62397da50bb20a6b812c949ef465d7e69fe54bb6 upstream. A wmediumd that does not send this attribute causes a NULL pointer dereference, as the attribute

[PATCH 4.6 014/203] powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Guilherme G. Piccoli commit 8445a87f7092bc8336ea1305be9306f26b846d93 upstream. Commit 39baadbf36ce ("powerpc/eeh: Remove eeh information from pci_dn") changed the

[PATCH 4.4 070/146] drm/amdgpu/gfx7: fix broken condition check

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 8b18300c13a1e08e152f6b6a430faac84f986231 upstream. Wrong operator. Reported-by: David Binderman Signed-off-by:

[PATCH] iio: ad5755: fix off-by-one on devnr limit check

2016-07-25 Thread Colin King
From: Colin Ian King The comparison for devnr limits is off-by-one, the current check allows 0 to AD5755_NUM_CHANNELS and the limit should be in fact 0 to AD5755_NUM_CHANNELS - 1. This can lead to an out of bounds write to pdata->dac[devnr]. Fix this by replacing >

[PATCH 4.4 069/146] drm/radeon: fix asic initialization for virtualized environments

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 05082b8bbd1a0ffc74235449c4b8930a8c240f85 upstream. When executing in a PCI passthrough based virtuzliation environment, the hypervisor will

[PATCH 4.4 054/146] HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Scott Bauer commit 93a2001bdfd5376c3dc2158653034c20392d15c5 upstream. This patch validates the num_values parameter from userland during the HIDIOCGUSAGES and

[PATCH] iio: orientation: Add BNO055 9-axis Absolute Orientation Sensor driver

2016-07-25 Thread navin patidar
BNO055 provides the following motion sensors data: * Gyroscope * Accelerometer * Magnetometer * Absolute Orientation (Quaternion) Signed-off-by: navin patidar --- drivers/iio/orientation/Kconfig | 10 + drivers/iio/orientation/Makefile | 1 +

[PATCH 4.4 125/146] ALSA: hda/realtek - add new pin definition in alc225 pin quirk table

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Hui Wang commit 8a132099f080d7384bb6ab4cc168f76cb4b47d08 upstream. We have some Dell laptops which can't detect headset mic, the machines use the codec ALC225, they

[PATCH 4.4 100/146] iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Matt Ranostay commit 5138806f16c74c7cb8ac3e408a859c79eb7c9567 upstream. IIO_CHAN_INFO_RAW was returning processed data which was incorrect. This also adds the

[PATCH 4.4 126/146] ALSA: pcm: Free chmap at PCM free callback, too

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit a8ff48cb70835f48de5703052760312019afea55 upstream. The chmap ctls assigned to PCM streams are freed in the PCM disconnect callback. However, since the

[PATCH 4.4 130/146] ARM: sunxi/dt: make the CHIP inherit from allwinner,sun5i-a13

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Boris Brezillon commit 5fc39d347267bd029fcc9099c70e2fe2d53130e9 upstream. The sun4i-timer driver registers its sched_clock only if the machine is compatible

[PATCH 4.4 136/146] s390: fix test_fp_ctl inline assembly contraints

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Martin Schwidefsky commit bcf4dd5f9ee096bd1510f838dd4750c35df4e38b upstream. The test_fp_ctl function is used to test if a given value is a valid floating-point

[PATCH 4.4 123/146] ALSA: hda - Add PCI ID for Kabylake-H

2016-07-25 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Vinod Koul commit 6858107e78b4ecb9f244db814ffbdba1b5ce759b upstream. Kabylake-H shows up as PCI ID 0xa2f0. We missed adding this earlier with other KBL IDs.

[PATCH 4.6 101/203] af_unix: fix hard linked sockets on overlay

2016-07-25 Thread Greg Kroah-Hartman
4.6-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi commit eb0a4a47ae89aaa0674ab3180de6a162f3be2ddf upstream. Overlayfs uses separate inodes even in the case of hard links on the underlying filesystems. This

  1   2   3   4   5   6   7   8   9   10   >