[PATCH 4.4 002/112] mei: me: add kaby point device ids

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Alexander Usyskin commit ac182e8abc6f93c1c4cc12f042af64c9d7be0d1e upstream. Add device ids for Intel Kabypoint PCH (Kabylake) Signed-off-by: Alexander Usyskin Signed-off-by: Tomas Winkler Si

[PATCH 4.4 086/112] hpsa: correct skipping masked peripherals

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Don Brace commit 64ce60cab24603ac0fcd59c9fbc3be78f4c4d229 upstream. The SA controller spins down RAID drive spares. A REGNEWD event causes an inquiry to be sent to all physical drives. This ca

[PATCH 4.4 026/112] powerpc/vdso64: Use double word compare on pointers

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 5045ea37377ce8cca6890d32b127ad6770e6dce5 upstream. __kernel_get_syscall_map() and __kernel_clock_getres() use cmpli to check if the passed in pointer is non zero. cmpli m

[PATCH 4.4 106/112] ext4: do not advertise encryption support when disabled

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Eric Biggers commit c4704a4fbe834eee4109ca064131d440941f6235 upstream. The sysfs file /sys/fs/ext4/features/encryption was present on kernels compiled with CONFIG_EXT4_FS_ENCRYPTION=n. This wa

[PATCH 4.4 023/112] dm: return correct error code in dm_resume()s retry loop

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Minfei Huang commit 8dc23658b7aaa8b6b0609c81c8ad75e98b612801 upstream. dm_resume() will return success (0) rather than -EINVAL if !dm_suspended_md() upon retry within dm_resume(). Reset the er

