Re: Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k

2016-02-28 Thread Geert Uytterhoeven
Hi Fengguang, On Sun, Feb 28, 2016 at 12:51 AM, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 691429e13dfaf5b0994b07cc166db41bd608ee3d > commit: dcaab54e348c5b66cca4802815ceebd37059e70c

arch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3900' requires '-mfp32'

2016-02-28 Thread kbuild test robot
Hi Guenter, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 398c7500a1f5f74e207bd2edca1b1721b3cc1f1e MIPS: VDSO: Fix build error with binutils 2.24 and earlier

Re: drivers/vhost/vhost.c:718:3: error: call to '__compiletime_assert_718' declared with attribute error: BUILD_BUG_ON failed: __alignof__ *vq->avail > VRING_AVAIL_ALIGN_SIZE

2016-02-28 Thread Michael S. Tsirkin
On Sun, Feb 28, 2016 at 07:15:14AM +0800, kbuild test robot wrote: > Hi Michael, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 691429e13dfaf5b0994b07cc166db41bd608ee3d > commit:

Re: [PATCHv6 3/3] rdmacg: Added documentation for rdmacg

2016-02-28 Thread Parav Pandit
o.k. I will add a note there that IB stack would honor the limits given by the rdma cgroup. On Sun, Feb 28, 2016 at 2:25 PM, Haggai Eran wrote: > On 24/02/2016 17:21, Parav Pandit wrote: >> On Wed, Feb 24, 2016 at 7:56 PM, Haggai Eran wrote: >>> On

OHCI unplug kernel crash in kernel 4.3, 4.4 and 4.5

2016-02-28 Thread Stefani Seibold
I still reported this bug 6 Weeks ago... and i checked it know with the current kernel 4.5.0-rc5. The bug is yet not fixed. A unplug of an USB 1.0 OHCI controller express card will result in a kernel crash. The express card is attached via thunderbolt and a sonnet express card to thunderbolt

ERROR: "isa_io_base" [drivers/staging/iio/adc/ad7606_par.ko] undefined!

2016-02-28 Thread kbuild test robot
Hi Dave, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 2ad14a6ca2f5d6e73e58c463e1b9dacffda3387a Merge tag 'drm-vc4-fixes-2015-01-19' of

[RFC] perf: probe_finder: continue if atleast one probe point found

2016-02-28 Thread Joel Fernandes
Sometimes for inline functions, perf probe can fail such as if an arguments are requested at probe points. This is probably because when the compiler inlines, for some instances it optimizes away arguments. Either way, the DWARF has missing arguments for certain probe points of inline functions

[PATCH 3/3] [media] em28xx: fix Terratec Grabby AC97 codec detection

2016-02-28 Thread Matthieu Rogez
EMP202 chip inside Terratec Grabby (hw rev 2) seems to require some time before accessing reliably its registers. Otherwise it returns some values previously put on the I2C bus. To account for that period, we delay card setup until we have a proof that accessing AC97 registers is reliable. We get

Improve Terratec Grabby (hw rev 2) support

2016-02-28 Thread Matthieu Rogez
These patches improve support for the Terratec Grabby A/V capture device. The first two patches add support for the REC button and led. The third patch fixes AC97 codec detection by delaying card setup until i2c communication to EMP202 device is reliable. To test this: * modprobe em28xx-alsa *

[RFC] staging: unisys: visorbus: visorchipset: Remove create_singlethread_workqueue()

2016-02-28 Thread Amitoj Kaur Chawla
With concurrency managed workqueues, use of dedicated workqueues can be replaced by using system_wq. Drop periodic_controlvm_workqueue by using system_wq. Since there is only one work item periodic_controlvm_work and different periodic_controlvm_works do not need to be ordered, increase of

Re: [PATCH 11/14] USB: serial: mos7840: move constants to right

2016-02-28 Thread Johan Hovold
On Mon, Feb 01, 2016 at 01:37:33PM +0100, Bjørn Mork wrote: > Mathieu OTHACEHE writes: > > On Sun, Jan 31, 2016 at 10:33:54PM +0100, Bjørn Mork wrote: > > > >> I feel I'm missing something here, so I have to ask the stupid question: > >> What could possibly be the benefit

arch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires '-mfp32'

2016-02-28 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: ebb5e78cc63417a35254a791de66e1cc84f963cc MIPS: Initial implementation of a VDSO date: 4 months ago config: mips-jmr3927_defconfig (attached as .config)

Re: [PATCH] ASoC: trace: fix printing jack name

2016-02-28 Thread Takashi Iwai
On Wed, 24 Feb 2016 17:50:37 +0100, Steven Rostedt wrote: > > On Wed, 24 Feb 2016 17:38:14 +0100 > Arnd Bergmann wrote: > > > After a change to the snd_jack structure, the 'name' member > > is no longer available in all configurations, which results in a > > build failure in the

