Commit Graph

2640 Commits

Author SHA1 Message Date
Kiran Gunda 6444e3ad62 msm: msm_bus: remove the buspm module from kernel
Remove the buspm module from msm_bus since it adds
no functionality to the bus bandwidth aggregation
driver. It is a loadable module used for profiling
purposes.

Bug: 26354602
Change-Id: I7d70a22f73a0c396a3d8e330d3207871546cbfe3
Signed-off-by: Yuan Lin <yualin@google.com>
2016-03-24 21:35:38 -07:00
Gjorgji Rosikopulos e9d67d46a1 msm: msm_bus: Fix memory corruption in alloc_handle_lst
There are two issues when registering already existing
bus handle.

1. Realloc size is not correct.
2. Assuming that pointer returned in krealloc will be the
same is not correct. There is no guarantee for that.

Issue is reproducible in camera usecase on take picture,
since there are multiple instances of jpeg encoder
registering for same bus handle.

Signed-off-by: Gjorgji Rosikopulos <grosikopulos@mm-sol.com>
Acked-by: Laurent Pinchart <laurent.pinchart@linaro.org>
Acked-by: Sandeep Patil <sspatil@google.com>
Tested-by: Sandeep Patil <sspatil@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Signed-off-by: Sandeep Patil <sspatil@google.com>
2016-03-21 17:27:59 +00:00
Sandeep Patil 34306e68f8 ipa: cleanup: fix workqueue leak in QCOM ipa driver
The QC ipa driver is creating the ipa->power_mgmt_wq twice
and thus leaking the 1st creation

Fix the leak by removing the 2nd call to create_singlethread_workqueue()
for power_mgmt_wq.

Signed-off-by: Sandeep Patil <sspatil@google.com>
Acked-by: Laurent Pinchart <laurent.pinchart@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2016-03-21 16:41:09 +00:00
Dan Carpenter 08fc7d3fdf intel_scu_ipcutil: underflow in scu_reg_access()
commit b1d353ad3d5835b16724653b33c05124e1b5acf1 upstream.

"count" is controlled by the user and it can be negative.  Let's prevent
that by making it unsigned.  You have to have CAP_SYS_RAWIO to call this
function so the bug is not as serious as it could be.

Fixes: 5369c02d95 ('intel_scu_ipc: Utility driver for intel scu ipc')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-25 11:57:49 -08:00
Skylar Chang 4957abaa8c msm: ipa: fix the mux_channel buffer overflow
Add the check on ipa wan-driver to check if
receiving more than MAX_NUM_OF_MUX_CHANNEL times
different RMNET_IOCTL_ADD_MUX_CHANNEL ioctls
from netmgrd.

Bug: 27316791
Change-Id: Id9dec134c8bf5772074367cc58610e76375401d9
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Signed-off-by: Yuan Lin <yualin@google.com>
2016-02-24 15:43:56 -08:00
Srinivas Girigowda cd08158240 msm: ipa: Reset uC ready cb
On calling client callback after uC loaded
reset the uC ready cb to avoid further access

Change-Id: I92495c373e5c832c9a527eacce1db406aeb0c32e
Acked by: Sunil Paidimarri <hisunil@qti.qualcomm.com>
Signed-off-by: Subhani Shaik <subhanis@codeaurora.org>
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2016-02-19 21:56:42 +00:00
Srinivas Girigowda 9cfb426e7d msm: ipa: Support for wlan init before uC is loaded
uC is not loaded during wlan auto bootup. Provide
APIs to registeir callback for uC ready.

CRs-Fixed: 786658

Change-Id: Ia7c7c10108b7da697da4d97ece359c583355f0c7
Acked-by: Sunil Kumar Paidimarri <hisunil@qti.qualcomm.com>
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Signed-off-by: Amarnath Hullur Subramanyam <amarnath@codeaurora.org>
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2016-02-19 21:55:55 +00:00
Tim Murray 2371da2dc8 msm: ipa: fix logspam
IPADBG was changed to IPAERR in 698bcea. Switch it back to IPADBG to
reduce the amount of kernel logging.

Change-Id: Icd17fd864f364a513cc7532f286fc38eae98e6cf
2016-01-27 16:27:02 -08:00
Boxiang Pan 7f2e88aace msm: ipa: use bitmap for wakelock ref_count
Current wakelock ref_count is shared with all
the clients. There is a possibility that each
client could increase wakelock ref_count by
accident. Change the wakelock ref_count to bitmap
so each client can only update its own bit once.

Change-Id: I87f47cf54dc34a76dc2c4a537108f9be7b6bdba8
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Signed-off-by: Boxiang Pan <bopan@codeaurora.org>
2016-01-08 13:27:58 -08:00
mohamed.khadri 1dcbd4538a power: store reboot reasons in pmic register
- select hard/soft reset based on module param
- enables reboot reason retention across hard resets

Bug: 25742233

Change-Id: I64e2ef1c02d51ceb20508775ddb420da06d7228a
Signed-off-by: Mohamed Khadri <mohamed.khadri@lge.com>
2015-12-14 13:58:56 -08:00
e2sh83.lee b937232304 msm: haptic: lessen condition of auto resonance triggering
Strict condition on auto resonance correction can cause a unstable
haptic output due to its too much frequent correction work. Gurantee
the margin for the triggering condition so that haptic is tolerant of
varying running frequency comes from its placement, holding position,
and other causes.

BUG=24790442

Change-Id: I009456d0b885aac954eab740af1c0708a19666d9
Signed-off-by: e2sh83.lee <e2sh83.lee@lge.com>
2015-10-12 23:29:36 +00:00
Niranjan Pendharkar dcc4348e8b msm: ipa: poll prod pipes when irq srcs is null
Add the workaround to pull all IPA_CLIENT_CONS pipes on sps-driver when
sps returns irq srcs is null with event: SPS_CALLBACK_BAM_POLL.

Bug: 24338185
Change-Id: I77d5f0cedf3ebf2ef852f4c4bd6ec3d467f06ffb
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Signed-off-by: Niranjan Pendharkar <npendhar@codeaurora.org>
2015-10-02 16:39:06 +00:00
Niranjan Pendharkar 1f6f981eb7 msm: ipa: Fix missing wakelock issue
In some use-case, when ipa-driver's sps_event_cb is called however the
sps_process_irq_work is not scheduled immediately. The fix is to hold
the wakelock until our workqueue is scheduled.

Bug: 24338185
Change-Id: I8e1d9cd1c736cad2b1bb43fb8cb2c0014d28ee1c
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Signed-off-by: Niranjan Pendharkar <npendhar@codeaurora.org>
2015-10-02 16:38:54 +00:00
Niranjan Pendharkar 80ea3924c4 msm: ipa: Fix wakelock issue
There is a possibility that wakelock is not acquired when
polling state is set and we allow system to go to suspend.
Make a change to acquire/release the wakelock based on the
polling state to not allow system to go to suspend.

Bug: 24338185
Change-Id: Iec4e7511e9a03b4f9911b280ce4ddc0e913b5185
Acked-by: Chaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: Ravinder Konka <rkonka@codeaurora.org>
Signed-off-by: Niranjan Pendharkar <npendhar@codeaurora.org>
2015-10-02 16:38:35 +00:00
Niranjan Pendharkar c836a0877c msm: sps: add the callback for BAM-level polling
Add the support to notify BAM client driver to poll all relevant pipes
of that BAM.

Bug: 24338185
Change-Id: I4e52bc6d8f4ea6fe1fa49ecc4f78e6cee04f0774
Signed-off-by: Yan He <yanhe@codeaurora.org>
Signed-off-by: Niranjan Pendharkar <npendhar@codeaurora.org>
2015-10-02 16:33:23 +00:00
Sivan Reinstein 3a72f81253 msm: ipa: remove ipa clock proxy vote after uC loading is complete
This change resolves a case where the IPA clock proxy vote is
removed too early (when QMI handshake is complete) while uC loading
indication hasn't been received yet. In this case, it is possible
that IPA will go to clock gating / power collapse, and upon receiving
a "uC loaded" event, the shared memory contents will be empty (all zeroes)
and the driver will miss the indication.

CRs-Fixed: 863218
Change-Id: I82071a9f9f2d5e876cd5227215491519ea906f24
Signed-off-by: Sivan Reinstein <sivanr@codeaurora.org>
Acked-by: David Arinzon <darinzon@qti.qualcomm.com>
2015-09-16 22:25:08 -07:00
e2sh83.lee a1bbb6a81a qcom: haptic: add condition of choosing candidates for auto resonance
In case of sudden frequency drop in haptic by repetitive typing on keypad,
haptic output becomes faint and does not recover to normal by auto resonance
correction. This is attributable to the bad frequency candidates calculated
with the abnormal frequency value.
Guarantee frequency candidates are updated only when the given frequency is
in normal range(220Hz to 230Hz) and make frequency candidates be narrow
in order to prevent unsuitable frequency moving by auto resonance correction.
In addition, guarantee of auto resonance correction if running frequency is
out of range.

Bug: 23944469
Bug: 23884326

Change-Id: Iad18e372deb50542654a0bfef3ddb41ec5a5f78a
Signed-off-by: e2sh83.lee <e2sh83.lee@lge.com>
2015-09-10 06:06:57 +00:00
Subbaraman Narayanamurthy b66b27ae7c msm: qpnp-power-on: add regulator support for PON device
There is a requirement for configuring certain spare register
bits of PON peripheral. Since there is a chance for multiple
clients to configure these bits, a regulator device can handle
such configuration easily. Add support for it.

Regulator configuration requires an address inside PON peripheral
and a bit position which needs to be controlled to be specified
in the device tree subnode.

CRs-Fixed: 840571
Change-Id: I62d0c3f49e777103e102229353faaf2e8ee1fad6
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2015-09-08 22:02:58 -07:00
e2sh83.lee 7869d39b65 msm: haptic: trigger auto resonance detection
External shock to device like dropping can cause a sudden drop in
haptic frequency under 100Hz. This frequency is not recovered to the
normal range(228~232Hz) since error bit in auto resonance does not
report to the driver and auto resonance detection algorithm does
not take place. Monitor the haptic running frequency whether it goes
down 100Hz below and deliberately trigger auto resonance detection
if it happens.

Bug: 23572579
Change-Id: Ie02fcea99870f29a7acebfec75801270ddc2db24
Signed-off-by: e2sh83.lee <e2sh83.lee@lge.com>
2015-08-27 06:26:17 +00:00
e2sh83.lee 35d033c7db msm: haptic: increase vmax in call/alarm/message indication
According to the VOE from Google, missing call happens due to low vib.
Increase vmax to 0x22(17) for call/alarm/message noditifation,
while haptic keeps running the default vmax 0x14(10).

Change-Id: I10dabf46edabf8179d95b84b2bb9fbac31f1b465
Signed-off-by: e2sh83.lee <e2sh83.lee@lge.com>
2015-08-26 05:25:47 +00:00
soyoung.min 43560803c9 msm: qpnp-haptic: remove workqueue to control vibrator
Vibrator on and off used same workqueue so when the multiple
requests were cascaded, mid request was ignored.
That caused long enabled term and user felt irregular strong
vibration. And direct mode doesn't need any pre warming-up or
post cooling-down so workqueue can be removed.
This patch removes workqueue from direct mode and controls
on/off directly.

Change-Id: I53600eea9d6586c5ee9c376fd624261be042d7de
Signed-off-by: soyoung.min <soyoung.min@lge.com>
2015-08-19 17:45:39 -07:00
Gidon Studinski e9047bb71d msm: ipa: handle IPA interrupt when IPA is OFF
In case IPA isr is called when IPA is clocked off,
defer the interrupt processing to workqueue and
wakeup IPA.

