Re: Random panic in load_balance() with 3.16-rc

2014-07-26 Thread Steven Chamberlain
Hi Michel, On 25/07/14 02:25, Michel Dänzer wrote: Attached is fair.s from Debian gcc 4.8.3-5. Does that look better? I'm going to try reproducing the problem with a kernel built by that now. It looks like gcc-4.9 Debian package version 4.9.1-2 available in sid/jessie may have already fixed

[PATCH ] ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init

2014-07-26 Thread Arnd Bergmann
commit a38b1f60b5245a3 (ARM: pxa: Add non device-tree timer link to clocksource) introduced a harmless section mismatch warning for all pxa platforms, by introducing a new pxa_timer_init() function that is not marked __init but that calls pxa_timer_nodt_init(), which is. The function is only

[PATCH 3.4 21/23] alarmtimer: Fix bug where relative alarm timers were treated as absolute

2014-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz john.stu...@linaro.org commit 16927776ae757d0d132bdbfabbfe2c498342bd59 upstream. Sharvil noticed with the posix timer_settime interface, using the CLOCK_REALTIME_ALARM or

[PATCH 3.4 01/23] crypto: testmgr - update LZO compression test vectors

2014-07-26 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Markus F.X.J. Oberhumer mar...@oberhumer.com commit 0ec7382036922be063b515b2a3f1d6f7a607392c upstream. Update the LZO compression test vectors according to the latest compressor version.

[PATCH 3.10 11/56] igb: do a reset on SR-IOV re-init if device is down

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Assmann sassm...@kpanic.de commit 76252723e88681628a3dbb9c09c963e095476f73 upstream. To properly re-initialize SR-IOV it is necessary to reset the device even if it is already down. Not

[PATCH 3.10 30/56] appletalk: Fix socket referencing in skb

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Utkin andrey.krieger.ut...@gmail.com [ Upstream commit 36beddc272c111689f3042bf3d10a64d8a805f93 ] Setting just skb-sk without taking its reference and setting a destructor is invalid.

[PATCH 3.14 17/87] hwmon: (da9055) Dont use dash in the name attribute

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Axel Lin axel@ingics.com commit 6b00f440dd678d786389a7100a2e03fe44478431 upstream. Dashes are not allowed in hwmon name attributes. Use da9055 instead of da9055-hwmon. Signed-off-by: Axel

[PATCH 3.14 18/87] hwmon: (da9052) Dont use dash in the name attribute

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Axel Lin axel@ingics.com commit ee14b644daaa58afe1e91bb9ebd9cf1b18d1f5fa upstream. Dashes are not allowed in hwmon name attributes. Use da9052 instead of da9052-hwmon. Signed-off-by: Axel

[PATCH 3.10 47/56] drm/radeon: set default bl level to something reasonable

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit 201bb62402e0227375c655446ea04fcd0acf7287 upstream. If the value in the scratch register is 0, set it to the max level. This fixes an issue where

[PATCH 3.10 35/56] tipc: clear next-pointer of message fragments before reassembly

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jon Paul Maloy jon.ma...@ericsson.com [ Upstream commit 999417549c16dd0e3a382aa9f6ae61688db03181 ] If the 'next' pointer of the last fragment buffer in a message is not zeroed before

[PATCH 3.14 28/87] e1000e: Fix SHRA register access for 82579

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: David Ertman davidx.m.ert...@intel.com commit 96dee024ca4799d6d21588951240035c21ba1c67 upstream. Previous commit c3a0dce35af0 fixed an overrun for the RAR on i218 devices. This commit also

[PATCH 3.10 46/56] irqchip: gic: Fix core ID calculation when topology is read from DT

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tomasz Figa t.f...@samsung.com commit 29e697b11853d3f83b1864ae385abdad4aa2c361 upstream. Certain GIC implementation, namely those found on earlier, single cluster, Exynos SoCs, have registers

