[PATCH 3.13.y-ckt 012/143] ppp: deflate: never return len larger than output buffer

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Westphal [ Upstream commit e2a4800e75780ccf4e6c2487f82b688ba736eb18 ] When we've run out of space in the output buffer to store more data, we will call zlib_deflate with a

[PATCH 3.13.y-ckt 013/143] net: sctp: fix passing wrong parameter header to param_type2af in sctp_process_param

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Saran Maruti Ramanara [ Upstream commit cfbf654efc6d78dc9812e030673b86f235bf677d ] When making use of RFC5061, section 4.2.4. for setting the primary IP address, we're passing a

[PATCH 3.13.y-ckt 030/143] tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: "Hon Ching (Vicky) Lo" commit 84eb186bc37c0900b53077ca21cf6dd15823a232 upstream. There was an oops in tpm_ibmvtpm_get_desired_dma, which caused kernel panic during boot when vTPM

Re: d63e2e1f3df breaks sparc/T5-8

2015-03-31 Thread Yinghai Lu
On Tue, Mar 31, 2015 at 10:04 AM, David Ahern wrote: >> Clear out the old and apply these new ones. > > > I take DaveM's response to mean the patches (3rd one?) needs another > version. > > I will be on PTO Wed-Fri with limited access through Sunday. If you have > something to try out later today

[PATCH 3.13.y-ckt 054/143] ARM: 8284/1: sa1100: clear RCSR_SMR on resume

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Eremin-Solenikov commit e461894dc2ce7778ccde1c3483c9b15a85a7fc5f upstream. StrongARM core uses RCSR SMR bit to tell to bootloader that it was reset by entering the sleep

[PATCH 3.13.y-ckt 024/143] tty/serial: at91: fix error handling in atmel_serial_probe()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Cyrille Pitchen commit 6fbb9bdf0f3fbe23aeff806489791aa876adaffb upstream. -EDEFER error wasn't handle properly by atmel_serial_probe(). As an example, when atmel_serial_probe() is

[PATCH 3.13.y-ckt 023/143] tty/serial: at91: enable peripheral clock before accessing I/O registers

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Cyrille Pitchen commit d4f641876a68d1961e30c202709cc2d484f69f6f upstream. atmel_serial_probe() calls atmel_init_port(). In turn, atmel_init_port() calls clk_disable_unprepare() to

[PATCH 3.13.y-ckt 028/143] char: tpm: Add missing error check for devm_kzalloc

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Kiran Padwal commit bb95cd34ba4c9467114acc78eeddd53ab1c10085 upstream. Currently these driver are missing a check on the return value of devm_kzalloc, which would cause a NULL

[PATCH 3.13.y-ckt 026/143] ksoftirqd: Enable IRQs and call cond_resched() before poking RCU

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Calvin Owens commit 28423ad283d5348793b0c45cc9b1af058e776fd6 upstream. While debugging an issue with excessive softirq usage, I encountered the following note in commit

[PATCH 3.13.y-ckt 027/143] TPM: Add new TPMs to the tail of the list to prevent inadvertent change of dev

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: David Howells commit 398a1e71dc827b994b7f2f56c7c2186fea7f8d75 upstream. Add newly registered TPMs to the tail of the list, not the beginning, so that things that are specifying

[PATCH 3.13.y-ckt 025/143] axonram: Fix bug in direct_access

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Matthew Wilcox commit 91117a20245b59f70b563523edbf998a62fc6383 upstream. The 'pfn' returned by axonram was completely bogus, and has been since 2008. Signed-off-by: Matthew Wilcox

[PATCH 3.13.y-ckt 022/143] usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior commit 5efd2ea8c9f4f12916ffc8ba636792ce052f6911 upstream. the following error pops up during "testusb -a -t 10" | musb-hdrc musb-hdrc.1.auto:

Re: [PATCH 3/9] perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_max

