Re: [PATCH] drm/i915: Fix ilk watermarks calculation when primary plane is disabled

2015-05-21 Thread Ander Conselvan De Oliveira
On Wed, 2015-05-20 at 16:53 +0300, Jani Nikula wrote: > On Wed, 20 May 2015, Ander Conselvan de Oliveira > wrote: > > On Fedora 21 or 22, when the transition from the X server to the wayland > > compositor is done, the CRTC with the login screen is left active with a > > disabled fb. A cursor ioc

Re: [PATCH v2] libsas: fix "sysfs group not found" warnings at port teardown time

2015-05-21 Thread Luis Henriques
On Wed, May 20, 2015 at 07:00:53PM -0400, Dan Williams wrote: > Praveen reports: > > After some debugging this is what I have found > > sas_phye_loss_of_signal gets triggered on phy_event from mvsas > sas_phye_loss_of_signal calls sas_deform_port > sas_deform_port pos

v3.12.43 build: 0 failures 82 warnings (v3.12.43)

2015-05-21 Thread Build bot for Mark Brown
Tree/Branch: v3.12.43 Git describe: v3.12.43 Commit: bce42abf2e Linux 3.12.43 Build Time: 59 min 47 sec Passed:8 / 8 (100.00 %) Failed:0 / 8 ( 0.00 %) Errors: 0 Warnings: 82 Section Mismatches: 3 --- defcon

Re: a old issue of ext4 on lts 3.10

2015-05-21 Thread Alex Shi
Hi Greg, It was reported this commit could save few seconds sometime in consequence writing on smart phone. commit 7afe5aa59ed3da7b6161617e7f157c7c680dc41e ext4: convert write_begin methods to stable_page_writes semantics > The patch helps because most of storage today doesn't require that t

Linux 3.12.43

2015-05-21 Thread Jiri Slaby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I'm announcing the release of the 3.12.43 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.12.y and can be

[PATCH v2 1/3] usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros

2015-05-21 Thread Subbaraya Sundeep Bhatta
Fixed the incorrect macro definitions correctly as per databook. Signed-off-by: Subbaraya Sundeep Bhatta Fixes: b09bb64239c8 (usb: dwc3: gadget: implement Global Command support) Cc: #v3.5+ --- v2 changes: Added Fixes and Cc in commit message. drivers/usb/dwc3/core.h |4 ++-- 1 fil

[PATCH v2 3/3] usb: dwc3: gadget: return error if command sent to DEPCMD register fails

2015-05-21 Thread Subbaraya Sundeep Bhatta
We need to return error to caller if command is not sent to controller succesfully. Signed-off-by: Subbaraya Sundeep Bhatta Fixes: 72246da40f37 (usb: Introduce DesignWare USB3 DRD Driver) Cc: --- v2 changes: Added Fixes and Cc in commit message. drivers/usb/dwc3/gadget.c |2 ++ 1 f

[PATCH v2 2/3] usb: dwc3: gadget: return error if command sent to DGCMD register fails

2015-05-21 Thread Subbaraya Sundeep Bhatta
We need to return error to caller if command is not sent to controller succesfully. Signed-off-by: Subbaraya Sundeep Bhatta Fixes: b09bb64239c8 (usb: dwc3: gadget: implement Global Command support) Cc: #v3.5+ --- v2 changes: Added Fixes and Cc in commit message. drivers/usb/dwc3/gadget

[patch added to the 3.12 stable tree] netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()

2015-05-21 Thread Jiri Slaby
From: Ian Wilson This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === [ upstream commit 78146572b9cd20452da47951812f35b1ad4906be ] nfnl_cthelper_parse_tuple() is called from nfnl_cthelper_new(), nfnl_cthelper_get() and nfnl_cthelper

[patch added to the 3.12 stable tree] gpio: squelch a compiler warning

2015-05-21 Thread Jiri Slaby
From: Martin Kaiser This patch has been added to the 3.12 stable tree. If you have any objections, please let us know. === drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_find_and_xlate': drivers/gpio/gpiolib-of.c:52:21: warning: assignment makes integer from pointer without a

Re: [PATCH] drm/i915: Fix ilk watermarks calculation when primary plane is disabled

