Re: [PATCH v6 3/6] crypto: AF_ALG -- add asymmetric cipher interface

2016-06-09 Thread Mat Martineau
On Thu, 9 Jun 2016, Stephan Mueller wrote: Am Donnerstag, 9. Juni 2016, 11:18:04 schrieb Mat Martineau: Hi Mat, Or is your concern that the user space interface restricts things too much and thus prevents a valid use case? The latter - my primary concern is the constraint this places on

Re: [RFC PATCH v1 10/18] x86/efi: Access EFI related tables in the clear

2016-06-09 Thread Tom Lendacky
On 06/08/2016 06:18 AM, Matt Fleming wrote: > On Tue, 26 Apr, at 05:57:40PM, Tom Lendacky wrote: >> The EFI tables are not encrypted and need to be accessed as such. Be sure >> to memmap them without the encryption attribute set. For EFI support that >> lives outside of the arch/x86 tree, create a

Re: [PATCH] staging: fbtft: do not allocate huge txbuf

2016-06-09 Thread Noralf Trønnes
[resending got rejected on the list for html format] Den 09.06.2016 19:18, skrev Michal Suchanek: Hello, On 9 June 2016 at 18:20, Noralf Trønnes wrote: Den 09.06.2016 17:08, skrev Michal Suchanek: txbuflen can be set to arbitrary value by user and it is also set

Re: [PATCH 3/7] kernel-doc-HOWTO: add kernel-doc specification

2016-06-09 Thread Jani Nikula
On Thu, 09 Jun 2016, Randy Dunlap wrote: > My only "requirement" (if I may have one) is that we not introduce big > hurdles to kernel developers adding documentation. > > I'm not saying that this is a big hurdle.. I haven't looked at it enough > yet. I suggest you look at

Re: [Intel-wired-lan] [RFC PATCH net] e1000e: keep vlan interfaces functional after rxvlan off

2016-06-09 Thread Jarod Wilson
On Thu, Jun 09, 2016 at 06:17:45PM -0400, Jarod Wilson wrote: > On Thu, Jun 09, 2016 at 04:55:01PM -0400, Jarod Wilson wrote: > > On Thu, Jun 09, 2016 at 02:02:04PM -0400, Jarod Wilson wrote: > > > On Wed, Jun 01, 2016 at 03:31:46PM -0700, Alexander Duyck wrote: > > > > On Wed, Jun 1, 2016 at

Re: [PATCH v2 0/3] Introduce the latent_entropy gcc plugin

2016-06-09 Thread Emese Revfy
On Thu, 9 Jun 2016 14:18:08 -0700 Kees Cook wrote: > By the way, as you work on v3, can you also be sure to put your > patches through scripts/checkpatch.pl? There are a lot of >80 > character lines, and other nits. I'd like to minimize the warnings. I only split those

Re: [PATCHv3 0/2] target: make location of /var/targets configurable

2016-06-09 Thread Lee Duncan
Ping? We really need to move the target database out of /var/target On 04/14/2016 06:18 PM, Lee Duncan wrote: > These patches make the location of "/var/target" configurable, > though it still defauls to "/var/target". > > This "target database directory" can only be changed > after the

Re: [tip:x86/urgent] x86/quirks: Add early quirk to reset Apple AirPort card

