Mr Kabore Isa.

2015-09-04 Thread Mr Kabore Isa
Greetings Dear Friend. I am Mr Kabore Isa, Staff of Bank Of Africa in Burkina Faso. I would like you to indicate your interest to receive the transfer of ($20.5 Million Dollars) I will like you to stand as the next of kin to my late client whose account is presently dormant for claims. if you are

[PATCH] mmc: sdhci-acpi: detect sd card reader on asus x205ta

2015-09-04 Thread Michele Curti
Add an entry to the sdhci_acpi_uids list to detect the SD card reader on the Asus X205Ta laptop. dstd table: Device (SDHC) { Name (_ADR, Zero) // _ADR: Address Name (_HID, "PNP0FFF") // _HID: Hardware ID Name (_CID, "PNP0D40" /* SDA Standard Compliant SD Host Controller */) Nam

[RFC v1 4/4] iio: chemical: add SGX VZ89x VOC sensor support

2015-09-04 Thread Matt Ranostay
Add support for VZ89X sensors VOC and CO2 reporting channels in ppm/ppb units. Signed-off-by: Matt Ranostay --- .../devicetree/bindings/i2c/trivial-devices.txt| 1 + drivers/iio/Kconfig| 1 + drivers/iio/Makefile | 1 + driv

[RFC v1 3/4] devicetree: add SGX Sensortech vendor id

2015-09-04 Thread Matt Ranostay
Signed-off-by: Matt Ranostay --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index ac5f0c3..281e8f0 100644 --- a/Documentati

[RFC v1 2/4] iio: resistance: add IIO_RESISTANCE channel type

2015-09-04 Thread Matt Ranostay
Signed-off-by: Matt Ranostay --- Documentation/ABI/testing/sysfs-bus-iio | 6 ++ drivers/iio/industrialio-core.c | 1 + include/uapi/linux/iio/types.h | 1 + 3 files changed, 8 insertions(+) diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sy

[RFC v1 0/4] iio: new chemical sensor framework and channel types

2015-09-04 Thread Matt Ranostay
Initial RFC for new chemical sensor framework, IIO_CONCENTRATION, and IIO_RESISTANCE channel types. Important notes: * Not been tested on real hardware yet but that isn't the main RFC reason and once hardware is in hand it will be verified * Reason the IIO_CONCENTRATION type isn't in percent but

[RFC v1 1/4] iio: chemical: Add IIO_CONCENTRATION channel type

2015-09-04 Thread Matt Ranostay
There are air quality sensors that report data back in parts per million of VOC (Volatile Organic Compounds) which are usually indexed from CO2 or another common pollutant. This patchset adds an IIO_CONCENTRATION type and IIO_MOD_PPM/PPB modifiers because no other channels types fit this use case.

Re: [PATCH] task_work: remove fifo ordering guarantee

2015-09-04 Thread Al Viro
On Sat, Sep 05, 2015 at 06:12:34AM +0100, Al Viro wrote: > First of all, we'd better not count on e.g. delayed fput() *NOT* doing > task_work_add() - we still need to check if any new work had been added. > After all, final close() might very well have done a final mntput() > on a lazy-unmounted f

Re: [PATCH] task_work: remove fifo ordering guarantee

2015-09-04 Thread Al Viro
On Sat, Aug 29, 2015 at 02:49:21PM +0200, Oleg Nesterov wrote: > Let's look keyctl_session_to_parent(). It does task_work_cancel() > but only because we can not trust user-space. Otherwise we could > remove it and just do task_work_add(), but this needs fifo. > > Fifo just looks more sane to me.

Re: [PATCH] task_work: remove fifo ordering guarantee

2015-09-04 Thread Al Viro
On Mon, Aug 31, 2015 at 01:22:26PM +0800, yalin wang wrote: > why not provide API like: > fput() > fput_nosync() ? > > because synchronous version are reasonable and safe in most time, > let the user to select which version to use is more feasible, no matter if it > is kthread or not. Synchronou

Re: [PATCH] task_work: remove fifo ordering guarantee

2015-09-04 Thread Al Viro
On Sat, Aug 29, 2015 at 10:08:30AM -0700, Linus Torvalds wrote: > Hmm. > > I'm wondering if we should just make close_files() (or maybe even > filp_close()) use a synchronous fput(). > > Iirc, the reason we delay fput() is that we had some nasty issues for > the generic fput case. It was called f

Re: [PATCH 6/6] ebpf: allow BPF_REG_X in src_reg conditional jumps

2015-09-04 Thread Alexei Starovoitov
On Fri, Sep 04, 2015 at 04:43:50PM -0600, Tycho Andersen wrote: > > The fix should be something like this: > > diff --git a/net/core/filter.c b/net/core/filter.c > > index 13079f03902e..05a04ea87172 100644 > > --- a/net/core/filter.c > > +++ b/net/core/filter.c > > @@ -478,9 +478,9 @@ do_pass: > >

Re: [PATCH v1 1/2] soc: ti: display firmware file name as part of boot log

2015-09-04 Thread santosh.shilim...@oracle.com
On 9/4/15 5:46 PM, Murali Karicheri wrote: To help the user, print the PDSP file name as part of knav_queue_load_pdsp(). This will be useful for users to know what version of the firmware is loaded to PDSP. Also update the document for the location of the QMSS accumulator PDSP firmware. Signed-o

Re: [PATCH] MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.

2015-09-04 Thread Yousong Zhou
On 5 September 2015 at 11:29, Yousong Zhou wrote: > #include > #include > #include was missed out at the top. yousong > uint16_t __attribute__((noinline)) f(uint16_t v) > { > v = __cpu_to_le16(v); > return v; > } > > int main() > {

Re: [PATCH] MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16.

2015-09-04 Thread Yousong Zhou
On 5 September 2015 at 02:52, Maciej W. Rozycki wrote: > On Thu, 3 Sep 2015, Yousong Zhou wrote: > >> The nomips16 has to be added both as function attribute and assembler >> directive. >> >> When only function attribute is specified, the compiler will inline the >> function with -Os optimization.

[PATCH 0/2] arm64: Support Hisilicon Hip05-D02 board

2015-09-04 Thread Ding Tianhong
Hip05-D02 Development Board is based on Cortex-A57, this patchset contains initial support for Hip05-D02 Soc and Board. Initial support is minimal and includes just the arch configuration, device tree configuration. PSCI is enabled in device tree and there is no problem to boot all the 16 cores, a

[PATCH 1/2] arm64: hip05-d02: Document devicetree bindings for Hisilicon Hip05-D02 Board

2015-09-04 Thread Ding Tianhong
This patch adds documentation for the devicetree bindings used by the DT files of Hisilicon Hip05-D02 development board. Signed-off-by: Ding Tianhong --- Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree

[PATCH 2/2] arm64: dts: add dts files for Hisilicon Hip05-D02 Development Board

2015-09-04 Thread Ding Tianhong
Add initial dtsi file to support Hisilicon Hip05-D02 Board with support of CPUs in four clusters and each cluster has quard Cortex-A57. Also add dts file to support Hip05-D02 development board. Signed-off-by: Ding Tianhong Signed-off-by: Kefeng Wang --- arch/arm64/boot/dts/hisilicon/Makefile

Re: [PATCH] of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.

2015-09-04 Thread Frank Rowand
On 9/4/2015 6:40 PM, David Daney wrote: > On 09/04/2015 06:14 PM, Frank Rowand wrote: >> On 9/4/2015 12:12 PM, David Daney wrote: >>> From: David Daney >>> >>> It is perfectly legitimate for a PCI device to have an >>> PCI_INTERRUPT_PIN value of zero. This happens if the device doesn't >>> use in

Re: [PATCH] crypto/testmgr: don't copy from source IV too much

2015-09-04 Thread Herbert Xu
On Fri, Sep 04, 2015 at 07:42:26PM +0300, Andrey Ryabinin wrote: > > But noticed that some algs don't set ivsize (which makes it zero). > E.g. "ecb-cast6-avx" doesn't set it, but test vectors > (cast6_enc_tv_template[], cast6_dec_tv_template[]) > have .iv of 16bytes. ECB should always have an IV

Re: [PATCH 6/9] drm: bridge/dw_hdmi: adjust pixel clock values in N calculation

2015-09-04 Thread Doug Anderson
Russell, On Fri, Sep 4, 2015 at 5:27 PM, Russell King - ARM Linux wrote: > On Fri, Sep 04, 2015 at 04:50:03PM -0700, Doug Anderson wrote: >> Russell, >> >> On Fri, Sep 4, 2015 at 2:24 PM, Russell King - ARM Linux >> wrote: >> >> In your case you're probably making the value that Linux >> >> aske

Re: [RFC v0 2/9] suspend: Add getter function to report if freezing is active

2015-09-04 Thread Rafael J. Wysocki
On Friday, September 04, 2015 03:34:55 PM Daniel Wagner wrote: > Instead encode the FREEZE state via the CPU state we allow the > interesting subsystems (MCE, microcode) to query the power > subsystem directly. A use case, please. > Most notifiers are not interested at all > in this information s

Re: [PATCH] of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.

2015-09-04 Thread David Daney
On 09/04/2015 06:14 PM, Frank Rowand wrote: On 9/4/2015 12:12 PM, David Daney wrote: From: David Daney It is perfectly legitimate for a PCI device to have an PCI_INTERRUPT_PIN value of zero. This happens if the device doesn't use interrupts, or on PCIe devices, where only MSI/MSI-X are suppor

defects for uses of abs(u64) (was: Re: Regression: can't apply frequency offsets above 1000ppm)

2015-09-04 Thread Joe Perches
On Fri, 2015-09-04 at 18:00 -0700, John Stultz wrote: > On Fri, Sep 4, 2015 at 5:57 PM, John Stultz wrote: > > On Thu, Sep 3, 2015 at 4:26 AM, Miroslav Lichvar > > wrote: > >> On Wed, Sep 02, 2015 at 04:16:00PM -0700, John Stultz wrote: > >>> On Tue, Sep 1, 2015 at 6:14 PM, Nuno Gonçalves wrote

[PATCH 08/15] perf tools: Switch to tracing_path interface on appropriate places

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Using tracing_path interface on several places, that more or less copy the functionality of tracing_path interface. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Matt Fleming Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Raphael Beamonte Cc: Steven Rostedt Link: http://lkml.kern

Re: [PATCH] of_pci_irq: Silence bogus "of_irq_parse_pci() failed ..." messages.

2015-09-04 Thread Frank Rowand
On 9/4/2015 12:12 PM, David Daney wrote: > From: David Daney > > It is perfectly legitimate for a PCI device to have an > PCI_INTERRUPT_PIN value of zero. This happens if the device doesn't > use interrupts, or on PCIe devices, where only MSI/MSI-X are > supported. > > Silence the annoying "of_

[PATCH 09/15] perf test: Add entry to test cpu topology

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang This patch test cpu core_id and socket_id which are stored in perf_env. Commiter note: # perf test topo 40: Test topology in session: Ok # perf test -v topo 40: Test topology in session: --- start --- test child forked, pid 31767 templ file: /tmp/perf-test-VTZ1PL

[PATCH 06/15] tools lib api fs: Replace debugfs/tracefs objects interface with fs.c

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Switching to the fs.c related filesystem framework. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Matt Fleming Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Raphael Beamonte Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1441180605-24737-14-git-send-email-jo...@kernel.org Sig

[GIT PULL 00/15] perf/core improvements and fixes

2015-09-04 Thread Arnaldo Carvalho de Melo
Hi Ingo, Please consider pulling, this is on top of the previous pull request, perf-core-for-mingo. - Arnaldo The following changes since commit cf2f33a4e54096f90652cca3511fd6a456ea5abe: perf trace: Add read/write to the file group (2015-09-04 13:22:06 -0300) are available in the git

[PATCH 11/15] perf tools: Introduce new sort type "socket" for the processor socket

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang This patch enable perf report to sort by processor socket: $ perf report --stdio --sort socket,comm,dso,symbol # To display the perf.data header info, please use --header/--header-only options. # # Total Lost Samples: 0 # # Samples: 686 of event 'cycles' # Event c

[PATCH 12/15] perf report: Introduce --socket-filter option

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang Introduce --socket-filter option for 'perf report' to only show entries for a processor socket that match this filter. $ perf report --socket-filter 1 --stdio # To display the perf.data header info, please use --header/--header-only options. # # Total Lost Samples: 0 #

[PATCH 15/15] perf stat: Move sw clock metrics printout to stat-shadow

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Andi Kleen The sw clock metrics printing was missed in the earlier move to stat-shadow of all the other metric printouts. Move it too. Signed-off-by: Andi Kleen Acked-by: Jiri Olsa Link: http://lkml.kernel.org/r/1441406717-1717-2-git-send-email-a...@firstfloor.org Signed-off-by: Arnaldo

[PATCH 13/15] perf hists browser: Zoom in/out for processor socket

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang Currently, users can zoom in/out for threads and dso in 'perf top' and 'perf report'. This patch extends it for the processor sockets. 'S' is the short key to zoom into current Processor Socket. Signed-off-by: Kan Liang Tested-by: Arnaldo Carvalho de Melo Cc: Adrian Hunter C

[PATCH 14/15] perf test: Add entry for hists socket filter

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang Add test case for hists socket filter. Signed-off-by: Kan Liang Cc: Adrian Hunter Cc: Andi Kleen Cc: Jiri Olsa Cc: Namhyung Kim Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1441377946-44429-5-git-send-email-kan.li...@intel.com Signed-off-by: Arnaldo Carvalho de Melo

[PATCH 04/15] perf tests: Print objdump/dso buffers if they don't match

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jan Stancek Signed-off-by: Jan Stancek Acked-by: Adrian Hunter Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/d0f42f786bc0e965918e0f422df25617a12a4021.1441181335.git.jsta

[PATCH 10/15] perf tools: Add processor socket info to hist_entry and addr_location

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Kan Liang Add processor socket id info in hist_entry and addr_location. Finor 'perf report', the socket id info is from perf.data. For others, the socket id info is from current system. Signed-off-by: Kan Liang Cc: Adrian Hunter Cc: Andi Kleen Cc: Jiri Olsa Cc: Namhyung Kim Cc: Step

[PATCH 02/15] perf tests: Make objdump disassemble zero blocks

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jan Stancek Add -z parameter to avoid skipping zero blocks: 816704fe : 816704fe: 7b 34 jnp 81670534 ... 81670501 : 81670501: 0f ba e2 03 bt $0x3,%edx 81670505: 73 11 jae 81670518 Signed-off-by: Jan

[PATCH 03/15] perf tests: Stop reading if objdump output crossed sections

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jan Stancek objdump output can span across multiple sections: Disassembly of section .text: 0008 : 8: 48 89 e5mov%rsp,%rbp b: 53 push %rbx c: 8b 01 mov(%rcx),%eax

[PATCH 07/15] tools lib api fs: Remove debugfs, tracefs and findfs objects

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa We have all the functionality in fs.c, let's remove unneeded objects. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Matt Fleming Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Raphael Beamonte Cc: Steven Rostedt Link: http://lkml.kernel.org/r/1441180605-24737-15-git-send-email-jo

[PATCH 05/15] tools lib api fs: Make tracing_path_strerror_open message generic

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Making tracing_path__strerror_open_tp message generic by mentioning both debugfs/tracefs words in error message plus the tracing_path instead of debugfs_mountpoint. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: Matt Fleming Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Raphael Beam

Re: [PATCH] Staging: rtl18192u: fix style issues in ieee80211_softmac_wx.c

2015-09-04 Thread Greg KH
On Fri, Sep 04, 2015 at 11:00:06PM +, Mike Dupuis wrote: > This is a patch to the ieee80211_softmac_wx.c file that corrects several > checkpatch.pl warnings and errors. > Signed-off-by: Mike Dupuis You need a blank line before the signed-off-by line. Also, please break this up into multiple

[PATCH 01/15] perf tests: Take into account address of each objdump line

2015-09-04 Thread Arnaldo Carvalho de Melo
From: Jan Stancek objdump output can contain repeated bytes. At the moment test reads all output sequentially, assuming each address is represented in output only once: 8164efb3 : 8164efb3: c1 5d 00 ebrcrl $0xeb,0x0(%rbp) 8164efb7: 00 4c 8b 5cadd

Re: Regression: can't apply frequency offsets above 1000ppm.

2015-09-04 Thread John Stultz
On Fri, Sep 4, 2015 at 5:57 PM, John Stultz wrote: > On Thu, Sep 3, 2015 at 4:26 AM, Miroslav Lichvar wrote: >> On Wed, Sep 02, 2015 at 04:16:00PM -0700, John Stultz wrote: >>> On Tue, Sep 1, 2015 at 6:14 PM, Nuno Gonçalves wrote: >>> > And just installing chrony from the feeds. With any kernel

Re: Regression: can't apply frequency offsets above 1000ppm.

2015-09-04 Thread John Stultz
On Thu, Sep 3, 2015 at 4:26 AM, Miroslav Lichvar wrote: > On Wed, Sep 02, 2015 at 04:16:00PM -0700, John Stultz wrote: >> On Tue, Sep 1, 2015 at 6:14 PM, Nuno Gonçalves wrote: >> > And just installing chrony from the feeds. With any kernel from 3.17 >> > you'll have wrong estimates at chronyc sou

Re: [PATCH] spmi-pmic-arb: support configurable number of peripherals

2015-09-04 Thread Stephen Boyd
On 09/04, Gilad Avidov wrote: > On Thu, 3 Sep 2015 17:16:30 -0700 > Stephen Boyd wrote: > > > On 09/03, Gilad Avidov wrote: > > > + supported by HW. Default (minimum > > > supported) is 128. + > > > +Example V1 PMIC-Arbiter: > > > > > > spmi { > > > compatible = "qc

MY BELOVED FRIEND IN THE LORD, PLEASE VIEW THE ATTACHED FILE AND GET BACK TO ME URGENTLY.

2015-09-04 Thread ELIZABETH JOHNSON
PLEASE GET BACK TO ME AS SOON AS POSSIBLE. MY BELOVED FRIEND IN THE LORD..docx Description: MS-Word 2007 document

Re: [PATCH 6/9] drm: bridge/dw_hdmi: adjust pixel clock values in N calculation

2015-09-04 Thread Russell King - ARM Linux
On Fri, Sep 04, 2015 at 04:50:03PM -0700, Doug Anderson wrote: > Russell, > > On Fri, Sep 4, 2015 at 2:24 PM, Russell King - ARM Linux > wrote: > >> In your case you're probably making the value that Linux > >> asked you to make, AKA 25.175000 MHz. > > > > ... which is the spec value. > > This i

Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program

2015-09-04 Thread Tycho Andersen
On Fri, Sep 04, 2015 at 04:08:53PM -0700, Andy Lutomirski wrote: > On Fri, Sep 4, 2015 at 3:28 PM, Tycho Andersen > wrote: > > On Fri, Sep 04, 2015 at 02:48:03PM -0700, Andy Lutomirski wrote: > >> On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen > >> wrote: > >> > On Fri, Sep 04, 2015 at 01:17:30PM

Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program

2015-09-04 Thread Andy Lutomirski
On Fri, Sep 4, 2015 at 4:27 PM, Kees Cook wrote: > On Fri, Sep 4, 2015 at 3:28 PM, Tycho Andersen > wrote: >> On Fri, Sep 04, 2015 at 02:48:03PM -0700, Andy Lutomirski wrote: >>> On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen >>> wrote: >>> > On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook w

[GIT PULL for v4.3-rc1] media updates

2015-09-04 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v4.3-1 For the media subsystem patches for Kernel 4.3. This series contain: - New DVB frontend drivers: ascot2e, cxd2841er, horus3a, lnbh25; - New HDMI capture driver: tc358743; - New dri

Re: [PATCH 2/2] rcu: Fix up timeouts for forcing the quiescent state

2015-09-04 Thread Paul E. McKenney
On Fri, Sep 04, 2015 at 02:11:30PM +0200, Petr Mladek wrote: > The deadline to force the quiescent state (jiffies_force_qs) is currently > updated only when the previous timeout passed. But the timeout used for > wait_event() is always the entire original timeout. This is strange. They tell me tha

Re: [PATCH 6/9] drm: bridge/dw_hdmi: adjust pixel clock values in N calculation

2015-09-04 Thread Doug Anderson
Russell, On Fri, Sep 4, 2015 at 2:24 PM, Russell King - ARM Linux wrote: >> Basically the spec is saying that you want both N and CTS to be >> integral. ...as you say you really want: >> CTS = (TMDS * N) / (128 * audio_freq) > > In the case of software-programmed CTS and N values, they have to

Re: [3.13.y-ckt stable] Linux 3.13.11-ckt26

2015-09-04 Thread Kamal Mostafa
diff --git a/Makefile b/Makefile index 964e360..aa8e2b6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 13 SUBLEVEL = 11 -EXTRAVERSION = -ckt25 +EXTRAVERSION = -ckt26 NAME = King of Alienated Frog Porn # *DOCUMENTATION* diff --git a/arch/arm/mach-omap2/omap_hwmo

Re: [Adi-buildroot-devel] [Consult] blackfin: About one building break issue for STACKTRACE

2015-09-04 Thread Chen Gang
On 9/3/15 11:05, Chen Gang wrote: > On 4/17/15 22:02, Chen Gang wrote: >> On 4/17/15 11:02, Zhang, Sonic wrote: >>> Hi Gang, >>> >>> Please only use the GCC for Blackfin 2013R1 or 2014R1 from >>> https://sourceforge.net/projects/adi-buildroot/files/ . Upstream GCC5 isn't >>> ported to Blackfin pr

[3.13.y-ckt stable] Linux 3.13.11-ckt26

2015-09-04 Thread Kamal Mostafa
I am announcing the release of the Linux 3.13.11-ckt26 kernel. The updated 3.13.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.13.y and can be browsed at: http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y The diff from v3.13.11-ckt25 is posted

Linux Plumbers 2016 Call for Organizers

2015-09-04 Thread Grant Likely
Each year, the Linux Foundation's Technical Advisory Board (TAB) seeks an organizing committee for the annual Linux Plumbers Conference; that process has now begun for the 2016 event. This is your chance to put your stamp on one of our community's most important gatherings in a year when we will b

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 08:26:18PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 04, 2015 at 08:25:47PM -0300, Arnaldo Carvalho de Melo escreveu: > > > One more fixed, see below, now we have another, using ESC should remove > > > the last applied Zoom operation, just like for the other Zo

Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program

2015-09-04 Thread Kees Cook
On Fri, Sep 4, 2015 at 3:28 PM, Tycho Andersen wrote: > On Fri, Sep 04, 2015 at 02:48:03PM -0700, Andy Lutomirski wrote: >> On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen >> wrote: >> > On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook wrote: >> >> On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 08:25:47PM -0300, Arnaldo Carvalho de Melo escreveu: > > One more fixed, see below, now we have another, using ESC should remove > > the last applied Zoom operation, just like for the other Zoom operations > > (DSO, thread, etc), looking at that now. > > Fixed, see below, t

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 08:06:21PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 04, 2015 at 07:52:55PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Fri, Sep 04, 2015 at 07:41:39PM -0300, Arnaldo Carvalho de Melo escreveu: > > > Em Fri, Sep 04, 2015 at 10:45:43AM -0400, kan.li...@inte

Re: [PATCH 1/2] rcu: Show the real fqs_state

2015-09-04 Thread Paul E. McKenney
On Fri, Sep 04, 2015 at 02:11:29PM +0200, Petr Mladek wrote: > The value of "fqs_state" in struct rcu_state is always RCU_GP_IDLE. > > The real state is stored in a local variable in rcu_gp_kthread(). > It is modified by rcu_gp_fqs() via parameter and return value. > But the actual value is never

Re: [PATCH net] openvswitch: Remove conntrack Kconfig option.

2015-09-04 Thread Pravin Shelar
On Fri, Sep 4, 2015 at 1:07 PM, Joe Stringer wrote: > There's no particular desire to have conntrack action support in Open > vSwitch as an independently configurable bit, rather just to ensure > there is not a hard dependency. This exposed option doesn't accurately > reflect the conntrack depende

DMARC from google posts...

2015-09-04 Thread David Miller
Just FYI, because google.com postings seem to be using DMARC now, significant segments of the internet are not receiving your postings and instead they are all bouncing back to postmaster. This includes all subscribers under hotmail, comcast, etc. You may want to let google's mail group know tha

Re: stop breaking dosemu (Re: x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n')

2015-09-04 Thread Stas Sergeev
05.09.2015 01:46, Raymond Jennings пишет: On 09/04/15 14:30, Stas Sergeev wrote: 05.09.2015 00:16, Stas Sergeev пишет: I agree. vm86() is a mess. My point is that its risky parts and useless funtionality is _already_ known (even I can point to the particular code parts than can simply be remove

Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program

2015-09-04 Thread Andy Lutomirski
On Fri, Sep 4, 2015 at 3:28 PM, Tycho Andersen wrote: > On Fri, Sep 04, 2015 at 02:48:03PM -0700, Andy Lutomirski wrote: >> On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen >> wrote: >> > On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook wrote: >> >> On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 07:52:55PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 04, 2015 at 07:41:39PM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Fri, Sep 04, 2015 at 10:45:43AM -0400, kan.li...@intel.com escreveu: > > > From: Kan Liang > > > > > > This patch enable perf report t

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 04:01:54PM -0700, Petri Gynther escreveu: > On Fri, Sep 4, 2015 at 3:48 PM, Arnaldo Carvalho de Melo > wrote: > > Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreveu: > >> This commit breaks the perf tool MIPS build because MIPS doesn't have > >> CONFIG_PERF_RE

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
On Fri, Sep 4, 2015 at 3:48 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreveu: >> This commit breaks the perf tool MIPS build because MIPS doesn't have >> CONFIG_PERF_REGS=y in .config-detected: >> >> commit bcc84ec65ad1bd9f777a1fade6f8e5e0c5808

[PATCH] Staging: rtl18192u: fix style issues in ieee80211_softmac_wx.c

2015-09-04 Thread Mike Dupuis
This is a patch to the ieee80211_softmac_wx.c file that corrects several checkpatch.pl warnings and errors. Signed-off-by: Mike Dupuis --- .../rtl8192u/ieee80211/ieee80211_softmac_wx.c | 114 ++-- 1 file changed, 54 insertions(+), 60 deletions(-) diff --git a/drivers/stag

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 07:41:39PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Fri, Sep 04, 2015 at 10:45:43AM -0400, kan.li...@intel.com escreveu: > > From: Kan Liang > > > > This patch enable perf report to sort by processor socket > > > > $ perf report --stdio --sort socket,comm,dso,symbol

Re: [PATCH 1/6] perf, tools, stat: Move sw clock metrics printout to stat-shadow

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 03:45:12PM -0700, Andi Kleen escreveu: > From: Andi Kleen > > The sw clock metrics printing was missed in the earlier move to > stat-shadow of all the other metric printouts. Move it too. > > Acked-by: Jiri Olsa Merging this one, letting Jiri react to the others, - Arn

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 03:45:03PM -0700, Petri Gynther escreveu: > This commit breaks the perf tool MIPS build because MIPS doesn't have > CONFIG_PERF_REGS=y in .config-detected: > > commit bcc84ec65ad1bd9f777a1fade6f8e5e0c5808fa5 > Author: Stephane Eranian > Date: Mon Aug 31 18:41:12 2015 +02

[PATCH 3/6] perf, tools, stat: Add support for metrics in interval mode

2015-09-04 Thread Andi Kleen
From: Andi Kleen Now that we can modify the metrics printout functions easily, it's straight forward to support metric printing for interval mode. All that is needed is to print the time stamp on every new line. Pass the prefix into the context and print it out. Signed-off-by: Andi Kleen --- t

Re: stop breaking dosemu (Re: x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n')

2015-09-04 Thread Raymond Jennings
On 09/04/15 14:30, Stas Sergeev wrote: 05.09.2015 00:16, Stas Sergeev пишет: I agree. vm86() is a mess. My point is that its risky parts and useless funtionality is _already_ known (even I can point to the particular code parts than can simply be removed). As such, it simply had to be re-visited

RE: [PATCH] csiostor:Fix locking requirements for function call in the function csio_alloc_rnode

2015-09-04 Thread Anish Bhatt
> -Original Message- > From: Nicholas Krause [mailto:xerofo...@gmail.com] > Sent: Thursday, September 3, 2015 10:44 AM > To: jbottom...@odin.com > Cc: h...@suse.de; micha...@cs.wisc.edu; da...@davemloft.net; Anish > Bhatt; Hariprasad S; linux-s...@vger.kernel.org; linux- > ker...@vger.kerne

perf, tools: Refactor and support interval and CSV metrics v4

2015-09-04 Thread Andi Kleen
[v4: Addressed all review feedback.] [v3: Addressed all review feedback. Update manpage for CSV. Various changes (see individual patches). Remove some more redundant code in printout callers.] [v2: Addressed (near) all review feedback. No manpage updates so far. Add support for --pe

[PATCH 2/6] perf, tools, stat: Abstract stat metrics printing

2015-09-04 Thread Andi Kleen
From: Andi Kleen Abstract the printing of shadow metrics. Instead of every metric calling fprintf directly and taking care of indentation, use two call backs: one to print metrics and another to start a new line. This will allow adding metrics to CSV mode and also using them for other purposes.

[PATCH 4/6] perf, tools, stat: Move noise/running printing into printout

2015-09-04 Thread Andi Kleen
From: Andi Kleen Move the running/noise printing into printout to avoid duplicated code in the callers. v2: Merged with other patches. Remove unnecessary hunk. Readd hunk that ended in earlier patch. Signed-off-by: Andi Kleen --- tools/perf/builtin-stat.c | 52 ++---

[PATCH 1/6] perf, tools, stat: Move sw clock metrics printout to stat-shadow

2015-09-04 Thread Andi Kleen
From: Andi Kleen The sw clock metrics printing was missed in the earlier move to stat-shadow of all the other metric printouts. Move it too. Acked-by: Jiri Olsa Signed-off-by: Andi Kleen --- tools/perf/builtin-stat.c | 9 - tools/perf/util/stat-shadow.c | 3 +++ 2 files changed, 3

[PATCH 6/6] perf, tools, stat: Move non counting counter printing to printout

2015-09-04 Thread Andi Kleen
From: Andi Kleen Move the special case printing for non-running counters to printout, so it can be shared by all the output options. Signed-off-by: Andi Kleen --- tools/perf/builtin-stat.c | 73 --- 1 file changed, 24 insertions(+), 49 deletions(-)

[PATCH 5/6] perf, tools, stat: Implement CSV metrics output

2015-09-04 Thread Andi Kleen
From: Andi Kleen Now support CSV output for metrics. With the new output callbacks this is relatively straight forward by creating new callbacks. The new line callback needs to know the number of fields to skip them correctly v2: Split out function argument changes Signed-off-by: Andi Kleen --

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
This commit breaks the perf tool MIPS build because MIPS doesn't have CONFIG_PERF_REGS=y in .config-detected: commit bcc84ec65ad1bd9f777a1fade6f8e5e0c5808fa5 Author: Stephane Eranian Date: Mon Aug 31 18:41:12 2015 +0200 perf record: Add ability to name registers to record On Fri, Sep 4, 2

RE: [PATCH] csiostor:Fix backwards locking in the function __csio_unreg_rnode

2015-09-04 Thread Anish Bhatt
> -Original Message- > From: Nicholas Krause [mailto:xerofo...@gmail.com] > Sent: Thursday, September 3, 2015 10:09 AM > To: jbottom...@odin.com > Cc: h...@suse.de; micha...@cs.wisc.edu; da...@davemloft.net; Anish > Bhatt; Hariprasad S; linux-s...@vger.kernel.org; linux- > ker...@vger.kern

Re: [PATCH 6/6] ebpf: allow BPF_REG_X in src_reg conditional jumps

2015-09-04 Thread Tycho Andersen
Hi Alexei, On Fri, Sep 04, 2015 at 02:06:19PM -0700, Alexei Starovoitov wrote: > On Fri, Sep 04, 2015 at 10:04:24AM -0600, Tycho Andersen wrote: > > The classic converter generates conditional jumps with: > > > > if (BPF_SRC(fp->code) == BPF_K && (int) fp->k < 0) { > > ... > > } else { >

Re: [PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 10:45:43AM -0400, kan.li...@intel.com escreveu: > From: Kan Liang > > This patch enable perf report to sort by processor socket > > $ perf report --stdio --sort socket,comm,dso,symbol > # To display the perf.data header info, please use > --header/--header-only options.

Re: [PATCH v7 2/3] KVM: dynamic halt-polling

2015-09-04 Thread Wanpeng Li
Hi Paolo, On 9/3/15 10:07 PM, Wanpeng Li wrote: [...] static int kvm_vcpu_check_block(struct kvm_vcpu *vcpu) { if (kvm_arch_vcpu_runnable(vcpu)) { @@ -1928,7 +1962,8 @@ void kvm_vcpu_block(struct kvm_vcpu *vcpu) { ktime_t start, cur; DEFINE_WAIT(wait); - bool w

Re: [PATCH 2/3] Docs: dt: Add PCI MSI map bindings

2015-09-04 Thread David Daney
Hi Mark, First of all: Thanks for working on this. I now have a prototype implementation for irq-gic-v3-its.c that is using this binding on Cavium's ThunderX platform. Q: Have you guys had any more thoughts on this that might require changing the binding? If not, I will be sending out my

Re: [PATCH 3/6] ebpf: add a way to dump an eBPF program

2015-09-04 Thread Tycho Andersen
On Fri, Sep 04, 2015 at 02:48:03PM -0700, Andy Lutomirski wrote: > On Fri, Sep 4, 2015 at 1:45 PM, Tycho Andersen > wrote: > > On Fri, Sep 04, 2015 at 01:17:30PM -0700, Kees Cook wrote: > >> On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen > >> wrote: > >> > This commit adds a way to dump eBPF prog

Re: [PATCH] cpufreq: Add ARM_MT8173_CPUFREQ dependencyon THERMAL

2015-09-04 Thread Rafael J. Wysocki
Hi, On Fri, Sep 4, 2015 at 9:01 PM, Olof Johansson wrote: > On Thu, Sep 3, 2015 at 8:50 AM, Viresh Kumar wrote: >> On 03-09-15, 08:20, Guenter Roeck wrote: >>> If ARM_MT8173_CPUFREQ is configured, and THERMAL is configured as module, >>> the following build error is seen for arm:allmodconfig and

Re: [PATCH] perf tools: Fix build errors with mipsel-linux-uclibc compiler

2015-09-04 Thread Petri Gynther
I see that this patch is now in upstream. However, something else has now broken the perf tool MIPS build: linux/tools$ git describe v4.2-7656-g51e771c linux/tools$ make ARCH=mips CROSS_COMPILE=mipsel-linux- perf mkdir -p . make --no-print-directory -C perf O= subdir= BUILD: Doing 'make -j12

Re: [PATCH 4/5] perf,tools: zoom in/out for processor socket

2015-09-04 Thread Andi Kleen
On Fri, Sep 04, 2015 at 10:45:45AM -0400, kan.li...@intel.com wrote: > From: Kan Liang > > Currently, users can zoom in/out for threads and dso in perf top and > report. This patch extends it for socket. > 'S' is the short key to zoom into current Processor Socket. Nice feature. Would be nice t

Re: [4.2, Regression] Queued spinlocks cause major XFS performance regression

2015-09-04 Thread Dave Chinner
On Fri, Sep 04, 2015 at 01:32:33PM +0200, Peter Zijlstra wrote: > On Fri, Sep 04, 2015 at 06:12:34PM +1000, Dave Chinner wrote: > > You probably don't even need a VM to reproduce it - that would > > certainly be an interesting counterpoint if it didn't > > Even though you managed to restore yo

[PATCH 4/5] perf,tools: zoom in/out for processor socket

2015-09-04 Thread kan . liang
From: Kan Liang Currently, users can zoom in/out for threads and dso in perf top and report. This patch extends it for socket. 'S' is the short key to zoom into current Processor Socket. Signed-off-by: Kan Liang --- tools/perf/ui/browsers/hists.c | 43 +-

[PATCH 2/5] perf,tools: Support new sort type --socket

2015-09-04 Thread kan . liang
From: Kan Liang This patch enable perf report to sort by processor socket $ perf report --stdio --sort socket,comm,dso,symbol # To display the perf.data header info, please use --header/--header-only options. # # # Total Lost Samples: 0 # # Samples: 686 of event 'cycles' # Event count (

[PATCH 1/5] perf,tools: add processor socket info in hist_entry and addr_location

2015-09-04 Thread kan . liang
From: Kan Liang Add processor socket id info in hist_entry and addr_location. For perf report, the socket id info is from perf.data. For others, the socket id info is from current system. Signed-off-by: Kan Liang --- tools/perf/builtin-report.c | 4 tools/perf/util/event.c | 1 + tool

[PATCH 3/5] perf,report: introduce socket-filter option

2015-09-04 Thread kan . liang
From: Kan Liang Introduce --socket-filter option for perf report to only show processor socket that match with this filter. perf report --socket-filter 1 --stdio # To display the perf.data header info, please use --header/--header-only options. # # # Total Lost Samples: 0 # # Samples: 75

[PATCH 5/5] perf,test: test hists socket filter

2015-09-04 Thread kan . liang
From: Kan Liang Add test case for hists socket filter. Signed-off-by: Kan Liang --- tools/perf/tests/hists_filter.c | 55 + 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/tools/perf/tests/hists_filter.c b/tools/perf/tests/hists_filter.c

Re: [PATCH 2/6] seccomp: make underlying bpf ref counted as well

2015-09-04 Thread Andy Lutomirski
On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen wrote: > Additionally, we mark classic converted seccomp filters as seccomp eBPF > programs, since they are a subset of what is supported in seccomp eBPF. Off the top of my head, I'm okay with this. --Andy -- To unsubscribe from this list: send the

Re: [PATCH 1/6] ebpf: add a seccomp program type

2015-09-04 Thread Andy Lutomirski
On Fri, Sep 4, 2015 at 9:04 AM, Tycho Andersen wrote: > seccomp uses eBPF as its underlying storage and execution format, and eBPF > has features that seccomp would like to make use of in the future. This > patch adds a formal seccomp type to the eBPF verifier. > > The current implementation of th

Re: [PATCH v3 1/4] Add correlated clocksource deriving system time from an auxiliary clocksource

2015-09-04 Thread John Stultz
On Thu, Sep 3, 2015 at 4:20 PM, Hall, Christopher S wrote: > For example, supply the ART value as an argument and, in the case of the > realtime > clock, keep a short history of clock changes. It would fail in cases where > there > are a lot of calls to adjtimex(), but it will would work most o

  1   2   3   4   5   6   7   8   >