[PATCH 3.14 26/87] shmem: fix faulting into a hole, not taking i_mutex

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins hu...@google.com commit 8e205f779d1443a94b5ae81aa359cb535dd3021e upstream. Commit f00cdc6df7d7 (shmem: fix faulting into a hole while it's punched) was buggy: Sasha sent a lockdep

[PATCH 3.14 27/87] shmem: fix splicing from a hole while its punched

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins hu...@google.com commit b1a366500bd537b50c3aad26dc7df083ec03a448 upstream. shmem_fault() is the actual culprit in trinity's hole-punch starvation, and the most significant cause

[PATCH 3.10 36/56] net: sctp: fix information leaks in ulpevent layer

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann dbork...@redhat.com [ Upstream commit 8f2e5ae40ec193bc0a0ed99e95315c3eebca84ea ] While working on some other SCTP code, I noticed that some structures shared with user space

[PATCH 3.14 25/87] shmem: fix faulting into a hole while its punched

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins hu...@google.com commit f00cdc6df7d7cfcabb5b740911e6788cb0802bdb upstream. Trinity finds that mmap access to a hole while it's punched from shmem can prevent the

[PATCH 3.14 24/87] iwlwifi: dvm: dont enable CTS to self

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach emmanuel.grumb...@intel.com commit 43d826ca5979927131685cc2092c7ce862cb91cd upstream. We should always prefer to use full RTS protection. Using CTS to self gives a

[PATCH 3.14 22/87] quota: missing lock in dqcache_shrink_scan()

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Niu Yawei yawei@gmail.com commit d68aab6b8f572406aa93b45ef6483934dd3b54a6 upstream. Commit 1ab6c4997e04 (fs: convert fs shrinkers to new scan/count API) accidentally removed locking from

[PATCH 3.14 23/87] iwlwifi: update the 7265 series HW IDs

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Oren Givon oren.gi...@intel.com commit b3c063ae7279981f7161e63b44f214c62f122b32 upstream. Add one more 7265 series HW ID. Edit one existing 7265 series HW ID. Signed-off-by: Oren Givon

[PATCH 3.10 37/56] net: pppoe: use correct channel MTU when using Multilink PPP

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Schulz deve...@kristov.de [ Upstream commit a8a3e41c67d24eb12f9ab9680cbb85e24fcd9711 ] The PPP channel MTU is used with Multilink PPP when ppp_mp_explode() (see ppp_generic module)

[PATCH 3.14 20/87] igb: Workaround for i210 Errata 25: Slow System Clock

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Todd Fujinaka todd.fujin...@intel.com commit 948264879b6894dc389a44b99fae4f0b72932619 upstream. On some devices, the internal PLL circuit occasionally provides the wrong clock frequency after

[PATCH 3.14 21/87] igb: do a reset on SR-IOV re-init if device is down

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Stefan Assmann sassm...@kpanic.de commit 76252723e88681628a3dbb9c09c963e095476f73 upstream. To properly re-initialize SR-IOV it is necessary to reset the device even if it is already down. Not

[PATCH 3.14 02/87] usb: chipidea: udc: Disable auto ZLP generation on ep0

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Abbas Raza abbas_r...@mentor.com commit 953c66469735aed8d2ada639a72b150f01dae605 upstream. There are 2 methods for ZLP (zero-length packet) generation: 1) In software 2) Automatic generation

[PATCH 3.14 19/87] hwmon: (adt7470) Fix writes to temperature limit registers

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck li...@roeck-us.net commit de12d6f4b10b21854441f5242dcb29ea96181e58 upstream. Temperature limit registers are signed. Limits therefore need to be clamped to (-128, 127) degrees C