2015-03-31 Thread Arnaldo Carvalho de Melo
Em Tue, Mar 31, 2015 at 08:32:37AM -0600, David Ahern escreveu: > On 3/31/15 7:46 AM, Yunlong Song wrote: > >diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c > >index c466104..20d887b 100644 > >--- a/tools/perf/builtin-sched.c > >+++ b/tools/perf/builtin-sched.c > >@@ -23,6

[PATCH 3.13.y-ckt 034/143] iwlwifi: mvm: validate tid and sta_id in ba_notif

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Eyal Shapira commit 2cee4762c528a9bd2cdff793197bf591a2196c11 upstream. These are coming from the FW and are used to access arrays. Bad values can cause an out of bounds access so

[PATCH 3.13.y-ckt 032/143] tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFO

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Christophe Ricard commit c4eadfafb91d5501095c55ffadaa1168743f39d3 upstream. Add a return value check when reading data from the FIFO register. Reviewed-by: Jason Gunthorpe

[PATCH 3.13.y-ckt 029/143] tpm_tis: verify interrupt during init

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Scot Doyle commit 448e9c55c12d6bd4fa90a7e31d802e045666d7c8 upstream. Some machines, such as the Acer C720 and Toshiba CB35, have TPMs that do not send IRQs while also having an

[PATCH 3.13.y-ckt 035/143] power: bq24190: Fix ignored supplicants

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski commit 478913fdbdfd4a781d91c993eb86838620fe7421 upstream. The driver mismatched 'num_supplicants' with 'num_supplies' of power_supply structure. It provided

[PATCH 3.13.y-ckt 042/143] xfs: set buf types when converting extent formats

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner commit fe22d552b82d7cc7de1851233ae8bef579198637 upstream. Conversion from local to extent format does not set the buffer type correctly on the new extent buffer when a

[PATCH 3.13.y-ckt 021/143] PCI: Generate uppercase hex for modalias var in uevent

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Ricardo Ribalda Delgado commit 145b3fe579db66fbe999a2bc3fd5b63dffe9636d upstream. Some implementations of modprobe fail to load the driver for a PCI device automatically because

[PATCH 3.13.y-ckt 036/143] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Lokesh Vutla commit 1c7e36bfc3e2fb2df5e2d1989a4b6fb9055a0f9b upstream. With commit '7dedd34: ARM: OMAP2+: hwmod: Fix a crash in _setup_reset() with DEBUG_LL' we moved from parsing

[PATCH 3.13.y-ckt 033/143] mmc: sdhci-pxav3: fix unbalanced clock issues during probe

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Jisheng Zhang commit 62cf983ad84275f8580c807e5e596216c46773cf upstream. Commit 0dcaa2499b7d ("sdhci-pxav3: Fix runtime PM initialization") tries to fix one hang issue caused by

[PATCH 3.13.y-ckt 038/143] cfq-iosched: fix incorrect filing of rt async cfqq

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Jeff Moyer commit c6ce194325cef342313e3d27620411ce90a89c50 upstream. Hi, If you can manage to submit an async write as the first async I/O from the context of a process with

[PATCH 3.13.y-ckt 039/143] smack: fix possible use after frees in task_security() callers

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Andrey Ryabinin commit 6d1cff2a885850b78b40c34777b46cf5da5d1050 upstream. We hit use after free on dereferncing pointer to task_smack struct in smk_of_task() called from

[PATCH 3.13.y-ckt 020/143] megaraid_sas: disable interrupt_mask before enabling hardware interrupts

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: "sumit.sax...@avagotech.com" commit c2ced1719a1b903350955a511e1666e6d05a7f5b upstream. Update driver "mask_interrupts" before enable/disable hardware interrupt in order to avoid

[PATCH 3.13.y-ckt 041/143] xfs: inode unlink does not set AGI buffer type

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner commit f19b872b086711bb4b22c3a0f52f16aa920bcc61 upstream. This leads to log recovery throwing errors like: XFS (md0): Mounting V5 Filesystem XFS (md0): Starting