Change-Id: I95d2e3f57f9942317e6daa0f8394adbc922f09df
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
2015-08-11 16:17:21 -07:00
Mohan Pallaka acd415cae0 msm: qpnp-haptic: update play sequence for QWD mode
Haptic auto resonance mode QWD (Quarter Wave Drive) requires
auto resonance to be disabled before getting played. And it has
be enabled back after waiting for 20ms to provide correct
resonance to the motor.

Change-Id: Iacd1ab311500cc4d87ff76de2d74dda45c18997d
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
2015-08-04 09:39:07 -07:00
Abinaya P 63500d856a msm: qpnp-haptic: disable haptics during permanent short circuit
sc_irq is fired when short circuit happens. It is considered to be
a permanent short circut when it lasts more than 5 secs. Hence,
if the sc_irq is fired continuously for more than 5 secs, then
disable the haptics driver permanently.

Change-Id: I38b2de58acb75755dd4a024cfbf626f886f4d91e
Signed-off-by: Abinaya P <abinayap@codeaurora.org>
2015-07-30 09:27:32 -07:00
Mohan Pallaka b1acc94cec msm: qpnp-haptic: add test interfaces for pwm mode
Add couple of test interfaces for pwm mode - ramp and min_max
sequences. PWM is played through a dtest line which is to be
configured from DT.

Change-Id: I69c32606c46b54c0fb23065ae5447da0fc311db9
Signed-off-by: Mohan Pallaka <mpallaka@codeaurora.org>
2015-07-30 09:27:23 -07:00
Abinaya P d63b4f0d69 msm: qpnp-haptic: correct variation in resonant frequency in LRA
PMI8994 and PMI8950 support two type of actuators : Linear Resonant
Actuator(LRA) and Eccentric Rotating Mass(ERM). The LRA actuator is
driven by PMIC Internal RC Clock of 19.2 MHz and its drive code is
based on the formula:
LRA drive period code = (19.2 x 10^6) / (96 * LRA drive frequency)
Where, LRA drive frequency is obtained from the actual actuator
datasheet. Under normal operating conditions, this LRA drive frequency
is not constant and may vary due to a number of reasons like aging,
temperature or device orientation. PMI8994 and PMI8950 haptics
software driver uses auto-resonance detection to correct any drifts
in the frequency and ensures optimum driving strength across varying
operating conditions. Add an optional DT property to enable support
for that.

Also PMI8994 and PMI8950 use internal RC clock of 19.2 MHz which may
have a variation as high as +/-16%. This could be due to manufacturing
process limitations. This frequency variation of RC clock is stored
inside TRIM_ERROR_RC19P2_CLK in the MISC module. The haptics driver
scales the LRA drive period code based on the value found read from
this register. However, currently this register is present only on
PMI8950. Add an optional DT property which indicates the presence
of this register in MISC module or not.

Change-Id: I42365aa54d236797191dfb2a481580f508b60a14
Signed-off-by: Abinaya P <abinayap@codeaurora.org>
Signed-off-by: Himanshu Aggarwal <haggarwa@codeaurora.org>
2015-07-30 09:27:15 -07:00
Jigarkumar Kishorkumar Zala 6ab5af5cf0 msm: qpnp-haptic: add check for haptic state
Add check for haptic state, for avoiding a worker
if haptics are disabled and gets a call for disable.

Change-Id: I47440b02b60fac2a3536e055f2d09f4e7cec2867
Signed-off-by: Jigarkumar Kishorkumar Zala <j_zala@codeaurora.org>
2015-07-30 09:27:03 -07:00
e2sh83.lee 37a4fd49c2 msm: haptic: modify default setting for LRA
"ZXD_EOP" in auto resonance mode requires time for calibration.
No pulse wave generates during the calibration which leads to
unstable haptic output in "direct" play mode.

Change-Id: I4f6b01ed82ad91ce614c4cd9b0e0941950fb2268
Signed-off-by: e2sh83.lee <e2sh83.lee@lge.com>
2015-07-28 08:55:05 -07:00
Girish Mahadevan 4f4c5486e0 msm: msm_bus: Mark certain rule transitions as post clock commit
When evaluating non-callback rules, if we're moving to a less
restrictive rule then mark these as post clock commit. Meaning
instruct the bus driver to apply the rules after committing the
clock rates.
This is essential in some cases where AP flooding control is
essential to protect other shared bus master's timelines. Without
this change, it is possible that AP flooding control is removed before
the clk transitions go through leaving a small window during which AP
bus flooding can cause issues for timelines of other bus masters.

Change-Id: I8d9d0385d16dd27b9c703860253abef35e9e213e
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
2015-07-24 19:51:27 -07:00
Girish Mahadevan 36e6fb110a msm: msm_bus: Use RT mutexes for bus transactions
Change to using RT mutexes when processing a bus bandwidth transaction.
The bus bandwidth APIs are used by various processes of differing
priorities, use RT mutexes to prevent possible priority inversions in the
system.

Change-Id: Ic94d16b8782a11f556750a3e71e4e4d6bb5a9461
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
2015-07-24 19:51:21 -07:00
Mao Jinlong 39401ddbee msm: qpnp-power-on : avoid overriding value of boot_reason
Currently boot_reason is overridden since the secondary PMIC PON devices
are specified and probed. Update the boot_reason only after reading
primary PMIC's PON reason status.

CRs-Fixed: 834681
Change-Id: I0a3f80afb5b91305bcd9ad1271d516bd3f79bcba
Signed-off-by: Mao Jinlong <c_jmao@codeaurora.org>
2015-06-19 15:54:02 -07:00
Anirudh Ghayal 7681e56351 platform: qpnp-revid: Move driver registration to subsys_initcall
Register the revid driver early to avoid probe-deferrals for
clients registering with module_init.

Change-Id: I2cd4a04d3f50eac75eaeeddd96279e2a28907ebd
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2015-06-09 16:40:49 -07:00
Gidon Studinski 7c697b7de5 msm: ipa: rm: add add_dependency_sync API
Add a new blocking API for adding dependency on RM
which will return when the dependent resource is granted or timeout
occurs.

Change-Id: I3f28c187c484f099bfa0b55513cf1f33c8ab0d74
Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-05-28 12:16:58 -07:00
Subbaraman Narayanamurthy 1be2ce4784 msm: qpnp-power-on: change the usage of mutex while setting debounce delay
Currently, mutex lock of PON input is held while configuring the
debounce delay. However, when there are no input configurations
specified, debounce delay cannot be configured because of the
non-availability of input device and hence its mutex lock.

Fix it by using the mutex lock only when the input configuration
is available so that the debounce delay can be configured even
when there is no input configuration.

CRs-Fixed: 815913
Change-Id: Id4aaeceaae1a3c93dcdf962b7e23b187ebac966d
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2015-05-28 12:16:42 -07:00
Skylar Chang 1a055544f9 msm: ipa: fix the ipa inactivity timer issue
Currently if no embedded traffic showing on AP,
IPA resource manager will wait 1000ms to do
clock-gating and wastes AP power. The fix is
to change all IPA_RM's clients to use 100 ms
as INACTIVITY_MSEC_DELAY in profile.

Change-Id: I9b055befb79d5a452427d01aa526c5b7d90a349f
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-05-28 12:16:34 -07:00
Jongrak Kwon 70c918d6b4 Merge 'LA.BF64.1.2.9' AU60 into android-msm-bullhead-3.10
Conflicts:
	arch/arm64/boot/dts/lge/msm8992-bullhead-rev-b.dts
	drivers/media/platform/msm/camera_v2/pproc/cpp/msm_cpp.c
	drivers/platform/msm/qmp_core/qmp_sphinx_ringbuf.h
	drivers/platform/msm/seemp_core/seemp_ringbuf.h
	fs/pstore/inode.c
	fs/pstore/ram.c
	fs/pstore/ram_core.c
	security/selinux/ss/avtab.c
2015-05-07 10:50:52 -07:00
Skylar Chang fb030d06f3 msm: ipa: fix lan-pipe socket buf memory accounting
Increase the size from 32 to 192 to handle CAT9 data
rates for wifi embedded UL traffic.

Change-Id: I8b60b4f0f07a224911a0cf636270bd714a8d7081
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-05-04 22:45:33 -07:00
Sivan Reinstein 667e961440 msm: ipa: stop IPA QMI workqueues when SSR is detected
When SSR is detected, all APPS <-> MPSS communication needs to stop.
Since we're using workqueues, it's possible that a delayed work
will be triggered and executed after SSR has been detected.
This change prevents this from happening by stopping all delayed
work items and putting a flag to indicate that no other work items
can be queued (Until SSR recovery is detected and the IPA QMI
client is initialized).

Change-Id: I4913f58230d41c39a0662fd2dad08af79ce24628
Signed-off-by: Sivan Reinstein <sivanr@codeaurora.org>
Acked-by: David Arinzon <darinzon@qti.qualcomm.com>
2015-05-04 22:45:25 -07:00
William Clark eaa9a4820f seemp_core: Aggregate framework events in user daemon
Logging of user events will be handled by a daemon
instead of each app opening the kernel module.

Change-Id: Icf275fbbed617e062a1dc3a0c7dcaf195935dd3c
Acked-by: Srinivas Gowrishetty <srinig@qti.qualcomm.com>
Signed-off-by: William Clark <wclark@codeaurora.org>
2015-05-04 22:44:33 -07:00
Ian Maund 807a44d01a This is the 3.10.67 stable release
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2
 
 iQIcBAABCAAGBQJUyuGRAAoJEDjbvchgkmk+7EwQALYPOeh+AManQFB1MQvFuOgZ
 /4ulpjhGXw/RPTKHMeyHo8vRfUhMOx8UPF62uql+g1l9b/Zt2bs6qXu4QcxRRsQc
 trSTUpi+U14y1hkgqOVOcFYP2ZaTjNEBQgLJ4eGn46CliLqme+rfoyRYm2GXzcR4
 6cbSAr3mufdFIpi9/8Dn62Gv0aws5lIv3qkHJXznyuux3tisPT5y6Ux2KJoivPn/
 SqADtRpwo+7lTjl15fE++9AqNsGMorV6toT2OO/7nXP+824psInKLmREAT2qC99b
 BG61vcYdxOuHtzmwrvCf1jSRjxhvZT0j2xhBr/vCKcxy08AT0vDv68zrV1r6TIuu
 U7/CKXtFBY95cjfnkTLJuswBSuIA/+sQHV6DaddH0V8fcZ6rQMLrblQ9ZcFFFkmT
 2SG6lmlXqZvcEKYGMnL/Dcow1rkRhB5stiGgTkYxjiRSRpzAHISRJ/GGpsT+rRqK
 HpBs5p9JshvRl7RWKwAu+DNGaEK1X/WYxc4/jw6dZFWX7lEWSMIPlr9zXgZCZ39y
 V6lV1VVlT9/CSs1swKHUyhHHehlFsnIlQ6Fkiycr/KkuqBLs92Hyb7WhpVa819yX
 osXdxSm6J54skiOLKYpBWHpnY09Tc+p28VEfMpErTExgp2oE8F34K7kdhoQPQb97
 2mHiXNa+J4CLUNQ+sRmw
 =HDBo
 -----END PGP SIGNATURE-----

Merge commit 'v3.10.67' into LA.BF64.1.2.9

This merge brings us up to date with upstream kernel.org tag v3.10.67.
It also contains changes to allow forbidden warnings introduced in
the commit 'core, nfqueue, openvswitch: Orphan frags in skb_zerocopy
and handle errors'. Once upstream has corrected these warnings, the
changes to scripts/gcc-wrapper.py, in this commit, can be reverted.

