[PATCH 3.13 099/151] dm transaction manager: fix corruption due to non-atomic transaction commit

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Joe Thornber e...@redhat.com commit a9d45396f5956d0b615c7ae3b936afd888351a47 upstream. The persistent-data library used by dm-thin, dm-cache, etc is transactional. If anything goes

[PATCH 3.13 087/151] powerpc/compat: 32-bit little endian machine name is ppcle, not ppc

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard an...@samba.org commit 422b9b9684db3c511e65c91842275c43f5910ae9 upstream. I noticed this when testing setarch. No, we don't magically support a big endian userspace on a

[PATCH 3.13 097/151] nfsd: notify_change needs elevated write count

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: J. Bruce Fields bfie...@redhat.com commit 9f67f189939eccaa54f3d2c9cf10788abaf2d584 upstream. Looks like this bug has been here since these write counts were introduced, not sure why it

[PATCH 3.13 098/151] dm cache: prevent corruption caused by discard_block_size cache_block_size

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Snitzer snit...@redhat.com commit d132cc6d9e92424bb9d4fd35f5bd0e55d583f4be upstream. If the discard block size is larger than the cache block size we will not properly quiesce IO

[PATCH 3.13 083/151] audit: restore order of tty and ses fields in log output

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Richard Guy Briggs r...@redhat.com commit 2f2ad1013322c8f6c40fc6dafdbd32442fa730ad upstream. When being refactored from audit_log_start() to audit_log_task_info(), in commit e23eb920

blkcg: circular dependency between blkcg_pol_mutex and s_active

2014-05-02 Thread Sasha Levin
Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel I've stumbled on the following: [ 1585.219328] == [ 1585.220035] [ INFO: possible circular locking dependency detected ] [ 1585.220035]

[PATCH 3.13 092/151] gpio: mxs: Allow for recursive enable_irq_wake() call

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Marek Vasut ma...@denx.de commit a585f87c863e4e1d496459d382b802bf5ebe3717 upstream. The scenario here is that someone calls enable_irq_wake() from somewhere in the code. This will

[PATCH 3.13 091/151] KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard an...@samba.org commit 7505258c5fcb0a1cc3c76a47b4cf9506d21d10e6 upstream. I noticed KVM is broken when KVM in-kernel XICS emulation (CONFIG_KVM_XICS) is disabled. The

[PATCH 3.13 081/151] mac80211: fix WPA with VLAN on AP side with ps-sta again

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Braun michael-...@fami-braun.de commit 112c44b2df0984121a52fbda89425843b8e1a457 upstream. commit de74a1d9032f4d37ea453ad2a647e1aff4cd2591 mac80211: fix WPA with VLAN on AP