[PATCH 3.14 16/87] xen/balloon: set ballooned out pages as invalid in p2m

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel david.vra...@citrix.com commit fb9a0c443691ceaab3daba966bbbd9f5ff3aa26f upstream. Since cd9151e26d31048b2b5e00fd02e110e07d2200c9 (xen/balloon: set a mapping for ballooned out

[PATCH 3.10 44/56] ring-buffer: Fix polling on trace_pipe

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Martin Lau ka...@fb.com commit 97b8ee845393701edc06e27ccec2876ff9596019 upstream. ring_buffer_poll_wait() should always put the poll_table to its wait_queue even there is immediate data

[PATCH 3.14 14/87] tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: zhangwei(Jovi) jovi.zhang...@huawei.com commit 8abfb8727f4a724d31f9ccfd8013fbd16d539445 upstream. Currently trace option stacktrace is not applicable for trace_printk with constant string

[PATCH 3.14 31/87] slcan: Port write_wakeup deadlock fix from slip

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Tyler Hall tylerwh...@gmail.com [ Upstream commit a8e83b17536aad603fbeae4c460f2da0ee9fe6ed ] The commit slip: Fix deadlock in write_wakeup fixes a deadlock caused by a change made in both

[PATCH 3.14 15/87] tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputs

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: zhangwei(Jovi) jovi.zhang...@huawei.com commit f0160a5a2912267c02cfe692eac955c360de5fdf upstream. The TRACE_ITER_PRINTK check in __trace_puts/__trace_bputs is missing, so add it, to be

[PATCH 3.14 13/87] tracing: Fix graph tracer with stack tracer on other archs

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt (Red Hat) rost...@goodmis.org commit 5f8bf2d263a20b986225ae1ed7d6759dc4b93af9 upstream. Running my ftrace tests on PowerPC, it failed the test that checks if function_graph

[PATCH 3.14 37/87] net: fix UDP tunnel GSO of frag_list GRO packets

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Wei-Chun Chao weich...@plumgrid.com [ Upstream commit 5882a07c72093dc3a18e2d2b129fb200686bb6ee ] This patch fixes a kernel BUG_ON in skb_segment. It is hit when testing two VMs on openvswitch

[PATCH 3.10 38/56] sunvnet: clean up objects created in vnet_new() on vnet_exit()

2014-07-26 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sowmini Varadhan sowmini.varad...@oracle.com [ Upstream commit a4b70a07ed12a71131cab7adce2ce91c71b37060 ] Nothing cleans up the objects created by vnet_new(), they are completely leaked.

[PATCH 3.14 30/87] slip: Fix deadlock in write_wakeup

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Tyler Hall tylerwh...@gmail.com [ Upstream commit 661f7fda21b15ec52f57fcd397c03370acc28688 ] Use schedule_work() to avoid potentially taking the spinlock in interrupt context. Commit

[PATCH 3.14 11/87] iio:core: Handle error when mask type is not separate

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Srinivas Pandruvada srinivas.pandruv...@linux.intel.com commit 78b3321610bf920d7fceb1a0236faa881be0bcf3 upstream. When event spec is shared by multiple channels, which has definition for

[PATCH 3.14 00/87] 3.14.14-stable review

2014-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.14.14 release. There are 87 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jul 28 19:01:59 UTC 2014. Anything

[PATCH 3.14 08/87] fuse: timeout comparison fix

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi mszer...@suse.cz commit 126b9d4365b110c157bc4cbc32540dfa66c9c85a upstream. As suggested by checkpatch.pl, use time_before64() instead of direct comparison of jiffies64 values.

[PATCH 3.14 09/87] fuse: handle large user and group ID

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Miklos Szeredi mszer...@suse.cz commit 233a01fa9c4c7c41238537e8db8434667ff28a2f upstream. If the number in user_id=N or group_id=N mount options was larger than INT_MAX then fuse returned

[PATCH 3.14 47/87] net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Loic Prylli lo...@google.com [ Upstream commit 54951194656e4853e441266fd095f880bc0398f3 ] A bug was introduced in NETDEV_CHANGE notifier sequence causing the arp table to be sometimes

[PATCH 3.14 07/87] Bluetooth: Ignore H5 non-link packets in non-active state

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Loic Poulain loic.poul...@intel.com commit 48439d501e3d9e8634bdc0c418e066870039599d upstream. When detecting a non-link packet, h5_reset_rx() frees the Rx skb. Not returning after that will

[PATCH 3.14 06/87] Drivers: hv: util: Fix a bug in the KVP code

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit 9bd2d0dfe4714dd5d7c09a93a5c9ea9e14ceb3fc upstream. Add code to poll the channel since we process only one message at a time and the host may not

[PATCH 3.14 05/87] ALSA: hda - initialize audio InfoFrame to be all zero

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Mengdong Lin mengdong@intel.com commit caaf5ef9493f72390905f1e97b310b8906d32dac upstream. This patch initialized the local audio InfoFrame variable 'ai' to be all zero, thus the data bytes

[PATCH 3.14 67/87] mwifiex: fix Tx timeout issue

2014-07-26 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: Amitkumar Karwar akar...@marvell.com commit d76744a93246eccdca1106037e8ee29debf48277 upstream. https://bugzilla.kernel.org/show_bug.cgi?id=70191

[PATCH 3.15 060/109] netlink: Fix handling of error from netlink_dump().

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Ben Pfaff b...@nicira.com [ Upstream commit ac30ef832e6af0505b6f0251a6659adcfa74975e ] netlink_dump() returns a negative errno value on error. Until now, netlink_recvmsg() directly recorded

[PATCH 3.15 056/109] tcp: fix false undo corner cases

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Yuchung Cheng ych...@google.com [ Upstream commit 6e08d5e3c8236e7484229e46fdf92006e1dd4c49 ] The undo code assumes that, upon entering loss recovery, TCP 1) always retransmit something 2) the