* 'v3.10.67' (915 commits):
  Linux 3.10.67
  md/raid5: fetch_block must fetch all the blocks handle_stripe_dirtying wants.
  ext4: fix warning in ext4_da_update_reserve_space()
  quota: provide interface for readding allocated space into reserved space
  crypto: add missing crypto module aliases
  crypto: include crypto- module prefix in template
  crypto: prefix module autoloading with "crypto-"
  drbd: merge_bvec_fn: properly remap bvm->bi_bdev
  Revert "swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single"
  ipvs: uninitialized data with IP_VS_IPV6
  KEYS: close race between key lookup and freeing
  sata_dwc_460ex: fix resource leak on error path
  x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs
  x86, tls: Interpret an all-zero struct user_desc as "no segment"
  x86, tls, ldt: Stop checking lm in LDT_empty
  x86/tsc: Change Fast TSC calibration failed from error to info
  x86, hyperv: Mark the Hyper-V clocksource as being continuous
  clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write
  can: dev: fix crtlmode_supported check
  bus: mvebu-mbus: fix support of MBus window 13
  ARM: dts: imx25: Fix PWM "per" clocks
  time: adjtimex: Validate the ADJ_FREQUENCY values
  time: settimeofday: Validate the values of tv from user
  dm cache: share cache-metadata object across inactive and active DM tables
  ipr: wait for aborted command responses
  drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES
  scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore
  ALSA: usb-audio: Add mic volume fix quirk for Logitech Webcam C210
  libata: prevent HSM state change race between ISR and PIO
  pinctrl: Fix two deadlocks
  gpio: sysfs: fix gpio device-attribute leak
  gpio: sysfs: fix gpio-chip device-attribute leak
  Linux 3.10.66
  s390/3215: fix tty output containing tabs
  s390/3215: fix hanging console issue
  fsnotify: next_i is freed during fsnotify_unmount_inodes.
  netfilter: ipset: small potential read beyond the end of buffer
  mmc: sdhci: Fix sleep in atomic after inserting SD card
  LOCKD: Fix a race when initialising nlmsvc_timeout
  x86, um: actually mark system call tables readonly
  um: Skip futex_atomic_cmpxchg_inatomic() test
  decompress_bunzip2: off by one in get_next_block()
  ARM: shmobile: sh73a0 legacy: Set .control_parent for all irqpin instances
  ARM: omap5/dra7xx: Fix frequency typos
  ARM: clk-imx6q: fix video divider for rev T0 1.0
  ARM: imx6q: drop unnecessary semicolon
  ARM: dts: imx25: Fix the SPI1 clocks
  Input: I8042 - add Acer Aspire 7738 to the nomux list
  Input: i8042 - reset keyboard to fix Elantech touchpad detection
  can: kvaser_usb: Don't send a RESET_CHIP for non-existing channels
  can: kvaser_usb: Reset all URB tx contexts upon channel close
  can: kvaser_usb: Don't free packets when tight on URBs
  USB: keyspan: fix null-deref at probe
  USB: cp210x: add IDs for CEL USB sticks and MeshWorks devices
  USB: cp210x: fix ID for production CEL MeshConnect USB Stick
  usb: dwc3: gadget: Stop TRB preparation after limit is reached
  usb: dwc3: gadget: Fix TRB preparation during SG
  OHCI: add a quirk for ULi M5237 blocking on reset
  gpiolib: of: Correct error handling in of_get_named_gpiod_flags
  NFSv4.1: Fix client id trunking on Linux
  ftrace/jprobes/x86: Fix conflict between jprobes and function graph tracing
  vfio-pci: Fix the check on pci device type in vfio_pci_probe()
  uvcvideo: Fix destruction order in uvc_delete()
  smiapp: Take mutex during PLL update in sensor initialisation
  af9005: fix kernel panic on init if compiled without IR
  smiapp-pll: Correct clock debug prints
  video/logo: prevent use of logos after they have been freed
  storvsc: ring buffer failures may result in I/O freeze
  iscsi-target: Fail connection on short sendmsg writes
  hp_accel: Add support for HP ZBook 15
  cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers
  ARC: [nsimosci] move peripherals to match model to FPGA
  drm/i915: Force the CS stall for invalidate flushes
  drm/i915: Invalidate media caches on gen7
  drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw
  drm/radeon: check the right ring in radeon_evict_flags()
  drm/vmwgfx: Fix fence event code
  enic: fix rx skb checksum
  alx: fix alx_poll()
  tcp: Do not apply TSO segment limit to non-TSO packets
  tg3: tg3_disable_ints using uninitialized mailbox value to disable interrupts
  netlink: Don't reorder loads/stores before marking mmap netlink frame as available
  netlink: Always copy on mmap TX.
  Linux 3.10.65
  mm: Don't count the stack guard page towards RLIMIT_STACK
  mm: propagate error from stack expansion even for guard page
  mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killed
  perf session: Do not fail on processing out of order event
  perf: Fix events installation during moving group
  perf/x86/intel/uncore: Make sure only uncore events are collected
  Btrfs: don't delay inode ref updates during log replay
  ARM: mvebu: disable I/O coherency on non-SMP situations on Armada 370/375/38x/XP
  scripts/kernel-doc: don't eat struct members with __aligned
  nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() races
  nfsd4: fix xdr4 inclusion of escaped char
  fs: nfsd: Fix signedness bug in compare_blob
  serial: samsung: wait for transfer completion before clock disable
  writeback: fix a subtle race condition in I_DIRTY clearing
  cdc-acm: memory leak in error case
  genhd: check for int overflow in disk_expand_part_tbl()
  USB: cdc-acm: check for valid interfaces
  ALSA: hda - Fix wrong gpio_dir & gpio_mask hint setups for IDT/STAC codecs
  ALSA: hda - using uninitialized data
  ALSA: usb-audio: extend KEF X300A FU 10 tweak to Arcam rPAC
  driver core: Fix unbalanced device reference in drivers_probe
  x86, vdso: Use asm volatile in __getcpu
  x86_64, vdso: Fix the vdso address randomization algorithm
  HID: Add a new id 0x501a for Genius MousePen i608X
  HID: add battery quirk for USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO keyboard
  HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
  HID: i2c-hid: prevent buffer overflow in early IRQ
  HID: i2c-hid: fix race condition reading reports
  iommu/vt-d: Fix an off-by-one bug in __domain_mapping()
  UBI: Fix double free after do_sync_erase()
  UBI: Fix invalid vfree()
  pstore-ram: Allow optional mapping with pgprot_noncached
  pstore-ram: Fix hangs by using write-combine mappings
  PCI: Restore detection of read-only BARs
  ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap
  ASoC: max98090: Fix ill-defined sidetone route
  ASoC: sigmadsp: Refuse to load firmware files with a non-supported version
  ath5k: fix hardware queue index assignment
  swiotlb-xen: pass dev_addr to swiotlb_tbl_unmap_single
  can: peak_usb: fix memset() usage
  can: peak_usb: fix cleanup sequence order in case of error during init
  ath9k: fix BE/BK queue order
  ath9k_hw: fix hardware queue allocation
  ocfs2: fix journal commit deadlock
  Linux 3.10.64
  Btrfs: fix fs corruption on transaction abort if device supports discard
  Btrfs: do not move em to modified list when unpinning
  eCryptfs: Remove buggy and unnecessary write in file name decode routine
  eCryptfs: Force RO mount when encrypted view is enabled
  udf: Verify symlink size before loading it
  exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
  ncpfs: return proper error from NCP_IOC_SETROOT ioctl
  crypto: af_alg - fix backlog handling
  userns: Unbreak the unprivileged remount tests
  userns: Allow setting gid_maps without privilege when setgroups is disabled
  userns: Add a knob to disable setgroups on a per user namespace basis
  userns: Rename id_map_mutex to userns_state_mutex
  userns: Only allow the creator of the userns unprivileged mappings
  userns: Check euid no fsuid when establishing an unprivileged uid mapping
  userns: Don't allow unprivileged creation of gid mappings
  userns: Don't allow setgroups until a gid mapping has been setablished
  userns: Document what the invariant required for safe unprivileged mappings.
  groups: Consolidate the setgroups permission checks
  umount: Disallow unprivileged mount force
  mnt: Update unprivileged remount test
  mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mount
  mac80211: free management frame keys when removing station
  mac80211: fix multicast LED blinking and counter
  KEYS: Fix stale key registration at error path
  isofs: Fix unchecked printing of ER records
  x86/tls: Don't validate lm in set_thread_area() after all
  dm space map metadata: fix sm_bootstrap_get_nr_blocks()
  dm bufio: fix memleak when using a dm_buffer's inline bio
  nfs41: fix nfs4_proc_layoutget error handling
  megaraid_sas: corrected return of wait_event from abort frame path
  mmc: block: add newline to sysfs display of force_ro
  mfd: tc6393xb: Fail ohci suspend if full state restore is required
  md/bitmap: always wait for writes on unplug.
  x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit
  x86_64, switch_to(): Load TLS descriptors before switching DS and ES
  x86/tls: Disallow unusual TLS segments
  x86/tls: Validate TLS entries to protect espfix
  isofs: Fix infinite looping over CE entries
  Linux 3.10.63
  ALSA: usb-audio: Don't resubmit pending URBs at MIDI error recovery
  powerpc: 32 bit getcpu VDSO function uses 64 bit instructions
  ARM: sched_clock: Load cycle count after epoch stabilizes
  igb: bring link up when PHY is powered up
  ext2: Fix oops in ext2_get_block() called from ext2_quota_write()
  nEPT: Nested INVEPT
  net: sctp: use MAX_HEADER for headroom reserve in output path
  net: mvneta: fix Tx interrupt delay
  rtnetlink: release net refcnt on error in do_setlink()
  net/mlx4_core: Limit count field to 24 bits in qp_alloc_res
  tg3: fix ring init when there are more TX than RX channels
  ipv6: gre: fix wrong skb->protocol in WCCP
  sata_fsl: fix error handling of irq_of_parse_and_map
  ahci: disable MSI on SAMSUNG 0xa800 SSD
  AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller
  media: smiapp: Only some selection targets are settable
  drm/i915: Unlock panel even when LVDS is disabled
  drm/radeon: kernel panic in drm_calc_vbltimestamp_from_scanoutpos with 3.18.0-rc6
  i2c: davinci: generate STP always when NACK is received
  i2c: omap: fix i207 errata handling
  i2c: omap: fix NACK and Arbitration Lost irq handling
  xen-netfront: Remove BUGs on paged skb data which crosses a page boundary
  mm: fix swapoff hang after page migration and fork
  mm: frontswap: invalidate expired data on a dup-store failure
  Linux 3.10.62
  nfsd: Fix ACL null pointer deref
  powerpc/powernv: Honor the generic "no_64bit_msi" flag
  bnx2fc: do not add shared skbs to the fcoe_rx_list
  nfsd4: fix leak of inode reference on delegation failure
  nfsd: Fix slot wake up race in the nfsv4.1 callback code
  rt2x00: do not align payload on modern H/W
  can: dev: avoid calling kfree_skb() from interrupt context
  spi: dw: Fix dynamic speed change.
  iser-target: Handle DEVICE_REMOVAL event on network portal listener correctly
  target: Don't call TFO->write_pending if data_length == 0
  srp-target: Retry when QP creation fails with ENOMEM
  Input: xpad - use proper endpoint type
  ARM: 8222/1: mvebu: enable strex backoff delay
  ARM: 8216/1: xscale: correct auxiliary register in suspend/resume
  ALSA: usb-audio: Add ctrl message delay quirk for Marantz/Denon devices
  can: esd_usb2: fix memory leak on disconnect
  USB: xhci: don't start a halted endpoint before its new dequeue is set
  usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000
  usb: serial: ftdi_sio: add PIDs for Matrix Orbital products
  USB: serial: cp210x: add IDs for CEL MeshConnect USB Stick
  USB: keyspan: fix tty line-status reporting
  USB: keyspan: fix overrun-error reporting
  USB: ssu100: fix overrun-error reporting
  iio: Fix IIO_EVENT_CODE_EXTRACT_DIR bit mask
  powerpc/pseries: Fix endiannes issue in RTAS call from xmon
  powerpc/pseries: Honor the generic "no_64bit_msi" flag
  of/base: Fix PowerPC address parsing hack
  ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use
  ASoC: sgtl5000: Fix SMALL_POP bit definition
  PCI/MSI: Add device flag indicating that 64-bit MSIs don't work
  ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg
  pptp: fix stack info leak in pptp_getname()
  qmi_wwan: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem
  ieee802154: fix error handling in ieee802154fake_probe()
  ipv4: Fix incorrect error code when adding an unreachable route
  inetdevice: fixed signed integer overflow
  sparc64: Fix constraints on swab helpers.
  uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
  x86, mm: Set NX across entire PMD at boot
  x86: Require exact match for 'noxsave' command line option
  x86_64, traps: Rework bad_iret
  x86_64, traps: Stop using IST for #SS
  x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C
  MIPS: Loongson: Make platform serial setup always built-in.
  MIPS: oprofile: Fix backtrace on 64-bit kernel
  Linux 3.10.61
  mm: memcg: handle non-error OOM situations more gracefully
  mm: memcg: do not trap chargers with full callstack on OOM
  mm: memcg: rework and document OOM waiting and wakeup
  mm: memcg: enable memcg OOM killer only for user faults
  x86: finish user fault error path with fatal signal
  arch: mm: pass userspace fault flag to generic fault handler
  arch: mm: do not invoke OOM killer on kernel fault OOM
  arch: mm: remove obsolete init OOM protection
  mm: invoke oom-killer from remaining unconverted page fault handlers
  net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks
  net: sctp: fix panic on duplicate ASCONF chunks
  net: sctp: fix remote memory pressure from excessive queueing
  KVM: x86: Don't report guest userspace emulation error to userspace
  SCSI: hpsa: fix a race in cmd_free/scsi_done
  net/mlx4_en: Fix BlueFlame race
  ARM: Correct BUG() assembly to ensure it is endian-agnostic
  perf/x86/intel: Use proper dTLB-load-misses event on IvyBridge
  mei: bus: fix possible boundaries violation
  perf: Handle compat ioctl
  MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches
  dell-wmi: Fix access out of memory
  ARM: probes: fix instruction fetch order with <asm/opcodes.h>
  br: fix use of ->rx_handler_data in code executed on non-rx_handler path
  netfilter: nf_nat: fix oops on netns removal
  netfilter: xt_bpf: add mising opaque struct sk_filter definition
  netfilter: nf_log: release skbuff on nlmsg put failure
  netfilter: nfnetlink_log: fix maximum packet length logged to userspace
  netfilter: nf_log: account for size of NLMSG_DONE attribute
  ipc: always handle a new value of auto_msgmni
  clocksource: Remove "weak" from clocksource_default_clock() declaration
  kgdb: Remove "weak" from kgdb_arch_pc() declaration
  media: ttusb-dec: buffer overflow in ioctl
  NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return
  nfs: Fix use of uninitialized variable in nfs_getattr()
  NFS: Don't try to reclaim delegation open state if recovery failed
  NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired
  Input: alps - allow up to 2 invalid packets without resetting device
  Input: alps - ignore potential bare packets when device is out of sync
  dm raid: ensure superblock's size matches device's logical block size
  dm btree: fix a recursion depth bug in btree walking code
  block: Fix computation of merged request priority
  parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls
  scsi: only re-lock door after EH on devices that were reset
  nfs: fix pnfs direct write memory leak
  firewire: cdev: prevent kernel stack leaking into ioctl arguments
  arm64: __clear_user: handle exceptions on strb
  ARM: 8198/1: make kuser helpers depend on MMU
  drm/radeon: add missing crtc unlock when setting up the MC
  mac80211: fix use-after-free in defragmentation
  macvtap: Fix csum_start when VLAN tags are present
  iwlwifi: configure the LTR
  libceph: do not crash on large auth tickets
  xtensa: re-wire umount syscall to sys_oldumount
  ALSA: usb-audio: Fix memory leak in FTU quirk
  ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooks
  ahci: Add Device IDs for Intel Sunrise Point PCH
  audit: keep inode pinned
  x86, x32, audit: Fix x32's AUDIT_ARCH wrt audit
  sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks
  sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().
  sparc64: Fix crashes in schizo_pcierr_intr_other().
  sunvdc: don't call VD_OP_GET_VTOC
  vio: fix reuse of vio_dring slot
  sunvdc: limit each sg segment to a page
  sunvdc: compute vdisk geometry from capacity
  sunvdc: add cdrom and v1.1 protocol support
  net: sctp: fix memory leak in auth key management
  net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet
  gre6: Move the setting of dev->iflink into the ndo_init functions.
  ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.
  Linux 3.10.60
  libceph: ceph-msgr workqueue needs a resque worker
  Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup
  of: Fix overflow bug in string property parsing functions
  sysfs: driver core: Fix glue dir race condition by gdp_mutex
  i2c: at91: don't account as iowait
  acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80
  rbd: Fix error recovery in rbd_obj_read_sync()
  drm/radeon: remove invalid pci id
  usb: gadget: udc: core: fix kernel oops with soft-connect
  usb: gadget: function: acm: make f_acm pass USB20CV Chapter9
  usb: dwc3: gadget: fix set_halt() bug with pending transfers
  crypto: algif - avoid excessive use of socket buffer in skcipher
  mm: Remove false WARN_ON from pagecache_isize_extended()
  x86, apic: Handle a bad TSC more gracefully
  posix-timers: Fix stack info leak in timer_create()
  mac80211: fix typo in starting baserate for rts_cts_rate_idx
  PM / Sleep: fix recovery during resuming from hibernation
  tty: Fix high cpu load if tty is unreleaseable
  quota: Properly return errors from dquot_writeback_dquots()
  ext3: Don't check quota format when there are no quota files
  nfsd4: fix crash on unknown operation number
  cpc925_edac: Report UE events properly
  e7xxx_edac: Report CE events properly
  i3200_edac: Report CE events properly
  i82860_edac: Report CE events properly
  scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND
  lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
  cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.
  usb: Do not allow usb_alloc_streams on unconfigured devices
  USB: opticon: fix non-atomic allocation in write path
  usb-storage: handle a skipped data phase
  spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM
  spi: pl022: Fix incorrect dma_unmap_sg
  usb: dwc3: gadget: Properly initialize LINK TRB
  wireless: rt2x00: add new rt2800usb device
  USB: option: add Haier CE81B CDMA modem
  usb: option: add support for Telit LE910
  USB: cdc-acm: only raise DTR on transitions from B0
  USB: cdc-acm: add device id for GW Instek AFG-2225
  usb: serial: ftdi_sio: add "bricked" FTDI device PID
  usb: serial: ftdi_sio: add Awinda Station and Dongle products
  USB: serial: cp210x: add Silicon Labs 358x VID and PID
  serial: Fix divide-by-zero fault in uart_get_divisor()
  staging:iio:ade7758: Remove "raw" from channel name
  staging:iio:ade7758: Fix check if channels are enabled in prenable
  staging:iio:ade7758: Fix NULL pointer deref when enabling buffer
  staging:iio:ad5933: Drop "raw" from channel names
  staging:iio:ad5933: Fix NULL pointer deref when enabling buffer
  OOM, PM: OOM killed task shouldn't escape PM suspend
  freezer: Do not freeze tasks killed by OOM killer
  ext4: fix oops when loading block bitmap failed
  cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy
  ext4: fix overflow when updating superblock backups after resize
  ext4: check s_chksum_driver when looking for bg csum presence
  ext4: fix reservation overflow in ext4_da_write_begin
  ext4: add ext4_iget_normal() which is to be used for dir tree lookups
  ext4: grab missed write_count for EXT4_IOC_SWAP_BOOT
  ext4: don't check quota format when there are no quota files
  ext4: check EA value offset when loading
  jbd2: free bh when descriptor block checksum fails
  MIPS: tlbex: Properly fix HUGE TLB Refill exception handler
  target: Fix APTPL metadata handling for dynamic MappedLUNs
  target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSE
  qla_target: don't delete changed nacls
  ARC: Update order of registers in KGDB to match GDB 7.5
  ARC: [nsimosci] Allow "headless" models to boot
  KVM: x86: Emulator fixes for eip canonical checks on near branches
  KVM: x86: Fix wrong masking on relative jump/call
  kvm: x86: don't kill guest on unknown exit reason
  KVM: x86: Check non-canonical addresses upon WRMSR
  KVM: x86: Improve thread safety in pit
  KVM: x86: Prevent host from panicking on shared MSR writes.
  kvm: fix excessive pages un-pinning in kvm_iommu_map error path.
  media: tda7432: Fix setting TDA7432_MUTE bit for TDA7432_RF register
  media: ds3000: fix LNB supply voltage on Tevii S480 on initialization
  media: em28xx-v4l: give back all active video buffers to the vb2 core properly on streaming stop
  media: v4l2-common: fix overflow in v4l_bound_align_image()
  drm/nouveau/bios: memset dcb struct to zero before parsing
  drm/tilcdc: Fix the error path in tilcdc_load()
  drm/ast: Fix HW cursor image
  Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544
  Input: i8042 - add noloop quirk for Asus X750LN
  framebuffer: fix border color
  modules, lock around setting of MODULE_STATE_UNFORMED
  dm log userspace: fix memory leak in dm_ulog_tfr_init failure path
  block: fix alignment_offset math that assumes io_min is a power-of-2
  drbd: compute the end before rb_insert_augmented()
  dm bufio: update last_accessed when relinking a buffer
  virtio_pci: fix virtio spec compliance on restore
  selinux: fix inode security list corruption
  pstore: Fix duplicate {console,ftrace}-efi entries
  mfd: rtsx_pcr: Fix MSI enable error handling
  mnt: Prevent pivot_root from creating a loop in the mount tree
  UBI: add missing kmem_cache_free() in process_pool_aeb error path
  random: add and use memzero_explicit() for clearing data
  crypto: more robust crypto_memneq
  fix misuses of f_count() in ppp and netlink
  kill wbuf_queued/wbuf_dwork_lock
  ALSA: pcm: Zero-clear reserved fields of PCM status ioctl in compat mode
  evm: check xattr value length and type in evm_inode_setxattr()
  x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAE
  x86_64, entry: Fix out of bounds read on sysenter
  x86_64, entry: Filter RFLAGS.NT on entry from userspace
  x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED
  x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()
  x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()
  x86: Reject x32 executables if x32 ABI not supported
  vfs: fix data corruption when blocksize < pagesize for mmaped data
  UBIFS: fix free log space calculation
  UBIFS: fix a race condition
  UBIFS: remove mst_mutex
  fs: Fix theoretical division by 0 in super_cache_scan().
  fs: make cont_expand_zero interruptible
  mmc: rtsx_pci_sdmmc: fix incorrect last byte in R2 response
  libata-sff: Fix controllers with no ctl port
  pata_serverworks: disable 64-KB DMA transfers on Broadcom OSB4 IDE Controller
  Revert "percpu: free percpu allocation info for uniprocessor system"
  lockd: Try to reconnect if statd has moved
  drivers/net: macvtap and tun depend on INET
  ipv4: dst_entry leak in ip_send_unicast_reply()
  ax88179_178a: fix bonding failure
  ipv4: fix nexthop attlen check in fib_nh_match
  tracing/syscalls: Ignore numbers outside NR_syscalls' range
  Linux 3.10.59
  ecryptfs: avoid to access NULL pointer when write metadata in xattr
  ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocks
  ALSA: usb-audio: Add support for Steinberg UR22 USB interface
  ALSA: emu10k1: Fix deadlock in synth voice lookup
  ALSA: pcm: use the same dma mmap codepath both for arm and arm64
  arm64: compat: fix compat types affecting struct compat_elf_prpsinfo
  spi: dw-mid: terminate ongoing transfers at exit
  kernel: add support for gcc 5
  fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
  mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
  Bluetooth: Fix issue with USB suspend in btusb driver
  Bluetooth: Fix HCI H5 corrupted ack value
  rt2800: correct BBP1_TX_POWER_CTRL mask
  PCI: Generate uppercase hex for modalias interface class
  PCI: Increase IBM ipr SAS Crocodile BARs to at least system page size
  iwlwifi: Add missing PCI IDs for the 7260 series
  NFSv4.1: Fix an NFSv4.1 state renewal regression
  NFSv4: fix open/lock state recovery error handling
  NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails
  lzo: check for length overrun in variable length encoding.
  Revert "lzo: properly check for overruns"
  Documentation: lzo: document part of the encoding
  m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()
  Drivers: hv: vmbus: Fix a bug in vmbus_open()
  Drivers: hv: vmbus: Cleanup vmbus_establish_gpadl()
  Drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl()
  Drivers: hv: vmbus: Cleanup vmbus_post_msg()
  firmware_class: make sure fw requests contain a name
  qla2xxx: Use correct offset to req-q-out for reserve calculation
  mptfusion: enable no_write_same for vmware scsi disks
  be2iscsi: check ip buffer before copying
  regmap: fix NULL pointer dereference in _regmap_write/read
  regmap: debugfs: fix possbile NULL pointer dereference
  spi: dw-mid: check that DMA was inited before exit
  spi: dw-mid: respect 8 bit mode
  x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead
  kvm: don't take vcpu mutex for obviously invalid vcpu ioctls
  KVM: s390: unintended fallthrough for external call
  kvm: x86: fix stale mmio cache bug
  fs: Add a missing permission check to do_umount
  Btrfs: fix race in WAIT_SYNC ioctl
  Btrfs: fix build_backref_tree issue with multiple shared blocks
  Btrfs: try not to ENOSPC on log replay
  Linux 3.10.58
  USB: cp210x: add support for Seluxit USB dongle
  USB: serial: cp210x: added Ketra N1 wireless interface support
  USB: Add device quirk for ASUS T100 Base Station keyboard
  ipv6: reallocate addrconf router for ipv6 address when lo device up
  tcp: fixing TLP's FIN recovery
  sctp: handle association restarts when the socket is closed.
  ip6_gre: fix flowi6_proto value in xmit path
  hyperv: Fix a bug in netvsc_start_xmit()
  tg3: Allow for recieve of full-size 8021AD frames
  tg3: Work around HW/FW limitations with vlan encapsulated frames
  l2tp: fix race while getting PMTU on PPP pseudo-wire
  openvswitch: fix panic with multiple vlan headers
  packet: handle too big packets for PACKET_V3
  tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
  sit: Fix ipip6_tunnel_lookup device matching criteria
  myri10ge: check for DMA mapping errors
  Linux 3.10.57
  cpufreq: ondemand: Change the calculation of target frequency
  cpufreq: Fix wrong time unit conversion
  nl80211: clear skb cb before passing to netlink
  drbd: fix regression 'out of mem, failed to invoke fence-peer helper'
  jiffies: Fix timeval conversion to jiffies
  md/raid5: disable 'DISCARD' by default due to safety concerns.
  media: vb2: fix VBI/poll regression
  mm: numa: Do not mark PTEs pte_numa when splitting huge pages
  mm, thp: move invariant bug check out of loop in __split_huge_page_map
  ring-buffer: Fix infinite spin in reading buffer
  init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menu
  perf: fix perf bug in fork()
  udf: Avoid infinite loop when processing indirect ICBs
  Linux 3.10.56
  vm_is_stack: use for_each_thread() rather then buggy while_each_thread()
  oom_kill: add rcu_read_lock() into find_lock_task_mm()
  oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()
  oom_kill: change oom_kill.c to use for_each_thread()
  introduce for_each_thread() to replace the buggy while_each_thread()
  kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code
  arm: multi_v7_defconfig: Enable Zynq UART driver
  ext2: Fix fs corruption in ext2_get_xip_mem()
  serial: 8250_dma: check the result of TX buffer mapping
  ARM: 7748/1: oabi: handle faults when loading swi instruction from userspace
  netfilter: nf_conntrack: avoid large timeout for mid-stream pickup
  PM / sleep: Use valid_state() for platform-dependent sleep states only
  PM / sleep: Add state field to pm_states[] entries
  ipvs: fix ipv6 hook registration for local replies
  ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwarding
  ipvs: avoid netns exit crash on ip_vs_conn_drop_conntrack
  md/raid1: fix_read_error should act on all non-faulty devices.
  media: cx18: fix kernel oops with tda8290 tuner
  Fix nasty 32-bit overflow bug in buffer i/o code.
  perf kmem: Make it work again on non NUMA machines
  perf: Fix a race condition in perf_remove_from_context()
  alarmtimer: Lock k_itimer during timer callback
  alarmtimer: Do not signal SIGEV_NONE timers
  parisc: Only use -mfast-indirect-calls option for 32-bit kernel builds
  powerpc/perf: Fix ABIv2 kernel backtraces
  sched: Fix unreleased llc_shared_mask bit during CPU hotplug
  ocfs2/dlm: do not get resource spinlock if lockres is new
  nilfs2: fix data loss with mmap()
  fs/notify: don't show f_handle if exportfs_encode_inode_fh failed
  fsnotify/fdinfo: use named constants instead of hardcoded values
  kcmp: fix standard comparison bug
  Revert "mac80211: disable uAPSD if all ACs are under ACM"
  usb: dwc3: core: fix ordering for PHY suspend
  usb: dwc3: core: fix order of PM runtime calls
  usb: host: xhci: fix compliance mode workaround
  genhd: fix leftover might_sleep() in blk_free_devt()
  lockd: fix rpcbind crash on lockd startup failure
  rtlwifi: rtl8192cu: Add new ID
  percpu: perform tlb flush after pcpu_map_pages() failure
  percpu: fix pcpu_alloc_pages() failure path
  percpu: free percpu allocation info for uniprocessor system
  ata_piix: Add Device IDs for Intel 9 Series PCH
  Input: i8042 - add nomux quirk for Avatar AVIU-145A6
  Input: i8042 - add Fujitsu U574 to no_timeout dmi table
  Input: atkbd - do not try 'deactivate' keyboard on any LG laptops
  Input: elantech - fix detection of touchpad on ASUS s301l
  Input: synaptics - add support for ForcePads
  Input: serport - add compat handling for SPIOCSTYPE ioctl
  dm crypt: fix access beyond the end of allocated space
  block: Fix dev_t minor allocation lifetime
  workqueue: apply __WQ_ORDERED to create_singlethread_workqueue()
  Revert "iwlwifi: dvm: don't enable CTS to self"
  SCSI: libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu
  NFC: microread: Potential overflows in microread_target_discovered()
  iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcid
  iscsi-target: avoid NULL pointer in iscsi_copy_param_list failure
  Target/iser: Don't put isert_conn inside disconnected handler
  Target/iser: Get isert_conn reference once got to connected_handler
  iio:inkern: fix overwritten -EPROBE_DEFER in of_iio_channel_get_by_name
  iio:magnetometer: bugfix magnetometers gain values
  iio: adc: ad_sigma_delta: Fix indio_dev->trig assignment
  iio: st_sensors: Fix indio_dev->trig assignment
  iio: meter: ade7758: Fix indio_dev->trig assignment
  iio: inv_mpu6050: Fix indio_dev->trig assignment
  iio: gyro: itg3200: Fix indio_dev->trig assignment
  iio:trigger: modify return value for iio_trigger_get
  CIFS: Fix SMB2 readdir error handling
  CIFS: Fix directory rename error
  ASoC: davinci-mcasp: Correct rx format unit configuration
  shmem: fix nlink for rename overwrite directory
  x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8
  KVM: x86: handle idiv overflow at kvm_write_tsc
  regmap: Fix handling of volatile registers for format_write() chips
  ACPICA: Update to GPIO region handler interface.
  MIPS: mcount: Adjust stack pointer for static trace in MIPS32
  MIPS: ZBOOT: add missing <linux/string.h> include
  ARM: 8165/1: alignment: don't break misaligned NEON load/store
  ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernel
  ARM: 8133/1: use irq_set_affinity with force=false when migrating irqs
  ARM: 8128/1: abort: don't clear the exclusive monitors
  NFSv4: Fix another bug in the close/open_downgrade code
  NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()
  usb:hub set hub->change_bits when over-current happens
  usb: dwc3: omap: fix ordering for runtime pm calls
  USB: EHCI: unlink QHs even after the controller has stopped
  USB: storage: Add quirks for Entrega/Xircom USB to SCSI converters
  USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapter
  USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI Adapter
  storage: Add single-LUN quirk for Jaz USB Adapter
  usb: hub: take hub->hdev reference when processing from eventlist
  xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices
  xhci: Fix null pointer dereference if xhci initialization fails
  USB: zte_ev: fix removed PIDs
  USB: ftdi_sio: add support for NOVITUS Bono E thermal printer
  USB: sierra: add 1199:68AA device ID
  USB: sierra: avoid CDC class functions on "68A3" devices
  USB: zte_ev: remove duplicate Qualcom PID
  USB: zte_ev: remove duplicate Gobi PID
  Revert "USB: option,zte_ev: move most ZTE CDMA devices to zte_ev"
  USB: option: add VIA Telecom CDS7 chipset device id
  USB: option: reduce interrupt-urb logging verbosity
  USB: serial: fix potential heap buffer overflow
  USB: sisusb: add device id for Magic Control USB video
  USB: serial: fix potential stack buffer overflow
  USB: serial: pl2303: add device id for ztek device
  xtensa: fix a6 and a7 handling in fast_syscall_xtensa
  xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_miss
  xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DS
  xtensa: fix address checks in dma_{alloc,free}_coherent
  xtensa: replace IOCTL code definitions with constants
  drm/radeon: add connector quirk for fujitsu board
  drm/vmwgfx: Fix a potential infinite spin waiting for fifo idle
  drm/ast: AST2000 cannot be detected correctly
  drm/i915: Wait for vblank before enabling the TV encoder
  drm/i915: Remove bogus __init annotation from DMI callbacks
  HID: logitech-dj: prevent false errors to be shown
  HID: magicmouse: sanity check report size in raw_event() callback
  HID: picolcd: sanity check report size in raw_event() callback
  cfq-iosched: Fix wrong children_weight calculation
  ALSA: pcm: fix fifo_size frame calculation
  ALSA: hda - Fix invalid pin powermap without jack detection
  ALSA: hda - Fix COEF setups for ALC1150 codec
  ALSA: core: fix buffer overflow in snd_info_get_line()
  arm64: ptrace: fix compat hardware watchpoint reporting
  trace: Fix epoll hang when we race with new entries
  i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.
  i2c: at91: add bound checking on SMBus block length bytes
  arm64: flush TLS registers during exec
  ibmveth: Fix endian issues with rx_no_buffer statistic
  ahci: add pcid for Marvel 0x9182 controller
  ahci: Add Device IDs for Intel 9 Series PCH
  pata_scc: propagate return value of scc_wait_after_reset
  drm/i915: read HEAD register back in init_ring_common() to enforce ordering
  drm/radeon: load the lm63 driver for an lm64 thermal chip.
  drm/ttm: Choose a pool to shrink correctly in ttm_dma_pool_shrink_scan().
  drm/ttm: Fix possible division by 0 in ttm_dma_pool_shrink_scan().
  drm/tilcdc: fix double kfree
  drm/tilcdc: fix release order on exit
  drm/tilcdc: panel: fix leak when unloading the module
  drm/tilcdc: tfp410: fix dangling sysfs connector node
  drm/tilcdc: slave: fix dangling sysfs connector node
  drm/tilcdc: panel: fix dangling sysfs connector node
  carl9170: fix sending URBs with wrong type when using full-speed
  Linux 3.10.55
  libceph: gracefully handle large reply messages from the mon
  libceph: rename ceph_msg::front_max to front_alloc_len
  tpm: Provide a generic means to override the chip returned timeouts
  vfs: fix bad hashing of dentries
  dcache.c: get rid of pointless macros
  IB/srp: Fix deadlock between host removal and multipathd
  blkcg: don't call into policy draining if root_blkg is already gone
  mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()
  mtd/ftl: fix the double free of the buffers allocated in build_maps()
  CIFS: Fix wrong restart readdir for SMB1
  CIFS: Fix wrong filename length for SMB2
  CIFS: Fix wrong directory attributes after rename
  CIFS: Possible null ptr deref in SMB2_tcon
  CIFS: Fix async reading on reconnects
  CIFS: Fix STATUS_CANNOT_DELETE error mapping for SMB2
  libceph: do not hard code max auth ticket len
  libceph: add process_one_ticket() helper
  libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly
  md/raid1,raid10: always abort recover on write error.
  xfs: don't zero partial page cache pages during O_DIRECT writes
  xfs: don't zero partial page cache pages during O_DIRECT writes
  xfs: don't dirty buffers beyond EOF
  xfs: quotacheck leaves dquot buffers without verifiers
  RDMA/iwcm: Use a default listen backlog if needed
  md/raid10: Fix memory leak when raid10 reshape completes.
  md/raid10: fix memory leak when reshaping a RAID10.
  md/raid6: avoid data corruption during recovery of double-degraded RAID6
  Bluetooth: Avoid use of session socket after the session gets freed
  Bluetooth: never linger on process exit
  mnt: Add tests for unprivileged remount cases that have found to be faulty
  mnt: Change the default remount atime from relatime to the existing value
  mnt: Correct permission checks in do_remount
  mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
  mnt: Only change user settable mount flags in remount
  ring-buffer: Up rb_iter_peek() loop count to 3
  ring-buffer: Always reset iterator to reader page
  ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock
  ACPI: Run fixed event device notifications in process context
  ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
  bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA address
  ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE
  ASoC: max98090: Fix missing free_irq
  ASoC: samsung: Correct I2S DAI suspend/resume ops
  ASoC: wm_adsp: Add missing MODULE_LICENSE
  ASoC: pcm: fix dpcm_path_put in dpcm runtime update
  openrisc: Rework signal handling
  MIPS: Fix accessing to per-cpu data when flushing the cache
  MIPS: OCTEON: make get_system_type() thread-safe
  MIPS: asm: thread_info: Add _TIF_SECCOMP flag
  MIPS: Cleanup flags in syscall flags handlers.
  MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same time
  MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()
  MIPS: tlbex: Fix a missing statement for HUGETLB
  MIPS: Prevent user from setting FCSR cause bits
  MIPS: GIC: Prevent array overrun
  drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
  Drivers: scsi: storvsc: Implement a eh_timed_out handler
  powerpc/pseries: Failure on removing device node
  powerpc/mm: Use read barrier when creating real_pte
  powerpc/mm/numa: Fix break placement
  regulator: arizona-ldo1: remove bypass functionality
  mfd: omap-usb-host: Fix improper mask use.
  kernel/smp.c:on_each_cpu_cond(): fix warning in fallback path
  CAPABILITIES: remove undefined caps from all processes
  tpm: missing tpm_chip_put in tpm_get_random()
  firmware: Do not use WARN_ON(!spin_is_locked())
  spi: omap2-mcspi: Configure hardware when slave driver changes mode
  spi: orion: fix incorrect handling of cell-index DT property
  iommu/amd: Fix cleanup_domain for mass device removal
  media: media-device: Remove duplicated memset() in media_enum_entities()
  media: au0828: Only alt setting logic when needed
  media: xc4000: Fix get_frequency()
  media: xc5000: Fix get_frequency()
  Linux 3.10.54
  USB: fix build error with CONFIG_PM_RUNTIME disabled
  NFSv4: Fix problems with close in the presence of a delegation
  NFSv3: Fix another acl regression
  svcrdma: Select NFSv4.1 backchannel transport based on forward channel
  NFSD: Decrease nfsd_users in nfsd_startup_generic fail
  usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
  USB: whiteheat: Added bounds checking for bulk command response
  USB: ftdi_sio: Added PID for new ekey device
  USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID
  ARM: OMAP2+: hwmod: Rearm wake-up interrupts for DT when MUSB is idled
  usb: xhci: amd chipset also needs short TX quirk
  xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVAL
  Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vt
  jbd2: fix infinite loop when recovering corrupt journal blocks
  mei: nfc: fix memory leak in error path
  mei: reset client state on queued connect request
  Btrfs: fix csum tree corruption, duplicate and outdated checksums
  hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl
  x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
  x86_64/vsyscall: Fix warn_bad_vsyscall log output
  x86: don't exclude low BIOS area when allocating address space for non-PCI cards
  drm/radeon: add additional SI pci ids
  ext4: fix BUG_ON in mb_free_blocks()
  kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)
  Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"
  KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in use
  KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
  KVM: x86: Inter-privilege level ret emulation is not implemeneted
  crypto: ux500 - make interrupt mode plausible
  serial: core: Preserve termios c_cflag for console resume
  ext4: fix ext4_discard_allocated_blocks() if we can't allocate the pa struct
  drivers/i2c/busses: use correct type for dma_map/unmap
  hwmon: (dme1737) Prevent overflow problem when writing large limits
  hwmon: (ads1015) Fix out-of-bounds array access
  hwmon: (lm85) Fix various errors on attribute writes
  hwmon: (ads1015) Fix off-by-one for valid channel index checking
  hwmon: (gpio-fan) Prevent overflow problem when writing large limits
  hwmon: (lm78) Fix overflow problems seen when writing large temperature limits
  hwmon: (sis5595) Prevent overflow problem when writing large limits
  drm: omapdrm: fix compiler errors
  ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
  mei: start disconnect request timer consistently
  ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & co
  ALSA: hda/ca0132 - Don't try loading firmware at resume when already failed
  ALSA: virtuoso: add Xonar Essence STX II support
  ALSA: hda - fix an external mic jack problem on a HP machine
  USB: Fix persist resume of some SS USB devices
  USB: ehci-pci: USB host controller support for Intel Quark X1000
  USB: serial: ftdi_sio: Add support for new Xsens devices
  USB: serial: ftdi_sio: Annotate the current Xsens PID assignments
  USB: OHCI: don't lose track of EDs when a controller dies
  isofs: Fix unbounded recursion when processing relocated directories
  HID: fix a couple of off-by-ones
  HID: logitech: perform bounds checking on device_id early enough
  stable_kernel_rules: Add pointer to netdev-FAQ for network patches
  Linux 3.10.53
  arch/sparc/math-emu/math_32.c: drop stray break operator
  sparc64: ldc_connect() should not return EINVAL when handshake is in progress.
  sunsab: Fix detection of BREAK on sunsab serial console
  bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000
  sparc64: Guard against flushing openfirmware mappings.
  sparc64: Do not insert non-valid PTEs into the TSB hash table.
  sparc64: Add membar to Niagara2 memcpy code.
  sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.
  sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses.
  sparc64: Fix top-level fault handling bugs.
  sparc64: Handle 32-bit tasks properly in compute_effective_address().
  sparc64: Make itc_sync_lock raw
  sparc64: Fix argument sign extension for compat_sys_futex().
  sctp: fix possible seqlock seadlock in sctp_packet_transmit()
  iovec: make sure the caller actually wants anything in memcpy_fromiovecend
  net: Correctly set segment mac_len in skb_segment().
  macvlan: Initialize vlan_features to turn on offload support.
  net: sctp: inherit auth_capable on INIT collisions
  tcp: Fix integer-overflow in TCP vegas
  tcp: Fix integer-overflows in TCP veno
  net: sendmsg: fix NULL pointer dereference
  ip: make IP identifiers less predictable
  inetpeer: get rid of ip_id_count
  bnx2x: fix crash during TSO tunneling
  Linux 3.10.52
  x86/espfix/xen: Fix allocation of pages for paravirt page tables
  lib/btree.c: fix leak of whole btree nodes
  net/l2tp: don't fall back on UDP [get|set]sockopt
  net: mvneta: replace Tx timer with a real interrupt
  net: mvneta: add missing bit descriptions for interrupt masks and causes
  net: mvneta: do not schedule in mvneta_tx_timeout
  net: mvneta: use per_cpu stats to fix an SMP lock up
  net: mvneta: increase the 64-bit rx/tx stats out of the hot path
  Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
  staging: vt6655: Fix Warning on boot handle_irq_event_percpu.
  x86_64/entry/xen: Do not invoke espfix64 on Xen
  x86, espfix: Make it possible to disable 16-bit support
  x86, espfix: Make espfix64 a Kconfig option, fix UML
  x86, espfix: Fix broken header guard
  x86, espfix: Move espfix definitions into a separate header file
  x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack
  Revert "x86-64, modify_ldt: Make support for 16-bit segments a runtime option"
  timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks
  printk: rename printk_sched to printk_deferred
  iio: buffer: Fix demux table creation
  staging: vt6655: Fix disassociated messages every 10 seconds
  mm, thp: do not allow thp faults to avoid cpuset restrictions
  scsi: handle flush errors properly
  rapidio/tsi721_dma: fix failure to obtain transaction descriptor
  cfg80211: fix mic_failure tracing
  ARM: 8115/1: LPAE: reduce damage caused by idmap to virtual memory layout
  crypto: af_alg - properly label AF_ALG socket
  Linux 3.10.51
  core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
  x86/efi: Include a .bss section within the PE/COFF headers
  s390/ptrace: fix PSW mask check
  Fix gcc-4.9.0 miscompilation of load_balance() in scheduler
  mm: hugetlb: fix copy_hugetlb_page_range()
  x86_32, entry: Store badsys error code in %eax
  hwmon: (smsc47m192) Fix temperature limit and vrm write operations
  parisc: Remove SA_RESTORER define
  coredump: fix the setting of PF_DUMPCORE
  Input: fix defuzzing logic
  slab_common: fix the check for duplicate slab names
  slab_common: Do not check for duplicate slab names
  tracing: Fix wraparound problems in "uptime" trace clock
  blkcg: don't call into policy draining if root_blkg is already gone
  ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)
  libata: introduce ata_host->n_tags to avoid oops on SAS controllers
  libata: support the ata host which implements a queue depth less than 32
  block: don't assume last put of shared tags is for the host
  block: provide compat ioctl for BLKZEROOUT
  media: tda10071: force modulation to QPSK on DVB-S
  media: hdpvr: fix two audio bugs
  Linux 3.10.50
  ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)
  sched: Fix possible divide by zero in avg_atom() calculation
  locking/mutex: Disable optimistic spinning on some architectures
  PM / sleep: Fix request_firmware() error at resume
  dm cache metadata: do not allow the data block size to change
  dm thin metadata: do not allow the data block size to change
  alarmtimer: Fix bug where relative alarm timers were treated as absolute
  drm/radeon: avoid leaking edid data
  drm/qxl: return IRQ_NONE if it was not our irq
  drm/radeon: set default bl level to something reasonable
  irqchip: gic: Fix core ID calculation when topology is read from DT
  irqchip: gic: Add support for cortex a7 compatible string
  ring-buffer: Fix polling on trace_pipe
  mwifiex: fix Tx timeout issue
  perf/x86/intel: ignore CondChgd bit to avoid false NMI handling
  ipv4: fix buffer overflow in ip_options_compile()
  dns_resolver: Null-terminate the right string
  dns_resolver: assure that dns_query() result is null-terminated
  sunvnet: clean up objects created in vnet_new() on vnet_exit()
  net: pppoe: use correct channel MTU when using Multilink PPP
  net: sctp: fix information leaks in ulpevent layer
  tipc: clear 'next'-pointer of message fragments before reassembly
  be2net: set EQ DB clear-intr bit in be_open()
  netlink: Fix handling of error from netlink_dump().
  net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()
  net: mvneta: fix operation in 10 Mbit/s mode
  appletalk: Fix socket referencing in skb
  tcp: fix false undo corner cases
  igmp: fix the problem when mc leave group
  net: qmi_wwan: add two Sierra Wireless/Netgear devices
  net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2
  ipv4: icmp: Fix pMTU handling for rare case
  tcp: Fix divide by zero when pushing during tcp-repair
  bnx2x: fix possible panic under memory stress
  net: fix sparse warning in sk_dst_set()
  ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix
  ipv4: fix dst race in sk_dst_get()
  8021q: fix a potential memory leak
  net: sctp: check proc_dointvec result in proc_sctp_do_auth
  tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
  ip_tunnel: fix ip_tunnel_lookup
  shmem: fix splicing from a hole while it's punched
  shmem: fix faulting into a hole, not taking i_mutex
  shmem: fix faulting into a hole while it's punched
  iwlwifi: dvm: don't enable CTS to self
  igb: do a reset on SR-IOV re-init if device is down
  hwmon: (adt7470) Fix writes to temperature limit registers
  hwmon: (da9052) Don't use dash in the name attribute
  hwmon: (da9055) Don't use dash in the name attribute
  tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
  tracing: Fix graph tracer with stack tracer on other archs
  fuse: handle large user and group ID
  Bluetooth: Ignore H5 non-link packets in non-active state
  Drivers: hv: util: Fix a bug in the KVP code
  media: gspca_pac7302: Add new usb-id for Genius i-Look 317
  usb: Check if port status is equal to RxDetect