Re: [Qemu-devel] [PATCH v4 12/15] Add optional parameters to QMP command query-cpu-definitions

2015-03-31 Thread Michael Mueller
On Tue, 31 Mar 2015 16:46:56 -0300 Eduardo Habkost wrote: > On Mon, Mar 30, 2015 at 04:28:25PM +0200, Michael Mueller wrote: > [...] > > ## > > # @query-cpu-definitions: > > # > > # Return a list of supported virtual CPU definitions > > # > > +# @machine: #optional machine type (since 2.4)

[PATCH 3.13.y-ckt 037/143] Bluetooth: ath3k: Add support of AR3012 bluetooth 13d3:3423 device

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Tunin commit 033efa920a7f22a8caf7a38d851a2f451781bbf7 upstream. Add support of 13d3:3423 device. BugLink: https://bugs.launchpad.net/bugs/1411193 T: Bus=01 Lev=02 Prnt=03

[PATCH 3.13.y-ckt 043/143] xfs: set superblock buffer type correctly

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner commit 3443a3bca54588f43286b725d8648d33a38c86f1 upstream. When the superblock is modified in a transaction, the commonly modified fields are not actually copied to the

[PATCH 3.13.y-ckt 044/143] btrfs: set proper message level for skinny metadata

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: David Sterba commit 5efa0490cc94aee06cd8d282683e22a8ce0a0026 upstream. This has been confusing people for too long, the message is really just informative. Signed-off-by: David

[PATCH 3.13.y-ckt 049/143] mmc: sdhci-pxav3: Remove checks for mandatory host clock

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Hesselbarth commit 20d5a70344e526f51efe50861be10f6d743b7706 upstream. NULL-checking a struct clk it not only wrong but also not required as for PXAv3 driver the

[PATCH 3.13.y-ckt 075/143] tracing: Fix unmapping loop in tracing_mark_write

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Vikram Mulukutla commit 7215853e985a4bef1a6c14e00e89dfec84f1e457 upstream. Commit 6edb2a8a385f0cdef51dae37ff23e74d76d8a6ce introduced an array map_pages that contains the addresses

[PATCH 3.13.y-ckt 052/143] staging: comedi: comedi_compat32.c: fix COMEDI_CMD copy back

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott commit 42b8ce6f55facfa101462e694d33fc6bca471138 upstream. `do_cmd_ioctl()` in "comedi_fops.c" handles the `COMEDI_CMD` ioctl. This returns `-EAGAIN` if it has copied a

[PATCH 3.13.y-ckt 047/143] USB: cp210x: add ID for RUGGEDCOM USB Serial Console

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Lennart Sorensen commit a6f0331236fa75afba14bbcf6668d42cebb55c43 upstream. Added the USB serial console device ID for Siemens Ruggedcom devices which have a USB port for their

[PATCH 3.13.y-ckt 051/143] power_supply: 88pm860x: Fix leaked power supply on probe fail

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski commit 24727b45b484e8937dcde53fa8d1aa70ac30ec0c upstream. Driver forgot to unregister power supply if request_threaded_irq() failed in probe(). In such case the

[PATCH 3.13.y-ckt 055/143] usb: musb: omap2plus bus glue needs USB host support

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit a8d191c8bb2f11a8f381e7cb98f978b7288c1401 upstream. The musb/omap2430.c bus glue driver calls usb_hcd_poll_rh_status, which is only available if CONFIG_USB is

[PATCH 3.13.y-ckt 053/143] mmc: sdhci-pxav3: fix setting of pdata->clk_delay_cycles

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Jisheng Zhang commit 14460dbaf7a5a0488963fdb8232ad5c8a8cca7b7 upstream. Current code checks "clk_delay_cycles > 0" to know whether the optional "mrvl,clk_delay_cycles" is set or

