Re: [PATCH 1/7] printk: Hand over printing to console if printing too long

2016-01-06 Thread Sergey Senozhatsky
On (01/06/16 12:38), Sergey Senozhatsky wrote: > On (01/05/16 15:48), Jan Kara wrote: > > > [..] > > > > cond_resched() does its job there, of course. well, a user process > > > > still can > > > > do a lot of call_console_drivers() calls. may be we can check who is > > > > calling > > > >

LOAN OFFER....

2016-01-06 Thread Fritz Micheal.
Do you need a loan at 2% interest rate for any reason ? Every interested applicant should contact us via the below contact details. E-mails: fritzmicloanf...@financier.com firtzmicloanf...@gmail.com Yours Sincerely Fritz Micheal. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Rameshwar Sahu
On Wed, Jan 6, 2016 at 3:01 PM, Vinod Koul wrote: > On Wed, Jan 06, 2016 at 02:51:07PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Wed, Jan 6, 2016 at 2:43 PM, Vinod Koul wrote: >> > On Wed, Dec 23, 2015 at 06:28:15PM +0530, Rameshswar Prasad

Re: [PATCH v3 0/4] thermal: re-calculate k_po/k_pu when update sustainable power

2016-01-06 Thread Javi Merino
On Wed, Jan 06, 2016 at 04:53:44PM +0800, Leo Yan wrote: > k_po/k_pu are two proportional term constants and essentially they have > fixed ratio compared with sustainable power. In current implementation, > k_po and k_pu are absolute value after calculation and cannot represent > the ratio

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Thomas Gleixner
On Wed, 6 Jan 2016, Vinod Koul wrote: > On Wed, Jan 06, 2016 at 02:51:07PM +0530, Rameshwar Sahu wrote: > > >> @@ -1610,6 +1611,7 @@ static int xgene_dma_request_irqs(struct xgene_dma > > >> *pdma) > > >> /* Register DMA channel rx irq */ > > >> for (i = 0; i < XGENE_DMA_MAX_CHANNEL;

[PATCH 3.16.y-ckt 118/126] remoteproc: avoid stack overflow in debugfs file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 92792e48e2ae6051af30468a87994b5432da2f06 upstream. Recent gcc versions warn about reading from a negative offset of an on-stack array:

[PATCH 3.16.y-ckt 124/126] btrfs: fix signed overflows in btrfs_sync_file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Sterba commit 9dcbeed4d7e11e1dcf5e55475de3754f0855d1c2 upstream. The calculation of range length in btrfs_sync_file leads to signed overflow. This was caught

[PATCH 3.16.y-ckt 089/126] atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Pavel Machek commit f2a3771ae8aca879c32336c76ad05a017629bae2 upstream. atl1c driver is doing order-4 allocation with GFP_ATOMIC priority. That often breaks networking

[PATCH 3.16.y-ckt 099/126] af_unix: Revert 'lock_interruptible' in stream receive code

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Rainer Weikusat commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432 upstream. With b3ca9b02b00704053a38bfe4c31dbbb9c13595d0, the AF_UNIX SOCK_STREAM

[PATCH 3.16.y-ckt 122/126] ipv4: igmp: Allow removing groups from a removed interface

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Lunn commit 4eba7bb1d72d9bde67d810d09bf62dc207b63c5c upstream. When a multicast group is joined on a socket, a struct ip_mc_socklist is appended to the

[PATCH 3.16.y-ckt 112/126] mac80211: do not actively scan DFS channels

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Antonio Quartulli commit 4e39ccac0d678eacb5dd6ffc5057531af33c12d6 upstream. DFS channels should not be actively scanned as we can't be sure if we are allowed

[PATCH 3.16.y-ckt 123/126] sched/core: Remove false-positive warning from wake_up_process()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Sasha Levin commit 119d6f6a3be8b424b200dcee56e74484d5445f7e upstream. Because wakeups can (fundamentally) be late, a task might not be in the expected state.

[PATCH 3.16.y-ckt 126/126] KVM: x86: Reload pit counters for all channels when restoring state

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Honig commit 0185604c2d82c560dab2f2933a18f797e74ab5a8 upstream. Currently if userspace restores the pit counters with a count of 0 on channels 1 or 2 and

[PATCH 3.16.y-ckt 111/126] wan/x25: Fix use-after-free in x25_asy_open_tty()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit ee9159ddce14bc1dec9435ae4e3bd3153e783706 upstream. The N_X25 line discipline may access the previous line discipline's closed and

[PATCH 3.16.y-ckt 103/126] crypto: talitos - Fix timing leak in ESP ICV verification

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Gstir commit 79960943fdc114fd4583c9ab164b5c89da7aa601 upstream. Using non-constant time memcmp() makes the verification of the authentication tag in the

[PATCH 3.16.y-ckt 086/126] netfilter: ip6t_SYNPROXY: fix NULL pointer dereference

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Phil Sutter commit 96fffb4f23f124f297d51dedc9cf51d19eb88ee1 upstream. This happens when networking namespaces are enabled. Suggested-by: Patrick McHardy

[PATCH 3.16.y-ckt 106/126] mac80211: ensure we don't update tx power on a non-running sdata

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 5ad11b50fda1306b5317124f97f0a7a4c022b022 upstream. We can't update the Tx power on the device unless it is running. This fixes

[PATCH 3.16.y-ckt 125/126] KEYS: Fix race between read and revoke

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit b4a1b4f5047e4f54e194681125c74c0aa64d637d upstream. This fixes CVE-2015-7550. There's a race between keyctl_read() and keyctl_revoke(). If

[PATCH 3.16.y-ckt 073/126] ALSA: hda - Fix headphone noise after Dell XPS 13 resume back from S3

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Hui Wang commit 8c69729b4439bbda88c3073df7243f755cc418ed upstream. We have a machine Dell XPS 13 with the codec alc256, after resume back from S3, the

[PATCH 3.16.y-ckt 096/126] skbuff: Fix offset error in skb_reorder_vlan_header

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit f654861569872d10dcb79d9d7ca219b316f94ff0 upstream. skb_reorder_vlan_header is called after the vlan header has been pulled. As a result

[PATCH 3.16.y-ckt 092/126] ipv6: sctp: clone options to avoid use after free

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 9470e24f35ab81574da54e69df90c1eb4a96b43f upstream. SCTP is lacking proper np->opt cloning at accept() time. TCP and DCCP use

[PATCH 3.16.y-ckt 090/126] sctp: use the same clock as if sock source timestamps were on

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner commit cb5e173ed7c03a0d4630ce68a95a186cce3cc872 upstream. SCTP echoes a cookie o INIT ACK chunks that contains a timestamp, for

[PATCH 3.16.y-ckt 087/126] RDS: fix race condition when sending a message on unbound socket

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Quentin Casasnovas commit 8c7188b23474cca017b3ef354c4a58456f68303a upstream. Sasha's found a NULL pointer dereference in the RDS connection code when

[PATCH 3.16.y-ckt 091/126] sctp: update the netstamp_needed counter when copying sockets

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner commit 01ce63c90170283a9855d1db4fe81934dddce648 upstream. Dmitry Vyukov reported that SCTP was triggering a WARN on socket destroy

[PATCH 3.16.y-ckt 088/126] gre6: allow to update all parameters via rtnl

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel commit 6a61d4dbf4f54b5683e0f1e58d873cecca7cb977 upstream. Parameters were updated only if the kernel was unable to find the tunnel with

[PATCH 3.16.y-ckt 095/126] vlan: Fix untag operations of stacked vlans with REORDER_HEADER off

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit a6e18ff111701b4ff6947605bfbe9594ec42a6e8 upstream. When we have multiple stacked vlan devices all of which have turned off REORDER_HEADER

[PATCH 3.16.y-ckt 064/126] mac: validate mac_partition is within sector

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 02e2a5bfebe99edcf9d694575a75032d53fe1b73 upstream. If md->signature == MAC_DRIVER_MAGIC and md->block_size == 1023, a single 512 byte sector

[PATCH 3.16.y-ckt 060/126] MIPS: KVM: Fix ASID restoration logic

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 002374f371bd02df864cce1fe85d90dc5b292837 upstream. ASID restoration on guest resume should determine the guest execution mode based on the

[PATCH 3.16.y-ckt 065/126] ALSA: hda - Apply HP headphone fixups more generically

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 196543d54574f50e3fd04df4e3048181e006a9da upstream. It turned out that many HP laptops suffer from the same problem as fixed in commit

Re: [PATCH v4 3/3] serial: amba-pl011: add ACPI support to AMBA probe

2016-01-06 Thread Graeme Gregory
On Tue, Jan 05, 2016 at 10:23:08AM -0600, Timur Tabi wrote: > G Gregory wrote: > >>>I'm confused by this patch. We already have code like this in > >>>tty-next, in the form of sbsa_uart_probe(): > >>> >

[tip:irq/core] irqchip/omap-intc: Add support for spurious irq handling

2016-01-06 Thread tip-bot for Sekhar Nori
Commit-ID: d3b421cd07e4c0d4d6c0bbd55ca169c054fc081d Gitweb: http://git.kernel.org/tip/d3b421cd07e4c0d4d6c0bbd55ca169c054fc081d Author: Sekhar Nori AuthorDate: Tue, 15 Dec 2015 19:56:12 +0530 Committer: Thomas Gleixner CommitDate: Wed, 6 Jan 2016

[PATCH 3.16.y-ckt 031/126] packet: fix tpacket_snd max frame len

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 5cfb4c8d05b4409c4044cb9c05b19705c1d9818b upstream. Since it's introduction in commit 69e3c75f4d54 ("net: TX_RING and packet mmap"),

[PATCH v3 03/12] mmc: sdhci-msm: factorise sdhci_msm_pdata outisde of sdhci_msm_host

2016-01-06 Thread Jisheng Zhang
There's no need to allocate one sdhci_msm_pdata for each sdhci_msm_host. This patch removes the sdhci_msm_pdata member from sdhci_msm_host and uses one static global sdhci_msm_pdata for all sdhci msm hosts. It also marks sdhci_msm_ops as const. Signed-off-by: Jisheng Zhang

Re: [PATCH 06/19] irqchip: atmel-aic: introduce register data structure

2016-01-06 Thread Milo Kim
On 01/04/2016 05:53 PM, Boris Brezillon wrote: On Mon, 4 Jan 2016 13:28:30 +0900 Milo Kim wrote: Structure, 'aic_reg_offset' describes for device specific register offset. Each offset is used for IRQ chip operation. AIC and AIC5 have different register values, but the

[PATCH v2 2/4] thermal: power_allocator: change k_pu_ratio/k_po_ratio as percentage

2016-01-06 Thread Leo Yan
Change k_pu_ratio/k_po_ratio as percentage value, so can set these values from sys file nodes with high resolution. Signed-off-by: Leo Yan --- drivers/thermal/power_allocator.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 00/19] irqchip: atmel-aic: make unified AIC driver