2015-05-21 Thread Josh Boyer
On Thu, May 21, 2015 at 3:21 AM, Ander Conselvan De Oliveira wrote: > On Wed, 2015-05-20 at 16:53 +0300, Jani Nikula wrote: >> On Wed, 20 May 2015, Ander Conselvan de Oliveira >> wrote: >> > On Fedora 21 or 22, when the transition from the X server to the wayland >> > compositor is done, the CRT

Re: [PATCH] drm/i915: Fix ilk watermarks calculation when primary plane is disabled

2015-05-21 Thread Jani Nikula
On Thu, 21 May 2015, Josh Boyer wrote: > On Thu, May 21, 2015 at 3:21 AM, Ander Conselvan De Oliveira > wrote: >> On Wed, 2015-05-20 at 16:53 +0300, Jani Nikula wrote: >>> On Wed, 20 May 2015, Ander Conselvan de Oliveira >>> wrote: >>> > On Fedora 21 or 22, when the transition from the X server

Applied "regulator: max77686: fix gpio_enabled shift wrapping bug" to the regulator tree

2015-05-21 Thread Mark Brown
The patch regulator: max77686: fix gpio_enabled shift wrapping bug has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Chris Wilson
On Tue, May 19, 2015 at 03:41:48PM +0100, Chris Wilson wrote: > On Mon, May 11, 2015 at 04:25:52PM +0100, Chris Wilson wrote: > > On Mon, May 11, 2015 at 12:34:37PM +0200, Daniel Vetter wrote: > > > On Mon, May 11, 2015 at 08:51:36AM +0100, Chris Wilson wrote: > > > > With the advent of mmap(wc), w

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Daniel Vetter
On Thu, May 21, 2015 at 02:00:34PM +0100, Chris Wilson wrote: > On Tue, May 19, 2015 at 03:41:48PM +0100, Chris Wilson wrote: > > On Mon, May 11, 2015 at 04:25:52PM +0100, Chris Wilson wrote: > > > On Mon, May 11, 2015 at 12:34:37PM +0200, Daniel Vetter wrote: > > > > On Mon, May 11, 2015 at 08:51:

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Chris Wilson
On Thu, May 21, 2015 at 03:07:54PM +0200, Daniel Vetter wrote: > On Thu, May 21, 2015 at 02:00:34PM +0100, Chris Wilson wrote: > > On Tue, May 19, 2015 at 03:41:48PM +0100, Chris Wilson wrote: > > > On Mon, May 11, 2015 at 04:25:52PM +0100, Chris Wilson wrote: > > > > On Mon, May 11, 2015 at 12:34:

[PATCH 1/5] fs: Fix S_NOSEC handling

2015-05-21 Thread Jan Kara
file_remove_suid() could mistakenly set S_NOSEC inode bit when root was modifying the file. As a result following writes to the file by ordinary user would avoid clearing suid or sgid bits. Fix the bug by checking actual mode bits before setting S_NOSEC. CC: stable@vger.kernel.org Signed-off-by:

Re: [Intel-gfx] [PATCH] drm/plane-helper: Adapt cursor hack to transitional helpers

2015-05-21 Thread Mario Kleiner
On 05/20/2015 10:36 AM, Daniel Vetter wrote: In commit f02ad907cd9e7fe3a6405d2d005840912f1ed258 Author: Daniel Vetter Date: Thu Jan 22 16:36:23 2015 +0100 drm/atomic-helpers: Recover full cursor plane behaviour we've added a hack to atomic helpers to never to vblank waits for cursor up

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Daniel Vetter
On Thu, May 21, 2015 at 02:13:01PM +0100, Chris Wilson wrote: > On Thu, May 21, 2015 at 03:07:54PM +0200, Daniel Vetter wrote: > > On Thu, May 21, 2015 at 02:00:34PM +0100, Chris Wilson wrote: > > > On Tue, May 19, 2015 at 03:41:48PM +0100, Chris Wilson wrote: > > > > On Mon, May 11, 2015 at 04:25:

Re: [PATCH] USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board