[PATCH 3.13.y-ckt 040/143] xfs: ensure buffer types are set correctly

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner commit 0d612fb570b71ea2e49554a770cff4c489018b2c upstream. Jan Kara reported that log recovery was finding buffers with invalid types in them. This should not happen,

[PATCH 3.13.y-ckt 058/143] USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 074f9dd55f9cab1b82690ed7e44bcf38b9616ce0 upstream. Currently the USB stack assumes that all host controller drivers are capable of receiving wakeup requests from

[PATCH 3.13.y-ckt 056/143] usb: musb: add omap-control dependency

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Arnd Bergmann commit fbba7db3990cb707ff91cd6507d53a0a730afe97 upstream. The omap musb front-end calls into the phy driver directly instead of using a generic phy interface, which

[PATCH 3.13.y-ckt 061/143] iwlwifi: pcie: disable the SCD_BASE_ADDR when we resume from WoWLAN

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit cd8f438405032ac8ff88bd8f2eca5e0c0063b14b upstream. The base address of the scheduler in the device's memory (SRAM) comes from two different sources. The

[PATCH 3.13.y-ckt 059/143] USB: fix use-after-free bug in usb_hcd_unlink_urb()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit c99197902da284b4b723451c1471c45b18537cde upstream. The usb_hcd_unlink_urb() routine in hcd.c contains two possible use-after-free errors. The dev_dbg() statement

[PATCH 3.13.y-ckt 064/143] cpufreq: Set cpufreq_cpu_data to NULL before putting kobject

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Viresh Kumar commit 6ffae8c06fab058d6c3f8ecb7f921327721034e7 upstream. In __cpufreq_remove_dev_finish(), per-cpu 'cpufreq_cpu_data' needs to be cleared before calling

[PATCH 3.13.y-ckt 067/143] mei: me: release hw from reset only during the reset flow

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Usyskin commit 663b7ee9517eec6deea9a48c7a1392a9a34f7809 upstream. We might enter the interrupt handler with hw_ready already set, but prior we actually started the reset

[PATCH 3.13.y-ckt 066/143] mei: mask interrupt set bit on clean reset bit

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Usyskin commit 1ab1e79b9fd4b01331490bbe2e630a0fc0b25449 upstream. We should mask interrupt set bit when writing back hcsr value in reset bit clean-up. This is refinement

[PATCH 3.13.y-ckt 045/143] KVM: s390: base hrtimer on a monotonic clock

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: David Hildenbrand commit 0ac96caf0f9381088c673a16d910b1d329670edf upstream. The hrtimer that handles the wait with enabled timer interrupts should not be disturbed by changes of

[PATCH 3.13.y-ckt 065/143] [media] lmedm04: Fix usb_submit_urb BOGUS urb xfer, pipe 1 != type 3 in interrupt urb

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley commit 15e1ce33182d1d5dbd8efe8d382b9352dc857527 upstream. A quirk of some older firmwares that report endpoint pipe type as PIPE_BULK but the endpoint otheriwse

[PATCH 3.13.y-ckt 073/143] drm/i915: Correct the IOSF Dev_FN field for IOSF transfers

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Shobhit Kumar commit d180d2bbb66579e3bf449642b8ec2a76f4014fcd upstream. As per the specififcation, the SB_DevFn is the PCI_DEVFN of the target device and not the source. So

[PATCH 3.13.y-ckt 077/143] drm/radeon: workaround for CP HW bug on CIK

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Christian=20K=C3=B6nig?= commit a9c73a0e022c33954835e66fec3cd744af90ec98 upstream. Emit the EOP twice to avoid cache flushing problems. Signed-off-by: Christian König

[PATCH 3.13.y-ckt 068/143] MIPS: KVM: Deliver guest interrupts after local_irq_disable()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 044f0f03eca0110e1835b2ea038a484b93950328 upstream. When about to run the guest, deliver guest interrupts after disabling host interrupts. This should prevent an