[PATCH 3.15 006/109] Drivers: hv: hv_fcopy: fix a race condition for SMP guest

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dexuan Cui de...@microsoft.com commit 2ef82d24f445e82f80e235f44eb9d1bc933e3670 upstream. We should schedule the 5s timer work before starting the data transfer, otherwise, the data transfer

[PATCH 3.15 042/109] drivers: net: cpsw: fix dual EMAC stall when connected to same switch

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Mugunthan V N mugunthan...@ti.com [ Upstream commit e6afea0bbf129f88dc3fc39fd0d769f9ff064172 ] In commit 629c9a8fd0bbdfc6d702526b327470166ec39c6b (drivers: net: cpsw: Add default vlan for dual

[PATCH 3.15 007/109] Drivers: hv: util: Fix a bug in the KVP code

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: K. Y. Srinivasan k...@microsoft.com commit 9bd2d0dfe4714dd5d7c09a93a5c9ea9e14ceb3fc upstream. Add code to poll the channel since we process only one message at a time and the host may not

[PATCH 3.15 000/109] 3.15.7-stable review

2014-07-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.15.7 release. There are 109 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Mon Jul 28 19:02:07 UTC 2014. Anything

[PATCH 3.15 061/109] be2net: set EQ DB clear-intr bit in be_open()

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Suresh Reddy suresh.re...@emulex.com [ Upstream commit 4cad9f3b61c7268fa89ab8096e23202300399b5d ] On BE3, if the clear-interrupt bit of the EQ doorbell is not set the first time it is armed,

[PATCH 3.15 008/109] Revert Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Marcel Holtmann mar...@holtmann.org commit a2b23bacb315d3873ed90029fd2b68c95de734c0 upstream. This reverts commit ca58e594da2486c1d28e7ad547d82266604ec4ce. For some unclear reason this patch

[PATCH 3.15 058/109] net: mvneta: fix operation in 10 Mbit/s mode

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni thomas.petazz...@free-electrons.com [ Upstream commit 4d12bc63ab5e48c1d78fa13883cf6fefcea3afb1 ] As reported by Maggie Mae Roxas, the mvneta driver doesn't behave properly in

[PATCH 3.15 059/109] net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Fitzsimmons fitz...@fitzsim.org [ Upstream commit 0a1985879437d14bda8c90d0dae3455c467d7642 ] This commit fixes the command value generated for CSUM calculation when running in big

[PATCH 3.15 057/109] appletalk: Fix socket referencing in skb

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Andrey Utkin andrey.krieger.ut...@gmail.com [ Upstream commit 36beddc272c111689f3042bf3d10a64d8a805f93 ] Setting just skb-sk without taking its reference and setting a destructor is invalid.

[PATCH 3.15 055/109] igmp: fix the problem when mc leave group

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: dingtianhong dingtianh...@huawei.com [ Upstream commit 52ad353a5344f1f700c5b777175bdfa41d3cd65a ] The problem was triggered by these steps: 1) create socket, bind and then setsockopt for add

[PATCH 3.15 009/109] Bluetooth: Ignore H5 non-link packets in non-active state

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Loic Poulain loic.poul...@intel.com commit 48439d501e3d9e8634bdc0c418e066870039599d upstream. When detecting a non-link packet, h5_reset_rx() frees the Rx skb. Not returning after that will

[PATCH 3.15 054/109] net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Loic Prylli lo...@google.com [ Upstream commit 54951194656e4853e441266fd095f880bc0398f3 ] A bug was introduced in NETDEV_CHANGE notifier sequence causing the arp table to be sometimes

[PATCH 3.15 051/109] ipv4: icmp: Fix pMTU handling for rare case

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Edward Allcutt edward.allc...@openmarket.com [ Upstream commit 68b7107b62983f2cff0948292429d5f5999df096 ] Some older router implementations still send Fragmentation Needed errors with the

