Applied "regmap: debugfs: Use seq_file for the access map" to the regmap tree

2016-01-05 Thread Mark Brown
The patch regmap: debugfs: Use seq_file for the access map has been applied to the regmap tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sen

Re: drm/vc4: v3d: called object '0u' is not a function (next-20160104)

2016-01-05 Thread Eric Anholt
Stefan Wahren writes: > Hi Eric, > > i tried to build Linux next-20160104, but vc4 failed with the following > messages: > > ... > CC drivers/gpu/drm/vc4/vc4_v3d.o > drivers/gpu/drm/vc4/vc4_v3d.c: In function 'vc4_v3d_set_power': > drivers/gpu/drm/vc4/vc4_v3d.c:157:29: error: called object

Re: RCU stall and the system boot hang with nfsroot

2016-01-05 Thread Paul E. McKenney
On Tue, Jan 05, 2016 at 03:57:54PM +0800, Aaron Ma wrote: > On Tue, Jan 5, 2016 at 5:18 AM, Paul E. McKenney > wrote: > > On Mon, Jan 04, 2016 at 06:01:37PM +0800, Aaron Ma wrote: > >> On Fri, Jan 1, 2016 at 3:49 AM, Paul E. McKenney > >> wrote: > >> > On Wed, Dec 30, 2015 at 09:41:45AM -0800, Pa

[PATCH] perf, tools, stat: Force C numeric locale for CSV mode

2016-01-05 Thread Andi Kleen
From: Andi Kleen Some locales print floating point numbers with a comma instead of a dot. This causes problems with CSV mode because it causes extra false CSV fields. Force the numeric locale to be always C in CSV mode. Before: $ LC_ALL=pl_PL.utf8 perf stat -x, true 0,399472,,task-clock,399472

Re: [RFC/PATCH] perf report: Show random usage tip on the help line

2016-01-05 Thread Namhyung Kim
Hi Arnaldo, On Tue, Jan 05, 2016 at 01:40:10PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jan 05, 2016 at 07:43:07PM +0900, Namhyung Kim escreveu: > > Hi, > > > > On Tue, Jan 05, 2016 at 02:32:47PM +0800, Wangnan (F) wrote: > > > > > > > > > On 2016/1/5 13:36, Namhyung Kim wrote: > > > >C

Re: [PATCH] thermal: cpu_cooling: fix out of bounds access in time_in_idle

2016-01-05 Thread Javi Merino
Eduardo, Rui, On Mon, Dec 21, 2015 at 08:49:40AM +0530, Viresh Kumar wrote: > On 19-12-15, 12:54, Javi Merino wrote: > > In __cpufreq_cooling_register() we allocate the arrays for time_in_idle > > and time_in_idle_timestamp to be as big as the number of cpus in this > > cpufreq device. However, i

Re: [PATCH v3 1/7] x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n

2016-01-05 Thread Borislav Petkov
On Tue, Dec 29, 2015 at 08:12:18PM -0800, Andy Lutomirski wrote: > Signed-off-by: Andy Lutomirski > --- > arch/x86/include/asm/pvclock.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/include/asm/pvclock.h b/arch/x86/include/asm/pvclock.h > index 66df22b2e0c9..

Re: [PATCH v2 3/8] i2c-mux: move the slave side adapter management to i2c_mux_core

2016-01-05 Thread Peter Rosin
-- On 2016-01-05 17:49, kbuild test robot wrote: > Hi Peter, > > [auto build test ERROR on wsa/i2c/for-next] > [also build test ERROR on v4.4-rc8 next-20160105] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] >

Re: [PATCH v2] spi: atmel: Refactor spi-atmel to use SPI framework queue

2016-01-05 Thread Måns Rullgård
Wenyou Yang writes: > Replace the deprecated master->transfer with transfer_one_message() > and allow the SPI subsystem handle all the queuing of messages. > > Signed-off-by: Wenyou Yang > Tested-by: Richard Genoud > --- > Hi Mark, > > Thanks for your feedback. > > According to your advice, I p

[PATCH 4/7] staging:lustre: remove struct libcfs_device_userstate

