Re: [RFC PATCH 0/6] Those patches is used for dw_hdmi audio.

2014-12-15 Thread Jean-Francois Moine
On Mon, 15 Dec 2014 12:00:13 + Russell King - ARM Linux wrote: > I really don't want to end up in another cocked up situation like > what happened with the Dove audio, where it became politically > impossible for the SolidRun platform to be properly supported by > mainline kernels. Hi

Re: [PATCH 3.18 15/19] move d_rcu from overlapping d_child to overlapping d_alias

2014-12-15 Thread Josh Boyer
On Sun, Dec 14, 2014 at 12:21:26PM -0800, Greg Kroah-Hartman wrote: >3.18-stable review patch. If anyone has any objections, please let me know. > >-- > >From: Al Viro > >commit 946e51f2bf37f1656916eb75bd0742ba33983c28 upstream. > >Signed-off-by: Al Viro >Signed-off-by: Greg

Re: [PATCH V3 1/1] Drivers: hv: vmbus: Fix a bug in vmbus_establish_gpadl()

2014-12-15 Thread Andy Whitcroft
On Sun, Dec 14, 2014 at 11:59:19PM -0800, Jeremiah Mahler wrote: > KY Srinivasan, > > On Mon, Dec 15, 2014 at 07:00:45AM +, KY Srinivasan wrote: > > > > > > > -Original Message- > > > From: Jeremiah Mahler [mailto:jmmah...@gmail.com] > > > Sent: Wednesday, December 10, 2014 6:10 PM

Re: [PATCH] staging: rtl8723au: Fix sparse warnings

2014-12-15 Thread Jes Sorensen
Krzysztof Konopko writes: > Some struct fields in wifi.h are meant to be __le16 but were declared as > unsigned short. This was reported by sparse: > > rtw_wlan_util.c:538:24: warning: cast to restricted __le16 > rtw_wlan_util.c:1544:29: warning: cast to restricted __le16 >

Re: [PATCH] mfd: cottula: add cottula board