[PATCH 3.13.y-ckt 072/143] xen/manage: Fix USB interaction issues when resuming

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Ross Lagerwall commit 72978b2fe2f2cdf9f319c6c6dcdbe92b38de2be2 upstream. Commit 61a734d305e1 ("xen/manage: Always freeze/thaw processes when suspend/resuming") ensured that

[PATCH 3.13.y-ckt 074/143] cfq-iosched: handle failure of cfq group allocation

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 69abaffec7d47a083739b79e3066cb3730eba72e upstream. Cfq_lookup_create_cfqg() allocates struct blkcg_gq using GFP_ATOMIC. In cfq_find_alloc_queue()

[PATCH 3.13.y-ckt 079/143] NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_args

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit d8ba1f971497c19cf80da1ea5391a46a5f9fbd41 upstream. If the call to decode_rc_list() fails due to a memory allocation error, then we need to truncate the array

[PATCH 3.13.y-ckt 069/143] KVM: MIPS: Don't leak FPU/DSP to guest

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit f798217dfd038af981a18bbe4bc57027a08bb182 upstream. The FPU and DSP are enabled via the CP0 Status CU1 and MX bits by kvm_mips_set_c0_status() on a guest exit,

[PATCH 3.13.y-ckt 076/143] fsnotify: fix handling of renames in audit

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 6ee8e25fc3e916193bce4ebb43d5439e1e2144ab upstream. Commit e9fd702a58c4 ("audit: convert audit watches to use fsnotify instead of inotify") broke handling of renames

[PATCH 3.13.y-ckt 063/143] tty: Prevent untrappable signals from malicious program

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Hurley commit 37480a05685ed5b8e1b9bf5e5c53b5810258b149 upstream. Commit 26df6d13406d1a5 ("tty: Add EXTPROC support for LINEMODE") allows a process which has opened a pty

[PATCH 3.13.y-ckt 078/143] drm/radeon: only enable kv/kb dpm interrupts once v3

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 410af8d7285a0b96314845c75c39fd612b755688 upstream. Enable at init and disable on fini. Workaround for hardware problems. v2 (chk): extend commit message v3:

Re: [PATCH 7/9 net-next] sunrpc: replace if/BUG by BUG_ON

2015-03-31 Thread Fabian Frederick
> On 31 March 2015 at 21:11 Julia Lawall wrote: > > > > > On Tue, 31 Mar 2015, Fabian Frederick wrote: > > > > > > > > On 30 March 2015 at 23:25 "J. Bruce Fields" wrote: > > > > > > > > > Huh, I thought this wasn't recommended: > > > > > >       

[PATCH 3.13.y-ckt 062/143] vt: provide notifications on selection changes

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Pitre commit 19e3ae6b4f07a87822c1c9e7ed99d31860e701af upstream. The vcs device's poll/fasync support relies on the vt notifier to signal changes to the screen content.

[PATCH 3.13.y-ckt 057/143] cdc-acm: add sanity checks

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 7e860a6e7aa62b337a61110430cd633db5b0d2dd upstream. Check the special CDC headers for a plausible minimum length. Another big operating systems ignores such

[PATCH 3.13.y-ckt 060/143] iwlwifi: mvm: always use mac color zero

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Luciano Coelho commit 5523d11cc46393a1e61b7ef4a0b2d4e7ed9521e4 upstream. We don't really need to use different mac colors when adding mac contexts, because they're not used

Re: [PATCH net-next] ethernet: Use bool function returns of true/false instead of 1/0

2015-03-31 Thread Joe Perches
(shortened cc list) On Tue, 2015-03-31 at 13:10 +0200, Michal Simek wrote: > On 03/30/2015 03:25 AM, Joe Perches wrote: > > Use bool constants as the return values instead of 1 and 0. [] > > diff --git a/drivers/net/ethernet/xilinx/xilinx_emaclite.c > >