2016-01-05 Thread James Simmons
From: Parinay Kondekar With the removal of the IOC_LIBCFS_MEMHOG ioctl we no longer need struct libcfs_device_userstate. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.whamcloud.com/17492 Reviewed

[PATCH 7/7] staging:lustre: remove libcfs pseudo device abstraction

2016-01-05 Thread James Simmons
From: Parinay Kondekar With the libcfs ioctl cleanup we no longer need the libcfs pseudo device abstraction. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.whamcloud.com/17492 Reviewed-by: Andreas

[PATCH 3/7] staging:lustre: remove the IOC_LIBCFS_MEMHOG ioctl

2016-01-05 Thread James Simmons
From: Parinay Kondekar The IOC_LIBCFS_MEMHOG is not needed so remove it. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.whamcloud.com/17492 Reviewed-by: Andreas Dilger Reviewed-by: Dmitry Eremin

[PATCH 6/7] staging:lustre: call libcfs_ioctl directly

2016-01-05 Thread James Simmons
From: Parinay Kondekar No reason to go through the cfs_psdev_ops abstract to call libcfs_ioctl. Just call libcfs_ioctl directly. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.whamcloud.com/17492

[PATCH 0/7] staging:lustre: get rid of IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls

2016-01-05 Thread James Simmons
Removing unused IOC_LIBCFS_MEMHOG and IOC_LIBCFS_PANIC ioctls from the libcfs/ lnet/ code. This cleanup allows us to remove the cfs_psdev abstraction. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5844 Reviewed-on: http://review.

[PATCH 5/7] staging:lustre: simplify libcfs_psdev_[open|release]

2016-01-05 Thread James Simmons
From: Parinay Kondekar With struct libcfs_device_userstate gone we can move the remaining code of libcfs_psdev_ops.p_[open|close] into the libcfs_psdev_[open|release] functions directly. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/brow

Re: CGroup Namespaces (v9)