[PATCH 3.15 030/109] shmem: fix faulting into a hole, not taking i_mutex

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins hu...@google.com commit 8e205f779d1443a94b5ae81aa359cb535dd3021e upstream. Commit f00cdc6df7d7 (shmem: fix faulting into a hole while it's punched) was buggy: Sasha sent a lockdep

[PATCH 3.15 005/109] ALSA: hda - Fix broken PM due to incomplete i915 initialization

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 4da63c6fc426023d1a20e45508c47d7d68c6a53d upstream. When the initialization of Intel HDMI controller fails due to missing i915 kernel symbols (e.g. HD-audio is

[PATCH 3.15 038/109] net: filter: fix upper BPF instruction limit

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook keesc...@chromium.org [ Upstream commit 6f9a093b66ce7cacc110d8737c03686e80ecfda6 ] The original checks (via sk_chk_filter) for instruction count uses , not =, so changing this in

[PATCH 3.15 039/109] tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Neal Cardwell ncardw...@google.com [ Upstream commit 2cd0d743b05e87445c54ca124a9916f22f16742e ] If there is an MSS change (or misbehaving receiver) that causes a SACK to arrive that covers the

[PATCH 3.15 004/109] ALSA: hda - Revert stream assignment order for Intel controllers

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit cd50065b3be83a705635550c04e368f2a4cc44d0 upstream. We got a regression report for 3.15.x kernels, and this turned out to be triggered by the fix for stream

[PATCH 3.15 040/109] net: sctp: check proc_dointvec result in proc_sctp_do_auth

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann dbork...@redhat.com [ Upstream commit 24599e61b7552673dd85971cf5a35369cd8c119e ] When writing to the sysctl field net.sctp.auth_enable, it can well be that the user buffer we

[PATCH 3.15 037/109] net: sctp: propagate sysctl errors from proc_do* properly

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann dbork...@redhat.com [ Upstream commit ff5e92c1affe7166b3f6e7073e648ed65a6e2e59 ] sysctl handler proc_sctp_do_hmac_alg(), proc_sctp_do_rto_min() and proc_sctp_do_rto_max() do

[PATCH 3.15 024/109] igb: Workaround for i210 Errata 25: Slow System Clock

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Todd Fujinaka todd.fujin...@intel.com commit 948264879b6894dc389a44b99fae4f0b72932619 upstream. On some devices, the internal PLL circuit occasionally provides the wrong clock frequency after

[PATCH 3.15 036/109] slcan: Port write_wakeup deadlock fix from slip

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Tyler Hall tylerwh...@gmail.com [ Upstream commit a8e83b17536aad603fbeae4c460f2da0ee9fe6ed ] The commit slip: Fix deadlock in write_wakeup fixes a deadlock caused by a change made in both

[PATCH 3.15 033/109] net/mlx4_en: Dont configure the HW vxlan parser when vxlan offloading isnt set

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Or Gerlitz ogerl...@mellanox.com [ Upstream commit e326f2f13b209d56782609e833b87cb497e64b3b ] The add_vxlan_port ndo driver code was wrongly testing whether HW vxlan offloads are supported by

[PATCH 3.15 065/109] net: pppoe: use correct channel MTU when using Multilink PPP

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Christoph Schulz deve...@kristov.de [ Upstream commit a8a3e41c67d24eb12f9ab9680cbb85e24fcd9711 ] The PPP channel MTU is used with Multilink PPP when ppp_mp_explode() (see ppp_generic module)

[PATCH 3.15 074/109] ipv4: fix buffer overflow in ip_options_compile()

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 10ec9472f05b45c94db3c854d22581a20b97db41 ] There is a benign buffer overflow in ip_options_compile spotted by AddressSanitizer[1] : Its

[PATCH 3.15 034/109] ip_tunnel: fix ip_tunnel_lookup

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Popov ixaph...@qrator.net [ Upstream commit e0056593b61253f1a8a9941dacda22e73b963cdc ] This patch fixes 3 similar bugs where incoming packets might be routed into wrong non-wildcard

[PATCH 3.15 077/109] xen-netback: Fix releasing header slot on error path

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com [ Upstream commit 1b860da0404a76af8533099ffe0a965490939369 ] This patch makes this function aware that the first frag and the header might share the same

[PATCH 3.15 045/109] ipv4: fix dst race in sk_dst_get()

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit f88649721268999bdff09777847080a52004f691 ] When IP route cache had been removed in linux-3.6, we broke assumption that dst entries were all