[PATCH 3.13.y-ckt 071/143] ALSA: hda - Set up GPIO for Toshiba Satellite S50D

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 4227de2a7e5f0ff6a58e919a9c4f2bb06e882f48 upstream. Toshiba Satellite S50D laptop with an IDT codec uses the GPIO4 (0x10) as the master EAPD. Bugzilla:

[PATCH 3.13.y-ckt 088/143] proc/pagemap: walk page tables under pte lock

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Konstantin Khlebnikov commit 05fbf357d94152171bc50f8a369390f1f16efd89 upstream. Lockless access to pte in pagemap_pte_range() might race with page migration and trigger

[PATCH 3.13.y-ckt 050/143] mmc: sdhci-pxav3: fix race between runtime pm and irq

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Jisheng Zhang commit 3bb10f60933e84abfe2be69f60b3486f9b96348b upstream. This patch is to fix a race condition that may cause an unhandled irq, which results in big sdhci interrupt

[PATCH 3.13.y-ckt 092/143] iscsi-target: Drop problematic active_ts_list usage

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 3fd7b60f2c7418239d586e359e0c6d8503e10646 upstream. This patch drops legacy active_ts_list usage within iscsi_target_tq.c code. It was originally used to

[PATCH 3.13.y-ckt 093/143] target: Fix PR_APTPL_BUF_LEN buffer size limitation

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit f161d4b44d7cc1dc66b53365215227db356378b1 upstream. This patch addresses the original PR_APTPL_BUF_LEN = 8k limitiation for write-out of PR APTPL metadata

[PATCH 3.13.y-ckt 091/143] mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Roman Gushchin commit 8138a67a5557ffea3a21dfd6f037842d4e748513 upstream. I noticed that "allowed" can easily overflow by falling below 0, because (total_vm / 32) can be larger than

[PATCH 3.13.y-ckt 070/143] ALSA: hda - Add the pin fixup for HP Envy TS bass speaker

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 8695a003a5f4f5bc88b915e1c4a56d954f810f6e upstream. NID 0x10 seems corresponding to the bass speaker. Signed-off-by: Takashi Iwai Signed-off-by: Kamal Mostafa

[PATCH 3.13.y-ckt 090/143] mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Roman Gushchin commit 5703b087dc8eaf47bfb399d6cf512d471beff405 upstream. I noticed, that "allowed" can easily overflow by falling below 0, because (total_vm / 32) can be larger

Re: [PATCH v4 11/15] target-s390x: New QMP command query-cpu-model