Signed-off-by: Ian Maund <imaund@codeaurora.org>
2015-05-01 13:34:57 -07:00
Myeonggyu Son f241f2988e power: qpnp-power-on: add log in power-key bark handler
Print log when the power key bark irq triggered.
It could help to determine the reset reason.

Change-Id: I135f428c649c26a18a6f397481d35b5ec85fc41f
Signed-off-by: myeonggyu.son <myeonggyu.son@lge.com>
Signed-off-by: choongryeol.lee <choongryeol.lee@lge.com>
2015-04-30 20:35:25 +00:00
Fred Oh 0ef1a09681 avtimer: validate input parameter before using it
Pointer data is dereferenced prior to NULL check.

Change-Id: Icf29b63220445e0adaa15516f7f87bca77ded944
Signed-off-by: Fred Oh <fred@codeaurora.org>
2015-04-23 15:09:57 -07:00
Linux Build Service Account 061bcf04b4 Merge "msm: ipa: fix lan-pipe socket buf memory accounting" 2015-04-21 12:30:10 -07:00
Skylar Chang 0ca6b81151 msm: ipa: fix lan-pipe socket buf memory accounting
Increase the size from 32 to 192 to handle CAT9 data
rates for wifi embedded UL traffic.

Change-Id: I8b60b4f0f07a224911a0cf636270bd714a8d7081
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-04-20 22:35:58 -07:00
Sivan Reinstein cac81e5aef msm: ipa: stop IPA QMI workqueues when SSR is detected
When SSR is detected, all APPS <-> MPSS communication needs to stop.
Since we're using workqueues, it's possible that a delayed work
will be triggered and executed after SSR has been detected.
This change prevents this from happening by stopping all delayed
work items and putting a flag to indicate that no other work items
can be queued (Until SSR recovery is detected and the IPA QMI
client is initialized).