[PATCH 3.15 079/109] perf: Do not allow optimized switch for non-cloned events

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa jo...@redhat.com commit 1f9a7268c67f0290837aada443d28fd953ddca90 upstream. The context check in perf_event_context_sched_out allows non-cloned context to be part of the optimized

[PATCH 3.15 078/109] xen-netback: Fix pointer incrementation to avoid incorrect logging

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com [ Upstream commit d8cfbfc4660054150ca1b7c501a8edc0771022f9 ] Due to this pointer is increased prematurely, the error log contains rubbish. Signed-off-by:

[PATCH 3.15 076/109] xen-netback: Fix releasing frag_list skbs in error path

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com [ Upstream commit b42cc6e421e7bf74e545483aa34b99d2a2ca6d3a ] When the grant operations failed, the skb is freed up eventually, and it tries to release the

[PATCH 3.15 066/109] bonding: fix ad_select module param check

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Aleksandrov niko...@redhat.com [ Upstream commit 548d28bd0eac840d122b691279ce9f4ce6ecbfb6 ] Obvious copy/paste error when I converted the ad_select to the new option API. lacp_rate

[PATCH 3.15 046/109] ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet eduma...@google.com [ Upstream commit 7f502361531e9eecb396cf99bdc9e9a59f7ebd7f ] We have two different ways to handle changes to sk-sk_dst First way (used by TCP) assumes socket

[PATCH 3.15 084/109] irqchip: gic: Add binding probe for ARM GIC400

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Suravee Suthikulpanit suravee.suthikulpa...@amd.com commit 144cb08864ed44be52d8634ac69cd98e5efcf527 upstream. Commit 3ab72f9156bb dt-bindings: add GIC-400 binding added the arm,gic-400

[PATCH 3.15 092/109] x86, tsc: Fix cpufreq lockup

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra pet...@infradead.org commit 3896c329df8092661dac80f55a8c3f60136fd61a upstream. Mauro reported that his AMD X2 using the powernow-k8 cpufreq driver locked up when doing cpu

[PATCH 3.15 082/109] ring-buffer: Fix polling on trace_pipe

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Martin Lau ka...@fb.com commit 97b8ee845393701edc06e27ccec2876ff9596019 upstream. ring_buffer_poll_wait() should always put the poll_table to its wait_queue even there is immediate data

[PATCH 3.15 075/109] xen-netback: Fix handling frag_list on grant op error path

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com [ Upstream commit 1a998d3e6bc1e44f4c0bc7509bdedef8ed3845ec ] The error handling for skb's with frag_list was completely wrong, it caused double unmap

[PATCH 3.15 094/109] random: check for increase of entropy_count because of signed conversion

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Hannes Frederic Sowa han...@stressinduktion.org commit 79a8468747c5f95ed3d5ce8376a3e82e0c5857fc upstream. The expression entropy_count -= ibytes (ENTROPY_SHIFT + 3) could actually increase

[PATCH 3.15 095/109] mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Ted Juan ted.j...@gmail.com commit 6938ad40cb97a52d88a763008935340729a4acc7 upstream. These two function's switch case lack the 'break' that make them always return error. Signed-off-by: Ted

[PATCH 3.15 086/109] drm/radeon: set default bl level to something reasonable

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit 201bb62402e0227375c655446ea04fcd0acf7287 upstream. If the value in the scratch register is 0, set it to the max level. This fixes an issue where

[PATCH 3.15 089/109] Revert drm/i915: reverse dp link param selection, prefer fast over wide again

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie airl...@redhat.com commit c6930992948adf0f8fc1f6ff1da51c5002a2cf95 upstream. This reverts commit 38aecea0ccbb909d635619cba22f1891e589b434. This breaks Haswell Thinkpad + Lenovo

[PATCH 3.15 093/109] cpufreq: move policy kobj to policy-cpu at resume

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Viresh Kumar viresh.ku...@linaro.org commit 92c14bd9477a20a83144f08c0ca25b0308bf0730 upstream. This is only relevant to implementations with multiple clusters, where clusters have separate