2016-01-06 Thread Boris Brezillon
Hi Milo, On Wed, 6 Jan 2016 16:48:23 +0900 Milo Kim wrote: > Hi Boris, > > Thanks a lot for your comments. > > On 01/04/2016 06:02 PM, Boris Brezillon wrote: > > Hi Milo, > > > > On Mon, 4 Jan 2016 13:28:24 +0900 > > Milo Kim wrote: > > > >> This patch-set

Re: [PATCH] staging/ion: Add support to get ion handle from dma buf

2016-01-06 Thread Dan Carpenter
It's not really necessary to CC linux-kernel. No one reads it. I only send patches there when there isn't another public mailing list available. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH V7 0/4] perf/powerpc: Add ability to sample intr machine state in powerpc

2016-01-06 Thread Anju T
This short patch series adds the ability to sample the interrupted machine state for each hardware sample. To test this patchset, Eg: $ perf record -I? # list supported registers output: available registers: gpr0 gpr1 gpr2 gpr3 gpr4 gpr5 gpr6 gpr7 gpr8 gpr9 gpr10 gpr11 gpr12 gpr13

[PATCH V7 3/4] tools/perf: Map the ID values with register names

2016-01-06 Thread Anju T
Map ID values with corresponding register names. These names are then displayed when user issues perf record with the -I option followed by perf report/script with -D option. To test this patchset, Eg: $ perf record -I ls # record machine state at interrupt $ perf script -D # read the