2015-05-21 Thread Johan Hovold
On Tue, May 19, 2015 at 10:03:01AM +0200, Patrick Riphagen wrote: > This adds support for new Xsens device, Motion Tracker Development Board, > using Xsens' own Vendor ID > > Signed-off-by: Patrick Riphagen Applied, thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe stab

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Chris Wilson
On Thu, May 21, 2015 at 04:21:46PM +0200, Daniel Vetter wrote: > Hm right. What about emphasising this a bit more in the comment: > > /* >* Empirical evidence indicates that we need a write barrier to >* make sure write-combined writes (both to the gtt, but also to >*

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Daniel Vetter
On Thu, May 21, 2015 at 04:22:55PM +0100, Chris Wilson wrote: > On Thu, May 21, 2015 at 04:21:46PM +0200, Daniel Vetter wrote: > > Hm right. What about emphasising this a bit more in the comment: > > > > /* > > * Empirical evidence indicates that we need a write barrier to > > * make

v3.18.14 build: 0 failures 33 warnings (v3.18.14)

2015-05-21 Thread Build bot for Mark Brown
Tree/Branch: v3.18.14 Git describe: v3.18.14 Commit: 51af817611 Linux 3.18.14 Build Time: 127 min 45 sec Passed:9 / 9 (100.00 %) Failed:0 / 9 ( 0.00 %) Errors: 0 Warnings: 33 Section Mismatches: 0 --- defco

Re: [PATCH v2] drm: Only create a cmdline mode if no probed modes match

2015-05-21 Thread Chris Wilson
On Mon, Apr 20, 2015 at 03:41:48PM +0200, Radek Dostál wrote: > On 04/20/2015 03:28 PM, Chris Wilson wrote: > > The intention of using video=: is primarily to select > > the user's preferred resolution at startup. Currently we always create a > > new mode irrespective of whether the monitor has a n

Re: [PATCH] dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boards

2015-05-21 Thread Dinh Nguyen
Hi Krzysztof, On 05/20/2015 07:34 PM, Krzysztof Kozlowski wrote: > The pl330 device could hang infinitely on certain boards when DMA > channels are terminated. > > It was caused by lack of runtime resume when executing > pl330_terminate_all() which calls the _stop() function. _stop() accesses > d

Re: a old issue of ext4 on lts 3.10

2015-05-21 Thread gre...@linuxfoundation.org
On Thu, May 21, 2015 at 05:28:28PM +0800, Alex Shi wrote: > Hi Greg, > > It was reported this commit could save few seconds sometime in > consequence writing on smart phone. > > commit 7afe5aa59ed3da7b6161617e7f157c7c680dc41e > ext4: convert write_begin methods to stable_page_writes semantics

[stable request 3.4] x86/reboot: Fix a warning message triggered by stop_other_cpus()

2015-05-21 Thread Vinson Lee
Please backport upstream 3.5 commit 55c844a4dd16a4d1fdc0cf2a283ec631a02ec448 "x86/reboot: Fix a warning message triggered by stop_other_cpus()" to stable tree 3.4. commit 55c844a4dd16a4d1fdc0cf2a283ec631a02ec448 Author: Feng Tang Date: Wed May 30 23:15:41 2012 +0800 x86/reboot: Fix a warni

staging: vt6655: Upstream fixes for 3.19

2015-05-21 Thread Malcolm Priestley
The following upstream fixes issue with TX path for 3.19 and apply cleanly in the following order. commit 187e2a81805f4b7ba1acf118aed8937a718d894c staging: vt6655: move setting of PSTxDesc->buff_addr to vnt_tx_packet commit d17f4c8a42256dae6aa598bdbc00eff8b38cc949 staging: vt6655: Fix TD_FLAGS

[stable request 3.2 3.4 3.10] perf tools: Fix build with perl 5.18

2015-05-21 Thread Vinson Lee
Hi. Please backport upstream 3.12 commit 575bf1d04e908469d26da424b52fc1b12a1db9d8 "perf tools: Fix build with perl 5.18" to stable kernels 3.2, 3.4, and 3.10. commit 575bf1d04e908469d26da424b52fc1b12a1db9d8 Author: Kirill A. Shutemov Date: Mon Jun 24 11:43:14 2013 +0300 perf tools: Fix bu

[PATCH 05/10] iwlwifi: mvm: Free fw_status after use to avoid memory leak

2015-05-21 Thread Emmanuel Grumbach
From: Haim Dreyfuss fw_status is the only pointer pointing to a block of memory allocated above and should be freed after use. Note: this come from Klockwork static analyzer. Cc: stable@vger.kernel.org [3.19+] Fixes: 2021a89d7b8a ("iwlwifi: mvm: treat netdetect wake up separately") Signed-off-by

[PATCH 09/10] iwlwifi: mvm: clean net-detect info if device was reset during suspend

2015-05-21 Thread Emmanuel Grumbach
From: Luciano Coelho If the device is reset during suspend with net-detect enabled, we leave the net-detect information dangling and this causes the next suspend to fail with a warning: [21795.351010] WARNING: at /root/iwlwifi/iwlwifi-stack-dev/drivers/net/wireless/iwlwifi/mvm/d3.c:989 __iwl_m

Re: [Intel-gfx] [PATCH] drm/i915: Unconditionally flush writes before execbuffer

2015-05-21 Thread Jesse Barnes
On 05/21/2015 06:00 AM, Chris Wilson wrote: > On Tue, May 19, 2015 at 03:41:48PM +0100, Chris Wilson wrote: >> On Mon, May 11, 2015 at 04:25:52PM +0100, Chris Wilson wrote: >>> On Mon, May 11, 2015 at 12:34:37PM +0200, Daniel Vetter wrote: On Mon, May 11, 2015 at 08:51:36AM +0100, Chris Wilson

Linux 3.18.14

2015-05-21 Thread Sasha Levin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm announcing the release of the 3.18.14 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be br

[PATCH stable 1/2] libata: Update Crucial/Micron blacklist

2015-05-21 Thread Ben Hutchings
From: "Martin K. Petersen" Date: Fri, 27 Mar 2015 15:17:20 -0400 commit ff7f53fb82a7801a778e5902bdbbc5e195ab0de0 upstream. Micron has released an updated firmware (MU02) for M510/M550/MX100 drives to fix the issues with queued TRIM. Queued TRIM remains broken on M500 but is working fine on later

[PATCH stable 2/2] libata: Blacklist queued TRIM on Samsung SSD 850 Pro

2015-05-21 Thread Ben Hutchings
From: "Martin K. Petersen" Date: Fri, 27 Mar 2015 15:17:21 -0400 commit 6fc4d97a4987c5d247655a157a9377996626221a upstream. Blacklist queued TRIM on this drive for now. Reported-by: Stefan Keller Signed-off-by: Martin K. Petersen Signed-off-by: Tejun Heo [bwh: Backported to 3.16: adjust conte

[PATCH 3.14] sb_edac: Fix erroneous bytes->gigabytes conversion

2015-05-21 Thread Vinson Lee
From: Jim Snow commit 8c009100295597f23978c224aec5751a365bc965 upstream. Signed-off-by: Jim Snow Signed-off-by: Lukasz Anaczkowski Signed-off-by: Mauro Carvalho Chehab [ vlee: Backported to 3.14. Adjusted context. ] Signed-off-by: Vinson Lee --- drivers/edac/sb_edac.c | 38 +

Re: [stable request 3.4-3.18] sb_edac: Fix erroneous bytes->gigabytes conversion

2015-05-21 Thread Vinson Lee
On Sun, Apr 26, 2015 at 3:50 AM, Greg KH wrote: > On Fri, Apr 10, 2015 at 06:00:26PM -0700, Vinson Lee wrote: >> Please consider upstream 3.19 commit >> 8c009100295597f23978c224aec5751a365bc965 "sb_edac: Fix erroneous >> bytes->gigabytes conversion" for stable trees 3.4 - 3.18. >> >> This patch ad

Re: [Intel-gfx] [PATCH] drm/plane-helper: Adapt cursor hack to transitional helpers

2015-05-21 Thread Jani Nikula
On Thu, 21 May 2015, Mario Kleiner wrote: > On 05/20/2015 10:36 AM, Daniel Vetter wrote: >> In >> >> commit f02ad907cd9e7fe3a6405d2d005840912f1ed258 >> Author: Daniel Vetter >> Date: Thu Jan 22 16:36:23 2015 +0100 >> >> drm/atomic-helpers: Recover full cursor plane behaviour >> >> we've ad

Re: [PATCH v2] drm: Only create a cmdline mode if no probed modes match

2015-05-21 Thread Jani Nikula
On Mon, 20 Apr 2015, Chris Wilson wrote: > The intention of using video=: is primarily to select > the user's preferred resolution at startup. Currently we always create a > new mode irrespective of whether the monitor has a native mode at the > desired resolution. This has the issue that we may t