2016-06-09 Thread Yinghai Lu
On 6/9/16, Lukas Wunner wrote: > > Well, the PCI core would also scan such a bus twice AFAICS. > And the performance penalty of scanning it twice seems negligible. > Early quirks can prevent double execution by setting QFLAG_APPLY_ONCE. > (Three quirks have set that flag

Re: [PATCH v2 4/6] drm/panel: simple: Add support for Samsung LSN122DL01-C01 2560x1600 panel

2016-06-09 Thread Stéphane Marchesin
On Wed, Jun 8, 2016 at 4:52 AM, Yakir Yang wrote: > The Samsung LSN122DL01-C01 is an 12.2" 2560x1600 (WQXGA) TFT-LCD panel > connected using eDP interfaces. > > Signed-off-by: Yakir Yang > --- > Changes in v2: None > >

[GIT PULL] Power management fixes for v4.7-rc3

2016-06-09 Thread Rafael J. Wysocki
Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm-4.7-rc3 to receive power management fixes for v4.7-rc3 with top-most commit 3681196ae568f97d534537c1c1102f4707ca11f9 Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle' on top of commit

Re: [PATCH 17/21] audit: Use timespec64 to represent audit timestamps

2016-06-09 Thread Steve Grubb
On Thursday, June 09, 2016 07:59:43 PM Richard Guy Briggs wrote: > On 16/06/09, Steve Grubb wrote: > > On Wednesday, June 08, 2016 10:05:01 PM Deepa Dinamani wrote: > > > struct timespec is not y2038 safe. > > > Audit timestamps are recorded in string format into > > > an audit buffer for a given

Re: [PATCH trivial] include/linux/memcontrol.h: Clean up code only

2016-06-09 Thread Chen Gang
On 6/10/16 01:39, Rik van Riel wrote: > On Thu, 2016-06-09 at 23:23 +0800, cheng...@emindsoft.com.cn wrote: >> From: Chen Gang >> >> Merge several statements to one return statement, since the new >> return >> statement is still simple enough. > > This code is not

Re: [PATCH v2 4/9] arm64: Add platform selection for BCM2835.

2016-06-09 Thread Eric Anholt
Catalin Marinas writes: > On Sat, Jun 04, 2016 at 12:55:15PM -0700, Eric Anholt wrote: >> Catalin Marinas writes: >> > On Fri, Jun 03, 2016 at 08:18:23AM +0200, Gerd Hoffmann wrote: >> >> diff --git a/arch/arm64/Kconfig.platforms

[GIT PULL] ACPI fix for v4.7-rc3

2016-06-09 Thread Rafael J. Wysocki
Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-4.7-rc3 to receive an ACPI update for v4.7-rc3 with top-most commit bd6ac2abc9937eb7613aa194195fd98fe9312b38 Merge branch 'acpi-ec' on top of commit af8c34ce6ae32addda3788d54a7e340cad22516b

Re: [PATCH 17/21] audit: Use timespec64 to represent audit timestamps

2016-06-09 Thread Deepa Dinamani
On Thu, Jun 9, 2016 at 7:31 AM, Steve Grubb wrote: > On Wednesday, June 08, 2016 10:05:01 PM Deepa Dinamani wrote: >> Audit timestamps are recorded in string format into >> an audit buffer for a given context. >> These mark the entry timestamps for the syscalls. >> Use y2038

Re: [PATCH v3] powerpc: spinlock: Fix spin_unlock_wait()

2016-06-09 Thread Michael Ellerman
On Thu, 2016-06-09 at 19:50 +0200, Peter Zijlstra wrote: > On Thu, Jun 09, 2016 at 10:23:28PM +1000, Michael Ellerman wrote: > > Unfortunately the patch isn't 100%. > > So what I'll do; since my patch is trying to ensure all implementations > of spin_unlock_wait() provide ACQUIRE semantics, and

[PATCH] cpufreq: conservative: Do not use transition notifications

2016-06-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The conservative governor registers a transition notifier so it can update its internal requested_freq value if it falls out of the policy->min...policy->max range, but that's not the most straightforward way to achieve that. To do it in a

Re: [PATCH v2 0/4] ACPI 2.0: Enable TermList interpretion for table loading

2016-06-09 Thread Rafael J. Wysocki
On 5/20/2016 2:57 AM, Zheng, Lv wrote: Hi, Rafael From: rjwyso...@gmail.com [mailto:rjwyso...@gmail.com] On Behalf Of Rafael J. Wysocki Subject: Re: [PATCH v2 0/4] ACPI 2.0: Enable TermList interpretion for table loading On Tue, May 17, 2016 at 2:29 AM, Zheng, Lv wrote:

Re: [PATCH] mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()

2016-06-09 Thread Seung-Woo Kim
Hi Jaehoon, On 2016년 06월 09일 21:38, Jaehoon Chung wrote: > Hi Seung-Woo, > > On 06/08/2016 01:07 PM, Seung-Woo Kim wrote: >> This patch removes following UBSAN warnings in dw_mci_setup_bus(). >> The warnings are caused because of shift with more than 31 on 32 >> bit variable, so this patch fixes

Re: [PATCH 3/3] power_supply: bq27xxx_battery: Group register mappings into one table

2016-06-09 Thread Sebastian Reichel
Hi, On Tue, May 31, 2016 at 01:45:00PM -0500, Andrew F. Davis wrote: > Currently for each device with a unique register map we have a named > array that we then merge into a multidimensional array. Skip this > middle step and apply the register arrays directly to the multi-array. I applied the

[PATCH net-next] netvsc: Use the new in-place consumption APIs in the rx path

2016-06-09 Thread K. Y. Srinivasan
Use the new APIs for eliminating a copy on the receive path. These new APIs also help in minimizing the number of memory barriers we end up issuing (in the ringbuffer code) since we can better control when we want to expose the ring state to the host. Signed-off-by: K. Y. Srinivasan

Re: [PATCH v2 1/9] pinctrl: walk into bcm subdir unconditionally

2016-06-09 Thread Eric Anholt
Linus Walleij writes: > On Fri, Jun 3, 2016 at 8:18 AM, Gerd Hoffmann wrote: > >> There is no ARCH_BCM on arm64, and we need pinctrl-bcm2835 for the rpi3. >> >> Signed-off-by: Gerd Hoffmann >> --- >> drivers/pinctrl/Makefile | 2

RE: [PATCH net-next] netvsc: Use the new in-place consumption APIs in the rx path

2016-06-09 Thread KY Srinivasan
> -Original Message- > From: Linus Torvalds [mailto:torva...@linux-foundation.org] > Sent: Thursday, June 9, 2016 5:12 PM > To: KY Srinivasan > Cc: da...@davemloft.net; net...@vger.kernel.org; lkml ker...@vger.kernel.org>; de...@linuxdriverproject.org;

Re: [PATCH] drm/exynos: don't use HW trigger for Exynos5420/5422/5800

2016-06-09 Thread Javier Martinez Canillas
Hello Inki, On Thu, Jun 9, 2016 at 6:35 PM, Inki Dae wrote: [snip] >> I know that removing .trg_type is enough but I also removed those lines >> because the fields are not used if .trg_type != I80_HW_TRG. So there is >> no point to leave a set for unused fields. >> >> We

Re: [PATCH 2/4] ASoC: sunxi: Add Allwinner A10 Digital Audio driver

2016-06-09 Thread Mark Brown
On Thu, Jun 09, 2016 at 11:05:15PM +0200, Maxime Ripard wrote: > On Thu, Jun 02, 2016 at 11:26:51AM +0100, Mark Brown wrote: > > > +static int sun4i_i2s_params_to_sr(struct snd_pcm_hw_params *params) > > > +{ > > > + switch (params_width(params)) { > > > + case 16: > > > + return 0; > > >

Re: NFS/d_splice_alias breakage

2016-06-09 Thread Oleg Drokin
On Jun 6, 2016, at 7:36 PM, Oleg Drokin wrote: > Well, I have some bad news. > > This patch does not fix the issue 100% of the time apparently, I just hit it > again. Ok, so now finally a piece of good news. Whatever was causing this other much harder to hit crash is gone in -rc2, gone are

[PATCH 4.2.y-ckt 184/206] MIPS: BMIPS: BMIPS5000 has I cache filing from D cache

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Fainelli commit c130d2fd3d59fbd5d269f7d5827bd4ed1d94aec6 upstream. BMIPS5000 and BMIPS52000 processors

[PATCH 4.2.y-ckt 185/206] MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlier

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Fainelli commit 73c4ca047f440c79f545bc6133e3033f754cd239 upstream. BMIPS5000 and BMIPS5200 processor have

[PATCH 4.2.y-ckt 183/206] powerpc/sstep: Fix sstep.c compile on powerpcspe

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lennart Sorensen commit dd21731022faf43c1250050e5d28d11add599149 upstream. Commit be96f63375a1 ("powerpc:

[PATCH 4.2.y-ckt 182/206] perf tools: Fix perf regs mask generation

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Naveen N. Rao" commit f47822078dece7189cad0a5f472f148e5e916736 upstream. On some architectures

[PATCH 4.2.y-ckt 178/206] MIPS: BMIPS: Fix PRID_IMP_BMIPS5000 masking for BMIPS5200

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Fainelli commit cbbda6e7c9c3e4532bd70a73ff9d5e6655c894dc upstream. BMIPS5000 have a PrID value of 0x5A00

[PATCH 4.2.y-ckt 186/206] MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cache

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Fainelli commit f675843ddfdfdf467d08cc922201614a149e439e upstream. local_r4k___flush_cache_all() is

[PATCH 4.2.y-ckt 187/206] MIPS: BMIPS: Pretty print BMIPS5200 processor name

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Florian Fainelli commit 37808d62afcdc420d98875c4b514c178d56f6815 upstream. Just to ease debugging of

[PATCH 4.2.y-ckt 192/206] IB/IWPM: Fix a potential skb leak

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mark Bloch commit 5ed935e861a4cbf2158ad3386d6d26edd60d2658 upstream. In case ibnl_put_msg fails in send_nlmsg_done,

[PATCH 4.2.y-ckt 138/206] xen/events: Don't move disabled irqs

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Ross Lagerwall commit f0f393877c71ad227d36705d61d1e4062bc29cf5 upstream. Commit ff1e22e7a638 ("xen/events:

[PATCH 4.2.y-ckt 139/206] UBI: Fix static volume checks when Fastmap is used

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Richard Weinberger commit 1900149c835ab5b48bea31a823ea5e5a401fb560 upstream. Ezequiel reported that he's facing UBI

[PATCH 4.2.y-ckt 128/206] PM / sleep: Handle failures in device_suspend_late() consistently

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Rafael J. Wysocki" commit 3a17fb329da68cb00558721aff876a80bba2fdb9 upstream. Grygorii Strashko reports:

[PATCH 4.2.y-ckt 130/206] locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Peter Zijlstra commit 54cf809b9512be95f53ed4a5e3b631d1ac42f0fa upstream. Similar to commits: 51d7d5205d33

[PATCH 4.2.y-ckt 136/206] wait/ptrace: assume __WALL if the child is traced

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Oleg Nesterov commit bf959931ddb88c4e4366e96dd22e68fa0db9527c upstream. The following program (simplified version of

[PATCH 4.2.y-ckt 135/206] sunrpc: fix stripping of padded MIC tokens

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Trnka?= commit c0cb8bf3a8e4bd82e640862cdd8891400405cb89 upstream. The length of the

[PATCH 4.2.y-ckt 140/206] drm/amdgpu: Fix hdmi deep color support.

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mario Kleiner commit 9d746ab68163d642dae13756b2b3145b2e38cb65 upstream. When porting the hdmi deep color

[PATCH 4.2.y-ckt 137/206] xen/x86: actually allocate legacy interrupts on PV guests

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Stefano Stabellini commit 702f926067d2a4b28c10a3c41a1172dd62d9e735 upstream. b4ff8389ed14 is incomplete: relies

[PATCH 4.2.y-ckt 112/206] drm/fb_helper: Fix references to dev->mode_config.num_connector

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lyude commit 255f0e7c418ad95a4baeda017ae6182ba9b3c423 upstream. During boot, MST hotplugs are generally expected

[PATCH 4.2.y-ckt 091/206] rtlwifi: Fix logic error in enter/exit power-save mode

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: wang yanqing commit 873ffe154ae074c46ed2d72dbd9a2a99f06f55b4 upstream. In commit a269913c52ad ("rtlwifi: Rework

[PATCH 4.2.y-ckt 089/206] arm64: cpuinfo: Missing NULL terminator in compat_hwcap_str

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Julien Grall commit f228b494e56d949be8d8ea09d4f973d1979201bf upstream. The loop that browses the array

[PATCH] m32r: add __ucmpdi2 to fix build failure

2016-06-09 Thread Sudip Mukherjee
We are having build failure with m32r and the error message being: ERROR: "__ucmpdi2" [lib/842/842_decompress.ko] undefined! ERROR: "__ucmpdi2" [fs/btrfs/btrfs.ko] undefined! ERROR: "__ucmpdi2" [drivers/scsi/sd_mod.ko] undefined! ERROR: "__ucmpdi2" [drivers/media/i2c/adv7842.ko] undefined! ERROR:

[PATCH 4.2.y-ckt 084/206] MIPS: KVM: Fix timer IRQ race when freezing timer

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: James Hogan commit 4355c44f063d3de4f072d796604c7f4ba4085cc3 upstream. There's a particularly narrow and subtle

Re: [PATCH 4/5] nvmet-rdma: add a NVMe over Fabrics RDMA target driver

2016-06-09 Thread Ming Lin
On Thu, Jun 9, 2016 at 2:42 PM, Steve Wise wrote: > Should the above error path actually goto a block that frees the rsps? Like > this? > > diff --git a/drivers/nvme/target/rdma.c b/drivers/nvme/target/rdma.c > index c184ee5..8aaa36f 100644 > ---

[PATCH 4.2.y-ckt 090/206] kbuild: move -Wunused-const-variable to W=1 warning level

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnd Bergmann commit c9c6837d39311b0cc14cdbe7c18e815ab44aefb1 upstream. gcc-6 started warning by default about variables

[PATCH 4.2.y-ckt 077/206] mfd: omap-usb-tll: Fix scheduling while atomic BUG

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Roger Quadros commit b49b927f16acee626c56a1af4ab4cb062f75b5df upstream. We shouldn't be calling

[PATCH 4.2.y-ckt 075/206] MIPS64: R6: R2 emulation bugfix

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Leonid Yegoshin commit 41fa29e4d8cf4150568a0fe9bb4d62229f9caed5 upstream. Error recovery pointers for

[PATCH 4.2.y-ckt 065/206] ext4: silence UBSAN in ext4_mb_init()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Nicolai Stange commit 935244cd54b86ca46e69bc6604d2adfb1aec2d42 upstream. Currently, in ext4_mb_init(), there's a

[PATCH 4.2.y-ckt 080/206] USB: serial: keyspan: fix use-after-free in probe error path

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johan Hovold commit 35be1a71d70775e7bd7e45fa6d2897342ff4c9d2 upstream. The interface instat and indat URBs were

[PATCH 4.2.y-ckt 061/206] drm/amdgpu: use drm_mode_vrefresh() rather than mode->vrefresh

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alex Deucher commit 6b8812eb004ee2b24aac8b1a711a0e8e797df3ce upstream. This is a port of radeon commit:

[PATCH 4.2.y-ckt 079/206] USB: serial: io_edgeport: fix memory leaks in probe error path

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johan Hovold commit c8d62957d450cc1a22ce3242908709fe367ddc8e upstream. URBs and buffers allocated in attach for Epic

[PATCH 4.2.y-ckt 055/206] usb: misc: usbtest: format the data pattern according to max packet size

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Alan Stern commit b9a6e8e1001e28fecbd74c073f5503dac2790563 upstream. With this change, the host and gadget

[PATCH 4.2.y-ckt 052/206] thunderbolt: Fix double free of drom buffer

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Andreas Noever commit 2ffa9a5d76a75abbc1f95c17959fced666095bdd upstream. If tb_drom_read() fails, sw->drom is

[PATCH 4.2.y-ckt 044/206] Drivers: hv_vmbus: Fix signal to host condition

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Christopher Oo commit a5cca686ce0ef4909deaee4ed46dd991e3a9ece4 upstream. Fixes a bug where previously

Re: [PATCH] libnvdimm, nfit: treat volatile virtual CD region as read-only pmem

2016-06-09 Thread Linda Knippers
On 6/4/2016 7:01 AM, joeyli wrote: > Hi Dan, > > Thanks for your review. > > On Fri, Jun 03, 2016 at 12:27:34PM -0700, Dan Williams wrote: >> On Fri, Jun 3, 2016 at 12:13 AM, Lee, Chun-Yi >> wrote: >>> This patch adds codes to treat a volatile virtual CD region as a

[PATCH 4.2.y-ckt 041/206] aacraid: Fix for KDUMP driver hang

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Raghava Aditya Renukunta commit 78cbccd3bd683c295a44af8050797dc4a41376ff upstream. When KDUMP is

Re: linux-next: Tree for Jun 9

2016-06-09 Thread Kees Cook
On Thu, Jun 9, 2016 at 3:06 PM, Sudip Mukherjee wrote: > On Thursday 09 June 2016 07:34 AM, Stephen Rothwell wrote: >> >> Hi all, >> >> News: there will be no linux-next releases on Friday (tomorrow) or >> Monday, so the next release will be next-20160614 on Tuesday.

[PATCH 4.2.y-ckt 002/206] drm/i915: Fix race condition in intel_dp_destroy_mst_connector()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lyude commit 1f7717552ef1306be3b7ed28c66c6eff550e3a23 upstream. After unplugging a DP MST display from the system, we

[PATCH 4.2.y-ckt 013/206] Bluetooth: vhci: fix open_timeout vs. hdev race

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jiri Slaby commit 373a32c848ae3a1c03618517cce85f9211a6facf upstream. Both vhci_get_user and vhci_release race with

[PATCH 4.2.y-ckt 011/206] rtlwifi: btcoexist: Implement antenna selection

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Larry Finger commit baa1702290953295e421f0f433e2b1ff4815827c upstream. The previous patch added an option to

[PATCH 4.2.y-ckt 004/206] drm/i915: Call intel_dp_mst_resume() before resuming displays

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Lyude commit a16b7658f4e0d4aec9bc3e75a5f0cc3f7a3a0422 upstream. Since we need MST devices ready before we try to

[PATCH 2/2] Drivers: hv: utils: fix a race on userspace daemons registration

2016-06-09 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov Background: userspace daemons registration protocol for Hyper-V utilities drivers has two steps: 1) daemon writes its own version to kernel 2) kernel reads it and replies with module version at this point we consider the handshake procedure being

[PATCH 1/2] Drivers: hv: get rid of timeout in vmbus_open()

2016-06-09 Thread K. Y. Srinivasan
From: Vitaly Kuznetsov vmbus_teardown_gpadl() can result in infinite wait when it is called on 5 second timeout in vmbus_open(). The issue is caused by the fact that gpadl teardown operation won't ever succeed for an opened channel and the timeout isn't always enough. As a

Re: [PATCH] drm/exynos: don't use HW trigger for Exynos5420/5422/5800

2016-06-09 Thread Inki Dae
Hi Javier, 2016년 06월 09일 09:17에 Javier Martinez Canillas 이(가) 쓴 글: > Hello Inki, > > Thanks for your feedback. > > On 06/08/2016 07:09 PM, Inki Dae wrote: >> Hi Javier, >> >> 2016년 06월 02일 23:20에 Javier Martinez Canillas 이(가) 쓴 글: >>> Commit a6f75aa161c5 ("drm/exynos: fimd: add HW trigger

Re: [PATCH v3 1/7] leds: convert IDE trigger to common disk trigger

2016-06-09 Thread Stephan Linz
Hi Jacek, to keep the original ide-disk trigger is good idea to be backward compatible. I'll submit a new v4 patch set. br, Stephan Am 09.06.2016 um 09:29 schrieb Jacek Anaszewski: > Hi Stephan, > > Thanks for the patch. > > Generally it looks ok, with one exception: we have to keep >

Re: ipv4: Constrain UFO fragment sizes to multiples of 8 bytes

2016-06-09 Thread Hannes Frederic Sowa
On 09.06.2016 06:59, Cong Wang wrote: > (Cc'ing netdev...) > > On Mon, Jun 6, 2016 at 1:24 PM, Steven Caron wrote: >> Back in 2011, Bill Sommerfeld submitted an update to prevent ip_append_data >> to create malformed packets: >> Commit:

[PATCH 3/3] staging: lustre: lnet: optimize memory foot print for lnet_libmd

2016-06-09 Thread James Simmons
From: Bruno Faccini The lnet_libmd struct fields have been re-ordered to optimize its memory foot-print. Signed-off-by: Bruno Faccini Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4430 Reviewed-on: http://review.whamcloud.com/18586

[PATCH 0/3] staging: lustre: lnet: bug fixs for 4.7-rc2

2016-06-09 Thread James Simmons
Here are the latest fixes for LNet. One fix covers a bug for the infiniband driver that happens when the o2iblnd intereface is pinged before it is finishing setting up. The next patch set from Bruno adds kmem_caches for the LNet layer. Bruno Faccini (2): staging: lustre: lnet: Allocate MEs and

Re: [RESEND PATCH v2 1/2] device property: Add function to search for named child of device

2016-06-09 Thread Rafael J. Wysocki
On 6/9/2016 5:13 PM, Adam Thomson wrote: For device nodes in both DT and ACPI, it possible to have named child nodes which contain properties (an existing example being gpio-leds). This adds a function to find a named child node for a device which can be used by drivers for property retrieval.

[PATCH 4.2.y-ckt 165/206] EDAC: Increment correct counter in edac_inc_ue_error()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Emmanouil Maroudas commit 993f88f1cc7f0879047ff353e824e5cc8f10adfc upstream. Fix typo in

[PATCH 4.2.y-ckt 161/206] cx23885: uninitialized variable in cx23885_av_work_handler()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dan Carpenter commit 60587bd0680507f48ae3a7360983228fd207de8a upstream. The "handled" variable could be

[PATCH 4.2.y-ckt 164/206] perf test: Ignore kcore files in the "vmlinux matches kallsyms" test

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Arnaldo Carvalho de Melo commit 53d0fe68275dbdaf6a532bb4e87f00db5d36c140 upstream. Before: # perf test -v kallsyms

[PATCH 4.2.y-ckt 174/206] tty: vt, return error when con_startup fails

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Jiri Slaby commit 6798df4c5fe0a7e6d2065cf79649a794e5ba7114 upstream. When csw->con_startup() fails in

[PATCH 4.2.y-ckt 170/206] taskstats: fix nl parsing in accounting/getdelays.c

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Nicolas Dichtel commit 570d8e9398011a63590c281a36cdce311196608e upstream. The type TASKSTATS_TYPE_NULL

[PATCH 4.2.y-ckt 171/206] char: Drop bogus dependency of DEVPORT on !M68K

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Geert Uytterhoeven commit 309124e2648d668a0c23539c5078815660a4a850 upstream. According to full-history-linux

[PATCH 4.2.y-ckt 141/206] dma-debug: avoid spinlock recursion when disabling dma-debug

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= commit 3017cd63f26fc655d56875aaf497153ba60e9edf upstream. With

[PATCH 4.2.y-ckt 145/206] MIPS: lib: Mark intrinsics notrace

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Harvey Hunt commit aedcfbe06558a9f53002e82d5be64c6c94687726 upstream. On certain MIPS32 devices, the ftrace

[PATCH 4.2.y-ckt 146/206] hpfs: fix remount failure when there are no options changed

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Mikulas Patocka commit 44d51706b4685f965cd32acde3fe0fcc1e6198e8 upstream. Commit ce657611baf9 ("hpfs: kstrdup()

[PATCH 4.2.y-ckt 142/206] dell-rbtn: Ignore ACPI notifications if device is suspended

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Gabriele Mazzotta commit ff8651237f39cea60dc89b2d9f25d9ede3fc82c0 upstream. Some BIOSes unconditionally send an

[PATCH 4.2.y-ckt 143/206] Input: xpad - prevent spurious input from wired Xbox 360 controllers

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Cameron Gutman commit 1ff5fa3c6732f08e01ae12f12286d4728c9e4d86 upstream. After initially connecting a wired Xbox

[PATCH 4.2.y-ckt 116/206] fs/cifs: correctly to anonymous authentication for the NTLM(v2) authentication

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Stefan Metzmacher commit 1a967d6c9b39c226be1b45f13acd4d8a5ab3dc44 upstream. Only server which map unknown users to

[PATCH 4.2.y-ckt 121/206] xfs: skip stale inodes in xfs_iflush_cluster

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dave Chinner commit 7d3aa7fe970791f1a674b14572a411accf2f4d4e upstream. We don't write back stale inodes so we

[PATCH 4.2.y-ckt 119/206] xfs: xfs_iflush_cluster fails to abort on error

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dave Chinner commit b1438f477934f5a4d5a44df26f3079a7575d5946 upstream. When a failure due to an inode buffer

[PATCH 4.2.y-ckt 122/206] KVM: MTRR: remove MSR 0x2f8

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Andy Honig commit 9842df62004f366b9fed2423e24df10542ee0dc5 upstream. MSR 0x2f8 accessed the 124th Variable Range

[PATCH 4.2.y-ckt 120/206] xfs: fix inode validity check in xfs_iflush_cluster

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Dave Chinner commit 51b07f30a71c27405259a0248206ed4e22adbee2 upstream. Some careless idiot(*) wrote crap code in

Re: [RFC 0/4] Intel Integrated Sensor Hub Support (ISH)

2016-06-09 Thread Grant Likely
On Tue, May 31, 2016 at 5:27 AM, Srinivas Pandruvada wrote: > Starting from Cherrytrail, multiple generation of Intel processors offers > on package sensor hub. Several recent tablets, 2-in-1 convertible laptops > are using ISH instead of external sensor hubs.

[PATCH 4.2.y-ckt 106/206] ring-buffer: Use long for nr_pages to avoid overflow failures

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: "Steven Rostedt (Red Hat)" commit 9b94a8fba501f38368aef6ac1b30e7335252a220 upstream. The size variable to change

[tip:timers/core] timerfd: Reject ALARM timerfds without CAP_WAKE_ALARM

2016-06-09 Thread tip-bot for Eric Caruso
Commit-ID: 2895a5e5b3ae78d9923a91fce405d4a2f32c4309 Gitweb: http://git.kernel.org/tip/2895a5e5b3ae78d9923a91fce405d4a2f32c4309 Author: Eric Caruso AuthorDate: Wed, 8 Jun 2016 16:08:59 -0700 Committer: Thomas Gleixner CommitDate: Thu, 9 Jun 2016

[PATCH 4.2.y-ckt 094/206] powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Gavin Shan commit affeb0f2d3a9af419ad7ef4ac782e1540b2f7b28 upstream. The function eeh_pe_reset_and_recover()

[PATCH 4.2.y-ckt 104/206] MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paul Burton commit bd239f1e1429e7781096bf3884bdb1b2b1bb4f28 upstream. Whilst a PR_SET_FP_MODE prctl is

[PATCH 4.2.y-ckt 105/206] MIPS: Force CPUs to lose FP context during mode switches

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Paul Burton commit 6b8322576e9d325b65c54fbef64e4e8690ad70ce upstream. Commit 9791554b45a2 ("MIPS,prctl: add

[PATCH 4.2.y-ckt 088/206] irqchip/gic-v3: Configure all interrupts as non-secure Group-1

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Marc Zyngier commit 7c9b973061b03af62734f613f6abec46c0dd4a88 upstream. The GICv3 driver wrongly assumes that it

[PATCH 4.2.y-ckt 081/206] USB: serial: mxuport: fix use-after-free in probe error path

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johan Hovold commit 9e45284984096314994777f27e1446dfbfd2f0d7 upstream. The interface read and event URBs are

[PATCH 4.2.y-ckt 078/206] USB: serial: io_edgeport: fix memory leaks in attach error path

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Johan Hovold commit c5c0c55598cefc826d6cfb0a417eeaee3631715c upstream. Private data, URBs and buffers allocated for

[PATCH 4.2.y-ckt 085/206] MIPS: KVM: Fix timer IRQ race when writing CP0_Compare

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: James Hogan commit b45bacd2d048f405c7760e5cc9b60dd67708734f upstream. Writing CP0_Compare clears the timer

[PATCH 4.2.y-ckt 076/206] usb: host: xhci-rcar: Avoid long wait in xhci_reset()

2016-06-09 Thread Kamal Mostafa
4.2.8-ckt12 -stable review patch. If anyone has any objections, please let me know. ---8< From: Yoshihiro Shimoda commit f879fc32aa0c96fbac261b3d857a1239d554ad01 upstream. The firmware of R-Car USB

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