[PATCH 3/4] HID: sony: do not rely on hid_output_raw_report

2014-02-28 Thread Benjamin Tissoires
hid_out_raw_report is going to be obsoleted as it is not part of the unified HID low level transport documentation (Documentation/hid/hid-transport.txt) To do so, we need to introduce two new quirks: * HID_QUIRK_NO_OUTPUT_REPORTS: this quirks prevents the transport driver to use the interrupt

[PATCH 1/4] HID: cp2112: remove various hid_out_raw_report calls

2014-02-28 Thread Benjamin Tissoires
hid_out_raw_report is going to be obsoleted as it is not part of the unified HID low level transport documentation (Documentation/hid/hid-transport.txt) hid_output_raw_report(hdev, buf, sizeof(buf), HID_FEATURE_REPORT); is strictly equivalent to: hid_hw_raw_request(hdev, buf[0], buf,

[PATCH 4/4] HID: remove hid_output_raw_report transport implementations

2014-02-28 Thread Benjamin Tissoires
Nobody calls hid_output_raw_report anymore, and nobody should. We can now remove the various implementation in the different transport drivers and the declarations. Signed-off-by: Benjamin Tissoires --- drivers/hid/i2c-hid/i2c-hid.c | 14 -- drivers/hid/uhid.c| 1 -

[PATCH 0/4] HID: ll transport cleanup: final round

2014-02-28 Thread Benjamin Tissoires
Hi guys, by shuffling around the hid files, I noticed that I introduced a regression in commit 3a75b24949a8 (HID: hidraw: replace hid_output_raw_report() calls...). We removed the hid_output_raw_report() calls in hidraw, which means that the special sixasis handling was broken from the hidraw

Re: [PATCH 0/3] media/drx39xyj: fix DJH_DEBUG path null pointer dereferences, and compile errors.

2014-02-28 Thread Devin Heitmueller
On Fri, Feb 28, 2014 at 4:22 PM, Shuah Khan wrote: > This patch series fixes null pointer dereference boot failure as well as > compile errors. Seems kind of strange that I wasn't on the CC for this, since I was the original author of all that code (in fact, DJH are my initials). Mauro, did you

Re: [PATCH v3 net-next 1/1] bpf32->bpf64 mapper and bpf64 interpreter

2014-02-28 Thread Alexei Starovoitov
On Fri, Feb 28, 2014 at 12:53 PM, Alexei Starovoitov wrote: > On Fri, Feb 28, 2014 at 4:45 AM, Daniel Borkmann wrote: >> Hi Alexei, >> >> [also cc'ing Hagen and Jesse] >> >> Just some minor comments below ... let me know what you think. > > Thank you for review! Comments below. > >> On

Re: [PATCH 2/2] perf tools: Fix strict alias issue for find_first_bit

2014-02-28 Thread David Ahern
On 2/28/14, 2:29 PM, Peter Zijlstra wrote: Hurm; didn't I suggest using -fno-strict-aliasing just like the kernel does? Because the C aliasing rules are bonghits heavy? you, and Ingo in 2009 -- 65014ab3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH 2/2] ARM: zynq: dt: Add I2C nodes to Zynq device tree

2014-02-28 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- arch/arm/boot/dts/zynq-7000.dtsi | 22 arch/arm/boot/dts/zynq-zc702.dts | 76 arch/arm/boot/dts/zynq-zc706.dts | 68 +++ 3 files changed, 166 insertions(+) diff --git

[PATCH 1/2] i2c: Add driver for Cadence I2C controller

2014-02-28 Thread Soren Brinkmann
Add a driver for the Cadence I2C controller. This controller is for example found in Xilinx Zynq. Signed-off-by: Soren Brinkmann --- .../devicetree/bindings/i2c/i2c-cadence.txt| 21 + MAINTAINERS| 1 + drivers/i2c/busses/Kconfig

Re: [PATCH] dma: Add Keystone Packet DMA Engine driver

2014-02-28 Thread Santosh Shilimkar
On Friday 28 February 2014 06:14 PM, Arnd Bergmann wrote: > On Friday 28 February 2014 17:56:40 Santosh Shilimkar wrote: >> The Packet DMA driver sets up the dma channels and flows for the >> QMSS(Queue Manager SubSystem) who triggers the actual data movements >> across clients using destination

CONTACT KENYA COMMERCIAL BANK LTD IMMEDIATELY FOR YOUR PAYMENT (3MILLION UNITED STATE DOLLARS)

2014-02-28 Thread Jantima Khuntaraksa
Attention: Please, Kindly contact KENYA COMMERCIAL BANK immediately for your compensation payment of (3MILLION UNITED STATE DOLLARS) via email: Email:(servic...@kenya.ncommercialbnk.com) quote your payment Ref No:KCB/00Y/2014 For purposes of immediate payment. -- To unsubscribe from this

Re: [PATCH] arm: omap: remove OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF

2014-02-28 Thread Tony Lindgren
* Paul Bolle [140216 10:54]: > The Kconfig symbols OMAP_PACKAGE_ZAC and OMAP_PACKAGE_ZAF were added in > v2.6.36. They have never been used. Setting them has no effect. These > symbols can safely be removed. > > Signed-off-by: Paul Bolle > --- > Tested with "git grep". Thanks applying into

[PATCH RFC 0/3] clk: CCF clock primitives + custom IO accessors

2014-02-28 Thread Soren Brinkmann
Hi, I recently ran into a problem which seems to become common. I was trying to write a driver for the TI CDCE913, a programmable clock synthesizer on the I2C bus. Internally that device consists of a PLL and a bunch of muxes, gates and dividers that eventually end up in three clock outputs.

[PATCH RFC 3/3] clk: Add driver for TI CDCE913

2014-02-28 Thread Soren Brinkmann
The TI CDCE913 is a clock synthesizer programmalbe via I2C. It features one PLL and threy clock outputs that pass through various dividers and muxes. Signed-off-by: Soren Brinkmann --- .../devicetree/bindings/clock/ti,cdce913.txt | 32 + drivers/clk/Kconfig

[PATCH RFC 1/3] clk: Introduce I2C clock primitives

2014-02-28 Thread Soren Brinkmann
This add clk-divider and clk-mux primitives for I2C clock devices. They are derived from the clk-divider and clk-mux drivers, but use regmap to access HW. Signed-off-by: Soren Brinkmann --- drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 5 +

[PATCH RFC 2/3] clk/i2c-div: Allow custom divider accessors

2014-02-28 Thread Soren Brinkmann
Allow to provide custom accessors to read/write the divider from/to HW since some I2C dividers spread dividers across multiple registers. Signed-off-by: Soren Brinkmann --- drivers/clk/clk-i2c-divider.c | 64 --- include/linux/clk-provider.h | 15

Re: [PATCH 1/9] block: Make generic_make_request handle arbitrary sized bios

2014-02-28 Thread Kent Overstreet
On Thu, Feb 27, 2014 at 12:22:54PM -0500, Matthew Wilcox wrote: > On Wed, Feb 26, 2014 at 03:39:49PM -0800, Kent Overstreet wrote: > > We do this by adding calls to blk_queue_split() to the various > > make_request functions that need it - a few can already handle arbitrary > > size bios. Note

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Vince Weaver
On Fri, 28 Feb 2014, Steven Rostedt wrote: > On Fri, 28 Feb 2014 16:18:23 -0500 (EST) > Vince Weaver wrote: > > > I was away from the computer this afternoon and of course I have scores of > > e-mails on this topic now with lots of competing patches. Is there one > > in particular I'm

Re: [PATCH 1/1] serial: 8250_pci: fix support for MosChip 98xx boards

2014-02-28 Thread Greg KH
On Fri, Feb 21, 2014 at 02:49:49PM -0800, Ira W. Snyder wrote: > On Fri, Feb 21, 2014 at 02:46:17PM -0800, Ira W. Snyder wrote: > > From: "Ira W. Snyder" > > > > Commit 7808edcd306f22aeb23775d34e70b7fa2f58b852 "Basic support for > > Moschip 9900 family I/O chips" broke support for the 98xx

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Sebastian Reichel
Hi Marek, On Fri, Feb 28, 2014 at 11:32:22PM +0100, Belisko Marek wrote: > Seems I found issue. I have missing property ti,system-uses-second-madc-irq > as original twl4030_madc_battery used SW2 but this change doesn't fix > completely > the problem. I remember adding this property because you

[PATCH 3/3] firmware: add Keystone QMSS PDSP accumulator firmware blob

2014-02-28 Thread Santosh Shilimkar
From: Sandeep Nair QMSS(Queue Manager Sub System) uses PDSPs to implement various QM related functions like packet accumulation, QoS or event management. Patch adds firmware blob for the QMSS accumulator functionality. Cc: Greg Kroah-Hartman Cc: Kumar Gala Cc: Olof Johansson Cc: Arnd

[PATCH 1/3] soc: Introduce drivers/soc place-holder for SOC specific drivers

2014-02-28 Thread Santosh Shilimkar
Based on earlier thread "https://lkml.org/lkml/2013/10/7/662; and further discussion at Kernel Summit'2013, it was agreed to create 'driver/soc' for drivers which are quite SOC specific. Lets take the discussion forward with this patch. Cc: Greg Kroah-Hartman Cc: Kumar Gala Cc: Paul Walmsley

[PATCH 0/3] soc: Introduce drivers/soc and add Keystone QMSS driver

2014-02-28 Thread Santosh Shilimkar
Based on earlier thread "https://lkml.org/lkml/2013/10/7/662; and further discussion at Kernel Summit'2013, series creates 'driver/soc' for drivers which are very SOC specific. Then we add the Keystone QMSS (Queue Manager SubSystem) driver. The QMSS found on Keystone SOCs is one of the main

[GIT PULL] ACPI and power management fixes for v3.14-rc5

2014-02-28 Thread Rafael J. Wysocki
Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm+acpi-3.14-rc5 to receive ACPI and power management fixes for v3.14-rc5 with top-most commit 6c09ea49ceb8a3b2b709718f6acdb1edd92ea899 Merge branches 'pm-cpufreq',

Re: [PATCH] dma: Add Keystone Packet DMA Engine driver

2014-02-28 Thread Arnd Bergmann
On Friday 28 February 2014 17:56:40 Santosh Shilimkar wrote: > The Packet DMA driver sets up the dma channels and flows for the > QMSS(Queue Manager SubSystem) who triggers the actual data movements > across clients using destination queues. Every client modules like > NETCP(Network Coprocessor),

Re: [PATCH v2] mm, hugetlbfs: fix rmapping for anonymous hugepages with page_pgoff()

2014-02-28 Thread Andrew Morton
On Fri, 28 Feb 2014 14:59:02 -0500 Naoya Horiguchi wrote: > page->index stores pagecache index when the page is mapped into file mapping > region, and the index is in pagecache size unit, so it depends on the page > size. Some of users of reverse mapping obviously assumes that page->index > is

Re: [PATCH v3 1/3] cpufreq: stats: Remove redundant cpufreq_cpu_get() call

2014-02-28 Thread Rafael J. Wysocki
On Friday, February 28, 2014 09:18:02 AM Viresh Kumar wrote: > On 28 February 2014 07:28, Saravana Kannan wrote: > > __cpufreq_stats_create_table always gets pass the valid and real policy > > struct. So, there's no need to call cpufreq_cpu_get() to get the policy > > again. > > > > Acked-by:

Re: [PATCH 0/6 v2] Expose do_timer CPU as RW to userspace

2014-02-28 Thread Frederic Weisbecker
On Fri, Feb 28, 2014 at 10:40:35AM +0100, Henrik Austad wrote: > On Thu, Feb 27, 2014 at 02:56:20PM +0100, Frederic Weisbecker wrote: > > Right, or timekeeper_cpumask. > > Right, paying some attention to a proper, descriptive name is probably a > good thing. > > Also, for future reference, a

Re: [PATCHv3 0/2] mm: map few pages around fault address if they are in page cache

2014-02-28 Thread Linus Torvalds
On Thu, Feb 27, 2014 at 6:10 PM, Kirill A. Shutemov wrote: > > Also Matthew noticed that some drivers do ugly hacks like fault in whole > VMA on first page fault. IIUC, it's for performance reasons. See > psbfb_vm_fault() or ttm_bo_vm_fault(). I guarantee it's not for performance reasons, it's

[PATCH] xz: make XZ_DEC_BCJ filters non-optional

2014-02-28 Thread Kyle McMartin
From: Kyle McMartin Having these optional is more trouble than is justified by the negligible increase in code size to lib/xz/ if they're all compiled in. Their optional status ends up necessitating rebuilds of the kernel in order to be able to decompress XZ-compressed squashfs images which use

[PATCH] dma: Add Keystone Packet DMA Engine driver

2014-02-28 Thread Santosh Shilimkar
From: Sandeep Nair The Packet DMA driver sets up the dma channels and flows for the QMSS(Queue Manager SubSystem) who triggers the actual data movements across clients using destination queues. Every client modules like NETCP(Network Coprocessor), SRIO(Serial Rapid IO) and CRYPTO Engines has its

Re: [PATCH v9 0/9] USB Host support for OMAP5 uEVM

2014-02-28 Thread Tony Lindgren
* Roger Quadros [140227 06:21]: > Hi, > > This patchset brings up USB Host ports and Ethernet port on > the OMAP5 uEVM board. > > It also does some cleanup with respect to DT clock binding > for the mfd/omap-usb-host driver. > > Please queue these for -next. > > Lee, > > I've folded some

Re: [PATCH] irq: Changed the return type of irq_chip.irq_startup() from unsigned int to int

2014-02-28 Thread James Hogan
On Thursday 27 February 2014 18:21:19 Jean-Jacques Hiblot wrote: > arch/arm/mach-omap2/gpmc.c| 2 +- > arch/blackfin/mach-common/ints-priority.c | 2 +- > arch/ia64/hp/sim/hpsim_irq.c | 2 +- > arch/ia64/kernel/iosapic.c| 4 ++-- >

Re: [PATCH v6 2/2] ARM hibernation / suspend-to-disk

2014-02-28 Thread Lorenzo Pieralisi
On Fri, Feb 28, 2014 at 08:15:57PM +, Sebastian Capella wrote: [...] > > > + > > > +/* > > > + * The framework loads the hibernation image into a linked list anchored > > > + * at restore_pblist, for swsusp_arch_resume() to copy back to the proper > > > + * destinations. > > > + * > > > + *

Re: [PATCH] ACPI/Sleep: pm_power_off need more sanity check to be installed

2014-02-28 Thread Li, Aubrey
On 2014/2/28 13:33, Li, Aubrey wrote: > On 2014/2/27 7:50, Rafael J. Wysocki wrote: >> On Wednesday, February 26, 2014 10:46:37 AM Li, Aubrey wrote: >>> Sleep control and status registers need santity check before ACPI >>> install acpi_power_off to pm_power_off hook. The checking code in >>>

Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Belisko Marek [140228 14:42]: > Sure . Thanks for notice ;). It there possibility that missing patches > go to 3.15? Sure if you update them over next few days. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] intel_pstate: Change busy calculation to use fixed point math.

2014-02-28 Thread Greg KH
On Tue, Feb 25, 2014 at 10:35:37AM -0800, dirk.brande...@gmail.com wrote: > From: Dirk Brandewie > > Commit fcb6a15c2e Take core C0 time into account for core busy calculation. > > Introduced a regression on some processor SKUs supported by > intel_pstate. This was caused by the truncation

Re: [PATCH 1/3] staging/usbip: add uapi header to export usbip kernel interfaces

2014-02-28 Thread Shuah Khan
On 02/28/2014 03:15 PM, Greg KH wrote: On Thu, Feb 27, 2014 at 05:27:25PM -0700, Shuah Khan wrote: usbip userspace has duplicated enum definition to report usbip device status maintained by the kernel. Adding an usbip uapi header file will define the kernel - userspace interface for this device

Re: [PATCH 5/5] ARM: dts: AM33XX: Add ecap interrupt properties

2014-02-28 Thread Tony Lindgren
* Matt Porter [140129 13:02]: > Add missing interrupt properties to the ecap0, ecap1, and ecap2 > nodes. > > Signed-off-by: Matt Porter Thanks taking this patch only into omap-for-v3.15/dt, the rest should go via the driver mailing lists. Regards, Tony > --- > arch/arm/boot/dts/am33xx.dtsi

Re: [PATCH 2/2] ARM: dts: OMAP3+: add clock nodes for CPU

2014-02-28 Thread Tony Lindgren
* Tero Kristo [140220 09:00]: > On 01/29/2014 08:19 PM, Nishanth Menon wrote: > >OMAP34xx, AM3517 and OMAP36xx platforms use dpll1 clock. > > > >OMAP443x, OMAP446x, OMAP447x, OMAP5, DRA7, AM43xx platforms use > >dpll_mpu clock. > > > >Latency used is the generic latency defined in omap-cpufreq >

[RELEASE] Userspace RCU 0.8.2

2014-02-28 Thread Mathieu Desnoyers
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data

Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Belisko Marek
Hi Tony, On Fri, Feb 28, 2014 at 11:25 PM, Tony Lindgren wrote: > * Marek Belisko [140125 13:31]: > > Hmm care to add descriptions and repost the remaining patches > that I did not yet pick up for the fixes? Sure I'll do. > >> Signed-off-by: NeilBrown > > Hmm should this also have From:

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
On Fri, Feb 28, 2014 at 10:13 PM, Belisko Marek wrote: > On Fri, Feb 28, 2014 at 10:08 PM, Sebastian Reichel wrote: >> On Fri, Feb 28, 2014 at 09:32:12PM +0100, Belisko Marek wrote: >>> On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: >>> > On Thu, Feb 27, 2014 at 10:34:35PM +0100,

Re: [PATCH] staging: sb105x: b_pci_mp.c: fix for non-member access

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 02:20:40PM -0800, Greg KH wrote: > On Fri, Feb 28, 2014 at 04:21:03AM +0200, Kumar Amit Mehta wrote: > > 'struct tty_struct’ has no member named ‘low_latency’ > > This driver is marked BROKEN, and can't even compile, how did you test > this patch? Don't worry about it

Re: [PATCH 0/1] mm, shmem: map few pages around fault address if they are in page cache

2014-02-28 Thread Andrew Morton
On Fri, 28 Feb 2014 14:18:50 -0800 Ning Qu wrote: > This is a follow-up patch for "mm: map few pages around fault address if they > are in page cache" > > We use the generic filemap_map_pages as ->map_pages in shmem/tmpfs. > Please cc Hugh on shmem/tmpfs things > >

Re: [PATCH v6 07/22] Replace the XIP page fault handler with the DAX page fault handler

2014-02-28 Thread Toshi Kani
On Fri, 2014-02-28 at 15:20 -0500, Matthew Wilcox wrote: > On Fri, Feb 28, 2014 at 10:49:31AM -0700, Toshi Kani wrote: > > On Tue, 2014-02-25 at 09:18 -0500, Matthew Wilcox wrote: : > Glad to see you're looking at it. Let me try to help ... Hi Matt, Thanks for the help. This is really a nice

Re: [PATCH 1/2 v2] Staging: comedi: fix lines that are over 80 characters

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 03:15:45AM -0600, Chase Southwood wrote: > This patch introduces a simple helper function, outl_1564_timer(), to > allow several lines which violate the character limit to be shortened. > A handful of other lines that are too long are appropriately split as > well. > > Cc:

Re: [PATCH v9 3/3] mmc: sdhci-msm: Add platform_execute_tunning implementation

2014-02-28 Thread Georgi Djakov
On 28.02.14, 22:51, Josh Cartwright wrote: [..] >> +sg_init_one(, data_buf, sizeof(data_buf)); >> +memset(data_buf, 0, sizeof(data_buf)); >> +mmc_wait_for_req(mmc, ); >> + >> +if (!cmd.error && !data.error && >> +!memcmp(data_buf,

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Paul E. McKenney
On Fri, Feb 28, 2014 at 05:05:53PM -0500, Steven Rostedt wrote: > On Fri, 28 Feb 2014 22:55:11 +0100 > Peter Zijlstra wrote: > > > On Fri, Feb 28, 2014 at 01:51:50PM -0800, Paul E. McKenney wrote: > > > On Fri, Feb 28, 2014 at 10:27:00PM +0100, Peter Zijlstra wrote: > > > > On Fri, Feb 28, 2014

Re: [PATCH 08/19] perf c2c: Shared data analyser

2014-02-28 Thread Joe Mario
Apologies for the resend. My first msg contained html in it. On 02/28/2014 04:03 PM, Davidlohr Bueso wrote: On Fri, 2014-02-28 at 14:46 -0500, Don Zickus wrote: On Fri, Feb 28, 2014 at 11:08:59AM -0800, Andi Kleen wrote: Don Zickus writes: + +static const struct perf_evsel_str_handler

Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Marek Belisko [140125 13:31]: Hmm care to add descriptions and repost the remaining patches that I did not yet pick up for the fixes? > Signed-off-by: NeilBrown Hmm should this also have From: NeilBrown ? Also, while at it, maybe change your long time habit of adding a period to the end of

[RELEASE] Userspace RCU 0.7.10

2014-02-28 Thread Mathieu Desnoyers
liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. It does so by allowing multiples copies of a given data structure to live at the same time, and by monitoring the data

Re: [PATCH] staging: sb105x: b_pci_mp.c: fix for non-member access

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 04:21:03AM +0200, Kumar Amit Mehta wrote: > 'struct tty_struct’ has no member named ‘low_latency’ This driver is marked BROKEN, and can't even compile, how did you test this patch? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH 1/1] mm: implement ->map_pages for shmem/tmpfs

2014-02-28 Thread Ning Qu
In shmem/tmpfs, we also use the generic filemap_map_pages, seems the additional checking is not worth a separate version of map_pages for it. Signed-off-by: Ning Qu --- mm/shmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/shmem.c b/mm/shmem.c index 1f18c9d..2ea4e89 100644 ---

[PATCH 0/1] mm, shmem: map few pages around fault address if they are in page cache

2014-02-28 Thread Ning Qu
This is a follow-up patch for "mm: map few pages around fault address if they are in page cache" We use the generic filemap_map_pages as ->map_pages in shmem/tmpfs. Please consider applying. = Below is just some simple

Re: [PATCH] ARM: dts: add BeagleBone Audio Cape (Rev A) dtsi

2014-02-28 Thread Tony Lindgren
* Jack Mitchell [140122 03:09]: > From: Jack Mitchell > > Devicetree include file for setting up the am335x mcasp bus, i2c-2 > bus, and audio codec required for a functioning BeagleBone Audio Cape. > > Signed-off-by: Jack Mitchell > Signed-off-by: Matt Porter > --- >

Re: [PATCH 3/5] Staging: cxt1e1: Fix line length over 80 characters in hwprobe.c

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 04:33:49PM +0900, DaeSeok Youn wrote: > OK. sorry. > I will send again. Please resend all 3 of these, I've applied the first 2. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [patch] x86: Introduce BOOT_EFI and BOOT_CF9 into the reboot sequence loop

2014-02-28 Thread Adam Williamson
On Sat, 2014-03-01 at 06:11 +0800, Li, Aubrey wrote: > On 2014/3/1 1:47, H. Peter Anvin wrote: > > On 02/27/2014 10:54 PM, Li, Aubrey wrote: > >> On 2014/2/28 14:44, Matthew Garrett wrote: > >>> On Fri, Feb 28, 2014 at 02:39:56PM +0800, Li, Aubrey wrote: > >>> > Just let you know, Windows8.1

Re: macvtap performance regression (bisected) between 3.13 and 3.14-rc1

2014-02-28 Thread Vlad Yasevich
On 02/27/2014 03:52 PM, Christian Borntraeger wrote: > Vlad, > > commit 6acf54f1cf0a6747bac9fea26f34cfc5a9029523 > macvtap: Add support of packet capture on macvtap device. > > causes a performance regression for iperf traffic between two KVM guests > on my s390 system. Both guests are

Re: [PATCH 1/3] staging/usbip: add uapi header to export usbip kernel interfaces

2014-02-28 Thread Greg KH
On Thu, Feb 27, 2014 at 05:27:25PM -0700, Shuah Khan wrote: > usbip userspace has duplicated enum definition to report usbip device > status maintained by the kernel. Adding an usbip uapi header file will > define the kernel - userspace interface for this device status. > > Signed-off-by: Shuah

Re: [patch] x86: Introduce BOOT_EFI and BOOT_CF9 into the reboot sequence loop

2014-02-28 Thread Li, Aubrey
On 2014/3/1 1:47, H. Peter Anvin wrote: > On 02/27/2014 10:54 PM, Li, Aubrey wrote: >> On 2014/2/28 14:44, Matthew Garrett wrote: >>> On Fri, Feb 28, 2014 at 02:39:56PM +0800, Li, Aubrey wrote: >>> Just let you know, Windows8.1 calls EFI on these boxes for reboot/shutdown. >>> >>> Ok, in that

Re: [PATCH v9 3/3] mmc: sdhci-msm: Add platform_execute_tunning implementation

2014-02-28 Thread Georgi Djakov
On 28.02.14, 18:51, Kumar Gala wrote: > > On Feb 28, 2014, at 5:24 AM, Georgi Djakov wrote: > >> This patch adds implementation for platform specific tuning in order to >> support >> HS200 bus speed mode on Qualcomm SDHCI controller. >> >> Signed-off-by: Asutosh Das >> Signed-off-by: Venkat

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Steven Rostedt
On Fri, 28 Feb 2014 22:55:11 +0100 Peter Zijlstra wrote: > On Fri, Feb 28, 2014 at 01:51:50PM -0800, Paul E. McKenney wrote: > > On Fri, Feb 28, 2014 at 10:27:00PM +0100, Peter Zijlstra wrote: > > > On Fri, Feb 28, 2014 at 01:17:33PM -0800, Paul E. McKenney wrote: > > > > This code isn't running

Re: [RFC PATCH v2] xhci: Prevent runtime pm from autosuspending during initialization

2014-02-28 Thread Dan Williams
On Fri, Feb 28, 2014 at 1:57 PM, Greg KH wrote: > On Fri, Feb 28, 2014 at 12:41:31PM -0800, Dan Williams wrote: >> On Fri, Feb 28, 2014 at 12:32 PM, Sarah Sharp >> wrote: >> > On Mon, Feb 24, 2014 at 12:44:46PM -0500, Alan Stern wrote: >> >> On Mon, 24 Feb 2014, Mathias Nyman wrote: >> >> >> >>

Re: [PATCH 08/19] perf c2c: Shared data analyser

2014-02-28 Thread Davidlohr Bueso
On Fri, 2014-02-28 at 14:46 -0500, Don Zickus wrote: > On Fri, Feb 28, 2014 at 11:08:59AM -0800, Andi Kleen wrote: > > Don Zickus writes: > > > + > > > +static const struct perf_evsel_str_handler handlers[] = { > > > + { "cpu/mem-loads,ldlat=30/pp", perf_c2c__process_load, }, > > > + {

Re: [RFC PATCH v2] xhci: Prevent runtime pm from autosuspending during initialization

2014-02-28 Thread Greg KH
On Fri, Feb 28, 2014 at 12:41:31PM -0800, Dan Williams wrote: > On Fri, Feb 28, 2014 at 12:32 PM, Sarah Sharp > wrote: > > On Mon, Feb 24, 2014 at 12:44:46PM -0500, Alan Stern wrote: > >> On Mon, 24 Feb 2014, Mathias Nyman wrote: > >> > >> > xHCI driver has its own pci probe function that will

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Peter Zijlstra
On Fri, Feb 28, 2014 at 01:51:50PM -0800, Paul E. McKenney wrote: > On Fri, Feb 28, 2014 at 10:27:00PM +0100, Peter Zijlstra wrote: > > On Fri, Feb 28, 2014 at 01:17:33PM -0800, Paul E. McKenney wrote: > > > This code isn't running in idle context is it? If so, RCU will happily > > > free out

Re: [PATCH 00/19 V2] perf, c2c: Add new tool to analyze cacheline contention on NUMA systems

2014-02-28 Thread Andi Kleen
> It's there. :-) > > perf c2c -r -x, report > > will spit out raw records in CSV format. But most of the cooked data seems not? I saw lots of printfs without separator support. Sorry I meant data mining the cooked data, e.g. plotting it. -Andi -- To unsubscribe from this list: send the line

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Paul E. McKenney
On Fri, Feb 28, 2014 at 10:27:00PM +0100, Peter Zijlstra wrote: > On Fri, Feb 28, 2014 at 01:17:33PM -0800, Paul E. McKenney wrote: > > This code isn't running in idle context is it? If so, RCU will happily > > free out from under it. CONFIG_PROVE_RCU should detect this sort of thing, > >

Re: [PATCH 14/28] Remove MACH_SMDKC210

2014-02-28 Thread Paul Bolle
On Wed, 2014-02-12 at 16:04 +, Mark Brown wrote: > On Mon, Feb 10, 2014 at 11:09:19PM +0100, Paul Bolle wrote: > > See, if you scan v3.10:arch/arm/mach-exynos/mach-smdkv310.c you'll > > notice the string "smdk-audio". If you grep that string you get a few > > hits. But none in

Re: [PATCH V5 2/4] DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IP

2014-02-28 Thread Tony Lindgren
* Sricharan R [140205 06:13]: > Tony, > > On Wednesday 05 February 2014 06:41 PM, Sricharan R wrote: > > On Tuesday 04 February 2014 09:44 PM, Thomas Gleixner wrote: > >> On Mon, 3 Feb 2014, Sricharan R wrote: > I already have your reviewed-by tag for the first patch in this series. >

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Steven Rostedt
On Fri, 28 Feb 2014 16:18:23 -0500 (EST) Vince Weaver wrote: > I was away from the computer this afternoon and of course I have scores of > e-mails on this topic now with lots of competing patches. Is there one > in particular I'm supposed to be testing? I was poking fun at you on IRC for

Re: [PATCH 2/2] perf tools: Fix strict alias issue for find_first_bit

2014-02-28 Thread Peter Zijlstra
On Fri, Feb 28, 2014 at 06:25:51PM -0300, Arnaldo Carvalho de Melo wrote: > From: Jiri Olsa > > When compiling perf tool code with gcc 4.4.7 I'm getting > following error: > > CC util/session.o > cc1: warnings being treated as errors > util/session.c: In function

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Peter Zijlstra
On Fri, Feb 28, 2014 at 01:17:33PM -0800, Paul E. McKenney wrote: > This code isn't running in idle context is it? If so, RCU will happily > free out from under it. CONFIG_PROVE_RCU should detect this sort of thing, > though. Well, interrupts/NMIs can happen when idle, but the interrupt/NMI

[PATCH 1/2] perf tools: fix BFD detection on opensuse

2014-02-28 Thread Arnaldo Carvalho de Melo
From: Andi Kleen opensuse libbfd requires -lz -liberty to build. Add those to the BFD feature detection. Signed-off-by: Andi Kleen Acked-by: David Ahern Acked-by: Jiri Olsa Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Link:

[PATCH 2/2] perf tools: Fix strict alias issue for find_first_bit

2014-02-28 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa When compiling perf tool code with gcc 4.4.7 I'm getting following error: CC util/session.o cc1: warnings being treated as errors util/session.c: In function ‘perf_session_deliver_event’: tools/perf/util/include/linux/bitops.h:109: error: dereferencing pointer

[GIT PULL 0/2] perf/urgent fixes

2014-02-28 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit b6e53f321ee6f4b237d8cc54fbace3217fa96e05: Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2014-02-27

Re: mlx4_core: DMA-API: device driver tries to sync DMA memory it has not allocated

2014-02-28 Thread Gerald Schaefer
On Thu, 27 Feb 2014 19:01:09 +0200 Amir Vadai wrote: > On 10/12/13 14:44 +0100, Gerald Schaefer wrote: > > Hi, > > > > During network stress test with CONFIG_DMA_API_DEBUG=y we get the following > > message on the server side: > > > > [57523.955982] mlx4_core :00:00.0: DMA-API: device

[PATCH 1/3] media/drx39xyj: fix pr_dbg undefined compile errors when DJH_DEBUG is defined

2014-02-28 Thread Shuah Khan
drxj.c fails to compile with the following errors when DJH_DEBUG is defined. drivers/media/dvb-frontends/drx39xyj/drxj.c:1567:2: error: implicit declaration of function ‘pr_dbg’ [-Werror=implicit-function-declaration] pr_dbg("drx3933 i2c operation addr=%x i2c=%p, wc=%x rc=%x\n", ^

[PATCH 2/3] media/drx39xyj: remove return that prevents DJH_DEBUG code to run

2014-02-28 Thread Shuah Khan
drxbsp_i2c_write_read() has return that prevents DJH_DEBUG code to run. Remove it. Signed-off-by: Shuah Khan --- drivers/media/dvb-frontends/drx39xyj/drxj.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c

[PATCH 3/3] media/drx39xyj: fix boot failure due to null pointer dereference

2014-02-28 Thread Shuah Khan
DJH_DEBUG only code path in drxbsp_i2c_write_read() dereferences w_dev_addr and subsequently w_dev_addr->user_data->i2c which results in failure during boot. This patch fixes the null pointer derefence bug as well as the following compile errors: LD arch/x86/built-in.o CC

[PATCH 0/3] media/drx39xyj: fix DJH_DEBUG path null pointer dereferences, and compile errors.

2014-02-28 Thread Shuah Khan
This patch series fixes null pointer dereference boot failure as well as compile errors. Shuah Khan (3): media/drx39xyj: fix pr_dbg undefined compile errors when DJH_DEBUG is defined media/drx39xyj: remove return that prevents DJH_DEBUG code to run media/drx39xyj: fix boot failure due

Re: [PATCH 2/2] i2c: Add message transfer tracepoints for SMBUS

2014-02-28 Thread Wolfram Sang
> > Also, the I2C tracing has first 'f' then 'a', that should be consistent, > > too. > > Flags first or address first? Do you have a preference (for both)? I'd say address first, yet no strong preference. > > Can we have something like this for 'flags'? > > There's a __print_flags() which

[PATCH] drm/vmwgfx: avoid null pointer dereference at failure paths

2014-02-28 Thread Alexey Khoroshilov
vmw_takedown_otable_base() and vmw_mob_unbind() check for potential vmw_fifo_reserve() failure and print error message, but then immediately dereference NULL pointer. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov ---

Re: [PATCH 1/2] i2c: Add message transfer tracepoints for I2C

2014-02-28 Thread Wolfram Sang
> > And for the buffer: %*phN is difficult to read IMO. What about %*ph? Or > > %*phD at least? > > My problem with that is that it increases the length of the output by 50% and > there's a hard limit on how much output we may produce. Is it PAGE_SIZE? How is this handled when the buffer is so

Re: [PATCH] x86: Rename copy_from_user_nmi() to copy_from_user_trace()

2014-02-28 Thread Peter Zijlstra
On Fri, Feb 28, 2014 at 04:01:39PM -0500, Steven Rostedt wrote: > OK, I'll go with that. So instead of an _nmi() which it has nothing to > do with NMIs, Well, how is 'safe to use from NMI' nothing to do with NMIs? > how about making it like spin_lock_irq() and a more > descriptive name about

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Paul E. McKenney
On Fri, Feb 28, 2014 at 09:54:09PM +0100, Peter Zijlstra wrote: > On Fri, Feb 28, 2014 at 03:47:16PM -0500, Steven Rostedt wrote: > > > > I'll try your patch momentarily, first I had some other changes I > > > > started > > > > running before I left work (for some reason it recompiled the whole

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Vince Weaver
On Fri, 28 Feb 2014, H. Peter Anvin wrote: > Now we need to figure out if the reboot problem and the segfault problem > are actually the same... I have a nasty feeling they might be different > problems. I'm currently running a script that tries setting EBP to all possible 32-bit pages and

Re: [PATCH] blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE"

2014-02-28 Thread Paul Bolle
Steven, On Wed, 2014-02-26 at 18:35 +0800, Steven Miao wrote: > On Thu, Feb 13, 2014 at 5:40 PM, Paul Bolle wrote: > >> 1) There are many lines that might be converted to IS_ENABLED() in this > >> file. I'm not sure if and how that should be done. > Sorry for the late reply. There are many

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
On Fri, Feb 28, 2014 at 10:08 PM, Sebastian Reichel wrote: > On Fri, Feb 28, 2014 at 09:32:12PM +0100, Belisko Marek wrote: >> On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: >> > On Thu, Feb 27, 2014 at 10:34:35PM +0100, Belisko Marek wrote: >> >> Well I've tried and it's worse :). I

Re: [PATCH v5 5/7] [media] of: move common endpoint parsing to drivers/of

2014-02-28 Thread Sylwester Nawrocki
On 02/27/2014 06:35 PM, Philipp Zabel wrote: This patch adds a new struct of_endpoint which is then embedded in struct v4l2_of_endpoint and contains the endpoint properties that are not V4L2 (or even media) specific: the port number, endpoint id, local device tree node and remote endpoint

Re: [PATCH v5 3/7] of: Warn if of_graph_get_next_endpoint is called with the root node

2014-02-28 Thread Sylwester Nawrocki
On 02/27/2014 06:35 PM, Philipp Zabel wrote: If of_graph_get_next_endpoint is given a parentless node instead of an endpoint node, it is clearly a bug. Signed-off-by: Philipp Zabel --- drivers/of/base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/of/base.c

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Sebastian Reichel
On Fri, Feb 28, 2014 at 09:32:12PM +0100, Belisko Marek wrote: > On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: > > On Thu, Feb 27, 2014 at 10:34:35PM +0100, Belisko Marek wrote: > >> Well I've tried and it's worse :). I got during booting: > >> [2.218383] ERROR: could not get IIO

Re: [PATCH v5 2/7] Documentation: of: Document graph bindings

2014-02-28 Thread Sylwester Nawrocki
Hi Philipp, Just couple minor comments... On 02/27/2014 06:35 PM, Philipp Zabel wrote: The device tree graph bindings as used by V4L2 and documented in Documentation/device-tree/bindings/media/video-interfaces.txt contain generic parts that are not media specific but could be useful for any

[v3.2.y][PATCH 0/1] cifs: set MAY_SIGN when sec=krb5

2014-02-28 Thread Joseph Salisbury
BugLink: http://bugs.launchpad.net/bugs/1285723 Hi Ben, Please consider including a backport of upstream commit 0b7bc84000d71f3647ca33ab1bf5bd928535c846 in the next v3.2.y release. It was included upstream as of v3.9-rc1. It has been tested and confirmed to resolve

[v3.2.y][PATCH 1/1] cifs: set MAY_SIGN when sec=krb5

2014-02-28 Thread Joseph Salisbury
Backport from mainline commit: 0b7bc84000d71f3647ca33ab1bf5bd928535c846. This backport was done so including mainline commit 8830d7e07a5e38bc47650a7554b7c1cfd49902bf is not needed. BugLink: http://bugs.launchpad.net/bugs/1285723 Signed-off-by: Joseph Salisbury --- fs/cifs/connect.c |3 ++-

Re: [PATCH 11/11] kexec: Support for Kexec on panic using new system call

2014-02-28 Thread Vivek Goyal
On Fri, Feb 28, 2014 at 06:28:57PM +0100, Borislav Petkov wrote: [..] > > +/* Memory to backup during crash kdump */ > > +#define KEXEC_BACKUP_SRC_START (0UL) > > +#define KEXEC_BACKUP_SRC_END (655360UL) /* 640K */ > > I guess > > #define KEXEC_BACKUP_SRC_END (640 * 1024UL) > >

Re: perf_fuzzer compiled for x32 causes reboot

2014-02-28 Thread Steven Rostedt
On Fri, 28 Feb 2014 21:56:38 +0100 Peter Zijlstra wrote: > Like already said; _trace is an absolutely abysmal name. Also you > _really_ don't want an unconditional CR2 write in there, that's just > stupidly expensive. But a read isn't. Which is why we only do a write if the copy caused a page

Re: [PATCH v2 2/2] checkpatch: fix spurious vendor compatible warnings

2014-02-28 Thread Joe Perches
Hi. A couple of suggestions and a couple of questions. I made the patch below against your patches to. o Look for ".compatible = "foo" strings in .c and .h files too o Improve the vendor name match in vendor-prefix.txt by only matching the exact vendor name at the beginning of lines. I then

[PATCH 1/1] fs/affs/dir.c: unlock/brelse dir on failure + code clean-up

2014-02-28 Thread Fabian Frederick
0edf977d2ae32b ("[readdir] convert affs") returns directly -EIO without unlocking dir inode and cleaning dir bh when second affs_bread sequence fails. This patch restores initial behaviour.It also fixes pr_debug and affs_error to fit in 80 columns + removes reference to filldir (replaced by

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