Re: [PATCH] dma: Revert "dmaengine: mic_x100: add missing spin_unlock"

2016-01-06 Thread Vinod Koul
On Mon, Jan 04, 2016 at 05:40:39PM -0500, Ashutosh Dixit wrote: > On Sun, Jan 03 2016 at 10:35:26 PM, "Koul, Vinod" > wrote: > > On Tue, Dec 22, 2015 at 07:35:23PM -0800, Ashutosh Dixit wrote: > >> This reverts commit e958e079e254 ("dmaengine: mic_x100: add missing > >>

Re: [PATCH] net/rfkill: Create "airplane mode" LED trigger

2016-01-06 Thread Johannes Berg
On Tue, 2016-01-05 at 22:55 -0800, Marcel Holtmann wrote: >  > so I am not convinced the kernel should have the concept of airplane > mode at all. [snip long story] This is true, but that doesn't mean the patch is bad, just the naming could be different. I think the patch could name this

[PATCH 3.16.y-ckt 057/126] ALSA: usb-audio: work around CH345 input SysEx corruption

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Clemens Ladisch commit a91e627e3f0ed820b11d86cdc04df38f65f33a70 upstream. One of the many faults of the QinHeng CH345 USB MIDI interface chip is that it does not

[PATCH 3.16.y-ckt 083/126] ARM: dts: Kirkwood: Fix QNAP TS219 power-off

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Helmut Klein commit 5442f0eadf2885453d5b2ed8c8592f32a3744f8e upstream. The "reg" entry in the "poweroff" section of "kirkwood-ts219.dtsi" addressed the wrong

[PATCH 3.16.y-ckt 045/126] tcp: initialize tp->copied_seq in case of cross SYN connection

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 142a2e7ece8d8ac0e818eb2c91f99ca894730e2a upstream. Dmitry provided a syzkaller (http://github.com/google/syzkaller) generated program that

[PATCH 3.16.y-ckt 061/126] MIPS: KVM: Fix CACHE immediate offset sign extension

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit c5c2a3b998f1ff5a586f9d37e154070b8d550d17 upstream. The immediate field of the CACHE instruction is signed, so ensure that it gets sign

[PATCH 3.16.y-ckt 059/126] dm: fix ioctl retry termination with signal

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Junichi Nomura commit 5bbbfdf685657771fda05b926b28ca0f79163a28 upstream. dm-mpath retries ioctl, when no path is readily available and the device is

[PATCH 3.16.y-ckt 046/126] net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 6900317f5eff0a7070c5936e5383f589e0de7a09 upstream. David and HacKurx reported a following/similar size overflow triggered in a

[PATCH 3.16.y-ckt 070/126] vfs: Make sendfile(2) killable even better

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit c725bfce7968009756ed2836a8cd7ba4dc163011 upstream. Commit 296291cdd162 (mm: make sendfile(2) killable) fixed an issue where sendfile(2) was doing a lot

[PATCH 3.16.y-ckt 050/126] ipv6: distinguish frag queues by device for multicast and link-local packets

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= commit 264640fc2c5f4f913db5c73fa3eb1ead2c45e9d7 upstream. If a fragmented multicast packet is received on an ethernet device

[PATCH 3/3] perf script: Add stat-cpi.py script

2016-01-06 Thread Jiri Olsa
Adding stat-cpi.py as an example of how to do stat scripting. It computes the CPI metrics from cycles and instructions events. The CPI is based performance metric showing the Cycles Per Instructions ratio, which helps to identify cycles-hungry code. Following stat record/report/script

[PATCH 3.16.y-ckt 098/126] bluetooth: Validate socket address length in sco_sock_bind().

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" commit 5233252fce714053f0151680933571a2da9cbfb4 upstream. Signed-off-by: David S. Miller Signed-off-by: Luis Henriques

[PATCH 2/3] perf script: Display stat events by default

2016-01-06 Thread Jiri Olsa
If no script is specified for stat data, display stat events in raw form. $ perf stat record ls SNIP Performance counter stats for 'ls': 0.851585 task-clock (msec) #0.717 CPUs utilized 0 context-switches #0.000 K/sec

[PATCH 1/3] perf tools: Fix cpu conversion in cpu_map__from_entries

2016-01-06 Thread Jiri Olsa
We can't convert u16 cpu_map_entries::cpu[x] value directly to int, because it could hold -1, which would be converted as 65535. Adding special treatment for -1, which is not real cpu number, to be converted to (int -1). Link: http://lkml.kernel.org/n/tip-6t5lp407ca76zlikz9rl2...@git.kernel.org

[PATCH 1/2] pci: host: pci-dra7xx: use "num-lanes" property to find phy count

2016-01-06 Thread Kishon Vijay Abraham I
use "num-lanes" property to find phy count instead of the number phy-names property. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Sekhar Nori --- drivers/pci/host/pci-dra7xx.c | 23 +++ 1 file changed, 11 insertions(+), 12

[PATCH 2/2] pci: host: pci-dra7xx: Enable x2 mode support

2016-01-06 Thread Kishon Vijay Abraham I
Perform syscon configurations to get x2 mode to working in DRA74x and DRA72x. Also add a new compatible string to dfferentiate DRA72x and DRA74x, since b1c0 mask is different for both these platforms. Signed-off-by: Kishon Vijay Abraham I ---

[PATCH 0/2] DRA72/DRA74: Add 2 lane support

2016-01-06 Thread Kishon Vijay Abraham I
Add driver modifications in pci-dra7xx to get x2 mode working in DRA72 and DRA74. Certain modifications is needed in PHY driver also which will be sent as a separate series. Certain board modifications has to be done in order to test x2 mode in dra72-evm. These patches were created on pci next.

[PATCH 3.16.y-ckt 094/126] sh_eth: fix kernel oops in skb_put()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit 248be83dcb3feb3f6332eb3d010a016402138484 upstream. In a low memory situation the following kernel oops occurs: Unable to

[PATCH 3.16.y-ckt 093/126] net: add validation for the socket syscall protocol argument

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa commit 79462ad02e861803b3840cc782248c7359451cd9 upstream. 郭永刚 reported that one could simply crash the kernel as root by using a

[PATCH 3.16.y-ckt 062/126] MIPS: KVM: Uninit VCPU in vcpu_create error path

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 585bb8f9a5e592f2ce7abbe5ed3112d5438d2754 upstream. If either of the memory allocations in kvm_arch_vcpu_create() fail, the vcpu which has

[PATCH 3.16.y-ckt 056/126] ALSA: usb-audio: prevent CH345 multiport output SysEx corruption

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Clemens Ladisch commit 1ca8b201309d842642f221db7f02f71c0af5be2d upstream. The CH345 USB MIDI chip has two output ports. However, they are multiplexed through

[PATCH 3.16.y-ckt 058/126] dm thin: restore requested 'error_if_no_space' setting on OODS to WRITE transition

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit 172c238612ebf81cabccc86b788c9209af591f61 upstream. A thin-pool that is in out-of-data-space (OODS) mode may transition back to write mode --

[PATCH 3.16.y-ckt 049/126] broadcom: fix PHY_ID_BCM5481 entry in the id table

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Aaro Koskinen commit 3c25a860d17b7378822f35d8c9141db9507e3beb upstream. Commit fcb26ec5b18d ("broadcom: move all PHY_ID's to header") updated broadcom_tbl to

Re: [PATCH] perf tools: Fix mmap2 event allocation in synthesize code

2016-01-06 Thread Jiri Olsa
On Wed, Jan 06, 2016 at 03:41:23AM +, Wang Nan wrote: > perf_event__synthesize_mmap_events() issues mmap2 events, but the > memory of that event is allocated using: > > mmap_event = malloc(sizeof(mmap_event->mmap) + machine->id_hdr_size); > > If path of mmap source file is long (near

Re: [PATCH] scripts: recordmcount: fix incorrect use of sprintf

2016-01-06 Thread Fengguang Wu
Hi Steven, On Mon, Jan 04, 2016 at 10:42:46AM -0500, Steven Rostedt wrote: > On Wed, 30 Dec 2015 23:06:41 + > Colin King wrote: > > > From: Colin Ian King > > > > Fix build warning: > > > > scripts/recordmcount.c:589:4: warning: format

Re: arch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3900' requires '-mfp32'

2016-01-06 Thread Fengguang Wu
On Tue, Jan 05, 2016 at 10:30:39PM +0800, Fengguang Wu wrote: > Hi Guenter, > > On Tue, Jan 05, 2016 at 06:02:47AM -0800, Guenter Roeck wrote: > > On 01/05/2016 12:22 AM, Fengguang Wu wrote: > > >On Tue, Jan 05, 2016 at 12:09:14AM -0800, Guenter Roeck wrote: > > >>On 01/04/2016 11:23 PM, kbuild

Re: [RFC][PATCH] sysrq: ensure manual invocation of the OOM killerunder OOM livelock

2016-01-06 Thread Tetsuo Handa
60] 12899 pages reserved [ 347.891660] 0 pages cma reserved [ 347.891660] 0 pages hwpoisoned -- Complete log is at http://I-love.SAKURA.ne.jp/tmp/serial-20160106.txt.xz . I don't think this depletion was caused by above patch because the last invocation was not SysRq-f. I believe

Re: linux-next: manual merge of the rdma tree with the nfsd tree

2016-01-06 Thread Chuck Lever
> On Jan 4, 2016, at 2:36 PM, J. Bruce Fields wrote: > > On Sun, Jan 03, 2016 at 09:53:20PM -0500, Doug Ledford wrote: >> On 01/03/2016 08:44 PM, Stephen Rothwell wrote: >>> Hi all, >>> >>> On Thu, 31 Dec 2015 13:30:22 +1100 Stephen Rothwell >>>

[PATCH] perf symbols: Fix wrong symbol offset according to p_addr

2016-01-06 Thread He Kuang
Perf missed the 'VirtAddr' value in elf program_headers when adjusting symbol address for dynamic libraries. This patch considers the p_addr value and gets the right symbol offset. Before this patch, some symbols can not be right parsed on android phone: init 369 [002] 339.970607:

Re: [PATCH v2 3/4] PCI: rcar: Add runtime PM support to pcie-rcar

2016-01-06 Thread Geert Uytterhoeven
Hi Wolfram, On Wed, Jan 6, 2016 at 9:35 AM, Wolfram Sang wrote: >> +err_pm_put: >> + pm_runtime_put(pcie->dev); >> + >> +err_pm_disable: >> + pm_runtime_disable(pcie->dev); > > What about put/disable in the remove part? Which remove part? (been there, done that ;-)

Re: [PATCH] thinkpad_acpi: Add support for keyboard backlight

2016-01-06 Thread Pali Rohár
On Wednesday 30 December 2015 23:28:48 Pali Rohár wrote: > On Monday 28 December 2015 15:48:14 Pali Rohár wrote: > > > Also, is it working properly across suspend+resume? > > > > When doing resume from suspend or hibernate BIOS turning keyboard > > backlight automatically off. > > Fixed in v2. >

Full freeze (maybe intel hd graphics kernel failure) tested 4.2 - 4.4rc8

2016-01-06 Thread Florian Voit
My new Acer ES1-411 won't work under latest Ubuntu (and latest mainline). It has a Intel N3540 CPU and a integrated Intel HD Graphics GPU. It has a UEFI and I ran dualboot Windows 10 and Ubuntu 15.10. UEFI firmware is latest. While just working and surfing it runs, but when I look at videos

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-06 Thread Javier Martinez Canillas
Hello Laurent, On 01/06/2016 07:39 AM, Laurent Pinchart wrote: > Hi Javier, > > Thank you for the patch. > Thanks a lot for your feedback. [snip] >> + >> +Optional Properties: >> +- powerdown-gpios: phandle for the GPIO connected to the PDN pin, if any. > > The signal is called PDN in the

Re: [PATCH 10/10] [media] tvp5150: Configure data interface via pdata or DT

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 04 January 2016 09:25:32 Javier Martinez Canillas wrote: > The video decoder supports either 8-bit 4:2:2 YUV with discrete syncs > or 8-bit ITU-R BT.656 with embedded syncs output format but currently > BT.656 it's always reported. Allow to configure

[PATCH 3.16.y-ckt 081/126] target: Fix race for SCF_COMPARE_AND_WRITE_POST checking

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 057085e522f8bf94c2e691a5b76880f68060f8ba upstream. This patch addresses a race + use after free where the first stage of

[PATCH 3.16.y-ckt 080/126] iscsi-target: Fix rx_login_comp hang after login failure

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit ca82c2bded29b38d36140bfa1e76a7bbfcade390 upstream. This patch addresses a case where iscsi_target_do_tx_login_io() fails sending the

Re: [PATCH 07/10] [media] tvp5150: Add device tree binding document

2016-01-06 Thread Laurent Pinchart
Hi Javier, Thank you for the patch. On Monday 04 January 2016 09:25:29 Javier Martinez Canillas wrote: > Add a Device Tree binding document for the TVP5150 video decoder. > > Signed-off-by: Javier Martinez Canillas > --- > >

[PATCH 3.16.y-ckt 044/126] tcp: md5: fix lockdep annotation

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 1b8e6a01e19f001e9f93b39c32387961c91ed3cc upstream. When a passive TCP is created, we eventually call tcp_md5_do_add() with sk pointing to

[PATCH 3.16.y-ckt 043/126] net: qmi_wwan: add XS Stick W100-2 from 4G Systems

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 68242a5a1e2edce39b069385cbafb82304eac0f1 upstream. Thomas reports " 4gsystems sells two total different LTE-surfsticks under the

[PATCH 3.16.y-ckt 048/126] net: ip6mr: fix static mfc/dev leaks on table destruction

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov commit 4c6980462f32b4f282c5d8e5f7ea8070e2937725 upstream. Similar to ipv4, when destroying an mrt table the static mfc entries and

[PATCH 3.16.y-ckt 047/126] net: ipmr: fix static mfc/dev leaks on table destruction

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov commit 0e615e9601a15efeeb8942cf7cd4dadba0c8c5a7 upstream. When destroying an mrt table the static mfc entries and the static devices

[PATCH 2/2] drm: bridge: add sil902x DT bindings doc

2016-01-06 Thread Boris Brezillon
Add Sil9022 DT bindings description. Signed-off-by: Boris Brezillon --- .../devicetree/bindings/display/bridge/sil902x.txt | 31 ++ 1 file changed, 31 insertions(+) create mode 100644

[PATCH 1/2] drm: bridge: sil902x

2016-01-06 Thread Boris Brezillon
Add basic support for the sil902x RGB -> HDMI bridge. This driver does not support audio output yet. Signed-off-by: Boris Brezillon --- Hello, This patch is only adding basic support for the sil9022 chip. As stated in the commit log, there's no audio support,

Re: [PATCH 10/10] [media] tvp5150: Configure data interface via pdata or DT

2016-01-06 Thread Javier Martinez Canillas
Hello Laurent, Thanks a lot for your feedback. On 01/06/2016 07:56 AM, Laurent Pinchart wrote: > Hi Javier, > > Thank you for the patch. > > On Monday 04 January 2016 09:25:32 Javier Martinez Canillas wrote: >> The video decoder supports either 8-bit 4:2:2 YUV with discrete syncs >> or 8-bit

Re: [RFC PATCH] alispinlock: acceleration from lock integration on multi-core platform

2016-01-06 Thread One Thousand Gnomes
On Wed, 6 Jan 2016 09:21:06 +0100 Peter Zijlstra wrote: > On Wed, Jan 06, 2016 at 09:16:43AM +0100, Peter Zijlstra wrote: > > On Tue, Jan 05, 2016 at 09:42:27PM +, One Thousand Gnomes wrote: > > > > It suffers the typical problems all those constructs do; namely it > >

Re: [PATCH char-misc-next 4/4] misc: mic: use common error path

2016-01-06 Thread Sudip Mukherjee
On Fri, Dec 11, 2015 at 06:46:25PM -0800, Sudeep Dutt wrote: > On Mon, 2015-11-23 at 17:24 +0530, Sudip Mukherjee wrote: > > Instead of calling release_firmware() on every error and then jumping > > lets have a common release_firmware() in the error path. > > This patch also fixes a memory leak

Re: [PATCH v7 0/5] Add mipi dsi support for rk3288

2016-01-06 Thread Mark yao
On 2016年01月06日 12:03, Chris Zhong wrote: The rk3288 MIPI DSI is a Synopsys DesignWare MIPI DSI host controller IP. This series adds support for a Synopsys DesignWare MIPI DSI host controller DRM driver. The MIPI DSI feature is tested on rk3288 evb board, backport them to chrome os kernel

Re: [PATCH v2 4/4] PCI: rcar: Add Gen2 PHY setup to pcie-rcar

2016-01-06 Thread Wolfram Sang
On Tue, Jan 05, 2016 at 01:00:31PM +, Phil Edworthy wrote: > For PCIe compliance, the PHY registers need setting as per the > manual. > > Signed-off-by: Phil Edworthy Reviewed-by: Wolfram Sang signature.asc Description:

Re: [PATCH v2 0/4] thermal: re-calculate k_po/k_pu when update sustainable power

2016-01-06 Thread Leo Yan
Hi all, On Wed, Jan 06, 2016 at 04:30:19PM +0800, Leo Yan wrote: > k_po/k_pu are two proportional term constants and essentially they have > fixed ratio compared with sustainable power. In current implementation, > k_po and k_pu are absolute value after calculation and cannot represent > the

Re: [PATCH v2 06/12] mmc: sdhci-of-at91: use sdhci_pltfm_init for private allocation

2016-01-06 Thread Ludovic Desroches
Hi Jisheng, Thanks for your patch but it needs to be updated since it breaks this driver. - struct sdhci_at91_priv *priv = pltfm_host->priv; + struct sdhci_at91_priv *priv = sdhci_pltfm_priv(pltfm_host); is missing in sdhci_at91_runtime_suspend and sdhci_at91_runtime_resume

Re: [PATCH 1/2] mm, oom: introduce oom reaper

2016-01-06 Thread Michal Hocko
On Mon 21-12-15 15:38:21, Paul Gortmaker wrote: [...] > ...use one of the non-modular initcalls here? I'm trying to clean up most of > the non-modular uses of modular macros etc. since: > > (1) it is easy to accidentally code up an unused module_exit function > (2) it can be misleading when

Re: [PATCHv8 0/8] perf stat: Add scripting support

2016-01-06 Thread Jiri Olsa
On Tue, Jan 05, 2016 at 07:39:20PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jan 05, 2016 at 10:09:04PM +0100, Jiri Olsa escreveu: > > hi, > > sending another version of stat scripting. > > > > v8 changes: > > - check for stat callbacks properly [Namhyung] > > - used '#!/usr/bin/env

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Vinod Koul
On Wed, Dec 23, 2015 at 06:28:15PM +0530, Rameshswar Prasad Sahu wrote: > From: Rameshwar Prasad Sahu > > For interrupt controller that doesn't support irq_disable and hardware > with level interrupt, an extra interrupt can be pending. This patch fixes > the issue by setting

Re: [PATCH 03/10] dmaengine: ppc4xx: use to_platform_device()

2016-01-06 Thread Vinod Koul
On Sun, Dec 27, 2015 at 09:15:41PM +0800, Geliang Tang wrote: > Use to_platform_device() instead of open-coding it. > Are these patches thru subystems trees or something else. Also either no cover-letter or not enough ppl cc'ed on that! > Signed-off-by: Geliang Tang > ---

Re: [PATCH v2 06/12] mmc: sdhci-of-at91: use sdhci_pltfm_init for private allocation

2016-01-06 Thread Jisheng Zhang
Dear Ulf, On Wed, 6 Jan 2016 17:22:48 +0800 Jisheng Zhang wrote: > Dear Ludovic, > > On Wed, 6 Jan 2016 10:02:15 +0100 Ludovic Desroches wrote: > > > Hi Jisheng, > > > > Thanks for your patch but it needs to be updated since it breaks this > > driver. > > > > - struct sdhci_at91_priv

[PATCH v2 2/2] kexec: Provide arch_kexec_protect(unprotect)_crashkres()

2016-01-06 Thread Xunlei Pang
Implement the protection method for the crash kernel memory reservation for the 64-bit x86 kdump. Signed-off-by: Xunlei Pang --- arch/x86/kernel/machine_kexec_64.c | 41 ++ 1 file changed, 41 insertions(+) diff --git

Re: [PATCH 1/2] prctl: take mmap sem for writing to protect against others

2016-01-06 Thread Mateusz Guzik
On Wed, Jan 06, 2016 at 03:05:09PM +0530, Anshuman Khandual wrote: > On Wed, Jan 6, 2016 at 10:32 AM, Mateusz Guzik wrote: > > The code was taking the semaphore for reading, which does not protect > > against readers nor concurrent modifications. > > (down/up)_read does not

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Suman Tripathi
On Wed, Jan 6, 2016 at 3:40 PM, Suman Tripathi wrote: > > > On Wed, Jan 6, 2016 at 3:35 PM, Thomas Gleixner wrote: >> >> On Wed, 6 Jan 2016, Vinod Koul wrote: >> > On Wed, Jan 06, 2016 at 02:51:07PM +0530, Rameshwar Sahu wrote: >> > > >> @@ -1610,6 +1611,7

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Thomas Gleixner
On Wed, 6 Jan 2016, Suman Tripathi wrote: > On Wed, Jan 6, 2016 at 3:35 PM, Thomas Gleixner wrote: > > Why would I? Those helpers are core internal and not usable in random > > drivers. > > > > i think the problem is the name of the function. It should be something > >

Re: [PATCH 1/7] printk: Hand over printing to console if printing too long

2016-01-06 Thread Jan Kara
On Wed 06-01-16 17:36:53, Sergey Senozhatsky wrote: > On (01/06/16 12:38), Sergey Senozhatsky wrote: > > On (01/05/16 15:48), Jan Kara wrote: > > > > [..] > > > > > cond_resched() does its job there, of course. well, a user process > > > > > still can > > > > > do a lot of call_console_drivers()

[PATCH v3 08/12] mmc: sdhci-pxav3: use sdhci_pltfm_init for private allocation

2016-01-06 Thread Jisheng Zhang
Commit 0e748234293f ("mmc: sdhci: Add size for caller in init+register") allows users of sdhci_pltfm to allocate private space in calls to sdhci_pltfm_init+sdhci_pltfm_register. This patch migrates sdhci-pxav3 to this allocation. Signed-off-by: Jisheng Zhang Acked-by: Arnd

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