[PATCH 3.16.y-ckt 040/126] packet: infer protocol from ethernet header if unset

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 c72219b75fde768efccf7666342282fab7f9e4e7 upstream. In case no struct sockaddr_ll has been passed to packet socket's sendmsg() when doing

[PATCH v3 09/12] mmc: sdhci-st: 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-st to this allocation. Signed-off-by: Jisheng Zhang Acked-by: Arnd

[PATCH 3.16.y-ckt 108/126] ring-buffer: Update read stamp with first real commit on page

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit b81f472a208d3e2b4392faa6d17037a89442f4ce upstream. Do not update the read stamp after swapping out the reader page from the

[PATCH 3.16.y-ckt 107/126] can: sja1000: clear interrupts on start

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mirza Krak commit 7cecd9ab80f43972c056dc068338f7bcc407b71c upstream. According to SJA1000 data sheet error-warning (EI) interrupt is not cleared by

Re: [PATCH 3.12 25/91] x86/setup: Extend low identity map to cover whole kernel range

2016-01-06 Thread Paolo Bonzini
This bug On 05/01/2016 18:46, Jiri Slaby wrote: > From: Paolo Bonzini > > 3.12-stable review patch. If anyone has any objections, please let me know. > > === > > commit f5f3497cad8c8416a74b9aaceb127908755d020a upstream. > > On 32-bit systems, the

[PATCH 3.16.y-ckt 067/126] powerpc/tm: Check for already reclaimed tasks

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit 7f821fc9c77a9b01fe7b1d6e72717b33d8d64142 upstream. Currently we can hit a scenario where we'll tm_reclaim() twice. This results in a TM

Re: [PATCH] lightnvm: add full block direct to the gc list

2016-01-06 Thread Matias
On 01/05/2016 10:58 AM, Wenwei Tao wrote: You are right, a deadlock might occur if interrupt is not disabled. We might add the block to prio_list when we find the block is full in rrpc_alloc_addr and check whether all the writes are complete in rrpc_lun_gc, in this way we may avoid gcb

[PATCH 3.16.y-ckt 066/126] powerpc/tm: Block signal return setting invalid MSR state

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit d2b9d2a5ad5ef04ff978c9923d19730cb05efd55 upstream. Currently we allow both the MSR T and S bits to be set by userspace on a signal return.