[PATCH 4.4 107/112] jbd2: fix incorrect unlock on j_list_lock

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Taesoo Kim commit 559cce698eaf4ccecb2213b2519ea3a0413e5155 upstream. When 'jh->b_transaction == transaction' (asserted by below) J_ASSERT_JH(jh, (jh->b_transaction == transaction || ... 'jo

[PATCH 4.4 039/112] zfcp: restore tracing of handle for port and LUN with HBA records

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Steffen Maier commit 7c964ffe586bc0c3d9febe9bf97a2e4b2866e5b7 upstream. This information was lost with commit a54ca0f62f953898b05549391ac2a8a4dad6482b ("[SCSI] zfcp: Redesign of the debug traci

[PATCH 4.4 093/112] Using BUG_ON() as an assert() is _never_ acceptable

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds commit 21f54ddae449f4bdd9f1498124901d67202243d9 upstream. That just generally kills the machine, and makes debugging only much harder, since the traces may long be gone. Debuggi

[PATCH 4.4 009/112] PCI: Mark Atheros AR9580 to avoid bus reset

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Maik Broemme commit 8e2e03179923479ca0c0b6fdc7c93ecf89bce7a8 upstream. Similar to the AR93xx and the AR94xx series, the AR95xx also have the same quirk for the Bus Reset. It will lead to insta

[PATCH 4.4 112/112] target: Dont override EXTENDED_COPY xcopy_pt_cmd SCSI status code

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Dinesh Israni commit 926317de33998c112c5510301868ea9aa34097e2 upstream. This patch addresses a bug where a local EXTENDED_COPY WRITE or READ backend I/O request would always return SAM_STAT_CHE

[PATCH 4.4 006/112] rtlwifi: Fix missing country code for Great Britain

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 0c9d3491530773858ff9d705ec2a9c382f449230 upstream. Some RTL8821AE devices sold in Great Britain have the country code of 0x25 encoded in their EEPROM. This value is not test

[PATCH 4.4 100/112] arm64: kernel: Init MDCR_EL2 even in the absence of a PMU

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Marc Zyngier commit 850540351bb1a4fa5f192e5ce55b89928cc57f42 upstream. Commit f436b2ac90a0 ("arm64: kernel: fix architected PMU registers unconditional access") made sure we wouldn't access uni

[PATCH 4.4 073/112] fs/cifs: keep guid when assigning fid to fileinfo

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Aurelien Aptel commit 94f873717571c759b7928399cbbddfa3d569bd01 upstream. When we open a durable handle we give a Globally Unique Identifier (GUID) to the server which we must keep for later ref

[PATCH 4.4 065/112] scsi: Fix use-after-free

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Ming Lei commit bcd8f2e94808fcddf6ef3af5f060a36820dcc432 upstream. This patch fixes one use-after-free report[1] by KASAN. In __scsi_scan_target(), when a type 31 device is probed, SCSI_SCAN_T

[PATCH 4.4 012/112] parisc: Increase KERNEL_INITIAL_SIZE for 32-bit SMP kernels

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Helge Deller commit 690d097c00c88fa9d93d198591e184164b1d8c20 upstream. Increase the initial kernel default page mapping size for SMP kernels to 32MB and add a runtime check which panics early i

[PATCH 4.4 089/112] net/mlx4_core: Allow resetting VF admin mac to zero

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Jack Morgenstein commit 6e5224224faa50ec4c8949dcefadf895e565f0d1 upstream. The VF administrative mac addresses (stored in the PF driver) are initialized to zero when the PF driver starts up. T

[PATCH 4.4 005/112] PM / devfreq: event: remove duplicate devfreq_event_get_drvdata()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Lin Huang commit c8a9a6daccad495c48d5435d3487956ce01bc6a1 upstream. there define two devfreq_event_get_drvdata() function in devfreq-event.h when disable CONFIG_PM_DEVFREQ_EVENT, it will lead t

[PATCH 4.4 108/112] ubifs: Fix xattr_names length in exit paths

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit 843741c5778398ea67055067f4cc65ae6c80ca0e upstream. When the operation fails we also have to undo the changes we made to ->xattr_names. Otherwise listxattr() will repor

[PATCH 4.4 110/112] target: Re-add missing SCF_ACK_KREF assignment in v4.1.y

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 527268df31e57cf2b6d417198717c6d6afdb1e3e upstream. This patch fixes a regression in >= v4.1.y code where the original SCF_ACK_KREF assignment in target_get_sess_cmd()

[PATCH 4.4 075/112] Display number of credits available

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit 9742805d6b1bfb45d7f267648c34fb5bcd347397 upstream. In debugging smb3, it is useful to display the number of credits available, so we can see when the server has not granted

[PATCH 4.4 064/112] NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_generic

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 3f807e5ae5597bd65a6fff684083e8eaa21f3fa7 upstream. The caller of rpc_run_task also gets a reference that must be put. Signed-off-by: Jeff Layton Signed-off-by: Trond Mykleb

[PATCH 4.4 101/112] ceph: fix error handling in ceph_read_iter

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Nikolay Borisov commit 0d7718f666be181fda1ba2d08f137d87c1419347 upstream. In case __ceph_do_getattr returns an error and the retry_op in ceph_read_iter is not READ_INLINE, then it's possible to

Re: [PATCH] rtl8xxxu: mark symbol static where possible

2016-10-26 Thread Jakub Sitnicki
On Wed, Oct 26, 2016 at 09:32 AM GMT, Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192e.c:1557:6: warning: no > previous prototype for 'rtl8192eu_power_off' [-Wmissing-prototypes] > > In fact, this function is only used in th

[PATCH 4.4 098/112] memstick: rtsx_usb_ms: Manage runtime PM when accessing the device

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Ulf Hansson commit 9158cb29e7c2f10dd325eb1589f0fe745a271257 upstream. Accesses to the rtsx usb device, which is the parent of the rtsx memstick device, must not be done unless it's runtime resu

[PATCH 4.4 102/112] powerpc/mm: Prevent unlikely crash in copro_calculate_slb()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Frederic Barrat commit d2cf909cda5f8c5609cb7ed6cda816c3e15528c7 upstream. If a cxl adapter faults on an invalid address for a kernel context, we may enter copro_calculate_slb() with a NULL mm p

[PATCH 4.4 103/112] mmc: core: Annotate cmd_hdr as __le32

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Slaby commit 3f2d26643595973e835e8356ea90c7c15cb1b0f1 upstream. Commit f68381a70bb2 (mmc: block: fix packed command header endianness) correctly fixed endianness handling of packed_cmd_hdr

[PATCH 4.4 109/112] ubifs: Abort readdir upon error

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit c83ed4c9dbb358b9e7707486e167e940d48bfeed upstream. If UBIFS is facing an error while walking a directory, it reports this error and ubifs_readdir() returns the error c

[PATCH 4.4 068/112] ipc/sem.c: fix complex_count vs. simple op race

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Manfred Spraul commit 5864a2fd3088db73d47942370d0f7210a807b9bc upstream. Commit 6d07b68ce16a ("ipc/sem.c: optimize sem_lock()") introduced a race: sem_lock has a fast path that allows parallel

[PATCH 4.4 111/112] target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLE

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 449a137846c84829a328757cd21fd9ca65c08519 upstream. This patch addresses a bug where EXTENDED_COPY across multiple LUNs results in a CHECK_CONDITION when the source + d

[PATCH 4.4 105/112] mmc: rtsx_usb_sdmmc: Handle runtime PM while changing the led

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Ulf Hansson commit 4f48aa7a11bfed9502a7c85a5b68cd40ea827f73 upstream. Accesses of the rtsx sdmmc's parent device, which is the rtsx usb device, must be done when it's runtime resumed. Currently

[PATCH 4.4 099/112] arm64: percpu: rewrite ll/sc loops in assembly

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit 1e6e57d9b34a9075d5f9e2048ea7b09756590d11 upstream. Writing the outer loop of an LL/SC sequence using do {...} while constructs potentially allows the compiler to hoist memory

[PATCH v3] Fix some potential warnings

2016-10-26 Thread Alexandre Bailon
Some changes I'm working on causes some warning because two included headers defines the same macros. Change in V2: Update the d830 evm board file to use the da8xx-cfgchip.h These changes are required as I'm sending this patch apart from the series "[PATCH/RFT v2 00/17] Add DT support for ohci-da8

[PATCH 4.4 067/112] mm: filemap: dont plant shadow entries without radix tree node

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner commit d3798ae8c6f3767c726403c2ca6ecc317752c9dd upstream. When the underflow checks were added to workingset_node_shadow_dec(), they triggered immediately: kernel BUG at ./in

[PATCH 4.4 104/112] mmc: rtsx_usb_sdmmc: Avoid keeping the device runtime resumed when unused

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Ulf Hansson commit 31cf742f515c275d22843c4c756e048d2b6d716c upstream. The rtsx_usb_sdmmc driver may bail out in its ->set_ios() callback when no SD card is inserted. This is wrong, as it could

[PATCH 4.4 097/112] memstick: rtsx_usb_ms: Runtime resume the device when polling for cards

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 796aa46adf1d90eab36ae06a42e6d3f10b28a75c upstream. Accesses to the rtsx usb device, which is the parent of the rtsx memstick device, must not be done unless it's runtime resum

[PATCH 4.4 066/112] metag: Only define atomic_dec_if_positive conditionally

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 35d04077ad96ed33ceea2501f5a4f1eacda77218 upstream. The definition of atomic_dec_if_positive() assumes that atomic_sub_if_positive() exists, which is only the case if metag

[PATCH 4.4 020/112] perf intel-pt: Fix estimated timestamps for cycle-accurate mode

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Adrian Hunter commit 51ee6481fa8e879cc942bcc1b0af713e158b7a98 upstream. In cycle-accurate mode, timestamps can be calculated from CYC packets. The decoder also estimates timestamps based on the

Re: [PATCH 11/13] ALSA: Deletion of checks before the function call "iounmap"

2016-10-26 Thread Dan Carpenter
On Wed, Oct 26, 2016 at 02:28:59PM +0200, Johannes Berg wrote: > On Wed, 2016-10-26 at 15:26 +0300, Dan Carpenter wrote: > > Someone was just mentioning in another thread that removing the check > > from iounmap() is not portable to other arches and then I remembered > > that Markus removed a bunch

[PATCH 4.4 094/112] s390/mm: fix gmap tlb flush issues

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: David Hildenbrand commit f045402984404ddc11016358411e445192919047 upstream. __tlb_flush_asce() should never be used if multiple asce belong to a mm. As this function changes mm logic determini

Re: [PATCH v7 1/5] mfd: mxs-lradc: Add support for mxs-lradc MFD

2016-10-26 Thread Lee Jones
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote: > Add core files for mxs-lradc MFD driver. Please elaborate as to what mxs-lradc is. > Note: this patch won't compile in iio/testing without this patch: > a8f447be8056 ("mfd: Add resource managed APIs for mfd_add_devices") Which has been in the ke

Re: [PATCH 4/6 v5] sched: propagate load during synchronous attach/detach

2016-10-26 Thread Vincent Guittot
On 26 October 2016 at 13:16, Peter Zijlstra wrote: > On Wed, Oct 26, 2016 at 09:05:49AM +0200, Vincent Guittot wrote: >> > >> > The 'detach across' and 'attach across' in detach_task_cfs_rq() and >> > attach_entity_cfs_rq() do the same so couldn't you not create a >> > function propagate_foo() for

Re: [PATCH v7 0/5] mxs-lradc: Split driver into MFD

2016-10-26 Thread Lee Jones
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote: > Split existing driver mxs-lradc into MFD with touchscreen and > IIO part. > > Tested on I.MX28. > > Ksenija Stanojevic (5): > mfd: mxs-lradc: Add support for mxs-lradc MFD > iio: adc: mxs-lradc: Add support for adc driver > input: touchscree

Re: [RFC PATCH v2 8/9] drm: writeback: Add out-fences for writeback connectors

2016-10-26 Thread Brian Starkey
Hi Gustavo, It would be great if you could cast your eye over this one as-well. My intention was to be as similar to the CRTC out-fences as possible. Thanks, Brian On Wed, Oct 26, 2016 at 09:55:07AM +0100, Brian Starkey wrote: Add the OUT_FENCE_PTR property to writeback connectors, to enable u

Re: [PATCH 2/2] mfd: hi655x-pmic: Fix module autoload when registered via OF

2016-10-26 Thread Lee Jones
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote: > If the driver is built as a module, autoload won't work because the module > alias information is not filled. So user-space can't match the registered > device with the corresponding module. > > Export the module alias information using the M

[PATCH 4.4 000/112] 4.4.28-stable review

2016-10-26 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 4.4.28 release. There are 112 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Fri Oct 28 12:22:47 UTC 2016. Anything receiv

Re: [PATCH 1/2] mfd: fsl-imx25-tsadc: Fix module autoload when registered via OF

2016-10-26 Thread Lee Jones
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote: > If the driver is built as a module, autoload won't work because the module > alias information is not filled. So user-space can't match the registered > device with the corresponding module. > > Export the module alias information using the M

Re: [RFC PATCH v2 1/9] drm: Add writeback connector type

2016-10-26 Thread Brian Starkey
On Wed, Oct 26, 2016 at 01:00:21PM +0200, Daniel Vetter wrote: On Wed, Oct 26, 2016 at 09:55:00AM +0100, Brian Starkey wrote: Writeback connectors represent writeback engines which can write the CRTC output to a memory framebuffer. Add a writeback connector type and related support functions. D

Re: [PATCH stable 4.4 2/4] mm: filemap: don't plant shadow entries without radix tree node

2016-10-26 Thread Michal Hocko
Greg, I do not see this one in the 4.4 queue you have just sent today. On Tue 25-10-16 09:51:46, Michal Hocko wrote: > From: Johannes Weiner > > commit d3798ae8c6f3767c726403c2ca6ecc317752c9dd upstream. > > When the underflow checks were added to workingset_node_shadow_dec(), > they triggered i

[PATCH 4.4 029/112] powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Gavin Shan commit 5adaf8629b193f185ca5a1665b9e777a0579f518 upstream. This fixes the warnings reported from sparse: pci.c:312:33: warning: restricted __be64 degrades to integer pci.c:313:33

Re: [PATCH v7 5/5] mfd: Move binding document

2016-10-26 Thread Lee Jones
On Sun, 02 Oct 2016, Ksenija Stanojevic wrote: > The bindings, which are now used in MFD, need also to be > documented in the MFD binding document. > > Signed-off-by: Ksenija Stanojevic > --- > Changes in v7: > - add to the patchset > > .../devicetree/bindings/iio/adc/mxs-lradc.txt | 47

[PATCH 4.4 063/112] NFSv4: Open state recovery must account for file permission changes

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit 304020fe48c6c7fff8b5a38f382b54404f0f79d3 upstream. If the file permissions change on the server, then we may not be able to recover open state. If so, we need to ensure t

[PATCH 4.4 095/112] irqchip/gic-v3-its: Fix entry size mask for GITS_BASER

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Murzin commit 9224eb77e63f70f16c0b6b7a20ca7d395f3bc077 upstream. Entry Size in GITS_BASER occupies 5 bits [52:48], but we mask out 8 bits. Fixes: cc2d3216f53c ("irqchip: GICv3: ITS co

RE: UBIFS LEB properties tree with odd addresses

2016-10-26 Thread Naga Sureshkumar Relli
Hi Richard, -Original Message- From: Richard Weinberger [mailto:rich...@nod.at] Sent: Wednesday, October 26, 2016 2:44 AM To: Naga Sureshkumar Relli ; Christoph Hellwig Cc: dw...@infradead.org; computersforpe...@gmail.com; dedeki...@gmail.com; adrian.hun...@intel.com; michal.si...@xili

[PATCH v3] ARM: davinci: da8xx: Fix some redefined symbol warnings

2016-10-26 Thread Alexandre Bailon
Some macro for DA8xx CFGCHIP are defined in usb-davinci.h, but da8xx-cfgchip.h intend to replace them. The usb-da8xx.c is using both headers, causing redefined symbol warnings. Remove the macro and update the board files to use da8xx-cfgchip.h Signed-off-by: Alexandre Bailon --- arch/arm/mach-da

Re: [PATCH] mfd: tps65217: Drop call to irq_set_parent()

2016-10-26 Thread Thomas Gleixner
On Wed, 26 Oct 2016, Lee Jones wrote: > On Fri, 14 Oct 2016, Guenter Roeck wrote: > > > The call to irq_set_parent() causes the following build error if tps65217 > > is built as module. > > > > ERROR: ".irq_set_parent" [drivers/mfd/tps65217.ko] undefined! > > > > The problem was introduced with

Re: [PATCH v2] ARM: davinci: da8xx: Fix some redefined symbol warnings

2016-10-26 Thread Alexandre Bailon
On 10/26/2016 01:57 PM, Sekhar Nori wrote: > On Tuesday 25 October 2016 05:41 PM, Alexandre Bailon wrote: >> Some macro for DA8xx CFGCHIP are defined in usb-davinci.h, >> but da8xx-cfgchip.h intend to replace them. >> The usb-da8xx.c is using both headers, causing redefined symbol warnings. >> Remo

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote: > On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > > Fix a couple of issues: > > > > > > - fix a false positive warning related to switch statem

Re: [PATCH 4.8 135/140] ubifs: Abort readdir upon error

2016-10-26 Thread Richard Weinberger
Greg, On 26.10.2016 14:23, Greg Kroah-Hartman wrote: > 4.8-stable review patch. If anyone has any objections, please let me know. This stable patch is buggy and needs a fixup patch. Can you please hold back this patch until the fix is mainline? Should be 4.9-rc3. Thanks, //richard

[PATCH 4.4 031/112] powerpc/pseries: Fix stack corruption in htpe code

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Laurent Dufour commit 05af40e885955065aee8bb7425058eb3e1adca08 upstream. This commit fixes a stack corruption in the pseries specific code dealing with the huge pages. In __pSeries_lpar_hugepa

Re: [PATCH 00/14] introduce the BFQ-v0 I/O scheduler as an extra scheduler

2016-10-26 Thread Paolo Valente
> Il giorno 26 ott 2016, alle ore 12:19, Christoph Hellwig > ha scritto: > > Just as last time: > > big NAK for introducing giant new infrastructure like a new I/O scheduler > for the legacy request structure. > I would fully agree, if there weren't important problems involved. But there are

Re: [PATCH] mfd: intel_soc_pmic_bxtwc: fix usbc interrupt

2016-10-26 Thread Lee Jones
On Mon, 17 Oct 2016, Heikki Krogerus wrote: > The wcove USB Type-C driver is currently being flooded with > interrupts that are not targeted to it. The reason for that > is because all CHRG first level interrupts are mapped to it. > This fixes the issue by introducing separate irq for the > usbc d

[PATCH 4.4 030/112] powerpc/64: Fix incorrect return value from __copy_tofrom_user

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit 1a34439e5a0b2235e43f96816dbb15ee1154f656 upstream. Debugging a data corruption issue with virtio-net/vhost-net led to the observation that __copy_tofrom_user was occasiona

[PATCH 4.4 080/112] Fix regression which breaks DFS mounting

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit d171356ff11ab1825e456dfb979755e01b3c54a1 upstream. Patch a6b5058 results in -EREMOTE returned by is_path_accessible() in cifs_mount() to be ignored which breaks DFS mountin

[PATCH 4.4 058/112] Input: elantech - force needed quirks on Fujitsu H760

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Matti Kurkela commit f9a703a54d16ba2470391c4b12236ee56591d50c upstream. Just like Fujitsu CELSIUS H730, the H760 also has an Elantech touchpad with the same quirks. Without this patch, the touc

[PATCH 4.4 062/112] NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalid

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit aa05c87f23efe417adc7ff9b4193b7201ec0dd79 upstream. We must not allow the use of delegations that have been revoked or are being returned. Signed-off-by: Trond Myklebust

[PATCH 4.4 037/112] zfcp: restore: Dont use 0 to indicate invalid LUN in rec trace

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Steffen Maier commit 0102a30a6ff60f4bb4c07358ca3b1f92254a6c25 upstream. bring back commit d21e9daa63e009ce5b87bbcaa6d11ce48e07bbbe ("[SCSI] zfcp: Dont use 0 to indicate invalid LUN in rec trace

[PATCH 4.4 028/112] powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hub_diag()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Gavin Shan commit a7032132d7560a8434e1f54b71efd7fa20f073bd upstream. The hub diag-data type is filled with big-endian data by OPAL call opal_pci_get_hub_diag_data(). We need convert it to CPU-e

[PATCH 4.4 071/112] fs/super.c: fix race between freeze_super() and thaw_super()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 89f39af129382a40d7cd1f6914617282cfeee28e upstream. Change thaw_super() to check frozen != SB_FREEZE_COMPLETE rather than frozen == SB_UNFROZEN, otherwise it can race with f

[PATCH 4.4 069/112] lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Jens Axboe commit a7fd9a4f3e8179bab31e4637236ebb0e0b7867c6 upstream. null_blk defines an empty version of this ops structure if CONFIG_NVM isn't set, but it doesn't know the type. Move those bi

[PATCH 4.4 055/112] lib: update single-char callers of strtobool()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit 1404297ebf76fd91a41de215fc8c94c2619e5fdb upstream. Some callers of strtobool() were passing a pointer to unterminated strings. In preparation of adding multi-character process

[PATCH 4.4 027/112] powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Gavin Shan commit d63e51b31e0b655ed0f581b8a8fd4c4b4f8d1919 upstream. The PE number (@frozen_pe_no), filled by opal_pci_next_error() is in big-endian format. It should be converted to CPU-endian

[PATCH 4.4 085/112] sd: Fix rw_max for devices that report an optimal xfer size

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Martin K. Petersen commit 6b7e9cde49691e04314342b7dce90c67ad567fcc upstream. For historic reasons, io_opt is in bytes and max_sectors in block layer sectors. This interface inconsistency is err

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > Fix a couple of issues: > > > > - fix a false positive warning related to switch statement jump tables > > - get rid of useless "unreachable instruction" warning

Re: [PATCH 3/4] mfd: altr-a10sr: Add Arria10 SR Monitor

2016-10-26 Thread Lee Jones
On Thu, 13 Oct 2016, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Add the Altera Arria10 DevKit System Resource Monitor functionality > to the MFD device. > > Signed-off-by: Thor Thayer > --- > drivers/mfd/altera-a10sr.c |4 > 1 file changed, 4 insertions(+) > > diff

[PATCH 4.4 084/112] irqchip/gicv3: Handle loop timeout proper

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit d102eb5c1ac5e6743b1c6d145c06a25d98ad1375 upstream. The timeout loop terminates when the loop count is zero, but the decrement of the count variable is post check. So count

[PATCH 4.4 091/112] mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner commit 22f2ac51b6d643666f4db093f13144f773ff3f3a upstream. Antonio reports the following crash when using fuse under memory pressure: kernel BUG at /build/linux-a2WvEb/linux-4

Re: [PATCH] mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabled

2016-10-26 Thread Lee Jones
On Fri, 14 Oct 2016, Javier Martinez Canillas wrote: > The driver only has runtime but no build time dependency with ARCH_U300 || > ARCH_U8500 So it can be built for testing purposes if COMPILE_TEST option > is enabled. > > This is useful to have more build coverage and make sure that the driver

[PATCH 4.4 088/112] bnx2x: Prevent false warning for lack of FC NPIV

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Yuval Mintz commit 1e6bb1a3540fec3ef112b9a89dda88e684c3ff59 upstream. Not all adapters have FC-NPIV configured. If bnx2fc is used with such an adapter, driver would read irrelevant data from th

Re: [PATCH stable 4.4 2/4] mm: filemap: don't plant shadow entries without radix tree node

2016-10-26 Thread Michal Hocko
On Wed 26-10-16 14:45:53, Michal Hocko wrote: > Greg, > I do not see this one in the 4.4 queue you have just sent today. Scratch that. I can see it now on lkml. I just wasn't on the CC so it hasn't shown up in my inbox. -- Michal Hocko SUSE Labs

[PATCH 4.4 092/112] mm: filemap: fix mapping->nrpages double accounting in fuse

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner commit 3ddf40e8c31964b744ff10abb48c8e36a83ec6e7 upstream. Commit 22f2ac51b6d6 ("mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()") switched

Re: [PATCH 1/4] dt-bindings: mfd: Add Altera Arria10 SR Monitor

2016-10-26 Thread Lee Jones
On Thu, 13 Oct 2016, ttha...@opensource.altera.com wrote: > From: Thor Thayer > > Add the Arria10 DevKit System Resource Chip register and state > monitoring module to the MFD. > > Signed-off-by: Thor Thayer > --- > Note: This needs to be applied to the bindings document that > was Acked & App

RE: [PATCH v2] usb: xhci: Don't drive port 2.0 reset while resuming

2016-10-26 Thread Sriram Dash
>From: Mathias Nyman [mailto:mathias.ny...@linux.intel.com] >On 25.10.2016 13:45, Sriram Dash wrote: >> For the USB3.0 controller, USB 2.0 reset not driven while port is in >> Resume state. So, do not program the USB 2.0 reset >> (PORTSC[PR]=1) while in Resume state. >> >> Signed-off-by: Rajat Sriv

Re: [PATCH 3/3] ovl: redirect on rename-dir

2016-10-26 Thread Miklos Szeredi
On Wed, Oct 26, 2016 at 2:11 PM, Amir Goldstein wrote: > On Wed, Oct 26, 2016 at 2:26 PM, Miklos Szeredi wrote: >> On Tue, Oct 25, 2016 at 2:49 PM, Amir Goldstein wrote: >> @@ -880,31 +913,34 @@ static int ovl_rename(struct inode *olddir, struct dentry *old, if (WARN_ON(o

[PATCH 4.4 061/112] NFSv4: Dont report revoked delegations as valid in nfs_have_delegation()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit b3f9e7239074613aa6bdafa4caf7c104fe1e7276 upstream. If the delegation is revoked, then it can't be used for caching. Fixes: 869f9dfa4d6d ("NFSv4: Fix races between nfs_re

CONFIG_VMAP_STACK, on-stack struct, and wake_up_bit

2016-10-26 Thread Andreas Gruenbacher
Hi, CONFIG_VMAP_STACK has broken gfs2 and I'm trying to figure out what's going on. What I'm seeing is the following: on a fresh gfs2 filesystem created with: mkfs.gfs2 -p lock_nolock $DEVICE I get the following BUG with 4.9-rc2, CONFIG_VMAP_STACK and CONFIG_DEBUG_VIRTUAL turned on: kernel

[PATCH 4.4 087/112] PKCS#7: Dont require SpcSpOpusInfo in Authenticode pkcs7 signatures

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Peter Jones commit 7ee7014d0eb6bcac679c0bd5fe9ce65bc4325648 upstream. Dave Young reported: > Hi, > > I saw the warning "Missing required AuthAttr" when testing kexec, > known issue? Idea about

[PATCH 5/5] cris/arch-v32: cryptocop: print a hex number after a 0x prefix

2016-10-26 Thread Uwe Kleine-König
It makes the result hard to interpret correctly if a base 10 number is prefixed by 0x. So change to a hex number. Signed-off-by: Uwe Kleine-König --- arch/cris/arch-v32/drivers/cryptocop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/cris/arch-v32/drivers/cryptocop.c

[PATCH 4.4 024/112] dm mpath: check if paths request_queue is dying in activate_path()

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer commit f10e06b744074824fb8ec7066bc03ecc90918f5b upstream. If pg_init_retries is set and a request is queued against a multipath device with all underlying block device request_queu

[PATCH 4.4 070/112] arc: dont leak bits of kernel stack into coredump

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Al Viro commit 7798bf2140ebcc36eafec6a4194fffd8d585d471 upstream. On faulting sigreturn we do get SIGSEGV, all right, but anything we'd put into pt_regs could end up in the coredump. And since

Re: [PATCH] ARM: sti: stih410-clocks: Add PROC_STFE as a critical clock

2016-10-26 Thread Lee Jones
> > > > > If the clock is enabled when Linux boots, the Linux clock framework > > > > > *needs* > > > > > to assume the hardware may have been used in previous boot stages, > > > > > and it should > > > > > not attempt to disable the clock. > > > > > > > > None of the boot loaders we use do this

[PATCH 4/5] misc: sgi-gru: print a hex number after a 0x prefix

2016-10-26 Thread Uwe Kleine-König
It makes the result hard to interpret correctly if a base 10 number is prefixed by 0x. So change to a hex number. Signed-off-by: Uwe Kleine-König --- drivers/misc/sgi-gru/grumain.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/misc/sgi-gru/grumain.c b/drivers/m

[PATCH 4.4 022/112] dm: mark request_queue dead before destroying the DM device

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Bart Van Assche commit 3b785fbcf81c3533772c52b717f77293099498d3 upstream. This avoids that new requests are queued while __dm_destroy() is in progress. Signed-off-by: Bart Van Assche Signed-o

[Question] Git histrory after greybus merge

2016-10-26 Thread Dmitry Safonov
Hi, Is there any way to specify git-log or git-rev-list which root tree to use? I mean, I got the following situation: I saw the commit a67dd266adf4 ("netfilter: xtables: prepare for on-demand hook register") by git-blame and want to see commits on top of that particular commit. Earlier I've used

[PATCH 4.4 048/112] [media] mb86a20s: fix demod settings

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 505a0ea706fc1db4381baa6c6bd2e596e730a55e upstream. With the current settings, only one channel locks properly. That's likely because, when this driver was written,

[PATCH 4.4 074/112] Clarify locking of cifs file and tcon structures and make more granular

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit 3afca265b5f53a0b15b79531c13858049505582d upstream. Remove the global file_list_lock to simplify cifs/smb3 locking and have spinlocks that more closely match the information

[PATCH 4.4 057/112] Input: i8042 - skip selftest on ASUS laptops

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Marcos Paulo de Souza commit 930e19248e9b61da36c967687ca79c4d5f977919 upstream. On suspend/resume cycle, selftest is executed to reset i8042 controller. But when this is done in Asus devices, s

[PATCH 4.4 049/112] [media] cx231xx: dont return error on success

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 1871d718a9db649b70f0929d2778dc01bc49b286 upstream. The cx231xx_set_agc_analog_digital_mux_select() callers expect it to return 0 or an error. Returning a positive v

[PATCH 2/5] block: DAC960: print a hex number after a 0x prefix

2016-10-26 Thread Uwe Kleine-König
It makes the message hard to interpret correctly if a base 10 number is prefixed by 0x. So change to a hex number. Signed-off-by: Uwe Kleine-König --- Hello, get_maintainer.pl didn't give me a maintainer, so I assumed it's akpm :-) Uwe drivers/block/DAC960.c | 4 ++-- 1 file changed, 2 insert

[PATCH 0/5] print a hex number after a 0x prefix

2016-10-26 Thread Uwe Kleine-König
Hello, these were found by git grep -i 0x%[lh]*[du] Maybe it would make sense to catch this type of unconvenience in checkpatch? Best regards Uwe Uwe Kleine-König (5): fs: exofs: print a hex number after a 0x prefix block: DAC960: print a hex number after a 0x prefix ipack: print

[PATCH 4.4 019/112] perf intel-pt: Fix snapshot overlap detection decoder errors

2016-10-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Adrian Hunter commit 810c398bc09b2f2dfde52a7d2483a710612c5fb8 upstream. Fix occasional decoder errors decoding trace data collected in snapshot mode. Snapshot mode can take successive snapshot

<    4   5   6   7   8   9   10   11   12   13   >