Change-Id: I4913f58230d41c39a0662fd2dad08af79ce24628
Signed-off-by: Sivan Reinstein <sivanr@codeaurora.org>
Acked-by: David Arinzon <darinzon@qti.qualcomm.com>
2015-04-17 00:08:16 -07:00
Fred Oh a2eb1ff7e0 avtimer: validate input parameter before using it
Pointer data is dereferenced prior to NULL check.

Change-Id: Icf29b63220445e0adaa15516f7f87bca77ded944
Signed-off-by: Fred Oh <fred@codeaurora.org>
2015-04-09 14:43:56 -07:00
William Clark a385005949 seemp_core: Aggregate framework events in user daemon
Logging of user events will be handled by a daemon
instead of each app opening the kernel module.

Change-Id: Icf275fbbed617e062a1dc3a0c7dcaf195935dd3c
Acked-by: Srinivas Gowrishetty <srinig@qti.qualcomm.com>
Signed-off-by: William Clark <wclark@codeaurora.org>
2015-03-27 11:05:50 -07:00
Andrei Danaila 1047ab5b3d msm: mhi: Enable log level sysfs for MHI UCI
Enable log level sysfs attribute for MHI UCI
to enable different verbosity levels at runtime to the IPC log.

CRs-Fixed: 734010
Change-Id: I866b5bebb08257ac120de565a7b2a83b8e831a1a
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
2015-03-21 21:11:50 -07:00
Skylar Chang a02bf919fc msm: ipa: change to use vzalloc API instead
Since we do not need continuous memory chunks for
ipa_qmi_ctx structure, change the API from
kzalloc to vzalloc instead.