2016-01-05 Thread Serge E. Hallyn
On Mon, Jan 04, 2016 at 06:53:08PM -0600, Serge E. Hallyn wrote: > Ok, please hold off on this, there is another locking question i need to look > into :( With my v2 of patch 3 this is resolved, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

[PATCH 2/7] staging:lustre: remove last bits of the IOC_LIBCFS_PANIC ioctl

2016-01-05 Thread James Simmons
From: Parinay Kondekar A few pieces still exist for the IOC_LIBCFS_PANIC ioctl. Remove these last bits to prevent old tools from using them. The latest lustre utilities no longer use this ioctl. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.

[PATCH 1/7] staging:lustre: remove obsolete comment in libcfs_ioctl.h

2016-01-05 Thread James Simmons
From: Parinay Kondekar The libcfs_ioctl.h header has a comment about a snapshot ioctl which has been removed for years. Lets remove the comment to avoid confusion. Broken out of patch 17492. Signed-off-by: Parinay Kondekar Signed-off-by: James Simmons Intel-bug-id: https://jira.hpdd.intel.com/

[4.2.y-ckt stable] Linux 4.2.8-ckt1 stable review

2016-01-05 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 4.2.8-ckt1 stable kernel. This version contains 211 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-4.2.y-rev

[PATCH 4.2.y-ckt 012/211] net: bcmgenet: Delay PHY initialization to bcmgenet_open()

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Fainelli commit 6cc8e6d4dcb3651eea9b01db3e195fffb19fb24f upstream. We are currently doing a full PHY initialization and even starting the pHY state machine during bcmgenet_mii_

[PATCH 4.2.y-ckt 003/211] drivers: usb: fsl: Workaround for USB erratum-A005275

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Nikhil Badola commit f8786a91548df6930643a052e40e5c0b7a8403a5 upstream. Incoming packets in high speed are randomly corrupted by h/w resulting in multiple errors. This workaround makes

[PATCH 4.2.y-ckt 010/211] pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Grygorii Strashko commit 6417049f662d85a6f3a6b7cb8bc98bae3edae0a4 upstream. On DRA7 there is one pinctrl domain (dra7_pmx_core) and PRCM wake-up IRQ is not shared, so remove quirk. Cc

[PATCH 4.2.y-ckt 013/211] bridge: fix netlink max attr size

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Scott Feldman commit eb4cb85180cd3baee4a01fd32e296fc28c2cffc1 upstream. .maxtype should match .policy. Probably just been getting lucky here because IFLA_BRPORT_MAX > IFLA_BR_MAX. Fi

[PATCH 4.2.y-ckt 015/211] task_work: remove fifo ordering guarantee

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit c82199061009d1561e31e17fca5e47a87cb7ff4c upstream. In commit f341861fb0b ("task_work: add a scheduling point in task_work_run()") I fixed a latency problem adding a

[PATCH 4.2.y-ckt 082/211] vfio: Fix bug in vfio_device_get_from_name()

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Joerg Roedel commit e324fc82ea453fcbd3898ec7afb792f750c68979 upstream. The vfio_device_get_from_name() function might return a non-NULL pointer, when called with a device name that is

[PATCH 4.2.y-ckt 077/211] megaraid_sas : SMAP restriction--do not access user memory from IOCTL code

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: "sumit.sax...@avagotech.com" commit 323c4a02c631d00851d8edc4213c4d184ef83647 upstream. This is an issue on SMAP enabled CPUs and 32 bit apps running on 64 bit OS. Do not access user me

[PATCH 4.2.y-ckt 063/211] drm/amdgpu: add some additional CZ revisions

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit b8b339ea3b76392b1be7445f5ce57958fa6539f3 upstream. Reviewed-by: Jammy Zhou Signed-off-by: Alex Deucher Signed-off-by: Kamal Mostafa --- drivers/gpu/drm/amd/amdg

[PATCH 4.2.y-ckt 096/211] Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 60603950f836ef4e88daddf61a273b91e671db2d upstream. Another Lifebook machine that needs the same quirk as other similar models to make the driver working. Bugzilla:

[PATCH 4.2.y-ckt 180/211] pppoe: fix memory corruption in padt work structure

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Guillaume Nault [ Upstream commit fe53985aaac83d516b38358d4f39921d9942a0e2 ] pppoe_connect() mustn't touch the padt_work field of pppoe sockets because that work could be already pendi

[PATCH 4.2.y-ckt 092/211] mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Tetsuo Handa commit 426fb5e72d92b868912e47a1e3ca2df6eabc3872 upstream. It was confirmed that a local unprivileged user can consume all memory reserves and hang up that system using tim

[PATCH 4.2.y-ckt 116/211] net-sysfs: get_netdev_queue_index() cleanup

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Thadeu Lima de Souza Cascardo commit c4047f533f3cb1c57e82ad02f3aa7054406df648 upstream. Redo commit ed1acc8cd8c22efa919da8d300bab646e01c2dce. Commit 822b3b2ebfff8e9b3d006086c527738a7c

[PATCH 4.2.y-ckt 167/211] selftests: kprobe: Choose an always-defined function to probe

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit c28628b867485165fd301e061bb9a1284ede700b upstream. do_fork() is no longer defined on x86, so probe _do_fork() instead. Fixes: 3033f14ab78c ("clone: support passin

[PATCH 4.2.y-ckt 197/211] vlan: Fix untag operations of stacked vlans with REORDER_HEADER off

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich [ Upstream commit a6e18ff111701b4ff6947605bfbe9594ec42a6e8 ] When we have multiple stacked vlan devices all of which have turned off REORDER_HEADER flag, the untag operat

[PATCH 4.2.y-ckt 185/211] sctp: use the same clock as if sock source timestamps were on

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner [ Upstream commit cb5e173ed7c03a0d4630ce68a95a186cce3cc872 ] SCTP echoes a cookie o INIT ACK chunks that contains a timestamp, for detecting stale cookies. This

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

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -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 the guest attempts to r

[PATCH 4.2.y-ckt 209/211] rhashtable: Fix walker list corruption

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu [ Upstream commit c6ff5268293ef98e48a99597e765ffc417e39fa5 ] The commit ba7c95ea3870fe7b847466d39a049ab6f156aa2c ("rhashtable: Fix sleeping inside RCU critical section in wa

[PATCH 4.2.y-ckt 210/211] KEYS: Fix race between read and revoke

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -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 the revoke happens betw

[PATCH 4.2.y-ckt 206/211] fou: clean up socket with kfree_rcu

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 3036facbb7be3a169e35be3b271162b0fa564a2d ] fou->udp_offloads is managed by RCU. As it is actually included inside the fou sockets, we cannot let

[PATCH 4.2.y-ckt 205/211] gianfar: Don't enable RX Filer if not supported

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hamish Martin [ Upstream commit 7bff47da1ee23d00d1257905f2944c29594f799d ] After commit 15bf176db1fb ("gianfar: Don't enable the Filer w/o the Parser"), 'TSEC' model controllers (for e

[PATCH 4.2.y-ckt 203/211] ipv6: automatically enable stable privacy mode if stable_secret set

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 9b29c6962b70f232cde4076b1020191e1be0889d ] Bjørn reported that while we switch all interfaces to privacy stable mode when setting the secret, we

[PATCH 4.2.y-ckt 208/211] tcp: restore fastopen with no data in SYN packet

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 07e100f984975cb0417a7d5e626d0409efbad478 ] Yuchung tracked a regression caused by commit 57be5bdad759 ("ip: convert tcp_sendmsg() to iov_iter primitives"

Re: [PATCH v2 12/13] arm64: add support for relocatable kernel

2016-01-05 Thread Kees Cook
On Wed, Dec 30, 2015 at 7:26 AM, Ard Biesheuvel wrote: > This adds support for runtime relocation of the kernel Image, by > building it as a PIE (ET_DYN) executable and applying the dynamic > relocations in the early boot code. > > Signed-off-by: Ard Biesheuvel > --- > Documentation/arm64/bootin

[PATCH 4.2.y-ckt 207/211] af_unix: Revert 'lock_interruptible' in stream receive code

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Rainer Weikusat [ Upstream commit 3822b5c2fc62e3de8a0f33806ff279fb7df92432 ] With b3ca9b02b00704053a38bfe4c31dbbb9c13595d0, the AF_UNIX SOCK_STREAM receive code was changed from using

[PATCH 4.2.y-ckt 198/211] skbuff: Fix offset error in skb_reorder_vlan_header

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich [ Upstream commit f654861569872d10dcb79d9d7ca219b316f94ff0 ] skb_reorder_vlan_header is called after the vlan header has been pulled. As a result the offset of the begin

[PATCH] drm/i915: intel_hpd_init(): Don't check connectors for an encoder

2016-01-05 Thread Lyude
There's no reason to check for an active encoder when setting up hpd, especially since a disconnected connector isn't going to have an encoder in the first place. This fixes reprobing display connectors on resume. Signed-off-by: Lyude --- After some talking with danvet on IRC, I learned that call

Re: [PATCH] PM / OPP: Use snprintf() instead of sprintf()

2016-01-05 Thread Stephen Boyd
On 01/05, Viresh Kumar wrote: > sprintf() can access memory outside of the range of the character array, > and is risky in some situations. The driver specified prop_name string > can be longer than NAME_MAX here (only an attacker will do that though) > and so blindly copying it into the character

[PATCH 4.2.y-ckt 202/211] net: fix uninitialized variable issue

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: "tadeusz.st...@intel.com" [ Upstream commit 130ed5d105dde141e7fe60d5440aa53e0a84f13b ] msg_iocb needs to be initialized on the recv/recvfrom path. Otherwise afalg will wrongly interpre

[PATCH 4.2.y-ckt 204/211] rhashtable: Enforce minimum size on initial hash table

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Herbert Xu [ Upstream commit 3a324606bbabfc30084ce9d08169910773ba9a92 ] William Hua wrote: > > I wasn't aware there was an enforced minimum size. I simply set the > nelem_hint in the

Re: [PATCH v2 13/13] arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness

2016-01-05 Thread Kees Cook
On Wed, Dec 30, 2015 at 7:26 AM, Ard Biesheuvel wrote: > Since arm64 does not use a decompressor that supplies an execution > environment where it is feasible to some extent to provide a source of > randomness, the arm64 KASLR kernel depends on the bootloader to supply > some random bits in regist

[PATCH 4.2.y-ckt 192/211] phy: micrel: Fix finding PHY properties in MAC node.

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Lunn [ Upstream commit 651df2183543bc92f5dbcf99cd9e236ead0bc4c5 ] commit 8b63ec1837fa ("phylib: Make PHYs children of their MDIO bus, not the bus' parent.") changed the parenti

[PATCH 4.2.y-ckt 190/211] r8152: fix lockup when runtime PM is enabled

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Wu [ Upstream commit 90186af404ada5a47b875bf3c16d0b02bb023ea0 ] When an interface is brought up which was previously suspended (via runtime PM), it would hang. This happens becau

[PATCH 4.2.y-ckt 199/211] net: check both type and procotol for tcp sockets

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong [ Upstream commit ac5cc977991d2dce85fc734a6c71ddb33f6fe3c1 ] Dmitry reported the following out-of-bound access: Call Trace: [] __asan_report_load4_noabort+0x3e/0x40 mm/kasa

[PATCH 4.2.y-ckt 191/211] ipv6: sctp: clone options to avoid use after free

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 9470e24f35ab81574da54e69df90c1eb4a96b43f ] SCTP is lacking proper np->opt cloning at accept() time. TCP and DCCP use ipv6_dup_options() helper, do the s

[PATCH 4.2.y-ckt 201/211] bluetooth: Validate socket address length in sco_sock_bind().

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: "David S. Miller" [ Upstream commit 5233252fce714053f0151680933571a2da9cbfb4 ] Signed-off-by: David S. Miller Signed-off-by: Kamal Mostafa --- net/bluetooth/sco.c | 3 +++ 1 file ch

[PATCH 4.2.y-ckt 200/211] net_sched: make qdisc_tree_decrease_qlen() work for non mq

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 225734de70cd0a9e0b978f3583a4a87939271d5e ] Stas Nichiporovich reported a regression in his HFSC qdisc setup on a non multi queue device. It turns out I