2014-12-15 Thread Robert Jarzmik
Arnd Bergmann writes: > On Monday 15 December 2014 00:10:06 Robert Jarzmik wrote: >> + >> + platform_set_drvdata(pdev, cot); >> + cot->gpio0 = gpiod_get(>dev, "lubbock_irq", 0); >> + if (IS_ERR(cot->gpio0)) { >> + dev_err(>dev, "Couldn't request GPIO : ret =

Re: [PATCH V3 00/22] perf tools: Introduce an abstraction for Instruction Tracing

2014-12-15 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 15, 2014 at 04:13:06PM +0100, Jiri Olsa escreveu: > On Mon, Dec 15, 2014 at 08:09:53AM -0700, David Ahern wrote: > > On 12/15/14 2:08 AM, Adrian Hunter wrote: > > >On 12/12/14 20:53, Arnaldo Carvalho de Melo wrote: > > >>Em Fri, Dec 12, 2014 at 09:13:25AM -0700, David Ahern escreveu: >

Re: [PATCH 1/8] nfs: follow direct I/O write locking convention

2014-12-15 Thread Omar Sandoval
On Mon, Dec 15, 2014 at 07:49:20AM -0500, Trond Myklebust wrote: > On Mon, Dec 15, 2014 at 12:26 AM, Omar Sandoval wrote: > > The generic callers of direct_IO lock i_mutex before doing a write. NFS > > doesn't use the generic write code, so it doesn't follow this > > convention. This is now a

Re: [PATCHv3 0/5] ARM:sunxi:ps2 Added support for A10/A20 ps2 controller.

2014-12-15 Thread Chen-Yu Tsai
Hi, On Mon, Dec 15, 2014 at 11:13 PM, Hans de Goede wrote: > Hi, > > > On 15-12-14 15:13, Vishnu Patekar wrote: >> >> Hi, >> >> On Sun, Dec 14, 2014 at 2:31 PM, Hans de Goede >> wrote: >>> >>> Hi, >>> >>> On 13-12-14 21:01, Vishnu Patekar wrote: Hello Hans, Please find my

Re: [PATCH] staging: rtl8723au: Fix sparse warnings

2014-12-15 Thread Jes Sorensen
Krzysztof Konopko writes: > Some struct fields in wifi.h are meant to be __le16 but were declared as > unsigned short. This was reported by sparse: > > rtw_wlan_util.c:538:24: warning: cast to restricted __le16 > rtw_wlan_util.c:1544:29: warning: cast to restricted __le16 >

[PATCH 0/2] [GIT PULL] tracing: Enable tracepoints early and allow printk to use them

2014-12-15 Thread Steven Rostedt
Linus, As the merge window is still open, and this code was not as complex as I thought it might be. I'm pushing this in now. This will allow Thomas to debug his irq work for 3.20. This adds two new features: 1) Allow traceopoints to be enabled right after mm_init(). By passing in the

[PATCH 1/2] tracing: Move enabling tracepoints to just after rcu_init()

2014-12-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Enabling tracepoints at boot up can be very useful. The tracepoint can be initialized right after RCU has been. There's no need to wait for the early_initcall() to be called. That's too late for some things that can use tracepoints for debugging. Move the logic

[PATCH 2/2] tracing: Add tp_printk cmdline to have tracepoints go to printk()

2014-12-15 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Add the kernel command line tp_printk option that will have tracepoints that are active sent to printk() as well as to the trace buffer. Passing "tp_printk" will activate this. To turn it off, the sysctl /proc/sys/kernel/tracepoint_printk can have '0' echoed

Re: [PATCH] sched/fair: change where we report sched stats V2

2014-12-15 Thread Josef Bacik
On 12/15/2014 05:16 AM, Peter Zijlstra wrote: On Thu, Dec 11, 2014 at 10:59:55AM -0500, Josef Bacik wrote: The schedule stats currently spit out once the entity is being queued, which means if we have stack traces enabled we will get the stack trace of the waker, not of the task being woken.

Re: [PATCH] staging: rtl8723au: Fix sparse warnings

2014-12-15 Thread Jes Sorensen
Krzysztof Konopko writes: > On 12/12/14 19:52, Jes Sorensen wrote: >> Larry Finger writes: >>> On 12/12/2014 05:35 AM, Krzysztof Konopko wrote: I was hunting particularly for inconsistencies with `sparse` and came across this one. But I dug a bit further and I wonder why the driver is

Re: blk-mq oops with today's Linus' kernel

2014-12-15 Thread Jan Kara
On Mon 15-12-14 08:30:05, Jens Axboe wrote: > On 12/15/2014 08:20 AM, Jens Axboe wrote: > >On 12/15/2014 08:19 AM, Jan Kara wrote: > >> Hello, > >> > >> when running xfstests with today's Linus' kernel I've got the > >>following > >>oops: > >>BUG: unable to handle kernel paging request at

[GIT PULL] power supply changes for 3.19

2014-12-15 Thread Sebastian Reichel
Hi, The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9: Linux 3.18-rc5 (2014-11-16 16:36:20 -0800) are available in the git repository at: git://git.infradead.org/battery-2.6.git tags/for-v3.19 for you to fetch changes up to

Re: [PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Jiang Liu
On 2014/12/15 23:13, Joerg Roedel wrote: > Hi, > > here is a patch-set against tip/x86/apic to fix an initialization order > problem with the IRQ remapping code. The problem is in the ordering of > the irq_remapping_prepare and irq_remapping_supported functions. > > Currently the call-order is

Re: blk-mq oops with today's Linus' kernel

2014-12-15 Thread Jens Axboe
On 12/15/2014 08:20 AM, Jens Axboe wrote: On 12/15/2014 08:19 AM, Jan Kara wrote: Hello, when running xfstests with today's Linus' kernel I've got the following oops: BUG: unable to handle kernel paging request at 00100a28 IP: [] autoremove_wake_function+0x23/0x40 PGD 7f566067

[GIT PULL] HSI changes for 3.19

2014-12-15 Thread Sebastian Reichel
Hi Linus, I have a couple of small fixes in the HSI subsystem for the 3.19 merge window. Here is the output from git request-pull: The following changes since commit 58586869599f6bb38aeca71a847cd77bfea74808: Merge tag 'pm+acpi-3.17-final' of

[PATCH] Staging: rtl8712: removed an unnecessary else statement

2014-12-15 Thread Karthik Nayak
As per checkpatch warning, removed an unnecessary else statement proceeding an if statement with a return. Signed-off-by: Karthik Nayak --- drivers/staging/rtl8712/rtl8712_recv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/rtl8712_recv.c

Re: [PATCH 1/1] perf, x86: bug fix for cycles:p and cycles:pp on SLM

2014-12-15 Thread Peter Zijlstra
On Mon, Dec 08, 2014 at 06:27:43AM -0800, kan.li...@intel.com wrote: > +++ b/arch/x86/kernel/cpu/perf_event_intel_ds.c > @@ -568,8 +568,8 @@ struct event_constraint > intel_atom_pebs_event_constraints[] = { > }; > > struct event_constraint intel_slm_pebs_event_constraints[] = { > - /*

[3.16.y-ckt stable] Linux 3.16.7-ckt3 stable review

2014-12-15 Thread Luis Henriques
This is the start of the review cycle for the Linux 3.16.7-ckt3 stable kernel. This version contains 168 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch:

[PATCH 3.16.y-ckt 006/168] qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Hauke commit bb2bdeb83fb125c95e47fc7eca2a3e8f868e2a74 upstream. Added the USB VID/PID for the HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) Signed-off-by: Martin Hauke

Re: [PATCHv3 0/5] ARM:sunxi:ps2 Added support for A10/A20 ps2 controller.

2014-12-15 Thread Hans de Goede
Hi, On 15-12-14 15:13, Vishnu Patekar wrote: Hi, On Sun, Dec 14, 2014 at 2:31 PM, Hans de Goede wrote: Hi, On 13-12-14 21:01, Vishnu Patekar wrote: Hello Hans, Please find my comments inlined. On 12/13/14, Hans de Goede wrote: Hi VishnuPatekar, The patch mangling for this set seems

[PATCH 3.16.y-ckt 009/168] ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Bohac commit 01462405f0c093b2f8dfddafcadcda6c9e4c5cdf upstream. This fixes an old regression introduced by commit b0d0d915 (ipx: remove the BKL). When a recvmsg syscall blocks

[PATCH 3.16.y-ckt 011/168] net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel is set

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Or Gerlitz commit f4a1edd56120249198073aa4a373b77e3700ac8f upstream. Currenly we only support Large-Send and TX checksum offloads for encapsulated traffic of type VXLAN. We must make

[PATCH 3.16.y-ckt 002/168] sparc64: Fix constraints on swab helpers.

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit 5a2b59d3993e8ca4f7788a48a23e5cb303f26954 upstream. We are reading the memory location, so we have to have a memory constraint in there purely for the sake of

Re: blk-mq oops with today's Linus' kernel

2014-12-15 Thread Jens Axboe
On 12/15/2014 08:19 AM, Jan Kara wrote: Hello, when running xfstests with today's Linus' kernel I've got the following oops: BUG: unable to handle kernel paging request at 00100a28 IP: [] autoremove_wake_function+0x23/0x40 PGD 7f566067 PUD 0 Oops: 0002 [#1] SMP Modules linked in:

[PATCH 3.16.y-ckt 010/168] net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Or Gerlitz commit 9737c6ab7afbc950e997ef80cba2c40dbbd16ea4 upstream. This is currently missing, which results in a crash when one attempts to set VXLAN tunnel over the mlx4_en when

[PATCH 3.16.y-ckt 008/168] pptp: fix stack info leak in pptp_getname()

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Krause commit a5f6fc28d6e6cc379c6839f21820e62262419584 upstream. pptp_getname() only partially initializes the stack variable sa, particularly only fills the pptp part of the

[PATCH 3.16.y-ckt 001/168] x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-only

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini commit c1118b3602c2329671ad5ec8bdf8e374323d6343 upstream. On x86_64, kernel text mappings are mapped read-only with CONFIG_DEBUG_RODATA. In that case, KVM will fail to

Re: [PATCH 1/1] perf, x86: bug fix for cycles:p and cycles:pp on SLM

2014-12-15 Thread Peter Zijlstra
On Mon, Dec 08, 2014 at 06:27:43AM -0800, kan.li...@intel.com wrote: > From: Kan Liang > > cycles:p and cycles:pp don't work on SLM since 86a0446 The canonical format for referencing commits is: 86a04461a99f ("perf/x86: Revamp PEBS event selection") > This regression issue is because

[PATCH 3.16.y-ckt 007/168] bonding: fix curr_active_slave/carrier with loadbalance arp monitoring

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov commit b8e4500f42fe4464a33a887579147050bed8fcef upstream. Since commit 6fde8f037e60 ("bonding: fix locking in bond_loadbalance_arp_mon()") we can have a stale

blk-mq oops with today's Linus' kernel

2014-12-15 Thread Jan Kara
Hello, when running xfstests with today's Linus' kernel I've got the following oops: BUG: unable to handle kernel paging request at 00100a28 IP: [] autoremove_wake_function+0x23/0x40 PGD 7f566067 PUD 0 Oops: 0002 [#1] SMP Modules linked in: ext4 jbd2 crc16 netconsole loop raid6_pq

[PATCH 3.16.y-ckt 012/168] target: Don't call TFO->write_pending if data_length == 0

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Roland Dreier commit 885e7b0e181c14e4d0ddd26c688bad2b84c1ada9 upstream. If an initiator sends a zero-length command (e.g. TEST UNIT READY) but sets the transfer direction in the

[PATCH 3.16.y-ckt 013/168] vhost-scsi: Take configfs group dependency during VHOST_SCSI_SET_ENDPOINT

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit ab8edab132829b26dd13db6caca3c242cce35dc1 upstream. This patch addresses a bug where individual vhost-scsi configfs endpoint groups can be removed from below

[PATCH 3.16.y-ckt 003/168] inetdevice: fixed signed integer overflow

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Vincent BENAYOUN commit 84bc88688e3f6ef843aa8803dbcd90168bb89faf upstream. There could be a signed overflow in the following code. The expression, (32-logmask) is comprised between

[PATCH 3.16.y-ckt 015/168] ASoC: fsi: remove unsupported PAUSE flag

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Kuninori Morimoto commit c1b9b9b1ad2df6144ca3fbe6989f7bd9ea5c5562 upstream. FSI doesn't support PAUSE. Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info Signed-off-by:

[PATCH 3.16.y-ckt 018/168] iser-target: Handle DEVICE_REMOVAL event on network portal listener correctly

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Sagi Grimberg commit 3b726ae2de02a406cc91903f80132daee37b6f1b upstream. In this case the cm_id->context is the isert_np, and the cm_id->qp is NULL, so use that to distinct the cases.

[PATCH 3.16.y-ckt 017/168] ib_isert: Add max_send_sge=2 minimum for control PDU responses

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Or Gerlitz commit f57915cfa5b2b14c1cffa2e83c034f55e3f0e70d upstream. This patch adds a max_send_sge=2 minimum in isert_conn_setup_qp() to ensure outgoing control PDU responses with

[PATCH 3.16.y-ckt 019/168] ASoC: dpcm: Fix race between FE/BE updates and trigger

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit ea9d0d771fcd32cd56070819749477d511ec9117 upstream. DPCM can update the FE/BE connection states totally asynchronously from the FE's PCM state. Most of FE/BE

[PATCH 3.16.y-ckt 014/168] srp-target: Retry when QP creation fails with ENOMEM

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit ab477c1ff5e0a744c072404bf7db51bfe1f05b6e upstream. It is not guaranteed to that srp_sq_size is supported by the HCA. So if we failed to create the QP with

[PATCH 3.16.y-ckt 016/168] ASoC: rsnd: remove unsupported PAUSE flag

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Kuninori Morimoto commit 706c66213e5e623e23f521b1acbd8171af7a3549 upstream. R-Car sound doesn't support PAUSE. Remove SNDRV_PCM_INFO_PAUSE flags from snd_pcm_hardware info

[PATCH 5/5] iommu, x86, apic: Remove irq_remapping_supported()

2014-12-15 Thread Joerg Roedel
From: Joerg Roedel The functionality has been moved to irq_remapping_prepare, so remove this function and all its call-backs. Signed-off-by: Joerg Roedel --- arch/x86/kernel/apic/apic.c | 5 - drivers/iommu/amd_iommu.c | 1 - drivers/iommu/amd_iommu_init.c | 5

[PATCH 3.16.y-ckt 023/168] ath9k: Fix RTC_DERIVED_CLK usage

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Miaoqing Pan commit 4e6ce4dc7ce71d0886908d55129d5d6482a27ff9 upstream. Based on the reference clock, which could be 25MHz or 40MHz, AR_RTC_DERIVED_CLK is programmed differently for

[PATCH 3.16.y-ckt 020/168] ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Andreas=20F=C3=A4rber?= commit 62e6a3b6f4e1f9b96fa66ab1cdf2ffd8594df9e9 upstream. This enables the snd_soc_snow module to be auto-loaded. Signed-off-by: Andreas Färber

[PATCH 3.16.y-ckt 021/168] mac80211: Fix regression that triggers a kernel BUG with CCMP

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Ronald Wahl commit 4f031fa9f188b2b0641ac20087d9e16bcfb4e49d upstream. Commit 7ec7c4a9a686c608315739ab6a2b0527a240883c (mac80211: port CCMP to cryptoapi's CCM driver) introduced a

[PATCH 3.16.y-ckt 026/168] ALSA: usb-audio: Add ctrl message delay quirk for Marantz/Denon devices

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Jurgen Kramer commit 6e84a8d7ac3ba246ef44e313e92bc16a1da1b04a upstream. This patch adds a USB control message delay quirk for a few specific Marantz/Denon devices. Without the delay

[PATCH 3.16.y-ckt 004/168] ipv4: Fix incorrect error code when adding an unreachable route

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Panu Matilainen commit 49dd18ba4615eaa72f15c9087dea1c2ab4744cf5 upstream. Trying to add an unreachable route incorrectly returns -ESRCH if if custom FIB rules are present:

[PATCH 4/5] iommu/amd: Check for irq-remap support amd_iommu_prepare()

2014-12-15 Thread Joerg Roedel
From: Joerg Roedel This allows to get rid of the irq_remapping_supported() function and all its call-backs into the Intel and AMD IOMMU drivers. Signed-off-by: Joerg Roedel --- drivers/iommu/amd_iommu_init.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/iommu/amd_iommu_init.c

[PATCH 2/5] iommu/vt-d: Don't check for ecap_ir_support in intel_irq_remapping_supported

2014-12-15 Thread Joerg Roedel
From: Joerg Roedel This check needs an initialized dmar-table and is already done in intel_prepare_irq_remapping(). Signed-off-by: Joerg Roedel --- drivers/iommu/intel_irq_remapping.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/drivers/iommu/intel_irq_remapping.c

[PATCH 0/5] Fix Intel IRQ remapping initialization order

2014-12-15 Thread Joerg Roedel
Hi, here is a patch-set against tip/x86/apic to fix an initialization order problem with the IRQ remapping code. The problem is in the ordering of the irq_remapping_prepare and irq_remapping_supported functions. Currently the call-order is irq_remapping_prepare -> irq_remapping_supported, so

[PATCH 3/5] iommu/vt-d: Move supported-checks to intel_prepare_irq_remapping()

2014-12-15 Thread Joerg Roedel
From: Joerg Roedel The checks for IRQ remapping support rely on ordering with dmar_table_init(), which is called in intel_prepare_irq_remapping(). Move the checks for IRQ remapping support to this function to ensure the right ordering. Signed-off-by: Joerg Roedel ---

Re: [PATCH V3 00/22] perf tools: Introduce an abstraction for Instruction Tracing

2014-12-15 Thread Jiri Olsa
On Mon, Dec 15, 2014 at 08:09:53AM -0700, David Ahern wrote: > On 12/15/14 2:08 AM, Adrian Hunter wrote: > >On 12/12/14 20:53, Arnaldo Carvalho de Melo wrote: > >>Em Fri, Dec 12, 2014 at 09:13:25AM -0700, David Ahern escreveu: > >>>On 12/12/14 6:47 AM, Adrian Hunter wrote: > Here is V3 of some

[PATCH 1/5] iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs

2014-12-15 Thread Joerg Roedel
From: Joerg Roedel IRQ remapping is only supported when all IOMMUs in the system support it. So check if all IOMMUs in the system support IRQ remapping before doing the allocations. Signed-off-by: Joerg Roedel --- drivers/iommu/intel_irq_remapping.c | 10 ++ 1 file changed, 6

[PATCH 3.16.y-ckt 025/168] ASoC: sgtl5000: Fix SMALL_POP bit definition

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit c251ea7bd7a04f1f2575467e0de76e803cf59149 upstream. On a mx28evk with a sgtl5000 codec we notice a loud 'click' sound to happen 5 seconds after the end of a

[PATCH 3.16.y-ckt 029/168] drm/i915: drop WaSetupGtModeTdRowDispatch:snb

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 2208d655a91f9879bd9a39ff9df05dd668b3512c upstream. This reverts the regressing commit 6547fbdbfff62c99e4f7b4f985ff8b3454f33b0f Author: Daniel Vetter Date:

Re: [PATCH 0/2 v2] tracing: Enable tracepoints early and allow printk to use them

2014-12-15 Thread Thomas Gleixner
On Sun, 14 Dec 2014, Steven Rostedt wrote: > As the merge window is still open, and this code was not as complex > as I thought it might be. I'm thinking of pushing this in now. > > This will allow Thomas to debug his irq work for 3.20. > > This code is not that intrusive and I'm currently

[PATCH 3.16.y-ckt 038/168] of: Fix crash if an earlycon driver is not found

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Kevin Cernekee commit ab74d00a39f70e1bc34a01322bb59f3750ca7a8c upstream. __earlycon_of_table_sentinel.compatible is a char[128], not a pointer, so it will never be NULL. Checking it

[PATCH 3.16.y-ckt 037/168] of/irq: Drop obsolete 'interrupts' vs 'interrupts-extended' text

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Bjorn Helgaas commit 66865de4314caca30598244b86817e774c188afa upstream. a9ecdc0fdc54 ("of/irq: Fix lookup to use 'interrupts-extended' property first") updated the description to say

[PATCH 3.16.y-ckt 031/168] drm/i915: Kick fbdev before vgacon

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter commit 0485c9dc24ec0939b42ca5104c0373297506b555 upstream. It's magic, but it seems to work. This fixes a regression introduced in commit

[PATCH 3.16.y-ckt 030/168] drm/i915: Handle failure to kick out a conflicting fb driver

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson commit f96de58fc7e7d3d717c7c63975c3b896c906b5e3 upstream. Signed-off-by: Chris Wilson Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter Signed-off-by: Luis

[PATCH 3.16.y-ckt 036/168] x86, kaslr: Handle Gold linker for finding bss/brk

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 70b61e362187b5fccac206506d402f3424e3e749 upstream. When building with the Gold linker, the .bss and .brk areas of vmlinux are shown as consecutive instead of having

[PATCH 3.16.y-ckt 024/168] ASoC: cs42l51: re-hook of_match_table pointer

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit 2cb1e0259f50c7be88eb277c7442fa74a3ce7c57 upstream. In commit a1253ef6d3fa ("ASoC: cs42l51: split i2c from codec driver"), the I2C part of the CS42L51 was

Re: [PATCH V3 00/22] perf tools: Introduce an abstraction for Instruction Tracing

2014-12-15 Thread David Ahern
On 12/15/14 2:08 AM, Adrian Hunter wrote: On 12/12/14 20:53, Arnaldo Carvalho de Melo wrote: Em Fri, Dec 12, 2014 at 09:13:25AM -0700, David Ahern escreveu: On 12/12/14 6:47 AM, Adrian Hunter wrote: Here is V3 of some more preparatory patches for Intel PT that introduce an abstraction for

[PATCH 3.16.y-ckt 039/168] of/base: Fix PowerPC address parsing hack

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Herrenschmidt commit 746c9e9f92dde2789908e51a354ba90a1962a2eb upstream. We have a historical hack that treats missing ranges properties as the equivalent of an empty one.

[PATCH 3.16.y-ckt 042/168] MIPS: oprofile: Fix backtrace on 64-bit kernel

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Aaro Koskinen commit bbaf113a481b6ce32444c125807ad3618643ce57 upstream. Fix incorrect cast that always results in wrong address for the new frame on 64-bit kernels. Signed-off-by:

[PATCH 3.16.y-ckt 041/168] MIPS: IP27: Fix __node_distances undefined error

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: James Cowgill commit 5829b0ecc584d15ae4eeabe69f2ab554bdec4689 upstream. export the __node_distances symbol in the ip27 memory code to fix the build error: Building modules, stage

[PATCH 3.16.y-ckt 034/168] can: esd_usb2: fix memory leak on disconnect

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Alexey Khoroshilov commit efbd50d2f62fc1f69a3dcd153e63ba28cc8eb27f upstream. It seems struct esd_usb2 dev is not deallocated on disconnect. The patch adds the missing deallocation.

[PATCH 3.16.y-ckt 028/168] x86: Require exact match for 'noxsave' command line option

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Hansen commit 2cd3949f702692cf4c5d05b463f19cd706a92dd3 upstream. We have some very similarly named command-line options: arch/x86/kernel/cpu/common.c:__setup("noxsave",

[PATCH 3.16.y-ckt 046/168] PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Yinghai Lu commit 7fc986d8a9727e5d40da3c2c1c343da6142e82a9 upstream. Aaron reported that a 32-bit x86 kernel with Physical Address Extension (PAE) support complains about bridge

[PATCH 3.16.y-ckt 027/168] bitops: Fix shift overflow in GENMASK macros

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Maxime COQUELIN commit 00b4d9a14125f1e51874def2b9de6092e007412d upstream. On some 32 bits architectures, including x86, GENMASK(31, 0) returns 0 instead of the expected ~0UL. This

[PATCH 3.16.y-ckt 043/168] MIPS: asm: uaccess: Add v1 register to clobber list on EVA

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Markos Chandras commit 58563817cfed0432e9a54476d5fc6c3aeba475e4 upstream. When EVA is turned on and prefetching is being used in memcpy.S, the v1 register is being used as a helper

[PATCH 3.16.y-ckt 044/168] MIPS: lib: memcpy: Restore NOP on delay slot before returning to caller

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Markos Chandras commit 51b1029d9966060c6ad02030e6f251425b4f06c1 upstream. Commit cf62a8b8134dd3 ("MIPS: lib: memcpy: Use macro to build the copy_user code") switched to a macro in

[PATCH 3.16.y-ckt 035/168] x86, mm: Set NX across entire PMD at boot

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 45e2a9d4701d8c624d4a4bcdd1084eae31e92f58 upstream. When setting up permissions on kernel memory at boot, the end of the PMD that was split from bss remained

[PATCH 3.16.y-ckt 051/168] fold swapping ->d_name.hash into switch_names()

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit a28ddb87cdddb0db57466ba7f59f831002f4340c upstream. and do it along with ->d_name.len there Signed-off-by: Linus Torvalds Signed-off-by: Al Viro

[PATCH 3.16.y-ckt 048/168] IB/isert: Adjust CQ size to HW limits

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Moore commit b1a5ad006b34ded9dc7ec64988deba1b3ecad367 upstream. isert has an issue of trying to create a CQ with more CQEs than are supported by the hardware, that currently

[PATCH 3.16.y-ckt 053/168] ARM: pxa: fix hang on startup with DEBUG_LL

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Robert Jarzmik commit cde7fc879969f933614b1256df2625d6ff637bab upstream. The commit 2111667b4677 ("ARM: pxa: call debug_ll_io_init for earlyprintk") triggers in the current kernel

[PATCH 3.16.y-ckt 047/168] ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake up

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 78579b7c7eb45f0e7ec5e9437087ed21749f9a9c upstream. As reported by Dmitry, on some Chromebooks there are devices with corresponding ACPI objects and with

[PATCH 3.16.y-ckt 050/168] x86_64, traps: Stop using IST for #SS

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit 6f442be2fb22be02cafa606f1769fa1e6f894441 upstream. On a 32-bit kernel, this has no effect, since there are no IST stacks. On a 64-bit kernel, #SS can only

[PATCH 3.16.y-ckt 054/168] ALSA: hda_intel: Add Device IDs for Intel Sunrise Point PCH

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: James Ralston commit c8b00fd2f4c504a564adcad5b8bd6952ab850b02 upstream. This patch adds the HD Audio Device IDs for the Intel Sunrise Point PCH. [the item position rearranged by

mm: BUG in release_pages

2014-12-15 Thread Sasha Levin
Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel, I've stumbled on the following spew: [ 263.650215] page:ea0002fde3c0 count:0 mapcount:0 mapping:880057633a31 index:0x803 [ 263.651812] flags: 0x5f80080028(uptodate|lru|swapbacked) [

[PATCH 3.16.y-ckt 032/168] ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Charles Keepax commit 9da7a5a9fdeeb76b2243f6b473363a7e6147ab6f upstream. We should not free any buffers associated with writing out coefficients to the DSP until all the async writes

[PATCH 3.16.y-ckt 057/168] HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Reyad Attiyat commit 46df9dedabc1541f9c45f94ecd2c3c7ab0c3bf23 upstream. Set disconnected flag in struct usbhid when a usb device is removed. Check for disconnected flag before

Re: [PATCH v2 1/3] vt: fix check for system/busy console drivers when unregistering them

2014-12-15 Thread Daniel Vetter
This seems to partially revert commit d9c660e750fdf982e1e2bdd0e76c1e6c4db4217b Author: Daniel Vetter Date: Thu Jun 5 16:29:56 2014 +0200 vt: Fix up unregistration of vt drivers A bunch of issues: - We should not kick out the default console (which is tracked in conswitchp),

[PATCH 3.16.y-ckt 059/168] Bluetooth: Handle Intel USB bootloader with buggy interrupt

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann commit 3a5ef20c979c0f33b6fb2582d04957397a6bf51f upstream. The interrupt interface for the Intel USB bootloader devices is only enabled after receiving SetInterface(0,

[PATCH 3.16.y-ckt 055/168] ALSA: hda_intel: Add DeviceIDs for Sunrise Point-LP

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Devin Ryles commit b4565913460cbd7d86c6bd52913dfaa07fa384aa upstream. This patch adds DeviceIDs for Sunrise Point-LP Signed-off-by: Devin Ryles Signed-off-by: Takashi Iwai

[PATCH 3.16.y-ckt 061/168] Bluetooth: Fix endian and alignment issue with ath3k version handling

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann commit 72dd2b2a44d82118714e0821fa16c65f9e40eb00 upstream. The ath3k driver is treating the version information badly when it comes to loading the right firmware

[PATCH 3.16.y-ckt 056/168] arm64/crypto: fix makefile rule for aes-glue-%.o

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Andreas Schwab commit 7c2105fbe9658d6cee18751568e29579bb58bfec upstream. This fixes the following build failure when building with CONFIG_MODVERSIONS enabled: CC [M]

[PATCH 3.16.y-ckt 060/168] Bluetooth: Ignore isochronous endpoints for Intel USB bootloader

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann commit d92f2df0565ea04101d6ac04bdc10feeb1d93c94 upstream. The isochronous endpoints are not valid when the Intel Bluetooth controller boots up in bootloader mode. So

[PATCH 3.16.y-ckt 040/168] clockevent: sun4i: Fix race condition in the probe code

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Maxime Ripard commit 6bab4a8a1888729f17f4923cc5867e4674f66333 upstream. The interrupts were activated and the handler registered before the clockevent was registered in the probe

[PATCH 3.16.y-ckt 033/168] can: dev: avoid calling kfree_skb() from interrupt context

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Thomas=20K=C3=B6rper?= commit 5247a589c24022ab34e780039cc8000c48f2035e upstream. ikfree_skb() is Called in can_free_echo_skb(), which might be called from (TX Error)

[PATCH 3.16.y-ckt 058/168] Bluetooth: Add support for Intel bootloader devices

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann commit 40df783d1ef1989ac454e3dfcda017270b8950e6 upstream. Intel Bluetooth devices that boot up in bootloader mode can not be used as generic HCI devices, but their

[PATCH 3.16.y-ckt 062/168] Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann commit c2aef6e8cbebd60f79555baeb9266e220f135a44 upstream. The Asus Z97-DELUXE motherboard contains a Broadcom based Bluetooth controller on the USB bus. However

[PATCH] staging: rtl8723au: Fix sparse warnings

2014-12-15 Thread Krzysztof Konopko
Some struct fields in wifi.h are meant to be __le16 but were declared as unsigned short. This was reported by sparse: rtw_wlan_util.c:538:24: warning: cast to restricted __le16 rtw_wlan_util.c:1544:29: warning: cast to restricted __le16 rtw_wlan_util.c:1546:25: warning: cast to restricted

[PATCH 3.16.y-ckt 063/168] Bluetooth: Fix crash in the Marvell driver initialization codepath

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Anatol Pomozov commit 8500d791c458ccbbb3e2d3fa9a0320ffd5729069 upstream. btmrvl_add_card() function calls kthread_run that might return error (e.g. if current thread is killed). If

[PATCH 3.16.y-ckt 045/168] btrfs: fix lockups from btrfs_clear_path_blocking

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Mason commit f82c458a2c3ffb94b431fc6ad791a79df1b3713e upstream. The fair reader/writer locks mean that btrfs_clear_path_blocking needs to strictly follow lock ordering rules

[tip:x86/mpx] x86, mpx: Give MPX a real config option prompt

2014-12-15 Thread tip-bot for Dave Hansen
Commit-ID: 72e9b5fe9bee0826e7ce7599adbdc64e544780ef Gitweb: http://git.kernel.org/tip/72e9b5fe9bee0826e7ce7599adbdc64e544780ef Author: Dave Hansen AuthorDate: Fri, 12 Dec 2014 10:38:36 -0800 Committer: Thomas Gleixner CommitDate: Mon, 15 Dec 2014 15:58:57 +0100 x86, mpx: Give MPX a

[tip:x86/mpx] x86, mpx: Update documentation

2014-12-15 Thread tip-bot for Dave Hansen
Commit-ID: 010e593b140decdc16bb0c1c754b07b1fccb6999 Gitweb: http://git.kernel.org/tip/010e593b140decdc16bb0c1c754b07b1fccb6999 Author: Dave Hansen AuthorDate: Fri, 12 Dec 2014 10:38:35 -0800 Committer: Thomas Gleixner CommitDate: Mon, 15 Dec 2014 15:58:57 +0100 x86, mpx: Update

[PATCH 3.16.y-ckt 069/168] Input: serio - avoid negative serio device numbers

2014-12-15 Thread Luis Henriques
3.16.7-ckt3 -stable review patch. If anyone has any objections, please let me know. -- From: Richard Leitner commit 0224ec9e9f111b1c39ec00a10de4858061b4afea upstream. Fix the format string for serio device name generation to avoid negative device numbers when the id exceeds

<    1   2   3   4   5   6   7   8   9   10   >