Change-Id: Ic2daa56b235b689876dff1c0cb926c445210fdd1
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-03-15 00:15:17 -07:00
Linux Build Service Account 279db6a02c Merge "platform: qpnp-power-on: Store device restart reason in PMIC register" 2015-03-03 18:27:12 -08:00
Lijuan Gao 9a464f3a1e platform: qpnp-power-on: Store device restart reason in PMIC register
Use the spare register in PMIC power-on peripheral to store the device
restart reason. The reason can be retained whenever executing a soft/hard
PMIC reset.

Change-Id: I5f44b82ccc0a1780f09157f81a9dc0c257c7099b
Signed-off-by: Lijuan Gao <lijuang@codeaurora.org>
2015-02-25 00:00:51 -08:00
Ravi Gummadidala f7d7e7134d msm: ipa: fix for socket buffer memory accounting
All the clones that are sent up the stack carry the truesize of the
aggregated buffer. This causes excess memory to be charged against
the receive socket causing potential drops. This commit fixes the
truesize of the clones based on their actual size.

Change-Id: I55774fe309a92ff2599fb1b3624b691f9cd3fbb7
Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>
2015-02-24 13:24:58 -08:00
Ravi Gummadidala 1bd6ce94a4 msm: ipa: add support to configure WAN_RX pool size
This parameter is target specific and should be configured
through device tree. This commit adds that support.