[PATCH 4.2.y-ckt 195/211] net: fix IP early demux races

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet [ Upstream commit 5037e9ef9454917b047f9f3a19b4dd179fbf7cd4 ] David Wilder reported crashes caused by dst reuse. I am seeing a crash on a distro V4.2.3 kernel caused by

[PATCH 4.2.y-ckt 196/211] pptp: verify sockaddr_len in pptp_bind() and pptp_connect()

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong [ Upstream commit 09ccfd238e5a0e670d8178cf50180ea81ae09ae1 ] Reported-by: Dmitry Vyukov Signed-off-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Kamal Mostaf

[PATCH 4.2.y-ckt 193/211] net: add validation for the socket syscall protocol argument

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa [ Upstream commit 79462ad02e861803b3840cc782248c7359451cd9 ] 郭永刚 reported that one could simply crash the kernel as root by using a simple program: int so

[PATCH 4.2.y-ckt 194/211] sh_eth: fix kernel oops in skb_put()

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov [ Upstream commit 248be83dcb3feb3f6332eb3d010a016402138484 ] In a low memory situation the following kernel oops occurs: Unable to handle kernel NULL pointer dereferen

[PATCH 4.2.y-ckt 183/211] ipv6: keep existing flags when setting IFA_F_OPTIMISTIC

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= [ Upstream commit 9a1ec4612c9bfc94d4185e3459055a37a685e575 ] Commit 64236f3f3d74 ("ipv6: introduce IFA_F_STABLE_PRIVACY flag") failed to update the settin