[GIT pull] irq updates for 4.5

2016-02-28 Thread Thomas Gleixner
Linus, please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus Four small fixes for irqchip drivers: - Add missing low level irq handler initialization on mxs, so interrupts can acutally be delivered

[GIT pull] perf updates for 4.5

2016-02-28 Thread Thomas Gleixner
Linus, please pull the latest perf-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-for-linus A rather largish series of 12 patches addressing a maze of race conditions in the perf core code from Peter Zijlstra. Thanks, tglx

[GIT pull] x86 updates for 4.5

2016-02-28 Thread Thomas Gleixner
Linus, please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus This update contains: - Hopefully the last ASM CLAC fixups - A fix for the Quark family related to the IMR lock which makes kexec work

[PATCH v3 1/4] ARM: dts: LG Optimus Black codename sniper basic support

2016-02-28 Thread Paul Kocialkowski
The LG Optimus Black codename sniper is a smartphone that was designed and manufactured by LG Electronics (LGE) and released back in 2011. It is using an OMAP3630 SoC, GP version. This adds devicetree support for the device, with only a few basic features supported, such as debug uart, i2c,

[PATCH v3 0/4] LG Optimus Black codename sniper support series

2016-02-28 Thread Paul Kocialkowski
This series requires lp872x regulator patches from the regulator tree[0] to work at run-time but can be applied as-is. Changes since v2: * Add USB OTG support * Add TWL4030 keypad support * Drop references to P970 since other devices (e.g. KU5900) are supported too Changes since v1: * Remove

[PATCH v3 2/4] ARM: dts: omap3-sniper: USB OTG support

2016-02-28 Thread Paul Kocialkowski
This adds support for USB OTG on the Optimus Black. The HSUSB0 interface is connected to the TWL4030 USB PHY. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/omap3-sniper.dts | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff

[PATCH 1/3] [media] em28xx: add support for Terratec Grabby REC button

2016-02-28 Thread Matthieu Rogez
Terratec Grabby (hw rev 2) REC button uses the standard snapshot button configuration. Signed-off-by: Matthieu Rogez --- drivers/media/usb/em28xx/em28xx-cards.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/usb/em28xx/em28xx-cards.c

[PATCH 2/3] [media] em28xx: add support for Terratec Grabby Record led

2016-02-28 Thread Matthieu Rogez
Terratec Grabby (hw rev 2) Record led is connected to GPIO 3 and its logic is inverted: (PIO3 = 0: on, PIO3 = 1: off). Signed-off-by: Matthieu Rogez --- drivers/media/usb/em28xx/em28xx-cards.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

drivers/nvdimm/pmem.c:367:3: error: implicit declaration of function '__phys_to_pfn'

2016-02-28 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: d2c0f041e1bb1260629ecea2161adb9778945aa3 libnvdimm, pfn, pmem: allocate memmap array in persistent memory date: 6 weeks ago config: ia64-allmodconfig

Re: [PATCH v2 1/4] USB: mxu11x0: fix memory leak on usb_serial private data

2016-02-28 Thread Johan Hovold
On Sat, Jan 30, 2016 at 06:40:30PM +0100, Mathieu OTHACEHE wrote: > On Mon, Jan 25, 2016 at 01:01:59PM +0100, Johan Hovold wrote: > > On Mon, Jan 04, 2016 at 07:49:36PM +0100, Mathieu OTHACEHE wrote: > > > On nominal execution, private data allocated on port_probe and attach > > > are never freed.

Re: [PATCH v3 6/7] create/adjust generated/autoksyms.h

2016-02-28 Thread Zev Weiss
On Thu, Feb 18, 2016 at 15:07:02 -0500, Nicolas Pitre wrote: diff --git a/scripts/adjust_autoksyms.sh b/scripts/adjust_autoksyms.sh new file mode 100755 index 00..898a3ca1b2 --- /dev/null +++ b/scripts/adjust_autoksyms.sh @@ -0,0 +1,97 @@ +#!/bin/sh Given the here-strings in this

Re: Invalid CPU Type - valid names are: alpha, arm, x86, ia64, m68k, microblaze, mips, mips64, nios2, powerpc, ppc, s390, sh, sparc, sparc64, blackfin, avr32, nds32, or1k

2016-02-28 Thread Thomas Gleixner
On Sun, 28 Feb 2016, kbuild test robot wrote: > Hi Thomas, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 691429e13dfaf5b0994b07cc166db41bd608ee3d > commit: dcaab54e348c5b66cca4802815ceebd37059e70c

Re: [PATCH v2 0/4] block: fix bio_will_gap()

2016-02-28 Thread Sagi Grimberg
Still looks good, still want it for 4.5 :)

[GIT pull] sched update for 4.5