2015-03-31 Thread Michael Mueller
On Tue, 31 Mar 2015 15:35:26 -0300 Eduardo Habkost wrote: > On Mon, Mar 30, 2015 at 04:28:24PM +0200, Michael Mueller wrote: > > This patch implements a new QMP request named 'query-cpu-model'. > > It returns the cpu model of cpu 0 and its backing accelerator. > > > > request: > > {"execute"

[PATCH 3.13.y-ckt 098/143] ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alexey Brodkin commit 06f34e1c28f3608b0ce5b310e41102d3fe7b65a1 upstream. We used to calculate page address differently in 2 cases: 1. In virt_to_page(x) we do --->8--- mem_map +

[PATCH 3.13.y-ckt 081/143] mm/hugetlb: pmd_huge() returns true for non-present hugepage

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit cbef8478bee55775ac312a574aad48af7bb9cf9f upstream. Migrating hugepages and hwpoisoned hugepages are considered as non-present hugepages, and they are

[PATCH 3.13.y-ckt 085/143] mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit a8bda28d87c38c6aa93de28ba5d30cc18e865a11 upstream. There is a race condition between hugepage migration and change_protection(), where

[PATCH 3.13.y-ckt 087/143] mm: softdirty: unmapped addresses between VMAs are clean

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Feiner commit 81d0fa623c5b8dbd5279d9713094b0f9b0a00fb4 upstream. If a /proc/pid/pagemap read spans a [VMA, an unmapped region, then a VM_SOFTDIRTY VMA], the virtual pages in

[PATCH 3.13.y-ckt 099/143] drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 66c2b84ba6256bc5399eed45582af9ebb3ba2c15 upstream. Don't restrict it to just eDP panels. Some LVDS bridge chips require this. Fixes blank panels on resume on

[PATCH 3.13.y-ckt 101/143] ALSA: hdspm - Constrain periods to 2 on older cards

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Adrian Knoth commit f0153c3d948c1764f6c920a0675d86fc1d75813e upstream. RME RayDAT and AIO use a fixed buffer size of 16384 samples. With period sizes of 32-4096, this translates to

[PATCH 3.13.y-ckt 100/143] drm/radeon: fix voltage setup on hawaii

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 09b6e85fc868568e1b2820235a2a851aecbccfcc upstream. Missing parameter when fetching the real voltage values from atom. Fixes problems with dynamic clocking on

[PATCH 3.13.y-ckt 094/143] mm/compaction: fix wrong order check in compact_finished()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Joonsoo Kim commit 372549c2a3778fd3df445819811c944ad54609ca upstream. What we want to check here is whether there is highorder freepage in buddy list of other migratetype in order

Re: [PATCH v2 0/7] CLONE_FD: Task exit notification via file descriptor

2015-03-31 Thread Jonathan Corbet
So I finally got around to having a look at this, and one thing caught my eye: > read(2) (and similar) > When the new process exits, reading from the file > descriptor produces a single clonefd_info structure: > >

[PATCH 3.13.y-ckt 086/143] mm/hugetlb: add migration entry check in __unmap_hugepage_range

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit 9fbc1f635fd0bd28cb32550211bf095753ac637a upstream. If __unmap_hugepage_range() tries to unmap the address range over which hugepage migration is on the way,

[PATCH 3.13.y-ckt 083/143] mm/hugetlb: take page table lock in follow_huge_pmd()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit e66f17ff71772b209eed39de35aaa99ba819c93d upstream. We have a race condition between move_pages() and freeing hugepages, where move_pages() calls

[PATCH 3.13.y-ckt 084/143] mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit 0f792cf949a0be506c2aa8bfac0605746b146dda upstream. When running the test which causes the race as shown in the previous patch, we can hit the BUG "get_page()

[PATCH 3.13.y-ckt 102/143] jffs2: fix handling of corrupted summary length

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Chen Jie commit 164c24063a3eadee11b46575c5482b2f1417be49 upstream. sm->offset maybe wrong but magic maybe right, the offset do not have CRC. Badness at c00c7580 [verbose debug

Re: [PATCH v3] net: sysctl for RA default route MTU

2015-03-31 Thread David Miller
From: Roman Gushchin Date: Mon, 30 Mar 2015 15:30:57 +0300 > This patch introduces new ipv6 sysctl: ra_default_route_mtu. > If it's set (> 0), it defines per-route MTU for any new default route > received by RA. > > This sysctl will help in the following configuration: we want to use >

[PATCH 3.13.y-ckt 080/143] cpufreq: speedstep-smi: enable interrupts when waiting

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit d4d4eda23794c701442e55129dd4f8f2fefd5e4d upstream. On Dell Latitude C600 laptop with Pentium 3 850MHz processor, the speedstep-smi driver sometimes loads and

[PATCH 3.13.y-ckt 103/143] dm mirror: do not degrade the mirror on discard error

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit f2ed51ac64611d717d1917820a01930174c2f236 upstream. It may be possible that a device claims discard support but it rejects discards with -EOPNOTSUPP. It

[PATCH 3.13.y-ckt 111/143] IB/qib: Do not write EEPROM

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Mitko Haralanov commit 18c0b82a3e4501511b08d0e8676fb08ac08734a3 upstream. This changeset removes all the code that allows the driver to write to the EEPROM and update the recorded

[PATCH 3.13.y-ckt 082/143] mm: cleanup follow_page_mask()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: "Kirill A. Shutemov" commit 69e68b4f03135da4a09d1215a3942d7dabd1075b upstream. Cleanups: - move pte-related code to separate function. It's about half of the function; - get

[PATCH 3.13.y-ckt 106/143] target: Check for LBA + sectors wrap-around in sbc_parse_cdb

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit aa179935edea9a64dec4b757090c8106a3907ffa upstream. This patch adds a check to sbc_parse_cdb() in order to detect when an LBA + sector vs. end-of-device

[PATCH 3.13.y-ckt 104/143] dm io: reject unsupported DISCARD requests with EOPNOTSUPP

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: "Darrick J. Wong" commit 37527b869207ad4c208b1e13967d69b8bba1fbf9 upstream. I created a dm-raid1 device backed by a device that supports DISCARD and another device that does NOT

[PATCH 3.13.y-ckt 096/143] mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit 9ab3b598d2dfbdb0153ffa7e4b1456bbff59a25d upstream. A race condition starts to be visible in recent mmotm, where a PG_hwpoison flag is set on a migration

[PATCH 3.13.y-ckt 105/143] target: Add missing WRITE_SAME end-of-device sanity check

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Nicholas Bellinger commit 8e575c50a171f2579e367a7f778f86477dfdaf49 upstream. This patch adds a check to sbc_setup_write_same() to verify the incoming WRITE_SAME LBA + number of

[PATCH 3.13.y-ckt 114/143] dm snapshot: fix a possible invalid memory access on unload

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 22aa66a3ee5b61e0f4a0bfeabcaa567861109ec3 upstream. When the snapshot target is unloaded, snapshot_dtr() waits until pending_exceptions_count drops to zero.

[PATCH 3.13.y-ckt 108/143] Added Little Endian support to vtpm module

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: honclo commit eb71f8a5e33fa1066fb92f0111ab366a341e1f6c upstream. The tpm_ibmvtpm module is affected by an unaligned access problem. ibmvtpm_crq_get_version failed with rc=-4 during

[PATCH 3.13.y-ckt 110/143] sg: fix read() error reporting

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Tony Battersby commit 3b524a683af8991b4eab4182b947c65f0ce1421b upstream. Fix SCSI generic read() incorrectly returning success after detecting an error. Signed-off-by: Tony

[PATCH 3.13.y-ckt 112/143] md/raid5: Fix livelock when array is both resyncing and degraded.

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 26ac107378c4742978216be1005b7291b799c7b2 upstream. Commit a7854487cd7128a30a7f4f5259de9f67d5efb95f: md: When RAID5 is dirty, force reconstruct-write instead of

[PATCH 3.13.y-ckt 107/143] Btrfs: fix fsync data loss after adding hard link to inode

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Filipe Manana commit 1a4bcf470c886b955adf36486f4c86f2441d85cb upstream. We have a scenario where after the fsync log replay we can lose file data that had been previously fsync'ed

[PATCH 3.13.y-ckt 109/143] fixed invalid assignment of 64bit mask to host dma_boundary for scatter gather segment boundary limit.

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Minh Duc Tran commit f76a610a8b4b6280eaedf48f3af9d5d74e418b66 upstream. In reference to bug https://bugzilla.redhat.com/show_bug.cgi?id=1097141 Assert is seen with AMD cpu whenever

[PATCH 3.13.y-ckt 116/143] libceph: assert both regular and lingering lists in __remove_osd()

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Ilya Dryomov commit 7c6e6fc53e7335570ed82f77656cedce1502744e upstream. It is important that both regular and lingering requests lists are empty when the OSD is removed.

[PATCH 3.13.y-ckt 113/143] dm: fix a race condition in dm_get_md

2015-03-31 Thread Kamal Mostafa
3.13.11-ckt18 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 2bec1f4a8832e74ebbe859f176d8a9cb20dd97f4 upstream. The function dm_get_md finds a device mapper device with a given dev_t, increases the reference count and

<    1   2   3   4   5   6   7   8   9   10   >