[PATCH 4.2.y-ckt 188/211] net: cdc_mbim: add "NDP to end" quirk for Huawei E3372

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= [ Upstream commit f8c0cfa5eca902d388c0b57c7ca29a1ff2e6d8c6 ] The Huawei E3372 (12d1:157d) needs this quirk in MBIM mode as well. Allow this by forcing the

[PATCH 4.2.y-ckt 186/211] sctp: update the netstamp_needed counter when copying sockets

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner [ Upstream commit 01ce63c90170283a9855d1db4fe81934dddce648 ] Dmitry Vyukov reported that SCTP was triggering a WARN on socket destroy related to disabling sock

[PATCH 4.2.y-ckt 187/211] sctp: also copy sk_tsflags when copying the socket

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Marcelo Ricardo Leitner [ Upstream commit 50a5ffb1ef535e3c6989711c51b5d61b543a3b45 ] As we are keeping timestamps on when copying the socket, we also have to copy sk_tsflags. This is

Re: [PATCH v4] i2c: designware: Do not require clock when SSCN and FFCN are provided

2016-01-05 Thread Loc Ho
Hi, >> The current driver uses input clock source frequency to calculate >> values for [SS|FS]_[HC|LC] registers. However, when booting ACPI, we do not >> currently have a good way to provide the frequency information. >> Instead, we can leverage the SSCN and FFCN ACPI methods, which can be used >