[PATCH 3.16.y-ckt 005/126] x86/fpu: Fix 32-bit signal frame handling

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Hansen commit ab6b52947545a5355154f64f449f97af9d05845f upstream. (This should have gone to LKML originally. Sorry for the extra noise, folks on

[PATCH 3.16.y-ckt 029/126] packet: do skb_probe_transport_header when we actually have data

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 efdfa2f7848f64517008136fb41f53c4a1faf93a upstream. In tpacket_fill_skb() commit c1aad275b029 ("packet: set transport header before doing

[PATCH 3.16.y-ckt 022/126] usblp: do not set TASK_INTERRUPTIBLE before lock

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby commit 19cd80a214821f4b558560ebd76bfb2c38b4f3d8 upstream. It is not permitted to set task state before lock. usblp_wwait sets the state to

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

2016-01-06 Thread Sergey Senozhatsky
On (01/06/16 11:21), Jan Kara wrote: [..] > > > > or like this on another setup ([k|u]_ts updated to u64) > > > > # cat /proc/1/time_in_console_unlock > > kern:[12.755920] user:[38.367332] > > So maybe that is worth addressing if it bothers you but please as a > separate patch set. This seems

[PATCH 3.16.y-ckt 023/126] fat: fix fake_offset handling on 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: OGAWA Hirofumi commit 928a477102c4fc6739883415b66987207e3502f4 upstream. For the root directory, . and .. are faked (using dir_emit_dots()) and

[PATCH 3.16.y-ckt 030/126] packet: only allow extra vlan len on ethernet devices

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 3c70c132488794e2489ab045559b0ce0afcf17de upstream. Packet sockets can be used by various net devices and are not really restricted to

[PATCH 3.16.y-ckt 027/126] mmc: remove bondage between REQ_META and reliable write

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Luca Porzio commit d3df0465db00cf4ed9f90d0bfc3b827d32b9c796 upstream. Anytime a write operation is performed with Reliable Write flag enabled, the eMMC device is

[PATCH 3.16.y-ckt 026/126] parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Helge Deller commit dcbf0d299c00ed4f82ea8d6e359ad88a5182f9b8 upstream. Drop the MADV_xxK_PAGES flags, which were never used and were from a proposed API which was

[PATCH 3.16.y-ckt 019/126] x86/cpu: Fix SMAP check in PVOPS environments

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Cooper commit 581b7f158fe0383b492acd1ce3fb4e99d4e57808 upstream. There appears to be no formal statement of what pv_irq_ops.save_fl() is supposed

[PATCH 3.16.y-ckt 032/126] sctp: translate host order to network order when setting a hmacid

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: lucien commit ed5a377d87dc4c87fb3e1f7f698cba38cd893103 upstream. now sctp auth cannot work well when setting a hmacid manually, which is caused by that we

[RFC 1/4] ARM: imx: enable rpmsg support on imx amp platforms

2016-01-06 Thread Richard Zhu
From: Richard Zhu enable the rpmsg support on imx amp platforms. such as imx6sx, and imx7d. Signed-off-by: Richard Zhu --- arch/arm/boot/dts/Makefile | 6 ++-- arch/arm/boot/dts/imx6sx-sdb-m4.dts | 56

[RFC 0/4]Enable rpmsg support on imx amp platforms

2016-01-06 Thread Richard Zhu
Implement the rpmsg on imx amp platforms, such as imx6sx and imx7d. Create one imx pingpong sample that demonstrate the data transactions on imx amp platforms over the rpmsg bus. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

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

2016-01-06 Thread Rameshwar Sahu
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 Sahu wrote: >> From: Rameshwar Prasad Sahu >> >> For interrupt controller that doesn't support irq_disable and hardware >> with level

Re: [PATCH 6/8] perf script: Display stat events by default

2016-01-06 Thread Jiri Olsa
On Tue, Jan 05, 2016 at 07:49:27PM -0300, Arnaldo Carvalho de Melo wrote: SNIP > [acme@zoo linux]$ > [acme@zoo linux]$ perf script > CPU THREAD VAL ENA RUNTIME > EVENT > 65535 4883 356474 356474 356474 >

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

2016-01-06 Thread Anshuman Khandual
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 protect against concurrent readers ? > > The problem could cause a sanity

[PATCH V7 1/4] perf/powerpc: assign an id to each powerpc register

2016-01-06 Thread Anju T
The enum definition assigns an 'id' to each register in "struct pt_regs" of arch/powerpc. The order of these values in the enum definition are based on the corresponding macros in arch/powerpc/include/uapi/asm/ptrace.h. Signed-off-by: Anju T Reviewed-by : Madhavan

[PATCH V1 4/4] tool/perf: Add sample_reg_mask to include all perf_regs regs

2016-01-06 Thread Anju T
From: Madhavan Srinivasan Add sample_reg_mask array with pt_regs registers. This is needed for printing supported regs ( -I? option). Signed-off-by: Madhavan Srinivasan --- tools/perf/arch/powerpc/util/Build | 1 +

[PATCH V7 2/4] perf/powerpc: add support for sampling intr machine state

2016-01-06 Thread Anju T
The perf infrastructure uses a bit mask to find out valid registers to display. Define a register mask for supported registers defined in asm/perf_regs.h. The bit positions also correspond to register IDs which is used by perf infrastructure to fetch the register values. CONFIG_HAVE_PERF_REGS

Re: [RFC PATCH v2 3/3] vfio-pci: Allow to mmap MSI-X table if EEH is supported

2016-01-06 Thread Yongji Xie
On 2016/1/5 5:42, Benjamin Herrenschmidt wrote: On Mon, 2016-01-04 at 14:07 -0700, Alex Williamson wrote: On Thu, 2015-12-31 at 16:50 +0800, Yongji Xie wrote: Current vfio-pci implementation disallows to mmap MSI-X table in case that user get to touch this directly. However, EEH mechanism can

[RFC 3/4] ARM: imx: add the platform related rpmsg implementation

2016-01-06 Thread Richard Zhu
From: Richard Zhu - add mu driver support, the irq and 4bytes msg of the mu module are as the interaction channel between A# core and the M4 core on imx amp platforms. - register one notify in isr of the mu's irq used by rpmsg. - instance the virtual processor, and

[PATCH 3.16.y-ckt 120/126] net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REG

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit e5bdf689d32fcf3aaf548c71e715b303ba20b5d1 upstream. MVNETA_RXQ_HW_BUF_ALLOC bit which controls enabling hardware buffer allocation was

[PATCH 3.16.y-ckt 121/126] net: mvneta: fix bit assignment for RX packet irq enable

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit dc1aadf6f1e7609590fadf7a0252413732289b2e upstream. A value originally defined in the driver was inappropriate. Even though the ingress was

[PATCH 3.16.y-ckt 117/126] isdn: Partially revert debug format string usage clean up

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Christoph Biedl commit 19cebbcb04c8277bb8a7905957c8af11967c4e28 upstream. Commit 35a4a57 ("isdn: clean up debug format string usage")

[PATCH 3.16.y-ckt 115/126] sched/core: Clear the root_domain cpumasks in init_rootdomain()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Xunlei Pang commit 8295c69925ad53ec32ca54ac9fc194ff21bc40e2 upstream. root_domain::rto_mask allocated through alloc_cpumask_var() contains garbage data, this may

[PATCH 3.16.y-ckt 119/126] net: mvneta: add configuration for MBUS windows access protection

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Marcin Wojtas commit db6ba9a5371f173489df126739d0a1c2a50f347b upstream. This commit adds missing configuration of MBUS windows access protection in

[PATCH 3.16.y-ckt 069/126] fix sysvfs symlinks

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit 0ebf7f10d67a70e120f365018f1c5fce9ddc567d upstream. The thing got broken back in 2002 - sysvfs does *not* have inline symlinks; even short

[PATCH 3.16.y-ckt 071/126] vfs: Avoid softlockups with sendfile(2)

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 c2489e07c0a71a56fb2c84bc0ee66cddfca7d068 upstream. The following test program from Dmitry can cause softlockups or RCU stalls as it copies 1GB from

[PATCH 3.16.y-ckt 072/126] nfs4: start callback_ident at idr 1

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Coddington commit c68a027c05709330fe5b2f50c50d5fa02124b5d8 upstream. If clp->cl_cb_ident is zero, then nfs_cb_idr_remove_locked() skips removing it

[PATCH 0/2] dra72: add support for PCIE 2 lane mode

2016-01-06 Thread Kishon Vijay Abraham I
dra72 reuse the USB PHY for the PCIe 2n lane. So in order for PCIe x2 mode to work in dra72, certain special configuration has to be made in USB PHY. This patch series adds those configurations. In order to enable PCIe x2 mode in DRA72, USB should be disabled. Certain board modifications has to

[PATCH 2/2] phy: ti-pipe3: configure usb3 phy to be used as pcie phy

2016-01-06 Thread Kishon Vijay Abraham I
DRA72 uses USB3 PHY for the 2nd lane of PCIE. The configuration required to make USB3 PHY used for the 2nd lane of PCIe is done here. Signed-off-by: Kishon Vijay Abraham I --- Documentation/devicetree/bindings/phy/ti-phy.txt |2 ++ drivers/phy/phy-ti-pipe3.c

Re: [GIT PULL rcu/next] RCU commits for 4.5

2016-01-06 Thread Ingo Molnar
* Paul E. McKenney wrote: > Hello, Ingo, > > The changes in this series include the following: > > 1.Adding transitivity uniformly to rcu_node structure ->lock > acquisitions. (This is implemented by the first two commits > on top of v4.4-rc2 due

[PATCH 3.16.y-ckt 039/126] packet: always probe for transport header

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 8fd6c80d9dd938ca338c70698533a7e304752846 upstream. We concluded that the skb_probe_transport_header() should better be called

[PATCH 3.16.y-ckt 037/126] ARC: Fix silly typo in MAINTAINERS file

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f upstream. Cc: Vineet Gupta Signed-off-by: Luis Henriques

[PATCH 3.16.y-ckt 041/126] ip_tunnel: disable preemption when updating per-cpu tstats

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: "Jason A. Donenfeld" commit b4fe85f9c9146f60457e9512fb6055e69e6a7a65 upstream. Drivers like vxlan use the recently introduced

[PATCH 3.16.y-ckt 042/126] snmp: Remove duplicate OUTMCAST stat increment

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Neil Horman commit 41033f029e393a64e81966cbe34d66c6cf8a2e7e upstream. the OUTMCAST stat is double incremented, getting bumped once in the mcast code itself,

[PATCH 3.16.y-ckt 014/126] arm64: kernel: pause/unpause function graph tracer in cpu_suspend()

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Lorenzo Pieralisi commit de818bd4522c40ea02a81b387d2fa86f989c9623 upstream. The function graph tracer adds instrumentation that is required to trace both

[PATCH 3.16.y-ckt 013/126] USB: qcserial: Fix support for HP lt4112 LTE/HSPA+ Gobi 4G Modem

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 59536da34513c594af2a6fd35ba65ea45b6960a1 upstream. The DEVICE_HWI type was added under the faulty assumption that Huawei devices

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

2016-01-06 Thread Leo Yan
Hi Javi, On Wed, Jan 06, 2016 at 10:07:13AM +, Javi Merino wrote: > 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

[PATCH 3.16.y-ckt 020/126] arm64: restore bogomips information in /proc/cpuinfo

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Yang Shi commit 92e788b749862ebe9920360513a718e5dd4da7a9 upstream. As previously reported, some userspace applications depend on bogomips showed by

[PATCH 3.16.y-ckt 018/126] xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit dad67d5f3d0efe01d38c6cebcb6698280e51927b upstream. Clear device initiated resume variables once device is fully up and running in

[PATCH 3.16.y-ckt 010/126] USB: ti_usb_3410_5052: Add Honeywell HGI80 ID

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: David Woodhouse commit 1bcb49e663f88bccee35b8688e6a3da2bea31fd4 upstream. The Honeywell HGI80 is a wireless interface to the evohome connected thermostat. It

[PATCH 3.16.y-ckt 015/126] usb: dwc3: gadget: let us set lower max_speed

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Ben McCauley commit b9e51b2b1fda19143f48d182ed7a2943f21e1ae4 upstream. In some SoCs, dwc3 is implemented as a USB2.0 only core, meaning that it can't ever

[PATCH 3.16.y-ckt 007/126] drm/i915: quirk backlight present on Macbook 4, 1

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Jani Nikula commit 1b9448b071caa7d10bb2569fabe3020a2c25ae59 upstream. Unsurprisingly macbooks have backlights, just the VBT doesn't seem to know it in this

[PATCH 3.16.y-ckt 011/126] drm/i915: get runtime PM reference around GEM set_caching IOCTL

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Imre Deak commit fd0fe6acf1dd88aabfbf383f7e4c16315387a7b7 upstream. After Damien's D3 fix I started to get runtime suspend residency for the first time and that

[PATCH 3.16.y-ckt 016/126] usb: chipidea: debug: disable usb irq while role switch

2016-01-06 Thread Luis Henriques
3.16.7-ckt22 -stable review patch. If anyone has any objections, please let me know. -- From: Li Jun commit 251b3c8b57481bcecd3f753108e36e7389ce12ac upstream. Since the ci->role will be set after the host role start is complete, there will be nobody

Re: [PATCH v2 31/32] sh: support a 2-byte smp_store_mb

2016-01-06 Thread Michael S. Tsirkin
On Wed, Jan 06, 2016 at 12:40:23PM +0100, Peter Zijlstra wrote: > On Wed, Jan 06, 2016 at 01:19:44PM +0200, Michael S. Tsirkin wrote: > > On Tue, Jan 05, 2016 at 06:27:35PM -0500, Rich Felker wrote: > > > On Thu, Dec 31, 2015 at 09:09:47PM +0200, Michael S. Tsirkin wrote: > > > > At the moment,

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

2016-01-06 Thread Fengguang Wu
Hi Guenter, > However I find that the latest mainline no longer has the error. > So let's we ignore this error. Oops, sorry that's not true -- I was testing rather old mainline HEAD. Here is the new build log. wfg@inn ~/linux% /c/kernel-tests/reproduce-build 398c7500a 168309855 linus/master

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

2016-01-06 Thread Chuck Lever
> On Jan 6, 2016, at 7:01 AM, Chuck Lever wrote: > > >> 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,

Re: [PATCH 1/2] drm: bridge: sil902x

2016-01-06 Thread kbuild test robot
Hi Boris, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.4-rc8 next-20160106] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Boris-Brezillon/drm-bridge-sil902x

Re: [patch] mtip32xx: calling kfree() on an error pointer

2016-01-06 Thread Al Viro
On Wed, Jan 06, 2016 at 04:16:50PM +0300, Dan Carpenter wrote: > On Wed, Jan 06, 2016 at 01:08:00PM +, Al Viro wrote: > > On Wed, Jan 06, 2016 at 01:05:03PM +0300, Dan Carpenter wrote: > > > If memdup_user() fails then we end up passing an ERR_PTR to kfree() > > > which is a bug. > > > > Mind

Re: [PATCH v4 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

2016-01-06 Thread Mark Rutland
Hi, > + chosen { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + }; What is the ranges property doing here? [...] > + clocks { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + >

[RFC v2 0/4] i2c/of: switch I2C IP cores at runtime via OF_DYNAMIC

2016-01-06 Thread Wolfram Sang
I know this is gonna be a controversial series, but we have a usecase for this :) This series allows an I2C bus to switch between multiple masters, i.e. a n-to-1-demuxer. This is not hot-switching because connected I2C slaves will be re-instantiated. It is meant to select the best I2C core at

[RFC v2 2/4] dt-bindings: i2c: mux: demux-pinctrl: add bindings

2016-01-06 Thread Wolfram Sang
From: Wolfram Sang These bindings allow an I2C bus to switch between multiple masters. This is not hot-swichting because connected I2C slaves will be re-instantiated. It is meant to select the best I2C core at runtime once the task is known. Example: Prefer

[RFC v2 1/4] of: make of_mutex public

2016-01-06 Thread Wolfram Sang
From: Wolfram Sang If we want to use OF_DYNAMIC features outside the of framework, we need to access this lock. Signed-off-by: Wolfram Sang --- drivers/of/of_private.h | 1 - include/linux/of.h | 2 ++ 2 files changed, 2

[RFC v2 4/4] ARM: shmobile: r8a7790: rework dts to use i2c demuxer

2016-01-06 Thread Wolfram Sang
From: Wolfram Sang Create a seperate bus for HDMI related I2C slaves and assign it to a i2c-gpio master. It can be switched to the i2c-rcar or i2c-sh_mobile core at runtime. Signed-off-by: Wolfram Sang ---

Re: [PATCH] Add possibility to set /dev/tty number

2016-01-06 Thread Austin S. Hemmelgarn
On 2016-01-06 08:54, One Thousand Gnomes wrote: In fact, there already appears to be some degree of allocation on demand for VT's (otherwise deallocvt has no point), just not for everything associated with the VT. I'd be willing to bet that almost everything that reasonably can be dynamically

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

2016-01-06 Thread Paul Gortmaker
[Re: [PATCH 1/2] mm, oom: introduce oom reaper] On 06/01/2016 (Wed 10:10) Michal Hocko wrote: > 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: >

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

2016-01-06 Thread Christoph Hellwig
On Wed, Jan 06, 2016 at 02:22:41PM +0200, Or Gerlitz wrote: > As I wrote here, the bits are already @ kernel.org > > git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git k.o/for-4.5 Ok, that's a little confusing. Doug, any chance you could settle on one tree? I don't really care which

Re: [PATCH 1/1] regulator: max8973: add support for junction thermal warning

2016-01-06 Thread Mark Brown
On Wed, Jan 06, 2016 at 05:49:22PM +0530, Laxman Dewangan wrote: > On Wednesday 06 January 2016 05:48 PM, Mark Brown wrote: > >* PGP Signed by an unknown key > >On Wed, Jan 06, 2016 at 11:45:22AM +0530, Laxman Dewangan wrote: > >> Enhanced transient response (ETR) will affect the configuration

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

2016-01-06 Thread Or Gerlitz
On 1/6/2016 2:15 PM, Christoph Hellwig wrote: I'm not Doug, but all the recent for 4.5 work is in Dougs tree at https://github.com/dledford/linux rdma/k.o/for-4.5 Christoph, As I wrote here, the bits are already @ kernel.org

Re: [PATCH 0/4] remove auto exit of production and added sysfs interface

2016-01-06 Thread Andreas Werner
Regards Andy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/1] dmi_scan: uuid: fix endianess for smbios >= 0x206

2016-01-06 Thread Jean Delvare
Hi Matt, Andrea, On Tue, 22 Dec 2015 15:17:51 +, Matt Fleming wrote: > (Cc'ing Jean since he's the maintainer) > > On Tue, 22 Dec, at 02:53:10PM, Andrea Arcangeli wrote: > > The dmi_ver wasn't updated correctly before the dmi_decode method run > > to save the uuid. > > > > That resulted in

[PATCH 2/2] printk, Add printk.clock kernel parameter

2016-01-06 Thread Prarit Bhargava
The script used in the analysis below: dmesg_with_human_timestamps () { $(type -P dmesg) "$@" | perl -w -e 'use strict; my ($uptime) = do { local @ARGV="/proc/uptime";<>}; ($uptime) = ($uptime =~ /^(\d+)\./); foreach my $line (<>) { printf(

[PATCH 1/2] kernel, timekeeping, add trylock option to ktime_get_with_offset()

2016-01-06 Thread Prarit Bhargava
This is a timekeeping staging patch for the printk() timestamp functionality that adds a trylock option for the timekeeping_lock() to ktime_get_with_offset(). When trylock is 1, calls to ktime_get_with_offset() will return return a ktime of 0 if the timekeeping_lock is locked. This patch adds

[PATCH 0/2] printk, Add a printk.clock kernel parameter

2016-01-06 Thread Prarit Bhargava
Over the past years I've seen many reports of bugs that include time-stamped kernel logs (enabled when CONFIG_PRINTK_TIME=y or print.time=1 is specified as a kernel parameter) that do not align with either external time stamped logs or /var/log/messages. For example, [root@intel-wildcatpass-06

Re: [RFD] CAT user space interface revisited

2016-01-06 Thread Tejun Heo
Hello, Marcelo. On Wed, Jan 06, 2016 at 10:46:15AM -0200, Marcelo Tosatti wrote: > Well, i suppose cgroups has facilities to handle this? That is, what is > required is: No, it doesn't. > On task creation, move the new task to a particular cgroup, based on > some visible characteristic of the

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

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 12:25:51PM +0100, Boris Brezillon wrote: > Add Sil9022 DT bindings description. > > Signed-off-by: Boris Brezillon > --- > .../devicetree/bindings/display/bridge/sil902x.txt | 31 > ++ > 1 file changed, 31

Re: [PATCH 2/2] phy: ti-pipe3: configure usb3 phy to be used as pcie phy

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 04:29:08PM +0530, Kishon Vijay Abraham I wrote: > DRA72 uses USB3 PHY for the 2nd lane of PCIE. The configuration > required to make USB3 PHY used for the 2nd lane of PCIe is done > here. > > Signed-off-by: Kishon Vijay Abraham I > --- >

Re: [PATCH 3.12 25/91] x86/setup: Extend low identity map to cover whole kernel range

2016-01-06 Thread Matt Fleming
On Wed, 06 Jan, at 11:24:55AM, Luis Henriques wrote: > On Wed, Jan 06, 2016 at 11:00:31AM +, Matt Fleming wrote: > > On Wed, 06 Jan, at 11:47:20AM, Paolo Bonzini wrote: > > > > > > Without testing the problematic scenario explicitly (32-bit UEFI > > > kernel), I think this patch and 26/91

[PATCH] staging: wilc1000: Removed unnecessary braces

2016-01-06 Thread Anjali Menon
Removed unnecessary braces for single statement blocks to fix the warning detected by checkpatch.pl WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Anjali Menon --- drivers/staging/wilc1000/wilc_wlan_cfg.c | 3 +-- 1 file changed, 1

Re: [PATCH 1/2] drm: bridge: sil902x

2016-01-06 Thread Sascha Hauer
Hi Boris, On Wed, Jan 06, 2016 at 12:25:50PM +0100, Boris Brezillon wrote: > 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

Re: [PATCH] Add possibility to set /dev/tty number

2016-01-06 Thread One Thousand Gnomes
> In fact, there already appears to be some degree of allocation on demand > for VT's (otherwise deallocvt has no point), just not for everything > associated with the VT. I'd be willing to bet that almost everything > that reasonably can be dynamically allocated already is, there is a bare >

Re: [PATCH v4 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

2016-01-06 Thread Maxime Ripard
Hi Mark, On Wed, Jan 06, 2016 at 01:25:05PM +, Mark Rutland wrote: > > + clocks { > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges; > > + > > + osc24M: osc24M_clk { > > + #clock-cells = <0>; > > +

[PATCH 4/8] platform: goldfish: pipe: add devicetree bindings

2016-01-06 Thread Alan
From: Greg Hackmann Add bindings so we don't need to rely on goldfish virtual bus for probing any more, which means we don't need ARM and MIPS goldfish board code for instantiating the bus. In the long term we would like to move towards replacing the Android pipe with

[PATCH 3/8] android_pipe: Pin pages to memory while copying and other cleanups

2016-01-06 Thread Alan
From: Christoffer Dall The existing code had a troubling TODO statement concerning the fact that it just did a check if the page that the QEMU backend was going to read from / write to was there before the call to the QEMU backend and then relying on the fact that

Re: [PATCH v3 0/4] um: Add seccomp support

2016-01-06 Thread David Drysdale
On Mon, Jan 4, 2016 at 8:13 PM, Kees Cook wrote: > On Tue, Dec 29, 2015 at 12:35 PM, Mickaël Salaün wrote: >> This series add seccomp support to User-mode Linux (i386 and x86_64 >> subarchitectures) and fix ptrace issues. This apply on v4.4-rc7 and pass

[PATCH] mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY

2016-01-06 Thread Liang Chen
MPOL_MF_LAZY is not visible from userspace since 'commit a720094ded8c ("mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now")' , but it should still skip non-migratable VMAs. Signed-off-by: Liang Chen Signed-off-by: Gavin Guo

Re: [PATCH 1/3] ARM: dts: omap5-board-common: enable rtc and charging of backup battery

2016-01-06 Thread Nishanth Menon
On 01/06/2016 02:13 AM, Laxman Dewangan wrote: > > On Wednesday 06 January 2016 01:12 PM, H. Nikolaus Schaller wrote: >> Hi, >> >> Am 06.01.2016 um 00:40 schrieb Nishanth Menon : >> >>> On 01/05/2016 06:01 AM, H. Nikolaus Schaller wrote: +rtc { +

Re: [PATCH 1/2] arm64: entry: remove pointless SPSR mode check

2016-01-06 Thread Catalin Marinas
On Tue, Jan 05, 2016 at 05:33:34PM +, Mark Rutland wrote: > In work_pending we may skip work if the stacked SPSR value represents > anything other than an EL0 context. We then immediately invoke the > kernel_exit 0 macro as part of ret_to_user, assuming a return to EL0. > This is somewhat

[PATCH v2 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 1/7] printk: Hand over printing to console if printing too long

2016-01-06 Thread Jan Kara
On Wed 06-01-16 15:48:36, Sergey Senozhatsky wrote: > On (01/05/16 15:37), Jan Kara wrote: > > > How about setting 'sync_print' to 'true' in... > > > bust_spinlocks() /* only set to true */ > > > or > > > console_verbose() /* um... may be... */ > > > or > > > having a separate one-liner for

Re: [PATCH 1/1] regulator: max8973: add support for junction thermal warning

2016-01-06 Thread Laxman Dewangan
On Wednesday 06 January 2016 05:48 PM, Mark Brown wrote: * PGP Signed by an unknown key On Wed, Jan 06, 2016 at 11:45:22AM +0530, Laxman Dewangan wrote: Enhanced transient response (ETR) will affect the configuration of CKADV. +-maxim,junction-temp-warning: Junction temp warning on which

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

2016-01-06 Thread Or Gerlitz
On 1/6/2016 2:01 PM, Chuck Lever wrote: what is the URL for the branch I should rebase on? k.o/for-4.5 on Doug's kernel.org tree -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 0/3] OOM detection rework v4

2016-01-06 Thread Vlastimil Babka
On 12/28/2015 03:13 PM, Tetsuo Handa wrote: > Tetsuo Handa wrote: >> Tetsuo Handa wrote: >> > I got OOM killers while running heavy disk I/O (extracting kernel source, >> > running lxr's genxref command). (Environ: 4 CPUs / 2048MB RAM / no swap / >> > XFS) >> > Do you think these OOM killers

Re: [PATCH 2/2] efi: implement interruptible runtime services

2016-01-06 Thread Matt Fleming
On Fri, 18 Dec, at 11:29:51AM, sylvain.choul...@gmail.com wrote: > From: Sylvain Chouleur > > This patch adds an implementation of EFI runtime services wappers which > allow interrupts and preemption during execution of BIOS code. > > It's needed by Broxton platform

[PATCH v4 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

2016-01-06 Thread Vishnu Patekar
Allwinner A83T is new octa-core cortex-a7 SOC. This adds the basic dtsi, the clocks differs from earlier sun8i SOCs. Signed-off-by: Vishnu Patekar --- arch/arm/boot/dts/sun8i-a83t.dtsi | 204 ++ 1 file changed, 204 insertions(+)

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

2016-01-06 Thread Boris Brezillon
Hi Rob, On Wed, 6 Jan 2016 07:19:59 -0600 Rob Herring wrote: > On Wed, Jan 06, 2016 at 12:25:51PM +0100, Boris Brezillon wrote: > > Add Sil9022 DT bindings description. > > > > Signed-off-by: Boris Brezillon > > --- > >

RE: [PATCH] net: add per device sg_max_frags for skb

2016-01-06 Thread David Laight
From: Hans Westgaard Ry > Sent: 06 January 2016 13:16 > Devices may have limits on the number of fragments in an skb they > support. Current codebase uses a constant as maximum for number of > fragments (MAX_SKB_FRAGS) one skb can hold and use. > > When enabling scatter/gather and running traffic

[PATCH 8/8] goldfish: Enable ACPI-based enumeration for android pipe

2016-01-06 Thread Alan
From: Jason Hu Add ACPI binding to the android pipe driver Signed-off-by: Jason Hu Signed-off-by: Jin Qian Signed-off-by: Alan Cox --- drivers/platform/goldfish/goldfish_pipe.c |8 1 file

[PATCH 7/8] goldfish_pipe: Pass physical addresses to the device if supported

2016-01-06 Thread Alan
From: Yu Ning For reading and writing guest user space buffers, currently the kernel sends the guest virtual address of the buffer to the pipe device. This virtual address has to be first converted to a guest physical address. Doing this translation on the QEMU side is

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

2016-01-06 Thread Rob Herring
On Wed, Jan 06, 2016 at 04:19:53PM +0530, Kishon Vijay Abraham I wrote: > 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:

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

2016-01-06 Thread Chuck Lever
> On Jan 6, 2016, at 7:15 AM, Christoph Hellwig wrote: > > On Wed, Jan 06, 2016 at 07:01:14AM -0500, Chuck Lever wrote: >> Part of the plan was that Doug's tree would be merged before >> Bruce's. But the above problem description looks like the >> maintainer trees were merged into

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