2016-02-28 Thread Thomas Gleixner
Linus, please pull the latest sched-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-for-linus A trivial printk typo fix. Thanks, tglx --> Steven Rostedt (1): sched/deadline: Fix trivial typo in printk()

drivers/video/fbdev/aty/atyfb_base.c:3461:2: error: implicit declaration of function 'ioremap_uc'

2016-02-28 Thread kbuild test robot
Hi Luis, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 3cc2dac5be3f23414a4efdee0b26d79bed297cac drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC

Re: [PATCH v3 0/4] LG Optimus Black codename sniper support series

2016-02-28 Thread Paul Kocialkowski
Will send out v4 soon, with minor changes. Le dimanche 28 février 2016 à 11:20 +0100, Paul Kocialkowski a écrit : > This series requires lp872x regulator patches from the regulator tree[0] to > work > at run-time but can be applied as-is. > > Changes since v2: > * Add USB OTG support > * Add

[PATCH] Bluetooth: Add a new AR3012 ID 04ca:3014

2016-02-28 Thread Dmitry Tunin
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=04ca ProdID=3014 Rev=00.02 C: #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb I: If#= 1 Alt= 0 #EPs= 2

Re: [PATCH 3/3] 3c59x: Use setup_timer()

2016-02-28 Thread Amitoj Kaur Chawla
On Sun, Feb 28, 2016 at 1:23 PM, Stafford Horne wrote: > > > On Sun, 28 Feb 2016, Amitoj Kaur Chawla wrote: > >> On Sun, Feb 28, 2016 at 12:18 AM, Stafford Horne wrote: >> > >> > >> > On Thu, 25 Feb 2016, David Miller wrote: >> > >> >> From: Amitoj Kaur Chawla

Re: [PATCH] ARM: dts: TS-4800: Add gpio driver

2016-02-28 Thread Shawn Guo
On Fri, Feb 19, 2016 at 03:59:02PM -0500, Julien Grossholtz wrote: > Add dts nodes for TS-4800 FPGA gpio chips. > > Signed-off-by: Julien Grossholtz > --- > arch/arm/boot/dts/imx51-ts4800.dts | 29 + > 1 file changed, 29

Re: [net-next][PATCH v2 01/13] RDS: Drop stale iWARP RDMA transport

2016-02-28 Thread santosh.shilim...@oracle.com
On 2/28/16 1:05 AM, Christoph Hellwig wrote: On Sat, Feb 27, 2016 at 06:19:38PM -0800, Santosh Shilimkar wrote: RDS iWarp support code has become stale and non testable. As indicated earlier, am dropping the support for it. If new iWarp user(s) shows up in future, we can adapat the RDS IB

Re: [PATCH v2 1/1] OverlayFS: Fix checking permissions during lookup.

2016-02-28 Thread Ignacy Gawędzki
On Fri, Feb 26, 2016 at 02:41:43PM -0500, thus spake Vivek Goyal: > CCing linux-fsdevel as it is a wider issue. > > > On Wed, Feb 24, 2016 at 02:55:52PM +0100, Ignacy Gawędzki wrote: > > Add alternate lookup_one_len_check function to fs/namei.c which does > > what lookup_one_len did until now

