Jon Medhurst (Tixy)
174a03a0bd
arm64: dts: juno: Add idle-states to device tree
...
This patch adds idle-states bindings data collected through a set of
benchmarking experiments (latency and energy consumption) on Juno
boards. Latencies data represents the worst case scenarios as required
by the DT idle-states bindings.
Change-Id: I7b2d81fa66f8ce8b229457cfefff06e9edd545c7
(cherry picked from commit 286896f43b0248960f69660159b507b23751b38a)
Signed-off-by: Jon Medhurst <tixy@linaro.org>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2017-03-14 14:48:31 +00:00
Mohan Srinivasan
6f4a2453a1
ANDROID: Replace spaces by '_' for some android filesystem tracepoints.
...
Andoid files frequently have spaces in them, as do cmdline strings.
Replace these spaces with '_', so tools that parse these tracepoints
don't get terribly confused.
Change-Id: I1cbbedf5c803aa6a58d9b8b7836e9125683c49d1
Signed-off-by: Mohan Srinivasan <srmohan@google.com>
(cherry picked from commit 5035d5f0933758dd515327d038e5bef7e40dbaa7)
2017-03-13 21:05:29 +00:00
Anson Jacob
f52e71a12e
usb: gadget: f_accessory: Fix for UsbAccessory clean unbind.
...
Reapplying fix by Darren Whobrey (Change 69674)
Fixes issues: 20545, 59667 and 61390.
With prior version of f_accessory.c, UsbAccessories would not
unbind cleanly when application is closed or i/o stopped
while the usb cable is still connected. The accessory gadget
driver would be left in an invalid state which was not reset
on subsequent binding or opening. A reboot was necessary to clear.
In some phones this issues causes the phone to reboot upon
unplugging the USB cable.
Main problem was that acc_disconnect was being called on I/O error
which reset disconnected and online.
Minor fix required to properly track setting and unsetting of
disconnected and online flags. Also added urb Q wakeup's on unbind
to help unblock waiting threads.
Tested on Nexus 7 grouper. Expected behaviour now observed:
closing accessory causes blocked i/o to interrupt with IOException.
Accessory can be restarted following closing of file handle
and re-opening.
This is a generic fix that applies to all devices.
Change-Id: I4e08b326730dd3a2820c863124cee10f7cb5501e
Signed-off-by: Darren Whobrey <d.whobrey@mildai.org>
Signed-off-by: Anson Jacob <ansonjacob.aj@gmail.com>
2017-03-13 18:02:03 +00:00
Greg Kroah-Hartman
210bb28de0
Linux 4.4.53
...
am: 49616e7150
Change-Id: I8adb4630ce5ba2914bdf855fa8d3e18f164568a6
2017-03-12 08:25:46 +00:00
James Smart
7a261de18b
scsi: lpfc: Correct WQ creation for pagesize
...
am: 9cee694650
Change-Id: I7b132ed755a070e95d41c0878238c829c91bc72d
2017-03-12 08:25:36 +00:00
Ralf Baechle
982f933a98
MIPS: IP22: Fix build error due to binutils 2.25 uselessnes.
...
am: 1d316060ca
Change-Id: Ic33bab057aa50274c447fcf81b62f0364432a095
2017-03-12 08:25:25 +00:00
Ralf Baechle
70d964e55e
MIPS: IP22: Reformat inline assembler code to modern standards.
...
am: 4dd29050e4
Change-Id: I816af3e46a084f1980b18a80bae8b722af738d24
2017-03-12 08:25:15 +00:00
Ravi Bangoria
d32b060094
powerpc/xmon: Fix data-breakpoint
...
am: 15959b728d
Change-Id: I279706aa282690643745bc98005c2a3958701be9
2017-03-12 08:25:05 +00:00
Magnus Lilja
8ac43efa58
dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
...
am: afee78f03e
Change-Id: I7b67e6fe82f33fe1a7cc32ac0e28f6c99bea87b0
2017-03-12 08:24:54 +00:00
Rafa Miecki
36f519a6bd
bcma: use (get|put)_device when probing/removing device driver
...
am: 79a7ff1443
Change-Id: I3356c2eb32abf2e6d9cfb2152642349caba5941b
2017-03-12 08:24:45 +00:00
colyli@suse.de
3ff14c70fe
md linear: fix a race between linear_add() and linear_congested()
...
am: 5a1f03f1ee
Change-Id: I3fd7c0c0cbf911b61d8aca203a75e13e698d7840
2017-03-12 08:24:35 +00:00
Maxime Ripard
25c567c768
rtc: sun6i: Switch to the external oscillator
...
am: 037cd23726
Change-Id: If84426848aa7178fc564d0bdaac39babd56e04ba
2017-03-12 08:24:25 +00:00
Maxime Ripard
c3482409de
rtc: sun6i: Add some locking
...
am: ee360e99da
Change-Id: I0aaebc20574db0f6c3ebde4e0db355b4c6f12a1c
2017-03-12 08:24:16 +00:00
Weston Andros Adamson
ec8e7f39b4
NFSv4: fix getacl ERANGE for some ACL buffer sizes
...
am: a0378b5bfc
Change-Id: I4e78d196a895302acaac4ce91b1c72613ca3563a
2017-03-12 08:24:07 +00:00
J. Bruce Fields
27a9c6c0f3
NFSv4: fix getacl head length estimation
...
am: 5d23e89065
Change-Id: I6fe895f8a7cbd023c380ec78803e0ed5a4abaa35
2017-03-12 08:23:58 +00:00
Trond Myklebust
58c1c0b371
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state
...
am: 52fb4bdcea
Change-Id: Ib5b96d8d3c2f97ae498aaecf58a5b2db01552478
2017-03-12 08:23:48 +00:00
Christoph Hellwig
a17ad00bf6
nfsd: special case truncates some more
...
am: 3ee4f442e5
Change-Id: I1d0858825f170caedb52ad76d321ac5249ebfe65
2017-03-12 08:23:38 +00:00
Christoph Hellwig
b833c4dc2f
nfsd: minor nfsd_setattr cleanup
...
am: 6030493a34
Change-Id: I14e3bf413e9594a771468a9fc6388822c8a67693
2017-03-12 08:23:28 +00:00
Larry Finger
fe1c5bc55a
rtlwifi: rtl8192c-common: Fix "BUG: KASAN:
...
am: 781e6a0838
Change-Id: Iacb0435f45bfd2a508e4a0fc352df9bf3234f6b3
2017-03-12 08:23:19 +00:00
Ping-Ke Shih
5e706a9321
rtlwifi: Fix alignment issues
...
am: 6e10c33cb8
Change-Id: I404361f27bcb75884fbfe272696f59c67916154f
2017-03-12 08:23:09 +00:00
Andrew Price
057f4303d1
gfs2: Add missing rcu locking for glock lookup
...
am: 70a09029b7
Change-Id: I936502d0217b7206108e4ff5eb087ff22044da40
2017-03-12 08:23:00 +00:00
Steve Wise
dbfdd61d3a
rdma_cm: fail iwarp accepts w/o connection params
...
am: 44dd30e04c
Change-Id: I74cd1d6f0c218f84c037f088b4b39569c97c38dd
2017-03-12 08:22:49 +00:00
Jason Gunthorpe
ce400d3858
RDMA/core: Fix incorrect structure packing for booleans
...
am: 88326fe95f
Change-Id: I324f6a5c39fde9a0b603c3a4576375124d4e68d1
2017-03-12 08:22:39 +00:00
K. Y. Srinivasan
787b979877
Drivers: hv: util: Backup: Fix a rescind processing issue
...
am: f414af249f
Change-Id: I80ae316d5d7c94bfc9c8610a42fcee7138688b75
2017-03-12 08:22:30 +00:00
K. Y. Srinivasan
ead260ec7f
Drivers: hv: util: Fcopy: Fix a rescind processing issue
...
am: 9b45ab2853
Change-Id: Ie39ca59a15db54a99d05b83db89d25550b030521
2017-03-12 08:22:18 +00:00
K. Y. Srinivasan
28ab7fa041
Drivers: hv: util: kvp: Fix a rescind processing issue
...
am: abaeda7f70
Change-Id: I62b201fc485b6d7729bcfd5384513b1dffe6ebb1
2017-03-12 08:22:07 +00:00
Vitaly Kuznetsov
01a674e930
hv: init percpu_list in hv_synic_alloc()
...
am: 862d2b7d21
Change-Id: I927eb14d83669dd186fc5401d127d2e34f39d7bb
2017-03-12 08:21:58 +00:00
Vitaly Kuznetsov
ce15984d91
hv: allocate synic pages for all present CPUs
...
am: 374907e8d1
Change-Id: I02cedccd5cf715fd4b48f75daa30d1316f8048bc
2017-03-12 08:21:43 +00:00
Magnus Lilja
c4bac4300f
usb: gadget: udc: fsl: Add missing complete function.
...
am: 80190fcc48
Change-Id: Ib4f93f39b176b203c78a63bcdd8ab6b215db5b31
2017-03-12 08:21:32 +00:00
William wu
f8f2f4c516
usb: host: xhci: plat: check hcc_params after add hcd
...
am: 61e9e9bcfd
Change-Id: I34fa79dc6db2afab25940511c4993bf616a194bc
2017-03-12 08:21:22 +00:00
Alexandre Bailon
8615dbe452
usb: musb: da8xx: Remove CPPI 3.0 quirk and methods
...
am: 900466a746
Change-Id: Icbe05d3d58966174fac972609a3b0aeba34c01d3
2017-03-12 08:21:12 +00:00
Maciej S. Szmigiero
d0e0065696
w1: ds2490: USB transfer buffers need to be DMAable
...
am: 89eb5ed153
Change-Id: I03eeec3eed9a3d21d893cc2f68274ddd99755852
2017-03-12 08:21:03 +00:00
Maciej S. Szmigiero
9bd63bea50
w1: don't leak refcount on slave attach failure in w1_attach_slave_device()
...
am: 1df66c4524
Change-Id: I60200dc28a2dd8d0349261225764a64e1991c789
2017-03-12 08:20:53 +00:00
Marc Kleine-Budde
618692bd8a
can: usb_8dev: Fix memory leak of priv->cmd_msg_buffer
...
am: 20bc8a897e
Change-Id: Ieef9c24ff41bdc07f95887c9192d325328962a25
2017-03-12 08:20:43 +00:00
Peter Rosin
24764f437a
iio: pressure: mpl3115: do not rely on structure field ordering
...
am: 3584716db1
Change-Id: I1d115f813e9101c65802745e6ac5c9b9b09237f0
2017-03-12 08:20:34 +00:00
Peter Rosin
d6ba22f15d
iio: pressure: mpl115: do not rely on structure field ordering
...
am: 2ab6b8c717
Change-Id: Ic82b55fc5ed4a3f92939355b4324427ec52c5436
2017-03-12 08:20:24 +00:00
Marc Zyngier
60abac81e6
arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
...
am: e83a28c521
Change-Id: I0e1de5d2d64401624e0cb37b9b92cb9941081869
2017-03-12 08:20:15 +00:00
Miklos Szeredi
a9dc0b8fa0
fuse: add missing FR_FORCE
...
am: d4a8db66b9
Change-Id: I0ab1ff44762da9ee940038bb84dfbc74af15c637
2017-03-12 08:20:05 +00:00
Laura Abbott
797cb7c994
crypto: testmgr - Pad aes_ccm_enc_tv_template vector
...
am: 434ed4aff1
Change-Id: Ia925d3cad8b56e754efcc7b981e0b91692b86b5a
2017-03-12 08:19:54 +00:00
Christian Lamparter
8613965abe
ath9k: use correct OTP register offsets for the AR9340 and AR9550
...
am: 7666ef1a36
Change-Id: Ide87c402232ce2e615b68676692dac446b645022
2017-03-12 08:19:44 +00:00
Felix Fietkau
cb77d6f063
ath9k: fix race condition in enabling/disabling IRQs
...
am: 1aeced70f7
Change-Id: Ifcf5e90179052b66d3e1d97ade82f98a92c0b14d
2017-03-12 08:19:35 +00:00
Felix Fietkau
88e67124a4
ath5k: drop bogus warning on drv_set_key with unsupported cipher
...
am: dc7bbf895e
Change-Id: I2c600fe8403bb76a3417d33eee4c27cb0a7d57fc
2017-03-12 08:19:25 +00:00
Nicholas Bellinger
89acafdf0d
target: Fix multi-session dynamic se_node_acl double free OOPs
...
am: 6af0acc0b6
Change-Id: Iaa5c0362e6956f9303e5ec68b70567cb3b583dbb
2017-03-12 08:19:16 +00:00
Nicholas Bellinger
fb5c001957
target: Obtain se_node_acl->acl_kref during get_initiator_node_acl
...
am: 4a3c526ced
Change-Id: I0fb88f8fdf1fdc1a6e70cba5e0dac48c18996871
2017-03-12 08:19:07 +00:00
Mathias Svensson
62461a21d0
samples/seccomp: fix 64-bit comparison macros
...
am: da259399e4
Change-Id: Ia3823255a3bea3a9d52b96c5729817c1d9221ff1
2017-03-12 08:18:55 +00:00
Theodore Ts'o
666ec57cb1
ext4: return EROFS if device is r/o and journal replay is needed
...
am: 6ad4196f19
Change-Id: Id2fea1964520c451afc4bfd2d903526bff0ff090
2017-03-12 08:18:46 +00:00
Theodore Ts'o
d3b42f102b
ext4: preserve the needs_recovery flag when the journal is aborted
...
am: 9a79248c08
Change-Id: I46020005a8613c856baf796a1bd799958e9345d0
2017-03-12 08:18:36 +00:00
Theodore Ts'o
8f1c5b47f4
ext4: fix inline data error paths
...
am: 6ec4583e9b
Change-Id: I288454fe8c77883f859f8bb7705727bd8c52c378
2017-03-12 08:18:26 +00:00
Jan Kara
8b2bd3ddf4
ext4: fix data corruption in data=journal mode
...
am: 9d636818db
Change-Id: Idc4320c3f0fa867216d8770b5ad186226e61152a
2017-03-12 08:18:16 +00:00
Jan Kara
3e0e74cef5
ext4: trim allocation requests to group size
...
am: 8774c73cf6
Change-Id: I7ef4daf4451a8e8373f8e6e0cf07e08c676c9921
2017-03-12 08:18:07 +00:00