Change-Id: Ib6e6a64b7fd3ce0c544b7b4cb225ccb593877666
Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>
2015-02-24 13:12:13 -08:00
Skylar Chang 9c7005f75d msm: ipa: check the nat table offset sizes
Before creating nat table, check the table offsets
passed by user space against total memory size
allocated  to avoid security issues.

Change-Id: I7588087ad30038225696dd4b6c793cd8dda7d569
Acked-by: Sunil Paidimarri <hisunil@qti.qualcomm.com>
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-02-21 09:08:30 -08:00
Sivan Reinstein da07a1e44d msm: ipa: add a check for header len when adding a header to ipa
The procedure which adds a header to the IPA was missing a boundary
check, causing a potential buffer overflow.

CRs-fixed: 791163
Change-Id: I4c372369feba1df68364a7c7b406e735147932d7
Acked-by: David Arinzon <darinzon@qti.qualcomm.com>
Signed-off-by: Sivan Reinstein <sivanr@codeaurora.org>
2015-02-20 08:27:46 -08:00
Linux Build Service Account fe90bd75ec Merge "msm: rmnet_ipa: use netif_rx_ni to push packets to network stack" 2015-02-16 22:29:09 -08:00
Ravi Gummadidala 301ab1b9d6 msm: rmnet_ipa: use netif_rx_ni to push packets to network stack
rmnet_ipa indicates packets to the network stack in process
context so netif_rx_ni is the correct API to use. Using
netif_rx in this context can cause fluctuations in latency
of NET_RX being serviced.

Change-Id: Iceaa3411784923e7b6754fb3399c8388d5e97790
Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>
2015-02-16 15:20:23 -08:00
Ravi Gummadidala a29b5f8a47 msm: ipa: lock the TX queue during state update
The netif_stop_queue calls on data path are protected by the
TX queue lock but the netif_wake_queue calls are not. Add
locking on these wake operations to prevent race conditions
on SMP.

Change-Id: Ibb8b04790944c7b969c214ce5359655e2f7e4176
Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>
2015-02-16 15:18:11 -08:00
Gidon Studinski a296cc1812 msm: ipa: reduce sps power management timeout to 100 msec
Currently, SPS driver holds IPA clocks for 1000 msec after IPA clocks are
no longer required. This is done in order to prevent frequent toggling of
IPA clocks. This long timeout may degrade power performance. Reducing the
tieout to 100 msec.

Change-Id: I1a6b169dd1214ffefe34abadee315ca4c64fc48a
Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
2015-02-12 06:03:22 -08:00
Linux Build Service Account 2f82b20c91 Merge "msm: ipa: (re)add offline charging support" 2015-02-09 22:05:18 -08:00
Linux Build Service Account c261bb3e76 Merge "msm: ipa: add IPA uC memcpy" 2015-02-09 22:05:15 -08:00
Linux Build Service Account 1d831dd1af Merge "msm: ipa: add MHI support to IPA" 2015-02-09 22:05:14 -08:00
Linux Build Service Account bb2f70813b Merge "msm: ipa: fix the QMI msg for xlat feature" 2015-02-09 22:05:11 -08:00
Nadine Toledano 00e22f2d7e msm: ipa: add IPA uC memcpy
Add a new API to perform memcpy using IPA micro-controller.

Change-Id: Ifdda5768dd98f9e23448816fa47dbeb8b15663a9
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-02-08 16:49:06 +02:00
Ravi Gummadidala 9b1451428d msm: ipa: (re)add offline charging support
In offline charging mode, modem is not loaded so the proxy
IPA clock vote added by IPA driver on behalf of modem is
never released and this prolongs the charge time. This commit
releases the proxy vote after rmnet_ipa driver init completes
and acquires the proxy vote before modem is loaded. These apply
ONLY when not in modem SSR.