undefined reference to `early_panic'

2016-02-28 Thread kbuild test robot
Hi Dan, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 888cdbc2c9a76a0e450f533b1957cdbfe7d483d5 hugetlb: fix compile error on tile date: 6 weeks

[PATCH v4 2/5] ARM: dts: omap3-sniper: USB OTG support

2016-02-28 Thread Paul Kocialkowski
This adds support for USB OTG on the Optimus Black. The HSUSB0 interface is connected to the TWL4030 USB PHY. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/omap3-sniper.dts | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff

[PATCH v4 3/5] ARM: dts: omap3-sniper: TWL4030 keypad support

2016-02-28 Thread Paul Kocialkowski
This adds support for the volume and gesture keys, using TWL4030 keypad. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/omap3-sniper.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap3-sniper.dts

[PATCH v4 5/5] ARM: multi_v7_defconfig: Enable LP872x regulator support

2016-02-28 Thread Paul Kocialkowski
The LP872x regulator is used in the LG Optimus Black codename sniper to supply the external mmc card. Signed-off-by: Paul Kocialkowski --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig

[PATCH v4 1/5] ARM: dts: LG Optimus Black codename sniper basic support

2016-02-28 Thread Paul Kocialkowski
The LG Optimus Black codename sniper is a smartphone that was designed and manufactured by LG Electronics (LGE) and released back in 2011. It is using an OMAP3630 SoC, GP version. This adds devicetree support for the device, with only a few basic features supported, such as debug uart, i2c,

[PATCH v4 4/5] ARM: omap2plus_defconfig: Enable LP872x regulator support

2016-02-28 Thread Paul Kocialkowski
The LP872x regulator is used in the LG Optimus Black codename sniper to supply the external mmc card. Signed-off-by: Paul Kocialkowski --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig

[PATCH v4 0/5] LG Optimus Black codename sniper support series

2016-02-28 Thread Paul Kocialkowski
This series requires lp872x regulator patches from the regulator tree[0] to work at run-time but can be applied as-is. Changes since v3: * Switch to the already-defined devicetree vendor prefix for LG * Enable the lp872x regulator in omap2plus_defconfig Changes since v2: * Add USB OTG support *

Re: kernel/irq/irqdesc.c:206:2: error: array index in initializer exceeds array bounds

2016-02-28 Thread Geert Uytterhoeven
On Sun, Feb 28, 2016 at 10:32 AM, Thomas Gleixner wrote: > On Sun, 28 Feb 2016, kbuild test robot wrote: >> FYI, the error/warning still remains. >> >> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git >> master >> head:

include/linux/unaligned/access_ok.h:7:19: error: redefinition of 'get_unaligned_le16'

2016-02-28 Thread kbuild test robot
Hi Clément, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: dece45855a8b0d1dcf48eb01d0822070ded6a4c8 NFC: nxp-nci: Add support for NXP NCI chips date: 11 months

Re: [PATCH] configfs: switch ->default groups to a linked list

2016-02-28 Thread Sagi Grimberg
On 26/02/2016 14:33, Christoph Hellwig wrote: Replace the current NULL-terminated array of default groups with a linked list. This gets rid of lots of nasty code to size and/or dynamically allocate the array. While we're at it also provide a conveniant helper to remove the default groups.

Re: [PATCH V3 0/3] basic busy polling support for vhost_net

2016-02-28 Thread Michael S. Tsirkin
On Fri, Feb 26, 2016 at 11:45:02AM -0500, David Miller wrote: > From: Jason Wang > Date: Fri, 26 Feb 2016 16:42:41 +0800 > > > This series tries to add basic busy polling for vhost net. The idea is > > simple: at the end of tx/rx processing, busy polling for new tx added > >

Re: [PATCH] asm-generic: remove old nonatomic-io wrapper files

2016-02-28 Thread Christoph Hellwig
Thanks Arnd, this looks good to me: Reviewed-by: Christoph Hellwig

Re: kernel/irq/irqdesc.c:206:2: error: array index in initializer exceeds array bounds

2016-02-28 Thread Thomas Gleixner
On Sun, 28 Feb 2016, kbuild test robot wrote: > Hi Thomas, > > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 691429e13dfaf5b0994b07cc166db41bd608ee3d > commit: 3795de236d67a05994a1a12759db9d4dd9ffc42c

Re: [PATCH stable<3.18 1/1] proc: Fix ptrace-based permission checks for accessing task maps

2016-02-28 Thread Jiri Slaby
CCing ptrace guys. I would appreciate if somebody could ACK this. On 02/28/2016, 09:42 AM, Corey Wright wrote: > Modify mm_access() calls in fs/proc/task_mmu.c and fs/proc/task_nommu.c to > have the mode include PTRACE_MODE_FSCREDS so accessing /proc/pid/maps and > /proc/pid/pagemap is not

[PATCH v3 4/4] ARM: multi_v7_defconfig: Enable LP872x regulator support

2016-02-28 Thread Paul Kocialkowski
The LP872x regulator is used in the LG Optimus Black codename sniper to supply the external mmc card. Signed-off-by: Paul Kocialkowski --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig

[PATCH v3 3/4] ARM: dts: omap3-sniper: TWL4030 keypad support

2016-02-28 Thread Paul Kocialkowski
This adds support for the volume and gesture keys, using TWL4030 keypad. Signed-off-by: Paul Kocialkowski --- arch/arm/boot/dts/omap3-sniper.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap3-sniper.dts

Re: kernel/irq/irqdesc.c:206:2: error: array index in initializer exceeds array bounds

2016-02-28 Thread Thomas Gleixner
On Sun, 28 Feb 2016, Geert Uytterhoeven wrote: > On Sun, Feb 28, 2016 at 10:32 AM, Thomas Gleixner wrote: > > On Sun, 28 Feb 2016, kbuild test robot wrote: > >> FYI, the error/warning still remains. > >> > >> tree:

Re: kernel/irq/irqdesc.c:206:2: error: array index in initializer exceeds array bounds

2016-02-28 Thread Geert Uytterhoeven
On Sun, Feb 28, 2016 at 11:33 AM, Thomas Gleixner wrote: > On Sun, 28 Feb 2016, Geert Uytterhoeven wrote: >> On Sun, Feb 28, 2016 at 10:32 AM, Thomas Gleixner wrote: >> > On Sun, 28 Feb 2016, kbuild test robot wrote: >> >> FYI, the error/warning still

Re: kvm: GPF in kvm_pic_clear_all

2016-02-28 Thread Dmitry Vyukov
On Thu, Feb 25, 2016 at 11:47 PM, Steve Rutherford wrote: > Hey Dmitry, > > I ran this against 4.5 rc3 and couldn't get a crash on bare metal (overnight > one machine bunch of processes looping). Are you running these tests with > nested? Yes, I run it in qemu (host has

Re: [net-next][PATCH v2 11/13] RDS: IB: add Fastreg MR (FRMR) detection support

2016-02-28 Thread Christoph Hellwig
On Sat, Feb 27, 2016 at 06:19:48PM -0800, Santosh Shilimkar wrote: > Discovere Fast Memmory Registration support using IB device > IB_DEVICE_MEM_MGT_EXTENSIONS. Certain HCA might support just FRMR > or FMR or both FMR and FRWR. In case both mr type are supported, > default FMR is used. > >

arch/ia64/kernel/entry.S:621: Error: Operand 2 of `adds' should be a 14-bit integer (-8192-8191)