[PATCH 3.13 090/151] ALSA: hda - add headset mic detect quirks for three Dell laptops

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Hui Wang hui.w...@canonical.com commit a870593bab179ca402ead455f45af6e4404a2a7f upstream. When we plug a 3-ring headset on the Dell machines (VID: 0x10ec0255, SID: 0x10280632; VID:

[PATCH 3.13 093/151] nfsd4: buffer-length check for SUPPATTR_EXCLCREAT

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: J. Bruce Fields bfie...@redhat.com commit de3997a7eeb9ea286b15879fdf8a95aae065b4f7 upstream. This was an omission from 8c18f2052e756e7d5dea712fc6e7ed70c00e8a39 nfsd41:

Re: [PATCH 1/4] memcg, mm: introduce lowlimit reclaim

2014-05-02 Thread Johannes Weiner
On Fri, May 02, 2014 at 11:36:28AM +0200, Michal Hocko wrote: On Wed 30-04-14 18:55:50, Johannes Weiner wrote: On Mon, Apr 28, 2014 at 02:26:42PM +0200, Michal Hocko wrote: diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 19d620b3d69c..40e517630138 100644 --- a/mm/memcontrol.c

[PATCH 3.13 095/151] nfsd4: leave reply buffer space for failed setattr

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: J. Bruce Fields bfie...@redhat.com commit 04819bf6449094e62cebaf5199d85d68d711e667 upstream. This fixes an ommission from 18032ca062e621e15683cb61c066ef3dc5414a7b NFSD: Server

[PATCH 3.13 100/151] dm: take care to copy the space map roots before locking the superblock

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Joe Thornber e...@redhat.com commit 5a32083d03fb543f63489b2946c4948398579ba0 upstream. In theory copying the space map root can fail, but in practice it never does because we're careful

[PATCH 3.13 101/151] aio: v4 ensure access to ctx-ring_pages is correctly serialised for migration

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Benjamin LaHaise b...@kvack.org commit fa8a53c39f3fdde98c9eace6a9b412143f0f6ed6 upstream. As reported by Tang Chen, Gu Zheng and Yasuaki Isimatsu, the following issues exist in the aio

[PATCH 3.13 086/151] drm/i915: Fix unsafe loop iteration over vma whilst unbinding them

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson ch...@chris-wilson.co.uk commit df6f783a4ef6790780a67c491897ac45c4618735 upstream. On non-LLC platforms, when changing the cache level of an object, we may need to unbind

[PATCH 3.13 089/151] spi: efm32: use $vendor,$device scheme for compatible string

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= u.kleine-koe...@pengutronix.de commit 12f6dd860cf8bf036c0bec38c00a53da71bcd43a upstream. Wolfram Sang pointed out that efm32,$device is non-standard.

[PATCH 3.13 082/151] pid: get pid_t ppid of task in init_pid_ns

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Richard Guy Briggs r...@redhat.com commit ad36d28293936b03d6b7996e9d6aadfd73c0eb08 upstream. Added the functions task_ppid_nr_ns() and task_ppid_nr() to abstract the lookup of the PPID

[PATCH 3.13 085/151] mfd: kempld-core: Fix potential hang-up during boot

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck li...@roeck-us.net commit 204747c970c0d568721c76ab8a57dde0e5dcf0d5 upstream. On PXT and COMe-cPC2 boards it is observed that the hardware mutex is acquired but not being

[PATCH 3.13 078/151] ASoC: cs42l51: Fix SOC_DOUBLE_R_SX_TLV shift values for ADC, PCM, and Analog kcontrols

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Brian Austin brian.aus...@cirrus.com commit 7272e051157ccd5871b5d939548d0ba5a94a2965 upstream. The shift values for the ADC,PCM, and Analog kcontrols were wrong causing wrong values

[PATCH 3.13 035/151] rtlwifi: rtl8192se: Fix too long disable of IRQs

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger larry.fin...@lwfinger.net commit 2610decdd0b3808ba20471a999835cfee5275f98 upstream. In commit f78bccd79ba3cd9d9664981b501d57bdb81ab8a4 entitled rtlwifi: rtl8192ce: Fix too

[PATCH 3.13 038/151] xhci: Prevent runtime pm from autosuspending during initialization

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman mathias.ny...@linux.intel.com commit bcffae7708eb8352f44dc510b326541fe43a02a4 upstream. xHCI driver has its own pci probe function that will call usb_hcd_pci_probe to

[PATCH 3.13 032/151] usb: gadget: atmel_usba: fix crashed during stopping when DEBUG is enabled

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Gregory CLEMENT gregory.clem...@free-electrons.com commit d8eb6c653ef6b323d630de3c5685478469e248bc upstream. commit 511f3c5 (usb: gadget: udc-core: fix a regression during gadget driver

Re: Build regressions/improvements in v3.15-rc3

2014-05-02 Thread Geert Uytterhoeven
On Fri, May 2, 2014 at 5:41 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.15-rc3[1] to v3.15-rc2[3], the summaries are: - build errors: +5/-9 + /scratch/kisskb/src/arch/um/os-Linux/mem.c: error: 'TMPFS_MAGIC' undeclared (first use in this function): = 31 +

[PATCH 3.13 054/151] usb: phy: Add ulpi IDs for SMSC USB3320 and TI TUSB1210

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Michal Simek michal.si...@xilinx.com commit ead5178bf442dbae4008ee54bf4f66a1f6a317c9 upstream. Add new ulpi IDs which are available on Xilinx Zynq boards. Signed-off-by: Michal Simek

[PATCH 3.13 055/151] USB: unbind all interfaces before rebinding any

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern st...@rowland.harvard.edu commit 6aec044cc2f5670cf3b143c151c8be846499bd15 upstream. When a driver doesn't have pre_reset, post_reset, or reset_resume methods, the USB core

[PATCH 3.13 036/151] rtlwifi: rtl8188ee: Fix too long disable of IRQs

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger larry.fin...@lwfinger.net commit 6b6392715856d563719991e9ce95e773491a8983 upstream. In commit f78bccd79ba3cd9d9664981b501d57bdb81ab8a4 entitled rtlwifi: rtl8192ce: Fix too

[PATCH 3.13 047/151] mtip32xx: Set queue bounce limit

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Felipe Franciosi fel...@paradoxo.org commit 1044b1bb9278f2e656a1a7b63dc24a59506540aa upstream. We need to set the queue bounce limit during the device initialization to prevent

[PATCH 3.13 052/151] mei: fix memory leak of pending write cb objects

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Tomas Winkler tomas.wink...@intel.com commit cc99ecfdac01215594c73907726b12f251c21e20 upstream. Write callbacks are released on the write completed path but when file handler is closed

[PATCH 3.13 039/151] staging:serqt_usb2: Fix sparse warning restricted __le16 degrades to integer

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Himangi Saraogi himangi...@gmail.com commit abe5d64d1a74195a44cd14624f8178b9f48b7cc7 upstream. This patch fixes the following sparse warning :

[PATCH 3.13 053/151] usb: gadget: tcm_usb_gadget: stop format strings

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Kees Cook keesc...@chromium.org commit aba37fd975f0dd58e025c99c2a79b61b20190831 upstream. This makes sure that the name coming out of configfs cannot be used accidentally as a format

[PATCH 3.13 045/151] ARM: OMAP2+: INTC: Acknowledge stuck active interrupts

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Stefan=20S=C3=B8rensen?= stefan.soren...@spectralink.com commit 698b48532539484b012fb7c4176b959d32a17d00 upstream. When an interrupt has become active on the INTC it will stay

[PATCH 3.13 046/151] ARM: dts: am33xx: correcting dt node unit address for usb

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mugunthan V N mugunthan...@ti.com commit 8abcdd680d543fb582371e146e62ba9f2af8a816 upstream. DT node's unit address should be its own register offset address to make it a unique across

[PATCH 3.13 049/151] mtip32xx: mtip_async_complete() bug fixes

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Sam Bradshaw sbrads...@micron.com commit 5eb9291c36c7d71d7c6c832d5a4f551eb8ac015d upstream. This patch fixes 2 issues in the fast completion path: 1) Possible double completions /

[PATCH 3.13 033/151] blktrace: fix accounting of partially completed requests

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Roman Pen r.peni...@gmail.com commit af5040da01ef980670b3741b3e10733ee3e33566 upstream. trace_block_rq_complete does not take into account that request can be partially completed, so we

[PATCH 3.13 042/151] virtio_balloon: don't softlockup on huge balloon changes.

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 1f74ef0f2d7d692fcd615621e0e734c3e7771413 upstream. When adding or removing 100G from a balloon: BUG: soft lockup - CPU#0 stuck for 22s!

[PATCH 3.13 051/151] KVM: s390: Optimize ucontrol path

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Christian Borntraeger borntrae...@de.ibm.com commit 2955c83f72801245afd0fe5c560cc75b82bea9aa upstream. Since commit 7c470539c95630c1f2a10f109e96f249730b75eb (s390/kvm: avoid automatic

Re: [PATCH] usb: dwc3: gadget: giveback request if start transfer fail

2014-05-02 Thread Zhuang Jin Can
Hi, On Thu, May 01, 2014 at 10:13:28AM -0500, Felipe Balbi wrote: On Thu, May 01, 2014 at 04:44:52PM -0400, Zhuang Jin Can wrote: On Wed, Apr 30, 2014 at 02:58:29PM -0500, Felipe Balbi wrote: On Thu, May 01, 2014 at 02:36:08AM -0400, Zhuang Jin Can wrote: At least we should giveback the

[PATCH 3.13 040/151] mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Herve Codina herve.cod...@celad.com commit 90445ff6241e2a13445310803e2efa606c61f276 upstream. Crash detected on sam5d35 and its pmecc nand ecc controller. The problem was a call to

[PATCH 3.13 026/151] [media] m88rs2000: prevent frontend crash on continuous transponder scans

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley tvbox...@gmail.com commit 8272d0a0c0d374a01721e579df6e8add5577132b upstream. Add m88rs2000_get_tune_settings, min delay of 2000 ms on symbol rate more than 300 and

[PATCH 3.13 048/151] mtip32xx: Unmap the DMA segments before completing the IO request

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Felipe Franciosi fel...@paradoxo.org commit 368c89d7ac70f937c93cd6f3b65bcfdfb3ba794f upstream. If the buffers are unmapped after completing a request, then stale data might be in the

[PATCH 3.13 041/151] iwlwifi: dvm: take mutex when sending SYNC BT config command

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach emmanuel.grumb...@intel.com commit 82e5a649453a3cf23516277abb84273768a1592b upstream. There is a flow in which we send the host command in SYNC mode, but we don't take

[PATCH 3.13 028/151] usb: musb: avoid NULL pointer dereference

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Felipe Balbi ba...@ti.com commit eee3f15d5f1f4f0c283dd4db67dc1b874a2852d1 upstream. instead of relying on the otg pointer, which can be NULL in certain cases, we can use the gadget and

[PATCH 3.13 030/151] drm/i915: Don't clobber CHICKEN_PIPESL_1 on BDW

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= ville.syrj...@linux.intel.com commit c7c656226842679bcd9f39dc24441b4ff398a850 upstream. Misplaced parens cause us to totally clobber the

[PATCH 3.13 031/151] usb: dwc3: fix randconfig build errors

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Felipe Balbi ba...@ti.com commit 610183051d8f9421f138c4203ca894387f9f8839 upstream. commit 388e5c5 (usb: dwc3: remove dwc3 dependency on host AND gadget.) created the possibility for

[PATCH 3.13 024/151] [media] media: gspca: sn9c20x: add ID for Genius Look 1320 V2

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Wolfram Sang w...@the-dreams.de commit 61f0319193c44adbbada920162d880b1fdb3aeb3 upstream. Signed-off-by: Wolfram Sang w...@the-dreams.de Signed-off-by: Hans de Goede hdego...@redhat.com

[PATCH 3.13 023/151] ACPICA: Restore code that repairs NULL package elements in return values.

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Lv Zheng lv.zh...@intel.com commit 61db45ca21630f5ab7f678d54c5d969c21647854 upstream. The original code was lost accidently, it was not generated along with the following commit of

Re: [PATCH] rwsem: Comments to explain the meaning of the rwsem's count field

2014-05-02 Thread Tim Chen
On Fri, 2014-05-02 at 06:10 -0700, Randy Dunlap wrote: It takes me quite a while to understand how rwsem's count field mainifest manifests itself in different scenarios. I'm adding comments to provide a quick reference

[PATCH 3.13 025/151] [media] m88rs2000: add caps FE_CAN_INVERSION_AUTO

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley tvbox...@gmail.com commit 3c8023a782964c72574ad8268ba0ea4e2d9772fc upstream. The m88rs2000 frontend is always auto inversion. Signed-off-by: Malcolm Priestley

[PATCH 3.13 022/151] [media] omap3isp: preview: Fix the crop margins

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Vaussard florian.vauss...@epfl.ch commit 8b57b9669aa884ac75b8d09c251d6b1755533c15 upstream. Commit 3fdfedaaa [media] omap3isp: preview: Lower the crop margins accidentally

[PATCH 3.13 029/151] [media] uvcvideo: Do not use usb_set_interface on bulk EP

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Oleksij Rempel li...@rempel-privat.de commit b1e43f232698274871e1358c276d7b0242a7d607 upstream. The UVC specification uses alternate setting selection to notify devices of stream

Re: [PATCH] usb: dwc3: gadget: giveback request if start transfer fail

2014-05-02 Thread Felipe Balbi
Hi, On Sat, May 03, 2014 at 12:05:41AM -0400, Zhuang Jin Can wrote: On Thu, May 01, 2014 at 10:13:28AM -0500, Felipe Balbi wrote: On Thu, May 01, 2014 at 04:44:52PM -0400, Zhuang Jin Can wrote: On Wed, Apr 30, 2014 at 02:58:29PM -0500, Felipe Balbi wrote: On Thu, May 01, 2014 at

Re: [PATCH 13/15] ASoC: SND_S3C_DMA_LEGACY needs S3C24XX_DMA

2014-05-02 Thread Arnd Bergmann
On Friday 02 May 2014 12:25:58 Heiko Stübner wrote: Just to mention, we have a dmaengine driver for s3c24xx . Correct platform-data is present for all s3c24xx socs (in mach-s3c24xx/common.c) . Mark already removed support for the legacy API from the s3c64xx spi driver (used by s3c2416

[PATCH 3.13 077/151] MIPS: KVM: Pass reserved instruction exceptions to guest

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan james.ho...@imgtec.com commit 15505679362270d02c449626385cb74af8905514 upstream. Previously a reserved instruction exception while in guest code would cause a KVM internal

[PATCH 3.13 071/151] mfd: max8925: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit 96cf3dedc491d2f1f66cc26217f2b06b0c7b6797 upstream. During probe the driver allocates dummy I2C devices for RTC and ADC with

[PATCH 3.13 057/151] IB/qib: Fix debugfs ordering issue with multiple HCAs

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Marciniszyn mike.marcinis...@intel.com commit f8b6c47a44c063062317646683a73371c24c69ee upstream. The debugfs init code was incorrectly called before the idr mechanism is used to

Re: [RFC][PATCH 1/3] PM / sleep: Flags to speed up suspend-resume of runtime-suspended devices

2014-05-02 Thread Alan Stern
On Fri, 2 May 2014, Rafael J. Wysocki wrote: On Friday, May 02, 2014 01:15:14 AM Rafael J. Wysocki wrote: On Thursday, May 01, 2014 05:39:31 PM Alan Stern wrote: On Fri, 25 Apr 2014, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Currently, some

Re: [PATCH] Sound USB: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined

2014-05-02 Thread Takashi Iwai
At Fri, 2 May 2014 15:09:27 +0200, Sander Eikelenboom wrote: This (widely used) construction: if(printk_ratelimit()) dev_dbg() Causes the ratelimiting to spam the kernel log with the callbacks suppressed message below, even while the dev_dbg it is supposed to rate limit wouldn't

[PATCH 3.13 070/151] mfd: max8998: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit ed26f87b9f71693a1d1ee85f5e6209601505080f upstream. During probe the driver allocates dummy I2C device for RTC with i2c_new_dummy()

[PATCH 3.13 058/151] IB/qib: add missing braces in do_qib_user_sdma_queue_create()

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Yann Droneaud ydrone...@opteya.com commit 37a967651caf99dd267017023737bd442f5acb3d upstream. Commit c804f07248895ff9c moved qib_assign_ctxt() to do_qib_user_sdma_queue_create() but

Re: [RFC PATCH] regulator: virtual: Introduce a new virtual locker regulator type

2014-05-02 Thread Doug Anderson
Mark, On Wed, Apr 30, 2014 at 6:28 PM, Mark Brown broo...@kernel.org wrote: On Wed, Apr 30, 2014 at 11:56:08AM -0700, Doug Anderson wrote: I cornered Rob and Mark Rutland a little bit about this at ELC today (sorry!). Neither of them was a huge ran of adding a pseudo device. Rob suggested

Re: Remove __visible from asmlinkage for 3.15

2014-05-02 Thread Linus Torvalds
On Thu, May 1, 2014 at 10:38 PM, H. Peter Anvin h...@zytor.com wrote: How about I put it into tip/urgent, but for next week's pull so it gets some time to cook first... Sounds like a good plan to me, Linus -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH 3.13 067/151] mfd: Include all drivers in subsystem menu

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij linus.wall...@linaro.org commit a6e6e660baa5c583022e3e48c85316bace027825 upstream. It is currently not possible to select the SA1100 or Vexpress drivers in the MFD

mm: invalid memory access in alloc_vmap_area

2014-05-02 Thread Sasha Levin
Hi all, While fuzzing with trinity inside a KVM tools guest running the latest -next kernel I've stumbled on the following: [ 194.505728] BUG: unable to handle kernel paging request at ffd0 [ 194.508364] IP: alloc_vmap_area (mm/vmalloc.c:427) [ 194.509482] PGD 3be30067 PUD

Re: [PATCH 1/1] MM/ZBUD: make size unsigned like unique callsite

2014-05-02 Thread Seth Jennings
On Wed, Apr 30, 2014 at 09:18:36PM +0200, Fabian Frederick wrote: zbud_alloc is only called by zswap_frontswap_store with unsigned int len. Change function parameter + update = 0 check. Thanks for the cleanup! Acked-by: Seth Jennings sjenni...@variantweb.net Cc: Seth Jennings

[PATCH 3.13 068/151] mfd: max8997: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit 97dc4ed3fa377ec91bb60ba98b70d645c2099384 upstream. During probe the driver allocates dummy I2C devices for RTC, haptic and MUIC with

Re: [perf] more perf_fuzzer memory corruption

2014-05-02 Thread Peter Zijlstra
On Thu, May 01, 2014 at 02:49:01PM -0400, Vince Weaver wrote: It is a rance condition of sorts, because it's just a 10us or so interleaving of calls that causes the bug to happen or not. In the good trace: [parent] __perf_event_task_sched_out (and hence perf_swevent_del)

[PATCH 3.13 074/151] mfd: max77693: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit ad09dd6a1f5d6244bd89314015af506ba7f9810a upstream. During probe the driver allocates dummy I2C devices for MUIC and haptic with

[PATCH 3.13 062/151] regulator: arizona-ldo1: Correct default regulator init_data

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Charles Keepax ckee...@opensource.wolfsonmicro.com commit a35ff2861690eaf9dbb38fa744a8a9e6f4ebfd61 upstream. Both 5102 and 8997 have the regulator capable of supplying 1.8V, and the

[PATCH 3.13 080/151] mac80211: fix suspend vs. authentication race

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg johannes.b...@intel.com commit 1a1cb744de160ee70086a77afff605bbc275d291 upstream. Since Stanislaw's patch removing the quiescing code, mac80211 had a race regarding

[PATCH 3.13 061/151] mfd: sec-core: Fix possible NULL pointer dereference when i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit 65aba1e04916d72b30c028730a1e31860c225412 upstream. During probe the sec-core driver allocates dummy I2C device for RTC with

[PATCH 3.13 075/151] mfd: 88pm800: Fix I2C device resource leak if probe fails

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit 141050cf3d84fc303df58796d68dc1376b0e8f67 upstream. During probe the driver allocates two dummy I2C devices for subchips in function

[PATCH 3.13 060/151] ALSA: hda/realtek - Restore default value for ALC283

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Kailang Yang kail...@realtek.com commit 6bd55b04fe05cb26094b0fe494c7a207e6c0c36e upstream. Restore the registers to prevent the abnormal digital power supply rising ratio/sequence to

[PATCH 3.13 073/151] mfd: 88pm860x: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit 159ce52a6b777fc82fa0b51c7440e25f9e4c6feb upstream. During probe the driver allocates dummy I2C device for companion chip with

[PATCH 3.13 069/151] mfd: max77686: Fix possible NULL pointer dereference on i2c_new_dummy error

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit b9e183a1d495cd65412abe0f9df19b151716bfe7 upstream. During probe the driver allocates dummy I2C device for RTC with i2c_new_dummy() but

[PATCH 3.13 072/151] mfd: 88pm860x: Fix I2C device resource leak on regmap init fail

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski k.kozlow...@samsung.com commit a7ab1c8b261305af583ce26bb4a14f555fdaa73e upstream. During probe the driver allocates dummy I2C device for companion chip and then

Re: [PATCH] netdev: pktgen xmit packet through vlan interface

2014-05-02 Thread Sergei Shtylyov
Hello. On 05/02/2014 11:18 AM, Zhouyi Zhou wrote: As http://www.spinics.net/lists/netdev/msg165015.html pktgen generates shared packet through vlan interface will cause oops because of duplicate entering tc queue. Try to solve this problem by means of packet clone instead of sharing.

Re: [perf] more perf_fuzzer memory corruption

2014-05-02 Thread Vince Weaver
I'll try the patch next. Meanwhile, can polling on a closed event cause problems with the reference count? In my various failure traces there's always been a poll() active at the time of crash, and I added some trace_printk()s and it looks like poll is at least attempting to poll on the

[PATCH 3.13 011/151] mach64: fix cursor when character width is not a multiple of 8 pixels

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka mpato...@redhat.com commit 43751a1b8ee2e70ce392bf31ef3133da324e68b3 upstream. This patch fixes the hardware cursor on mach64 when font width is not a multiple of 8

[PATCH 3.13 151/151] ib_srpt: Use correct ib_sg_dma primitives

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Marciniszyn mike.marcinis...@intel.com commit b076808051f2c80d38e03fb2f1294f525c7a446d upstream. The code was incorrectly using sg_dma_address() and sg_dma_len() instead of

[PATCH 1/1] block/blk-iopoll.c: use iop instead of iopoll

2014-05-02 Thread Fabian Frederick
All blk_iopoll functions use iop for parent iopoll structure except blk_iopoll_complete.This also fixes one kernel-doc warning. Cc: Jens Axboe ax...@kernel.dk Cc: Andrew Morton a...@linux-foundation.org Signed-off-by: Fabian Frederick f...@skynet.be --- block/blk-iopoll.c | 4 ++-- 1 file

[PATCH 3.13 145/151] lib/percpu_counter.c: fix bad percpu counter state during suspend

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Jens Axboe ax...@fb.com commit e39435ce68bb4685288f78b1a7e24311f7ef939f upstream. I got a bug report yesterday from Laszlo Ersek in which he states that his kvm instance fails to

[PATCH 3.13 149/151] x86-64, modify_ldt: Ban 16-bit segments on 64-bit kernels

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: H. Peter Anvin h...@linux.intel.com commit b3b42ac2cbae1f3cecbb6229964a4d48af31d382 upstream. The IRET instruction, when returning to a 16-bit segment, only restores the bottom 16 bits

[PATCH 3.13 134/151] thinkpad_acpi: Fix inconsistent mute LED after resume

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 119f449866ad18785b0445adaf0d2859c6dbdaa3 upstream. The mute LED states have to be restored after resume. Bugzilla:

[PATCH 3.13 148/151] b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDR

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= zaj...@gmail.com commit 12cd43c6ed6da7bf7c5afbd74da6959cda6d056b upstream. Register B43_MMIO_PSM_PHY_HDR is 16 bit one, so accessing it with 32b

[PATCH 3.13 139/151] mm: page_alloc: spill to remote nodes before waking kswapd

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner han...@cmpxchg.org commit 3a025760fc158b3726eac89ee95d7f29599e9dfa upstream. On NUMA systems, a node may start thrashing cache or even swap anonymous pages while there

[PATCH 3.13 136/151] iser-target: Add missing se_cmd put for WRITE_PENDING in tx_comp_err

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit 03e7848a64ed535a30f5d7fc6dede2d5a6a2534b upstream. This patch fixes a bug where outstanding RDMA_READs with WRITE_PENDING status require

[PATCH 3.13 142/151] hung_task: check the value of sysctl_hung_task_timeout_sec

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Liu Hua sdu@huawei.com commit 80df28476505ed4e6701c3448c63c9229a50c655 upstream. As sysctl_hung_task_timeout_sec is unsigned long, when this value is larger then LONG_MAX/HZ, the

[PATCH 3.13 143/151] DRM: armada: fix corruption while loading cursors

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Russell King rmk+ker...@arm.linux.org.uk commit c39b06951f1dc2e384650288676c5b7dcc0ec92c upstream. Loading cursors to the LCD controller's SRAM can be corrupted when the configured

Re: [perf] more perf_fuzzer memory corruption

2014-05-02 Thread Peter Zijlstra
On Fri, May 02, 2014 at 12:22:30PM -0400, Vince Weaver wrote: I'll try the patch next. Meanwhile, can polling on a closed event cause problems with the reference count? In my various failure traces there's always been a poll() active at the time of crash, and I added some

[PATCH 3.13 146/151] md/raid1: r1buf_pool_alloc: free allocate pages when subsequent allocation fails.

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown ne...@suse.de commit da1aab3dca9aa88ae34ca392470b8943159e25fe upstream. When performing a user-request check/repair (MD_RECOVERY_REQUEST is set) on a raid1, we allocate

[PATCH 3.13 147/151] ALSA: hda - add headset mic detect quirk for a Dell laptop

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Hui Wang hui.w...@canonical.com commit 137bcc33c6fd775579c7d9d266e1972f56cf5cab upstream. When we plug a 3-ring headset on the Dell machine (VID: 0x10ec0283, SID: 0x10280667), the

[PATCH 3.13 133/151] dm cache: fix a lock-inversion

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Joe Thornber e...@redhat.com commit 0596661f0a16d9d69bf1033320e70b6ff52b5e81 upstream. When suspending a cache the policy is walked and the individual policy hints written to the

[PATCH 3.13 001/151] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Zoltan Kiss zoltan.k...@citrix.com commit 36d5fe6a000790f56039afe26834265db0a3ad4c upstream. skb_zerocopy can copy elements of the frags array between skbs, but it doesn't orphan them.

[PATCH 3.13 016/151] PCI: mvebu: Fix potential issue in range parsing

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Jean-Jacques Hiblot jjhib...@traphandler.com commit 4f4bde1df33bde076f53325bdf2c6430cf85e1bb upstream. The second parameter of of_read_number() is not the index, but a size. As it

[PATCH 3.13 144/151] ALSA: ice1712: Fix boundary checks in PCM pointer ops

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai ti...@suse.de commit 4f8e940095536bc002a81666a4107a581c84e9b9 upstream. PCM pointer callbacks in ice1712 driver check the buffer size boundary wrongly between bytes and

[PATCH 3.13 132/151] Skip intel_crt_init for Dell XPS 8700

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Giacomo Comes co...@naic.edu commit 10b6ee4a87811a110cb01eaca01eb04da6801baf upstream. The Dell XPS 8700 has a onboard Display port and HDMI port and no VGA port. The call

[PATCH 3.13 137/151] iscsi-target: Fix ERL=2 ASYNC_EVENT connection pointer bug

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger n...@linux-iscsi.org commit d444edc679e7713412f243b792b1f964e5cff1e1 upstream. This patch fixes a long-standing bug in iscsit_build_conn_drop_async_message() where

[PATCH 3.13 007/151] ARM: 7954/1: mm: remove remaining domain support from ARMv6

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon will.dea...@arm.com commit b6ccb9803e90c16b212cf4ed62913a7591e79a39 upstream. CPU_32v6 currently selects CPU_USE_DOMAINS if CPU_V6 and MMU. This is because ARM 1136 r0pX

[PATCH 3.13 003/151] __dentry_path() fixes

2014-05-02 Thread Kamal Mostafa
3.13.11.1 -stable review patch. If anyone has any objections, please let me know. -- From: Al Viro v...@zeniv.linux.org.uk commit f6500801522c61782d4990fa1ad96154cb397cd4 upstream. * we need to save the starting point for restarts * reject pathologically short buffers

<    5   6   7   8   9   10   11   12   13   >