This reverts commit 684fa85f12
as the RPM dependency is now met.

Change-Id: Ia46517878364c7e104784b7a3ef33d507da14bd3
Signed-off-by: Ravi Gummadidala <rgummadi@codeaurora.org>
2015-02-05 17:01:36 -08:00
Nadine Toledano c53e26110a msm: ipa: add MHI support to IPA
Add support for MHI (Modem Host Interface) for IPA to
setup HW accelerated MHI channels using IPA uC.
This change exposes new APIs for connecting and disconnecting new
channels of MHI and for power management.

Change-Id: I742c1c6b2f6e528bc47303cd10fc9eab59b7b2b0
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-02-05 10:12:16 +02:00
Linux Build Service Account 6f00a574db Merge "msm: msm_bus: Aggports property not propogated to node" 2015-02-04 05:24:24 -08:00
Girish Mahadevan 9bc22a5eec msm: msm_bus: Aggports property not propogated to node
The num_aggports property which is used to is bus aggregation was
not being correctly propogated after the OF node parsing which could
lead to incorrect aggregation property.

Change-Id: I84964720493c8f82d2bacde86fe6ed4c693cdacb
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
2015-02-02 19:53:24 -07:00
Linux Build Service Account a2f8efdc5b Merge "msm: ipa: fix the QMI msg cleanup sequence" 2015-02-02 10:19:33 -08:00
Linux Build Service Account fff8b107d4 Merge "i2c-msm-v2: support for DMA engine" 2015-01-31 15:51:15 -08:00
Linux Build Service Account 24eb537220 Merge "msm: ipa: improve AP suspend handling" 2015-01-31 05:17:38 -08:00
Skylar Chang 11e84818ca msm: ipa: fix the QMI msg cleanup sequence
Need to delete the UL filter rules first, then
cleanup the QMI msg next to resolve the rule
deletion failed crash.

Change-Id: Ib6b9e982a47e2f8561c6442c4ec2dd79b39a5b32
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-01-30 20:48:38 -08:00
Linux Build Service Account d07f9759ae Merge "msm: ipa: fix parameter check in delete resource" 2015-01-29 18:55:54 -08:00
Linux Build Service Account 80d8e296de Merge "msm: ipa: Add SPS_BAM_MGR_DEVICE_REMOTE in bam options" 2015-01-29 18:55:53 -08:00
Ankit Gupta fd923fa186 i2c-msm-v2: support for DMA engine
Port the i2c driver to use the Linux DMA engine
API instead of using sps-BAM API.

Change-Id: I5d36e90cec88cf6d4099a8a81a58987ac7b07271
Signed-off-by: Ankit Gupta <ankgupta@codeaurora.org>
2015-01-29 13:56:14 -07:00
Skylar Chang d835ea09b4 msm: ipa: fix the QMI msg for xlat feature
To support xlat feature (i.e., modem uses private
ipv4 ip-address to simulate virtual ipv6 call), apps
needs to construct new QMI libary to communicate
with modem.

Change-Id: I8c1c5cce31ec92d5e67528d2d6977255f5d2bc14
Acked-by: Raj Kushwaha <rajnk@qti.qualcomm.com>
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-01-28 15:45:09 -08:00
Skylar Chang 39f785c152 msm: ipa: Add SPS_BAM_MGR_DEVICE_REMOTE in bam options
Add SPS_BAM_MGR_DEVICE_REMOTE in bam options when
setting up bam

Change-Id: I77e33182fda7b23843304c77dcf120d1e27ffa95
Acked-by: Shihuan Liu <shihuanl@qti.qualcomm.com>
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-01-28 12:12:43 -08:00
Linux Build Service Account f004be609e Merge "msm: msm_bus: Don't enable/disable QoS clks during IO throttling modes" 2015-01-28 10:43:45 -08:00
Linux Build Service Account d0980ee363 Merge "usb: u_bam_data: Reset DBM only if USB request was dequeued" 2015-01-28 10:43:33 -08:00
Linux Build Service Account b5becfaf37 Merge "msm: ipa: reduce active clients count on tag process timeout" 2015-01-28 05:25:55 -08:00
Linux Build Service Account d3b7c2da9e Merge "msm: ipa: cache the QMI msgs send to Q6" 2015-01-28 05:25:54 -08:00
Linux Build Service Account a684d5d30d Merge "msm: ipa: add IPADMA" 2015-01-28 05:25:52 -08:00
Nadine Toledano 0dfff3de28 msm: ipa: improve AP suspend handling
Improve AP suspend handling in IPA driver to allow AP suspend
in case of hardware offload.
This is done by not allowing AP suspend only in case there is data in IPA
pending to/from AP.

Change-Id: I241a0bbc0dd21d1b89ccdf3384befbf4515cd66e
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-01-28 14:41:32 +02:00
Nadine Toledano 335491583a msm: ipa: fix parameter check in delete resource
fix parameter check in ipa_rm_resource_delete() in order to
avoid dereferencing a NULL pointer.

Change-Id: Ia66b5a03ce0a43e4f0add25a9d41eb55371f3577
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-01-28 11:53:52 +02:00
Dominique Leuenberger 322236a4f2 hp_accel: Add support for HP ZBook 15
commit 6583659e0f92e38079a8dd081e0a1181a0f37747 upstream.

HP ZBook 15 laptop needs a non-standard mapping (x_inverted).

BugLink: http://bugzilla.opensuse.org/show_bug.cgi?id=905329
Signed-off-by: Dominique Leuenberger <dimstar@opensuse.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-01-27 07:52:31 -08:00
Linux Build Service Account 7d835ddeea Merge "usb: bam: Remove suspend_work" 2015-01-27 06:53:18 -08:00
Girish Mahadevan 5315309bc7 msm: msm_bus: Don't enable/disable QoS clks during IO throttling modes
When modifying the QoS modes for a bus master port there is no need to
enable/disable the bus clocks needed to program the QoS registers since
the IO throttling is done after the bus clocks are already enabled.

Change-Id: I4e278f51bfcba52d5ee000181901110495ca0b2a
Signed-off-by: Girish Mahadevan <girishm@codeaurora.org>
2015-01-26 16:03:37 -08:00
Nadine Toledano 443b162378 msm: ipa: add IPADMA
Support IPADMA for MHI client to enable dma using IPA BAM.
Exposes APIs for MHI client which performs synchronous memcpy
and asynchronous memcpy.

Change-Id: Iecbab5d2520f2481d6e715e92e39052382f45e32
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-01-25 13:15:10 +02:00
Manu Gautam df86e17268 usb: u_bam_data: Reset DBM only if USB request was dequeued
When using USB DBM for Bam2Bam mode, if usb_req is dequeued
as part of bus suspend then corresponding DBM EP should also
be reset along with USB BAM and IPA pipe resets.
USB BAM driver takes care of resetting BAM pipes at the end
of suspend routine after USB_CONS is released. But, in case
where USB BUS is resumed before usb_bam could finish suspend
there is a possbility that usb_bam doesn't dequeued the IN
usb_req and it doesn't reset pipes as well. But, u_bam_data
driver unaware of this still resets DBM EP on resume which
results in DATA stall. Fix this by adding a check to perform
DBM reset only if usb_request was dequeued. This would ensure
that as part of following usb_bam_resume pipes would also be
reset.

CRs-fixed: 779200
Change-Id: I78ff8feac27883fb53705025785113708863bbd2
Signed-off-by: Manu Gautam <mgautam@codeaurora.org>
2015-01-24 09:08:14 +05:30
Skylar Chang 6b3c21152a msm: ipa: cache the QMI msgs send to Q6
WAN-driver will cache the latest 10 QMI
msgs which IPACM in user-space asked to
send to Q6 for debugging purpose when
modem crashed because of the filter rule
index is not matched.

Change-Id: Iead558183ce50201067b98d3a6a81469ada34e2d
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-01-23 11:46:30 -08:00
Hemant Kumar 0606d9b24b usb: bam: Remove suspend_work
u_bam and u_bam_data driver is calling usb_bam_suspend() from
work context. usb_bam_suspend() is queuing one more work i.e.
suspend_work to perform IPA handshake. Hence avoid another
context switch and directly call usb_bam_start_suspend() directly
from usb_bam_suspend().

Change-Id: I209a3eee10b43903ddc86818259723f9144f4089
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
2015-01-22 18:10:21 -08:00
Gidon Studinski cb462c3cd3 msm: ipa: reduce active clients count on tag process timeout
TAG process holds IPA clocks by incrementing the ipa_active_clients count.
In case of tag process failure due to a timeout, the ipa_active_clients
count should be decremented.

Change-Id: I6735bfd7de0c0fe25118c4c37b24c9f05dc5c450
Signed-off-by: Gidon Studinski <gidons@codeaurora.org>
2015-01-22 11:25:52 +02:00
Linux Build Service Account 95c48d5d9f Merge "msm: ipa: do not send zero length packet to IPA" 2015-01-20 21:47:22 -08:00
Nadine Toledano 31d3c8556f msm: ipa: do not send zero length packet to IPA
Fail the operation of ipa_tx_dp() in case skb size is zero.
This is done as IPA will not generate a status packet for zero
length packet and to avoid a possible memory leak.

Change-Id: I8abab2e32e5937a86802d2d5c73c4e7243775ea5
Acked-by: Ady Abraham <adya@qti.qualcomm.com>
Signed-off-by: Nadine Toledano <nadinet@codeaurora.org>
2015-01-20 01:06:35 -08:00
Subbaraman Narayanamurthy 93a97f2a1a msm: qpnp-power-on: program S3_TIMER register only based on DT property
Currently, S3 timer register is getting configured even when the
corresponding device tree property is not present. For e.g. S3
timer for secondary PMIC's PON is programmed to zero causing
immediate reset of that PMIC when the power + volume down keys
are pressed. Fix this by checking that the device tree property
is available before programming the timers.

CRs-Fixed: 783553
Change-Id: Ia78f7cd78b31930783bed51c63afea6edc775ac9
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2015-01-19 17:31:49 -08:00
Linux Build Service Account dc169d56e5 Merge "mhi: core: Reduce interrupt moderation to 1ms" 2015-01-17 04:30:57 -08:00
Linux Build Service Account 55246d7ba5 Merge "mhi: core: Enable NER support" 2015-01-17 04:30:56 -08:00
Andrei Danaila 4356008a05 mhi: core: Reduce interrupt moderation to 1ms
Reduce interrupt moderation for both inbound and outbound
hardware channels to 1ms, for improved latency response to
device acknowledgements.

CRs-Fixed: 782801
Change-Id: Id0717582d88dcfc12a8711f983da59a8f651b6d3
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
2015-01-16 13:53:55 -08:00
Andrei Danaila eecc1135e7 mhi: core: Enable NER support
Enable support for NER as part of the MHI REV E
specification. NER register will now be set to the
maximum number of channels supported by MHI.

Change-Id: Id868c04886af13cd34720c86a55ac64debc4ab31
Signed-off-by: Andrei Danaila <adanaila@codeaurora.org>
2015-01-16 12:18:54 -08:00
Skylar Chang 7ee7a5307e msm: ipa: introduce new QMI msg for xlat feature
To support xlat feature (i.e., modem uses private
ipv4 ip-address to simulate virtual ipv6 call), apps
needs to construct new QMI libary to communicate
with modem.

Change-Id: I00cddeee21cb7bbb9c0c2ee3264c2b6afb6a92d5
Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
2015-01-15 10:55:30 -08:00