2016-02-28 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: da48d094ce5d7c7dcdad9011648a81c42fd1c2ef Kconfig: remove HAVE_LATENCYTOP_SUPPORT date: 6 weeks ago config: ia64-allmodconfig (attached as .config)

Re: [isocpp-parallel] Proposal for new memory_order_consume definition

2016-02-28 Thread Markus Trippelsdorf
On 2016.02.27 at 15:10 -0800, Paul E. McKenney via llvm-dev wrote: > On Sat, Feb 27, 2016 at 11:16:51AM -0800, Linus Torvalds wrote: > > On Feb 27, 2016 09:06, "Paul E. McKenney" > > wrote: > > > > > > > > > But we do already have something very similar with signed

Linux 3.12.55

2016-02-28 Thread Jiri Slaby
I'm announcing the release of the 3.12.55 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.12.y and can be browsed at the normal kernel.org git web

Re: [PATCHv6 3/3] rdmacg: Added documentation for rdmacg

2016-02-28 Thread Haggai Eran
On 24/02/2016 17:21, Parav Pandit wrote: > On Wed, Feb 24, 2016 at 7:56 PM, Haggai Eran wrote: >> On 20/02/2016 13:00, Parav Pandit wrote: >>> Added documentation for v1 and v2 version describing high >>> level design and usage examples on using rdma controller. >>> >>>

Re: [net-next][PATCH v2 01/13] RDS: Drop stale iWARP RDMA transport

2016-02-28 Thread Christoph Hellwig
On Sat, Feb 27, 2016 at 06:19:38PM -0800, Santosh Shilimkar wrote: > RDS iWarp support code has become stale and non testable. As > indicated earlier, am dropping the support for it. > > If new iWarp user(s) shows up in future, we can adapat the RDS IB > transprt for the special RDMA READ sink

Re: arch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3900' requires '-mfp32'

2016-02-28 Thread Guenter Roeck
On 02/28/2016 12:42 AM, kbuild test robot wrote: Hi Guenter, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 398c7500a1f5f74e207bd2edca1b1721b3cc1f1e MIPS: VDSO:

Re: [net-next][PATCH v2 11/13] RDS: IB: add Fastreg MR (FRMR) detection support

2016-02-28 Thread santosh.shilim...@oracle.com
On 2/28/16 1:08 AM, Christoph Hellwig wrote: On Sat, Feb 27, 2016 at 06:19:48PM -0800, Santosh Shilimkar wrote: Discovere Fast Memmory Registration support using IB device IB_DEVICE_MEM_MGT_EXTENSIONS. Certain HCA might support just FRMR or FMR or both FMR and FRWR. In case both mr type are

[RFC v2] perf: probe_finder: continue if atleast one probe point found

2016-02-28 Thread Joel Fernandes
From: Joel Fernandes Sometimes for inline functions, perf probe can fail such as if an arguments are requested at probe points. This is probably because when the compiler inlines, for some instances it optimizes away arguments. Either way, the DWARF has missing arguments

Re: [RFC] perf: probe_finder: continue if atleast one probe point found

2016-02-28 Thread Taeung Song
Hi, Joel perf subsystem's maintainers are Arnaldo Carvalho de Melo Peter Zijlstra Ingo Molnar (or Namhyung Kim , Jiri Olsa ) AFAIK, When sending some patches, it would be better to add them into

[PATCH] gpio: Switch to devm_ioremap_resource()

2016-02-28 Thread Amitoj Kaur Chawla
Replace calls to devm_request_mem_region and devm_ioremap with a direct call to devm_ioremap_resource instead and modify error handling. Move the call to platform_get_resource adjacent to the call to devm_ioremap_resource to make the connection between them more clear. A simplified version of