[PATCH 3.15 091/109] hwrng: fetch randomness only after device init

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Amit Shah amit.s...@redhat.com commit d3cc7996473a7bdd33256029988ea690754e4e2a upstream. Commit d9e7972619334 hwrng: add randomness to system from rng sources added a call to rng_get_data()

[PATCH 3.15 090/109] alarmtimer: Fix bug where relative alarm timers were treated as absolute

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: John Stultz john.stu...@linaro.org commit 16927776ae757d0d132bdbfabbfe2c498342bd59 upstream. Sharvil noticed with the posix timer_settime interface, using the CLOCK_REALTIME_ALARM or

[PATCH 3.15 083/109] irqchip: gic: Add support for cortex a7 compatible string

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Matthias Brugger matthias@gmail.com commit a97e8027b1d28eafe6bafe062556c1ec926a49c6 upstream. Patch 0a68214b ARM: DT: Add binding for GIC virtualization extentions (VGIC) added the

Re: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread Martin K. Petersen
KY == KY Srinivasan k...@microsoft.com writes: Great! I'd just like to have a reasonable level of confidence in what's happening down the stack before I entertain turning something on that's not being properly advertised. KY As I look at the output of inquiry between Linux on Hyper-V and KY

[PATCH 3.15 108/109] Dont trigger congestion wait on dirty-but-not-writeout pages

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit b738d764652dc5aab1c8939f637112981fce9e0e upstream. shrink_inactive_list() used to wait 0.1s to avoid congestion when all the pages that were

[PATCH 3.15 109/109] ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Anton Kolesov anton.kole...@synopsys.com commit a4b6cb735b25aa84a462a1985e3e43bebaf5beb4 upstream. This patch adds implementation of GET_THREAD_AREA ptrace request type. This is required by

[PATCH 3.15 088/109] drm/radeon: avoid leaking edid data

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher alexander.deuc...@amd.com commit 0ac66effe7fcdee55bda6d5d10d3372c95a41920 upstream. In some cases we fetch the edid in the detect() callback in order to determine what sort of

[PATCH 3.15 107/109] iwlwifi: mvm: disable CTS to Self

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach emmanuel.grumb...@intel.com commit dc271ee0d04d12d6bfabacbec803289a7072fbd9 upstream. Firmware folks seem say that this flag can make trouble. Drop it. The advantage of CTS

[PATCH 3.15 106/109] ARM: dts: imx: Add alias for ethernet controller

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Marek Vasut ma...@denx.de commit 22970070e027cbbb9b2878f8f7c31d0d7f29e94d upstream. Add alias for FEC ethernet on i.MX to allow bootloaders (like U-Boot) patch-in the MAC address for FEC using

[PATCH 3.15 104/109] aio: protect reqs_available updates from changes in interrupt handlers

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Benjamin LaHaise b...@kvack.org commit 263782c1c95bbddbb022dc092fd89a36bb8d5577 upstream. As of commit f8567a3845ac05bb28f3c1b478ef752762bd39ef it is now possible to have put_reqs_available()

[PATCH 3.15 103/109] IB/mlx5: Enable block multicast loopback for kernel consumers

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Or Gerlitz ogerl...@mellanox.com commit 652c1a05171695d21b84dd3a723606b50eeb80fd upstream. In commit f360d88a2efd, we advertise blocking multicast loopback to both kernel and userspace

[PATCH 3.15 105/109] gpio: dwapb: drop irq_setup_generic_chip()

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior bige...@linutronix.de commit 11d3d334af07408ce3a68860c40006ddcd343da5 upstream. The driver calls irq_alloc_domain_generic_chips() which creates a gc and adds it to

[PATCH 3.15 101/109] sched: Fix possible divide by zero in avg_atom() calculation

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Mateusz Guzik mgu...@redhat.com commit b0ab99e7736af88b8ac1b7ae50ea287fffa2badc upstream. proc_sched_show_task() does: if (nr_switches) do_div(avg_atom, nr_switches); nr_switches

[PATCH 3.15 098/109] RDMA/cxgb4: Initialize the device status page

2014-07-26 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Steve Wise sw...@opengridcomputing.com commit 6b54d54dea82ae214e4a45a503c4ef755a8ecee8 upstream. The status page is mapped to user processes and allows sharing the device state between the

  1   2   3   4   5   6   7   8   9   10   >