[PATCH 4.2.y-ckt 184/211] vxlan: fix incorrect RCO bit in VXLAN header

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Benc [ Upstream commit c5fb8caaf91ea6a92920cf24db10cfc94d58de0f ] Commit 3511494ce2f3d ("vxlan: Group Policy extension") changed definition of VXLAN_HF_RCO from 0x0020 to BIT(

[PATCH 4.2.y-ckt 181/211] gre6: allow to update all parameters via rtnl

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Dichtel [ Upstream commit 6a61d4dbf4f54b5683e0f1e58d873cecca7cb977 ] Parameters were updated only if the kernel was unable to find the tunnel with the new parameters, ie only i

[PATCH 4.2.y-ckt 182/211] atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Pavel Machek [ Upstream commit f2a3771ae8aca879c32336c76ad05a017629bae2 ] atl1c driver is doing order-4 allocation with GFP_ATOMIC priority. That often breaks networking after resume.

[PATCH 4.2.y-ckt 178/211] megaraid_sas: Make tape drives visible on PERC5 controllers

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Sumit Saxena commit aed335eecf8f09c28588b01c7f7e24ee78156e28 upstream. The DELL PERC5 controller firmware does not list tape drives in response to MR_DCMD_PD_LIST_QUERY. This causes ta

[PATCH 4.2.y-ckt 189/211] net: qca_spi: fix transmit queue timeout handling

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Stefan Wahren [ Upstream commit ed7d42e24effbd3681e909711a7a2119a85e9217 ] In case of a tx queue timeout every transmit is blocked until the QCA7000 resets himself and triggers a sync

[PATCH 4.2.y-ckt 175/211] TPM: revert the list handling logic fixed in 398a1e7

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Jarkko Sakkinen commit b1a4144a695ff4a6834a2680600f36f991fa4926 upstream. Mimi reported that afb5abc reverts the fix in 398a1e7. This patch reverts it back. Fixes: afb5abc262e9 ("tpm:

[PATCH 4.2.y-ckt 179/211] ARC: Fix silly typo in MAINTAINERS file

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Vineet Gupta commit 30b9dbee895ff0d5cbf155bd1ef3f0f5992bca6f upstream. Signed-off-by: Kamal Mostafa --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 4.2.y-ckt 173/211] NTB: fix 32-bit compiler warning

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit fdcb4b2e78220bde95ce4ba3213088e3a1f1cec6 upstream. resource_size_t may be 32-bit wide on some architectures, which causes this warning when building the NTB code:

[PATCH 4.2.y-ckt 169/211] thermal: exynos: Fix first temperature read after registering sensor

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski commit 9e4249b4034090730017deaf632b46b5faaa12b9 upstream. Thermal core could not read the temperature after registering the thermal sensor with thermal_zone_of_sens

[PATCH 4.2.y-ckt 176/211] mvneta: add FIXED_PHY dependency

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 4bed5395a521b475c2164510596d9af366a3d6dc upstream. The fixed_phy infrastructure is done in a way that is optional, by providing 'static inline' helper functions do

[PATCH 4.2.y-ckt 168/211] selftests: Make scripts executable

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 3b4d3819eca5787bae77314851a799ecbf0da02b upstream. Fixes: 87b2d44026e0 ("selftests: add memfd/sealing page-pinning tests") Fixes: 2bf9e0ab08c6 ("locking/static_key

[PATCH 4.2.y-ckt 174/211] tpm_tis: free irq after probing

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Wilck commit 2aef9da60bfdeb68dbcd4f114c098cbaa841b4ee upstream. Release IRQs used for probing only. Otherwise the TPM will end up with all IRQs 3-15 assigned. Fixes: afb5abc262

[PATCH 4.2.y-ckt 177/211] TPM: Avoid reference to potentially freed memory

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Christophe JAILLET commit eb8ed1eb9a158c460d10205eaff71fd4ac67c160 upstream. Reference to the 'np' node is dropped before dereferencing the 'sizep' and 'basep' pointers, which could by

[PATCH 4.2.y-ckt 170/211] ipv4: fix a potential deadlock in mcast getsockopt() path

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: WANG Cong commit 87e9f0315952b0dd8b5e51ba04beda03efc009d9 upstream. Sasha reported the following lockdep warning: Possible unsafe locking scenario: CPU0

[PATCH 4.2.y-ckt 152/211] netfilter: nf_nat_redirect: add missing NULL pointer check

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Munehisa Kamata commit 94f9cd81436c85d8c3a318ba92e236ede73752fc upstream. Commit 8b13eddfdf04cbfa561725cfc42d6868fe896f56 ("netfilter: refactor NAT redirect IPv4 to use it from nf_tabl

[PATCH 4.2.y-ckt 164/211] net: fix percpu memory leaks

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 1d6119baf0610f813eb9d9580eb4fd16de5b4ceb upstream. This patch fixes following problems : 1) percpu_counter_init() can return an error, therefore init_frag_mem_li

[PATCH 4.2.y-ckt 171/211] perf trace: Fix documentation for -i

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Feiner commit 956959f6b7a982b2e789a7a8fa1de437074a5eb9 upstream. The -i flag was incorrectly listed as a short flag for --no-inherit. It should have only been listed as a short

[PATCH 4.2.y-ckt 172/211] rtc: ds1307: Fix alarm programming for mcp794xx

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Tero Kristo commit 62c8c20af92ea312ecb22cec4e83082e5843076b upstream. mcp794xx alarm registers must be written in BCD format. However, the alarm programming logic neglected this by add

[PATCH 4.2.y-ckt 166/211] vfio/platform: store mapped memory in region, instead of an on-stack copy

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: James Morse commit 1b4bb2eaa9b2583521611b4aa978f9f499c92cd4 upstream. vfio_platform_{read,write}_mmio() call ioremap_nocache() to map a region of io memory, which they store in struct

[PATCH 4.2.y-ckt 154/211] netfilter: nfnetlink: don't probe module if it exists

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal commit dbc3617f4c1f9fcbe63612048cb9583fea1e11ab upstream. nfnetlink_bind request_module()s all the time as nfnetlink_get_subsys() shifts the argument by 8 to obtain th

[PATCH 4.2.y-ckt 163/211] tracepoints: Fix documentation of RCU lockdep checks

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Mathieu Desnoyers commit a15920bea0428cd22291637f6c72542b1843e65f upstream. The documentation on top of __DECLARE_TRACE() does not match its implementation since the condition check ha

[PATCH 4.2.y-ckt 165/211] ipv6: fix tunnel error handling

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= commit ebac62fe3d24c0ce22dd83afa7b07d1a2aaef44d upstream. Both tunnel6_protocol and tunnel46_protocol share the same error handler, tunnel6_err(), whi

Re: Including Raspberry Pi -next trees in linux-next

2016-01-05 Thread Eric Anholt
Stephen Rothwell writes: > Hi Eric, > > On Sat, 26 Dec 2015 13:15:50 -0800 Eric Anholt wrote: >> >> I'll be sending pull-requests to Florian soon, but I would like to get >> my trees included in linux-next to get increased testing coverage of >> them against everything else going on for 4.5. I'

Re: [Intel-gfx] [PATCH] drm/i915: intel_hpd_init(): Don't check connectors for an encoder

2016-01-05 Thread Daniel Vetter
On Tue, Jan 05, 2016 at 02:53:08PM -0500, Lyude wrote: > There's no reason to check for an active encoder when setting up hpd, > especially since a disconnected connector isn't going to have an encoder > in the first place. This fixes reprobing display connectors on resume. > > Signed-off-by: Lyud

[PATCH 4.2.y-ckt 160/211] xprtrdma: Re-arm after missed events

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Chuck Lever commit 7b3d770c67bc07db5035999e4f864c5f2ff7b10e upstream. ib_req_notify_cq(IB_CQ_REPORT_MISSED_EVENTS) returns a positive value if WCs were added to a CQ after the last com

[PATCH 4.2.y-ckt 162/211] qmi_wwan: fix entry for HP lt4112 LTE/HSPA+ Gobi 4G Module

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 70910791731b5956171e1bfcad707766b8e18fee upstream. The lt4112 is a HP branded Huawei me906e modem. Like other Huawei modems, it does not have a fix

[PATCH 4.2.y-ckt 153/211] of/fdt: fix error checking for earlycon address

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Masahiro Yamada commit 3f5ceec96470050d20d7281d49985e3b1cfc3995 upstream. fdt_translate_address() returns OF_BAD_ADDR on error. It is defined as a u64 value, so the variable "addr" sh

[PATCH 4.2.y-ckt 161/211] xprtrdma: Prevent loss of completion signals

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Chuck Lever commit 4220a07264c0517006a534aed201e29c8d297306 upstream. Commit 8301a2c047cc ("xprtrdma: Limit work done by completion handler") was supposed to prevent xprtrdma's upcall

[PATCH 4.2.y-ckt 158/211] ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa commit 682b1a9d3f9686ee43fd66b48605daff00522157 upstream. We cannot reliable calculate packet size on MSG_MORE corked sockets and thus cannot decide if they are go

[PATCH 4.2.y-ckt 155/211] PCI: Set SR-IOV NumVFs to zero after enumeration

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Duyck commit ea9a8854161d9580cfabe011c0ae296ecc0e1d4f upstream. The enumeration path should leave NumVFs set to zero. But after 4449f079722c ("PCI: Calculate maximum number

[PATCH 4.2.y-ckt 144/211] tcp: apply Kern's check on RTTs used for congestion control

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Yuchung Cheng commit 9e45a3e36b363cc4c79c70f2b4f994e66543a219 upstream. Currently ca_seq_rtt_us does not use Kern's check. Fix that by checking if any packet acked is a retransmit, for

[PATCH 4.2.y-ckt 157/211] IB/core, cma: Make __attribute_const__ declarations sparse-friendly

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit db7489e07669073970358b6cacf6a9dd8dc9275e upstream. Move the __attribute_const__ declarations such that sparse understands that these apply to the function itself

[PATCH 4.2.y-ckt 104/211] ideapad-laptop: Add Lenovo Yoga 900 to no_hw_rfkill dmi list

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Hans de Goede commit f71c882dd4cfe4aa88ea07b1402ddd43605d4aef upstream. Like some of the other Yoga models the Lenovo Yoga 900 does not have a hw rfkill switch, and trying to read the

[PATCH 4.2.y-ckt 150/211] MIPS: atomic: Fix comment describing atomic64_add_unless's return value.

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Ralf Baechle commit f25319d2cb439249a6859f53ad42ffa332b0acba upstream. Signed-off-by: Ralf Baechle Fixes: f24219b4e90cf70ec4a211b17fbabc725a0ddf3c (cherry picked from commit f0a232cde

[PATCH 4.2.y-ckt 103/211] scsi_sysfs: Fix queue_ramp_up_period return code

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Oberparleiter commit 863e02d0e173bb9d8cea6861be22820b25c076cc upstream. Writing a number to /sys/bus/scsi/devices//queue_ramp_up_period returns the value of that number instead o

[PATCH 4.2.y-ckt 146/211] IB/core: avoid 32-bit warning

2016-01-05 Thread Kamal Mostafa
4.2.8-ckt1 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit 5d1e623591dfaa64a59ecdac420adc16125524d4 upstream. The INIT_UDATA() macro requires a pointer or unsigned long argument for both input and output buffer, and all ca

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