[RFC] staging: unisys: visornic: Remove create_singlethread_workqueue()

2016-02-28 Thread Amitoj Kaur Chawla
With concurrency managed workqueues, use of dedicated workqueues can be replaced by using system_wq. Drop visornic_timeout_reset_workqueue by using system_wq. Since there is only one work item per devdata and different devdatas do not need to be ordered, increase of concurrency level by switching

[PATCH v2 for-4.5] vfio: fix ioctl error handling

2016-02-28 Thread Michael S. Tsirkin
Calling return copy_to_user(...) in an ioctl will not do the right thing if there's a pagefault: copy_to_user returns the number of bytes not copied in this case. Fix up vfio to do if (copy_to_user(...)) return -EFAULT; return 0; everywhere. Cc:

[PATCHv7 3/3] rdmacg: Added documentation for rdmacg

2016-02-28 Thread Parav Pandit
Added documentation for v1 and v2 version describing high level design and usage examples on using rdma controller. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 111 +++ Documentation/cgroup-v2.txt | 33

[PATCHv7 2/3] IB/core: added support to use rdma cgroup controller

2016-02-28 Thread Parav Pandit
Added support APIs for IB core to register/unregister every IB/RDMA device with rdma cgroup for tracking verbs and hw resources. IB core registers with rdma cgroup controller and also defines resources that can be accounted. Added support APIs for uverbs layer to make use of rdma controller. Added

net/sched/sch_dsmark.c:316:1: error: unrecognizable insn:

2016-02-28 Thread kbuild test robot
Hi Eric, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: 4730b4331ec58a74a66a044341f0114b02b3 sch_dsmark: improve memory locality date: 5 months ago config:

[PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines

2016-02-28 Thread Tapan Prakash T
Fixed blank lines issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c

[PATCH v2 03/13] clk: sunxi: Add APB1 clock for A83T

2016-02-28 Thread Vishnu Patekar
APB1 is similar to sun4i-a10-apb0-clk, except different dividers. This adds support for apb1 on A83T. Signed-off-by: Vishnu Patekar Acked-by: Rob Herring --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 + drivers/clk/sunxi/clk-sunxi.c

[PATCH v2 01/13] pinctrl: sunxi: Add A83T R_PIO controller support

2016-02-28 Thread Vishnu Patekar
The A83T has R_PIO pin controller, it's same as A23, execpt A83T interrupt bit is 6th and A83T has one extra pin PL12. Signed-off-by: Vishnu Patekar Acked-by: Chen-Yu Tsai Acked-by: Rob Herring ---

[PATCH v2 02/13] clk: sunxi: add ahb1 clock for A83T

2016-02-28 Thread Vishnu Patekar
AHB1 on A83T is similar to ahb1 on A31, except parents are different. clock index 0b1x is PLL6. Signed-off-by: Vishnu Patekar Acked-by: Chen-Yu Tsai Acked-by: Rob Herring --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 +

[PATCH v2 05/13] ARM: dts: sun8i-a83t: add mmc clock nodes

2016-02-28 Thread Vishnu Patekar
mmc clocks are compatible with that of earlier sun8i socs. This adds mmc0, mmc1, and mmc2 clock nodes for A83T. Signed-off-by: Vishnu Patekar Acked-by: Chen-Yu Tsai --- arch/arm/boot/dts/sun8i-a83t.dtsi | 30 ++ 1 file

[PATCH v2 04/13] ARM: dts: sun8i-a83t: Add basic clocks and resets

2016-02-28 Thread Vishnu Patekar
This adds A83T system bus clocks, bus gates, and clock resets. Three ahb reset registers are combined into one node. Signed-off-by: Vishnu Patekar --- arch/arm/boot/dts/sun8i-a83t.dtsi | 114 +- 1 file changed, 112 insertions(+),

[PATCH v2 00/13] Add A83T clk, r_pio, mmc rsb support

2016-02-28 Thread Vishnu Patekar
Hello, This is v2 of series which adds further support for A83T, mainly adds clock support. Also adds R_PIO, PRCM related clocks, mmc, rsb support. A83T difference in short: R_PIO is slightly different from A23 r_pio. AHB1 has different parents as compared to a31-ahb1, APB1 has different

Re: [PATCH for-4.5] watchdog/rc32434_wdt: fix ioctl error handling

2016-02-28 Thread Guenter Roeck
On 02/28/2016 07:44 AM, Michael S. Tsirkin wrote: Calling return copy_to_user(...) in an ioctl will not do the right thing if there's a pagefault: copy_to_user returns the number of bytes not copied in this case. Fix up watchdog/rc32434_wdt to do return copy_to_user(...)) ? -EFAULT :

Re: [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

2016-02-28 Thread Linus Torvalds
On Sun, Feb 28, 2016 at 5:07 AM, Geert Uytterhoeven wrote: > > __alignof__(u64) is not 8 on all architectures. Indeed, which is why I said "make sure it's 64-bit aligned". We do it manually for ABI structures (although we did have some discussion about adding a alignment

Re: [PATCH v18 0/9] Compile-time stack metadata validation

2016-02-28 Thread Josh Poimboeuf
On Sun, Feb 28, 2016 at 07:57:29AM +0100, Ingo Molnar wrote: > > Another thing I've noticed are _thousands_ of these warnings: > > objtool: kernel/sched/core.o: preempt_schedule_irq()+0x20: function has > unreachable instruction > objtool: kernel/sched/core.o: preempt_schedule_irq()+0x27:

Re: [PATCH v2 04/13] ARM: dts: sun8i-a83t: Add basic clocks and resets

2016-02-28 Thread Chen-Yu Tsai
On Sun, Feb 28, 2016 at 7:18 AM, Vishnu Patekar wrote: > This adds A83T system bus clocks, bus gates, and clock resets. > > Three ahb reset registers are combined into one node. > > Signed-off-by: Vishnu Patekar > --- >

Re: [PATCH for-4,5] mips/kvm: fix ioctl error handling

2016-02-28 Thread Sergei Shtylyov
Hello. On 02/28/2016 06:35 PM, Michael S. Tsirkin wrote: Calling return copy_to_user(...) or return copy_from_user in an ioctl Calling return? Perhaps "returning the result of"? will not do the right thing if there's a pagefault: copy_to_user/copy_from_user return the number of bytes

Re: [PATCH 1/2] sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()

2016-02-28 Thread kbuild test robot
Hi Alexander, [auto build test WARNING on wq/for-next] [also build test WARNING on v4.5-rc6 next-20160226] [cannot apply to tip/sched/core] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [PATCH] net/mlx5e: make VXLAN support conditional

2016-02-28 Thread Saeed Mahameed
On Fri, Feb 26, 2016 at 11:13 PM, Arnd Bergmann wrote: > VXLAN can be disabled at compile-time or it can be a loadable > module while mlx5 is built-in, which leads to a link error: > > drivers/net/built-in.o: In function `mlx5e_create_netdev': > ntb_netdev.c:(.text+0x106de4):

Re: [PATCH v2 1/4] USB: serial: fix compare_const_fl.cocci warnings

2016-02-28 Thread Johan Hovold
On Thu, Feb 04, 2016 at 07:01:27PM +0100, Mathieu OTHACEHE wrote: > Move constants to the right of binary operators. > > Generated by: scripts/coccinelle/misc/compare_const_fl.cocci > > Signed-off-by: Mathieu OTHACEHE > --- > Move constants to the right improve readability

Re: [PATCH trivial] include/linux/gfp.h: Improve the coding styles

2016-02-28 Thread Mel Gorman
On Sun, Feb 28, 2016 at 08:21:40AM +0800, Chen Gang wrote: > > On 2/28/16 00:53, Theodore Ts'o wrote: > > On Sat, Feb 27, 2016 at 10:32:04PM +0800, Chen Gang wrote: > >> I don't think so. Of cause NOT the "CODE CHURN". It is not correct to > >> make an early decision during discussing. > > > >

Re: [PATCH for-4.5] vfio: fix ioctl error handling

2016-02-28 Thread Michael S. Tsirkin
On Sun, Feb 28, 2016 at 07:23:22AM -0600, Alex Williamson wrote: > On Thu, 25 Feb 2016 13:34:43 +0200 > "Michael S. Tsirkin" wrote: > > > Calling return copy_to_user(...) in an ioctl will not > > do the right thing if there's a pagefault: > > copy_to_user returns the number of

Re: log spammed with "loading xx failed with error -2" since commit e40ba6d56b [replace call to fw_read_file_contents() with kernel version]

2016-02-28 Thread Ming Lei
On Sun, Feb 28, 2016 at 10:27 AM, Kees Cook wrote: > On Sat, Feb 27, 2016 at 3:15 PM, Luis R. Rodriguez wrote: >> On Sat, Feb 27, 2016 at 05:49:38PM +0100, Heiner Kallweit wrote: >>> Since this commit my system log is spammed with firmware load errors.

Re: [PATCH trivial] include/linux/gfp.h: Improve the coding styles

2016-02-28 Thread Chen Gang
On 2/28/16 21:27, Mel Gorman wrote: > On Sun, Feb 28, 2016 at 08:21:40AM +0800, Chen Gang wrote: >> >> For me, NAK also needs reasons. >> > > You already got the reasons. Not only does a patch of this type interfere > with git blame which is important even in headers but I do not think the >

[PATCH for-4.5] watchdog/rc32434_wdt: fix ioctl error handling

2016-02-28 Thread Michael S. Tsirkin
Calling return copy_to_user(...) in an ioctl will not do the right thing if there's a pagefault: copy_to_user returns the number of bytes not copied in this case. Fix up watchdog/rc32434_wdt to do return copy_to_user(...)) ? -EFAULT : 0; instead. Cc: sta...@vger.kernel.org

Re: [PATCH v2 1/4] USB: mxu11x0: fix memory leak on usb_serial private data

2016-02-28 Thread Mathieu OTHACEHE
On Sun, Feb 28, 2016 at 01:20:16PM +0100, Johan Hovold wrote: > On Sat, Jan 30, 2016 at 06:40:30PM +0100, Mathieu OTHACEHE wrote: > > On Mon, Jan 25, 2016 at 01:01:59PM +0100, Johan Hovold wrote: > > > On Mon, Jan 04, 2016 at 07:49:36PM +0100, Mathieu OTHACEHE wrote: > > > > On nominal execution,

RE: [PATCH 1/1] perf/core: find auxiliary events in running pmus list

2016-02-28 Thread Liang, Kan
> -Original Message- > From: Peter Zijlstra [mailto:pet...@infradead.org] > Sent: Friday, February 26, 2016 5:37 AM > To: Liang, Kan > Cc: linux-kernel@vger.kernel.org; a...@linux.intel.com; > eran...@google.com; vincent.wea...@maine.edu; t...@linutronix.de; > mi...@kernel.org;

[PATCH 1/2] sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()

2016-02-28 Thread Alexander Gordeev
Given that wq_worker_sleeping() could only be called for a CPU it is running on, we do not need passing a CPU ID as an argument. Cc: Oleg Nesterov Cc: Peter Zijlstra Signed-off-by: Alexander Gordeev --- kernel/sched/core.c |

[PATCH 0/2] sched/core: Cleanup leftovers in __schedule()

2016-02-28 Thread Alexander Gordeev
*** BLURB HERE *** Alexander Gordeev (2): sched/core: Get rid of 'cpu' argument in wq_worker_sleeping() sched/core: Get rid of 'cpu' variable in __schedule() kernel/sched/core.c | 7 ++- kernel/workqueue.c | 4 ++-- kernel/workqueue_internal.h | 2 +- 3 files changed, 5

[PATCH 2/2] sched/core: Get rid of 'cpu' variable in __schedule()

2016-02-28 Thread Alexander Gordeev
'cpu' variable is only used to acquire the current runqueue. By using this_rq() instead, we can get rid of that variable. Cc: Oleg Nesterov Cc: Peter Zijlstra Signed-off-by: Alexander Gordeev --- kernel/sched/core.c | 5 + 1 file

[PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines

2016-02-28 Thread Tapan Prakash T
Fixed multiple blank lines issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 62 --- 1 file changed, 62 deletions(-) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c

[PATCH] staging: rtl8192e: rtllib_softmac.c: Add necessary blank lines

2016-02-28 Thread Tapan Prakash T
Fixed blank lines related issues reported by checkpatch.pl Signed-off-by: Tapan Prakash T --- drivers/staging/rtl8192e/rtllib_softmac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c

Re: [PATCH] AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDs

2016-02-28 Thread Christoph Hellwig
On Sat, Feb 27, 2016 at 06:18:55AM -0500, Tejun Heo wrote: > On Sat, Feb 27, 2016 at 12:51:54AM -0800, Christoph Hellwig wrote: > > On Fri, Feb 26, 2016 at 10:09:52AM -0800, scott.law...@intel.com wrote: > > > From: Scott Lawson > > > > > > These PCI device IDs have been

Re: [PATCH v3] staging: octeon: Convert create_singlethread_workqueue()

2016-02-28 Thread Tejun Heo
Hello, On Sat, Feb 27, 2016 at 11:21:47PM +0530, Bhaktipriya Shridhar wrote: > With conccurency managed workqueues, use of dedicated workqueues can > be replaced by system_wq. Drop cvm_oct_poll_queue by using system_wq. > > There are multiple work items per cvm_oct_poll_queue (viz. >

[PATCH v5 08/15] scsi: ufs: make error handling bit faster

2016-02-28 Thread Yaniv Gardi
UFS driver's error handler forcefully tries to clear all the pending requests. For each pending request in the queue, it waits 1 sec for it to get cleared. If we have multiple requests in the queue then it's possible that we might end up waiting for those many seconds before resetting the host.

[PATCH v5 05/15] scsi: ufs: add support to read device and string descriptors

2016-02-28 Thread Yaniv Gardi
This change adds support to read device descriptor and string descriptor from a UFS device Reviewed-by: Gilad Broner Signed-off-by: Raviv Shvili Signed-off-by: Yaniv Gardi --- drivers/scsi/ufs/ufs.h| 1 +

  1   2   3   4   5   6   7   8   >