Re: [PATCH 1/1] lib: use sunday algorithm to do strstr() and strnstr()

2018-07-29 Thread Zhaoxiu Zeng
在 2018/7/28 22:38, Greg Kroah-Hartman 写道: > On Sat, Jul 28, 2018 at 10:02:51PM +0800, Zhaoxiu Zeng wrote: >> 在 2018/7/27 18:39, Andy Shevchenko 写道: >>> On Fri, Jul 27, 2018 at 8:48 AM, Zhaoxiu Zeng wrote: 在 2018/7/27 1:17, Zhaoxiu Zeng 写道: > 在 2018/7/23 2:37, Greg Kroah-Hartman 写道: >>

Re: [PATCH 01/10] staging:rtl8192u: Remove typedef of struct cmpk_txfb_t - Style

2018-07-29 Thread Greg KH
On Wed, Jul 25, 2018 at 11:16:21PM +0100, John Whitmore wrote: > -typedef struct tag_cmd_pkt_tx_feedback { > +struct cmpk_txfb_t { > /* DWORD 0 */ > u8 element_id; /* Command packet type. */ > u8 length; /* Command packet lengt

Re: [PATCH 02/10] staging:rtl8192u: Refactor use of enum dm_dig_sta_e - Style

2018-07-29 Thread Greg KH
On Sat, Jul 28, 2018 at 12:28:18AM +0100, John Whitmore wrote: > Refactor the use of the enumerated type dm_dig_sta_e, which is not > actually used for type checking by the compiler. > > The enumerated type defines values for the enumeration, which are used > by both dig_state and dig_highpwr_stat

Re: [PATCH 29/38] vfs: syscall: Add fsconfig() for configuring and managing a context [ver #10]

2018-07-29 Thread David Howells
Jann Horn wrote: > [...] > > + case fsconfig_set_binary: > > + param.type = fs_value_is_blob; > > + param.size = aux; > > + param.blob = memdup_user_nul(_value, aux); > > + if (IS_ERR(param.blob)) { > > + ret = PT

Re: [PATCH] m68k/mac: Rework patch "use time64_t in RTC handling"

2018-07-29 Thread Geert Uytterhoeven
Hi Finn, Arnd, On Tue, Jul 24, 2018 at 9:07 AM Finn Thain wrote: > This addresses the issues arising from commit 324caa29cd04 > ("m68k: mac: use time64_t in RTC handling"). > > Adopt __u32 for the union in via_read_time(), consistent with changes > to via_write_time(). > > Use low_32_bits() in vi

How to secure erase PCI-E NVME SSD connected via USB3?

2018-07-29 Thread Jeff Chua
I'm testing the USB3-to-PCI-E NVME SSD. It's works using uas module, recognized it as /dev/sda. Since it's an USB device, the nvme-cli tools won't work, nor does hdparm, as it's a NVME SSD. So, how to secure-erase the NVME SSD connected via the JMS583 chip? Thanks, Jeff.

[PATCH v1 0/2] i2c: npcm7xx: new driver for I2C controller

2018-07-29 Thread Tali Perry
Nuvoton NPCM7XX I2C Controller NPCM7xx includes 16 I2C contollers. THis driver operates the controller. This module also includes a slave mode, which will be submitted later on. Any feedback would be appreciated. Signed-off-by: Tali Perry --- Tali Perry (2): dt-binding: i2c: npcm7xx: add

[PATCH v1 2/2] i2c: npcm7xx: add i2c controller master mode only

2018-07-29 Thread Tali Perry
Nuvoton NPCM7XX I2C Controller NPCM7xx includes 16 I2C contollers. THis driver operates the controller. This module also includes a slave mode, which will be submitted later on. Any feedback would be appreciated. Signed-off-by: Tali Perry --- drivers/i2c/busses/Kconfig | 11 + drive

[PATCH v1 1/2] dt-binding: i2c: npcm7xx: add binding for i2c

2018-07-29 Thread Tali Perry
Nuvoton NPCM7XX I2C Controller NPCM7xx includes 16 I2C contollers. This driver operates the controller. This module also includes a slave mode, which will be submitted later on. Any feedback would be appreciated. Signed-off-by: Tali Perry --- .../devicetree/bindings/i2c/i2c-npcm7xx.txt

Re: [Linux-kernel] [PATCH 3/4] ASoC: tegra: Allow 32-bit and 24-bit samples

2018-07-29 Thread Ben Dooks
On 2018-07-28 23:28, kbuild test robot wrote: Hi Edward, Thank you for the patch! Yet something to improve: [auto build test ERROR on tegra/for-next] [also build test ERROR on v4.18-rc6 next-20180727] [if your patch is applied to the wrong git tree, please drop us a note to help improve the

Re: [PATCH v2 0/2] ata: ahci: Enable DEVSLP by default on SLP_S0 support

2018-07-29 Thread Hans de Goede
Hi, On 27-07-18 22:47, Srinivas Pandruvada wrote: One of the requirement for modern x86 system to enter lowest power mode (SLP_S0) is SATA IP block to be off. This is true even during when platform is suspended to idle and not only in opportunistic (runtime) suspend. This series is to enable DEV

Re: [PATCH 01/10] staging:rtl8192u: Remove typedef of struct cmpk_txfb_t - Style

2018-07-29 Thread John Whitmore
On Sun, Jul 29, 2018 at 10:10:55AM +0200, Greg KH wrote: > On Wed, Jul 25, 2018 at 11:16:21PM +0100, John Whitmore wrote: > > -typedef struct tag_cmd_pkt_tx_feedback { > > +struct cmpk_txfb_t { > > /* DWORD 0 */ > > u8 element_id; /* Command packet type. */ > >

Re: [PATCH 02/10] staging:rtl8192u: Refactor use of enum dm_dig_sta_e - Style

2018-07-29 Thread John Whitmore
On Sun, Jul 29, 2018 at 10:17:26AM +0200, Greg KH wrote: > On Sat, Jul 28, 2018 at 12:28:18AM +0100, John Whitmore wrote: > > Refactor the use of the enumerated type dm_dig_sta_e, which is not > > actually used for type checking by the compiler. > > > > The enumerated type defines values for the e

[no subject]

2018-07-29 Thread Sumitomo Rubber
-- Did you receive our representative email ?

Re: [PATCH] ACPICA: AML Parser: ignore control method status in module-level code

2018-07-29 Thread Rafael J. Wysocki
On Sat, Jul 28, 2018 at 11:05 PM, Erik Schmauss wrote: > Previous change in the AML parser code blindly set all non-successful > dispatcher statuses to AE_OK. This approach is incorrect because > successful control method invocations from module-level return > AE_CTRL_TRANSFER. Overwriting AE_OK t

Re: [PATCH v7 1/4] i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller

2018-07-29 Thread Wolfram Sang
On Tue, Jun 12, 2018 at 11:09:05AM -0600, Karthikeyan Ramasubramanian wrote: > This bus driver supports the GENI based i2c hardware controller in the > Qualcomm SOCs. The Qualcomm Generic Interface (GENI) is a programmable > module supporting a wide range of serial interfaces including I2C. The > d

Re: [PATCH] PM / devfreq: Generic cpufreq governor

2018-07-29 Thread Rafael J. Wysocki
On Sat, Jul 28, 2018 at 5:56 AM, Saravana Kannan wrote: > Many CPU architectures have caches that can scale independent of the CPUs. > Frequency scaling of the caches is necessary to make sure the cache is not > a performance bottleneck that leads to poor performance and power. The same > idea app

Re: Linux 4.17.11

2018-07-29 Thread Greg K-H
On July 29, 2018 12:47:16 PM GMT+02:00, "Jörg-Volker Peetz" wrote: >Greg KH wrote on 07/28/18 08:27: >> I'm announcing the release of the 4.17.11 kernel. >> >> All users of the 4.17 kernel series must upgrade. >> >> The updated 4.17.y git tree can be found at: >> > git://git.kernel.org/pu

Re: [PATCH 29/38] vfs: syscall: Add fsconfig() for configuring and managing a context [ver #10]

2018-07-29 Thread Jann Horn
On Sun, Jul 29, 2018 at 10:50 AM David Howells wrote: > > Jann Horn wrote: > > > [...] > > > + case fsconfig_set_binary: > > > + param.type = fs_value_is_blob; > > > + param.size = aux; > > > + param.blob = memdup_user_nul(_value, aux); > > > +

[no subject]

2018-07-29 Thread Wang Shengkun
Hi My name is Wang Shengkun, i am a software programmer and i work with a lottery company over here in the United States. I can give you the winning numbers in our admin to play and win the lottery and we will share the proceeds 50% each. If you are interested , kindly write me back at : 21489

[PATCH] staging: fix platform_no_drv_owner.cocci warnings

2018-07-29 Thread kbuild test robot
From: kbuild test robot drivers/staging/axis-fifo/axis-fifo.c:1081:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 4a965c5f89de ("staging: add driver

Re: [PATCH v1 2/2] i2c: npcm7xx: add i2c controller master mode only

2018-07-29 Thread Andy Shevchenko
On Sun, Jul 29, 2018 at 12:14 PM, Tali Perry wrote: > Nuvoton NPCM7XX I2C Controller > NPCM7xx includes 16 I2C contollers. THis driver operates the controller. > This module also includes a slave mode, which will be submitted later on. > > Any feedback would be appreciated. Too much lines of code

Contact Me

2018-07-29 Thread marrthes
RE: RECOVERED FUND. In reference to the signal received from our Investigative Team concerning overdue payments. We write to inform you that some funds have been recovered from some Security Companies, and sub financial houses, meant to be paid out to owners but diverted. However, it was found

Re: [PATCH 36/38] vfs: Add a sample program for the new mount API [ver #10]

2018-07-29 Thread Pavel Machek
Hi! > Add a sample program to demonstrate fsopen/fsmount/move_mount to mount > something. > @@ -0,0 +1,118 @@ > +/* fd-based mount test. > + * > + * Copyright (C) 2017 Red Hat, Inc. All Rights Reserved. > + * Written by David Howells (dhowe...@redhat.com) > + * > + * This program is free software

[PATCH v3 0/2] Staging: octeon-usb: Changed CVMX_WAIT_FOR_FIELD32 macro

2018-07-29 Thread Georgios Tsotsos
Replying to previous message, i changed CVMX_WAIT_FOR_FIELD32 macro to function and altered a multiple calling of CVMX_USBCX_GRSTCTL call to single call and stored to variable. Georgios Tsotsos (2): Staging: octeon-usb: Change multiple calling of CVMX_USBCX_GRSTCTL Staging: octeon-usb: Changes

[PATCH v3 1/2] Staging: octeon-usb: Change multiple calling of CVMX_USBCX_GRSTCTL

2018-07-29 Thread Georgios Tsotsos
Assign to variable the result of CVMX_USBCX_GRSTCTL instead of multiple calling a macro. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c

[PATCH v3 2/2] Staging: octeon-usb: Changes macro CVMX_WAIT_FOR_FIELD32 to function call.

2018-07-29 Thread Georgios Tsotsos
Replacing CVMX_WAIT_FOR_FIELD32 macro with equivalent function. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 65 +++-- 1 file changed, 38 insertions(+), 27 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/s

[PATCH v3 0/1] Staging: octeon-usb: Breaks down cvmx_usb_poll_channel()

2018-07-29 Thread Georgios Tsotsos
Changed the function in order to use only values instead passing unions i think its better than passing pointers there. Georgios Tsotsos (1): Staging: octeon-usb: Breaks down cvmx_usb_poll_channel(). drivers/staging/octeon-usb/octeon-hcd.c | 81 + 1 file changed

[PATCH v3 1/1] Staging: octeon-usb: Breaks down cvmx_usb_poll_channel().

2018-07-29 Thread Georgios Tsotsos
In order to make this function more clear a new function created that controls channels halt on no DMA mode. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon-usb/octeon-hcd.c | 81 + 1 file changed, 53 insertions(+), 28 deletions(-) diff --git a/drivers

Re: [PATCH v2 1/3] iio: adc: add support for mcp3911

2018-07-29 Thread Jonathan Cameron
On Tue, 24 Jul 2018 20:30:02 +0200 Marcus Folkesson wrote: > MCP3911 is a dual channel Analog Front End (AFE) containing two > synchronous sampling delta-sigma Analog-to-Digital Converters (ADC). > > Signed-off-by: Marcus Folkesson > Signed-off-by: Kent Gustavsson Hi I think you missed cleani

Re: candidates for @devel-rt localversion-rt++

2018-07-29 Thread Mike Galbraith
FYI, per kvm unit tests, 4.16-rt definitely has more kvm issues. huawei5:/abuild/mike/kvm-unit-tests # uname -r 4.16.18-rt11-rt huawei5:/abuild/mike/kvm-unit-tests # ./run_tests.sh PASS selftest-setup (2 tests) FAIL selftest-vectors-kernel FAIL selftest-vectors-user PASS selftest-smp (65 tests)

Re: [PATCH v2 1/4] iio: adc: xilinx: Check for return values in clk related functions

2018-07-29 Thread Jonathan Cameron
On Mon, 23 Jul 2018 20:32:00 +0530 Manish Narani wrote: > This patch adds check for return values from clock related functions. > This was reported by static code analysis tool. > > Signed-off-by: Manish Narani Applied to the togreg branch of iio.git and pushed out as testing for the autobuilde

Hello Beautiful

2018-07-29 Thread Jack
Cześć Drogi, nazywam się Jack i szukam związku, w którym będę czuć się kochany po serii nieudanych związków. Mam nadzieję, że byłbyś zainteresowany i moglibyśmy się lepiej poznać, jeśli nie masz nic przeciwko. Jestem otwarty na udzielanie odpowiedzi na pytania od ciebie, ponieważ uważam, że moj

Re: [PATCH v2 2/4] iio: adc: xilinx: limit pcap clock frequency value

2018-07-29 Thread Jonathan Cameron
On Mon, 23 Jul 2018 20:32:01 +0530 Manish Narani wrote: > This patch limits the xadc pcap clock frequency value to be less than > 200MHz. This fixes the issue when zynq is booted at higher frequency > values, pcap crosses the maximum limit of 200MHz(Fmax) as it is derived > from IOPLL. > If this

Re: [PATCH 03/10] smp,cpumask: introduce on_each_cpu_cond_mask

2018-07-29 Thread Rik van Riel
On Sat, 2018-07-28 at 19:57 -0700, Andy Lutomirski wrote: > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > wrote: > > Introduce a variant of on_each_cpu_cond that iterates only over the > > CPUs in a cpumask, in order to avoid making callbacks for every > > single > > CPU in the system when we on

Re: [PATCH 04/10] x86,mm: use on_each_cpu_cond for TLB flushes

2018-07-29 Thread Rik van Riel
On Sat, 2018-07-28 at 19:58 -0700, Andy Lutomirski wrote: > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > wrote: > > Instead of open coding bitmap magic, use on_each_cpu_cond > > to determine which CPUs to send TLB flush IPIs to. > > > > This might be a little bit slower than examining the bitm

Re: [PATCH 10/10] mm,sched: conditionally skip lazy TLB mm refcounting

2018-07-29 Thread Rik van Riel
On Sat, 2018-07-28 at 21:21 -0700, Andy Lutomirski wrote: > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > wrote: > > Conditionally skip lazy TLB mm refcounting. When an architecture > > has > > CONFIG_ARCH_NO_ACTIVE_MM_REFCOUNTING enabled, an mm that is used in > > lazy TLB mode anywhere will ge

جميع البرامج و الماجستير بشهادة جامعة ميزورى بخصم 50% فى حال التنفيذ بالقاهرة

2018-07-29 Thread sahar saher
*السلام عليكم ورحمة الله وبركاته* *يهديكــم الاتحــاد العربــي لتنميــة المـــوارد البشريـــة* *باعتمـــاد/ جامعـــة ميزوري – الولايــات المتحــدة الأمريكيــة* *الماجستير المهني المصغر في ادارة الموارد البشرية* *Mini MBA HRM* *خلال شهرى اغسطس - سبتمبر - اكتوبر 2018 م مكان الانعقاد (**القاهرة

Re: [PATCH V5 3/3] PCI: Mask and unmask hotplug interrupts during reset

2018-07-29 Thread Lukas Wunner
On Tue, Jul 03, 2018 at 07:30:28AM -0400, ok...@codeaurora.org wrote: > On 2018-07-03 04:34, Lukas Wunner wrote: > > On Mon, Jul 02, 2018 at 06:52:47PM -0400, Sinan Kaya wrote: > > > If a bridge supports hotplug and observes a PCIe fatal error, the > > > following events happen: > > > > > > 1. AER

Re: [TRIVIAL RFC PATCH] Kconfigs - reduce use of "depends on EXPERT"

2018-07-29 Thread Michael Büsch
On Sat, 28 Jul 2018 15:13:00 -0700 Joe Perches wrote: > config SSB_SILENT > - bool "No SSB kernel messages" > - depends on SSB && EXPERT > + bool "No SSB kernel messages" if EXPERT > + depends on SSB > help > This option turns off all Sonics Silicon Backplane printk

Re: [PATCH v2 3/4] iio: adc: xilinx: Remove platform_get_irq from xadc_remove function

2018-07-29 Thread Jonathan Cameron
On Mon, 23 Jul 2018 20:32:02 +0530 Manish Narani wrote: > This patch avoids getting irq number in xadc_remove function. Instead > store 'irq' in xadc struct and use xadc->irq wherever needed. > This patch also resolves a warning reported by coverity where it asks to > check return value of platfo

Re: [PATCH v2 4/4] iio: adc: xilinx: Move request_irq before enabling interrupts

2018-07-29 Thread Jonathan Cameron
On Mon, 23 Jul 2018 20:32:03 +0530 Manish Narani wrote: > Enabling the Interrupts before registering the irq handler is a bad > idea. This patch corrects the same for XADC driver. > > Signed-off-by: Manish Narani Applied to the togreg branch of iio.git and pushed out as testing for the autobuil

Re: [PATCH V5 3/3] PCI: Mask and unmask hotplug interrupts during reset

2018-07-29 Thread Lukas Wunner
On Tue, Jul 03, 2018 at 06:41:33PM +0530, p...@codeaurora.org wrote: > pciehp_unconfigure_device doing little more than enumeration to quiescence > the bus. > > /* >* Ensure that no new Requests will be generated from >* the device. >*/

Re: [PATCH v3 1/1] Staging: octeon-usb: Breaks down cvmx_usb_poll_channel().

2018-07-29 Thread Greg Kroah-Hartman
On Sun, Jul 29, 2018 at 02:41:53PM +0300, Georgios Tsotsos wrote: > In order to make this function more clear a new function created that controls > channels halt on no DMA mode. > > Signed-off-by: Georgios Tsotsos > --- > drivers/staging/octeon-usb/octeon-hcd.c | 81 > +

Re: [PATCH v3 1/2] Staging: octeon-usb: Change multiple calling of CVMX_USBCX_GRSTCTL

2018-07-29 Thread Greg Kroah-Hartman
On Sun, Jul 29, 2018 at 02:40:34PM +0300, Georgios Tsotsos wrote: > Assign to variable the result of CVMX_USBCX_GRSTCTL instead of multiple > calling a macro. > > Signed-off-by: Georgios Tsotsos > --- > drivers/staging/octeon-usb/octeon-hcd.c | 20 ++-- > 1 file changed, 10 inser

RE: Privileged and Confidential:

2018-07-29 Thread AHMED KARIM
RE: Privileged and Confidential: Here I brought a potential Business Proposal at your door step for consideration. I have a client that is interested to Invest in your Country and would like to engage you and your company on this project. The Investment Amount is valued at US$500 million.

partnership offer

2018-07-29 Thread Rosarita Houmam
I want us to join hands as partners because i have a deal for you

[PATCH v4 2/2] Staging: octeon-usb: Changes macro CVMX_WAIT_FOR_FIELD32 to function call.

2018-07-29 Thread Georgios Tsotsos
Replacing CVMX_WAIT_FOR_FIELD32 macro with equivalent function. Signed-off-by: Georgios Tsotsos --- v2: Changed CVMX_WAIT_FOR_FIELD32 syntax to avoid checkpatch check notice and tried to make the macro more readable. v3: Changed CVMX_WAIT_FOR_FIELD32 macro to function according as refereed in co

[PATCH v4 1/2] Staging: octeon-usb: Change multiple calling of CVMX_USBCX_GRSTCTL

2018-07-29 Thread Georgios Tsotsos
Assign to variable the result of CVMX_USBCX_GRSTCTL instead of multiple calling a macro. Signed-off-by: Georgios Tsotsos --- v2: It wasn't exist in this or earlier versions of patch series v3: It seems a logical to avoid multiple calls of CVMX_USBCX_GRSTCTL that will also help cleaning up calls

Re: [PATCH V2] riscv: Convert uses of REG_FMT to %p

2018-07-29 Thread Andy Shevchenko
On Sat, Jul 28, 2018 at 7:39 PM, Joe Perches wrote: > Use %p pointer output instead of REG_FMT and cast the unsigned longs to > (void *) to avoid exposing kernel addresses. > > Miscellanea: > > o Convert pr_cont to printk(KERN_DEFAULT as these uses are > new logging lines and not previous line c

RE: Done

2018-07-29 Thread Walker, Alan
$ 3million donated to you, E-mail tsouam...@gmail.com for funds confirmation.

[PATCH v4 1/1] Staging: octeon-usb: Using defined error codes and applying coding style

2018-07-29 Thread Georgios Tsotsos
Replaced -1 with defined error code EINVAL Signed-off-by: Georgios Tsotsos --- v2: Apply coding style to function cvmx_usb_poll_channel v3: Break down function cvmx_usb_poll_channel v4: Return defined error code and applying coding style for function calls drivers/staging/octeon-usb/octeon-hcd.c

[PATCH] Staging: octeon: Fixing coding style for minor notices.

2018-07-29 Thread Georgios Tsotsos
Fixing coding style for a few lines that were reported to check from checkpatch.pl in minor cases for alignment and ending with parenthesis. Signed-off-by: Georgios Tsotsos --- drivers/staging/octeon/ethernet.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/driver

Re: [PATCH v3 1/1] Staging: octeon-usb: Breaks down cvmx_usb_poll_channel().

2018-07-29 Thread Georgios Tsotsos
Hello, Regarding your latest comment, i have notice many functions in this module using kerneldoc and not been global, also there are various erroneous situations that functions return not defined error codes. I will try to fix them all and a new patch series for those two issues after this one is

Hello Beautiful

2018-07-29 Thread Jack
Hi Dear, my name is Jack and i am seeking for a relationship in which i will feel loved after a series of failed relationships. I am hoping that you would be interested and we could possibly get to know each other more if you do not mind. I am open to answering questions from you as i think my

RE: Done

2018-07-29 Thread Walker, Alan
$ 3million donated to you, E-mail tsouam...@gmail.com for funds confirmation.

Re: [PATCH 10/10] mm,sched: conditionally skip lazy TLB mm refcounting

2018-07-29 Thread Andy Lutomirski
> On Jul 29, 2018, at 5:11 AM, Rik van Riel wrote: > >> On Sat, 2018-07-28 at 21:21 -0700, Andy Lutomirski wrote: >> On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel >> wrote: >>> Conditionally skip lazy TLB mm refcounting. When an architecture >>> has >>> CONFIG_ARCH_NO_ACTIVE_MM_REFCOUNTING en

Cont: power_supply: Introduce power supply charging driver

2018-07-29 Thread Andy Shevchenko
Hi! It has been a while. I didn't get from archives what happened to the patch series [1]? Is it still actual to apply? [1]: https://lwn.net/Articles/608527/ -- Andy Shevchenko Intel Finland Oy

Re: [PATCH 03/10] smp,cpumask: introduce on_each_cpu_cond_mask

2018-07-29 Thread Andy Lutomirski
>> On Jul 29, 2018, at 5:00 AM, Rik van Riel wrote: >> >> On Sat, 2018-07-28 at 19:57 -0700, Andy Lutomirski wrote: >> On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel >> wrote: >>> Introduce a variant of on_each_cpu_cond that iterates only over the >>> CPUs in a cpumask, in order to avoid making

Re: [PATCH V2] riscv: Convert uses of REG_FMT to %p

2018-07-29 Thread Joe Perches
On Sun, 2018-07-29 at 17:21 +0300, Andy Shevchenko wrote: > On Sat, Jul 28, 2018 at 7:39 PM, Joe Perches wrote: > > Use %p pointer output instead of REG_FMT and cast the unsigned longs to > > (void *) to avoid exposing kernel addresses. > > > > Miscellanea: > > > > o Convert pr_cont to printk(KE

[no subject]

2018-07-29 Thread Wang Shengkun
Hi My name is Wang Shengkun, i am a software programmer and i work with a lottery company over here in the United States. I can give you the winning numbers in our admin to play and win the lottery and we will share the proceeds 50% each. If you are interested , kindly write me back at : 21489

Re: [PATCH 10/10] mm,sched: conditionally skip lazy TLB mm refcounting

2018-07-29 Thread Rik van Riel
On Sun, 2018-07-29 at 08:29 -0700, Andy Lutomirski wrote: > > On Jul 29, 2018, at 5:11 AM, Rik van Riel wrote: > > > > > On Sat, 2018-07-28 at 21:21 -0700, Andy Lutomirski wrote: > > > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > > > wrote: > > > > Conditionally skip lazy TLB mm refcounting.

Re: [PATCH] Staging: octeon: Fixing coding style for minor notices.

2018-07-29 Thread Georgios Tsotsos
Please ignore this patch i will send series which will fix more coding style and other issues On Sun, 29 Jul 2018 at 17:44, Georgios Tsotsos wrote: > Fixing coding style for a few lines that were reported to check from > checkpatch.pl in minor cases for alignment and ending with parenthesis. > >

Re: [PATCH] perf c2c report: Fix crash for empty browser

2018-07-29 Thread Jiri Olsa
On Fri, Jul 27, 2018 at 11:13:40AM -0300, Arnaldo Carvalho de Melo wrote: > Adding Joe to the CC list. > > Em Fri, Jul 27, 2018 at 09:06:23AM +0200, Jiri Olsa escreveu: > > On Thu, Jul 26, 2018 at 11:31:34PM +, ro...@autistici.org wrote: > > > On 2018-07-26 19:30, Arnaldo Carvalho de Melo wrot

[PATCH 3/8] staging: rtl8188eu: remove unused rtw_handle_tkip_mic_err()

2018-07-29 Thread Michael Straube
The function rtw_handle_tkip_mic_err() is never used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- .../staging/rtl8188eu/include/recv_osdep.h| 2 -- drivers/staging/rtl8188eu/os_dep/recv_linux.c | 36 --- 2 files changed, 38 deletions(-) diff --g

[PATCH 5/8] staging: rtl8188eu: replace tabs with spaces

2018-07-29 Thread Michael Straube
Replace tabs with spaces in function definition and variable declarations. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/h

[PATCH 2/8] staging: rtl8188eu: remove unused should_forbid_n_rate()

2018-07-29 Thread Michael Straube
The function should_forbid_n_rate() is never used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- .../staging/rtl8188eu/core/rtw_wlan_util.c| 35 --- .../staging/rtl8188eu/include/rtw_mlme_ext.h | 1 - 2 files changed, 36 deletions(-) diff --git a

[PATCH 6/8] staging: rtl8188eu: fix comparsion to true

2018-07-29 Thread Michael Straube
Use if(x) instead of if(x == true). Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/hal/hal_intf.c index c43e7b438058..b21ba01abc5

[PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Michael Straube
Use is_broadcast_ether_addr instead of checking each byte of the address array for 0xff. Shortens the code and improves readability. Signed-off-by: Michael Straube --- .../staging/rtl8188eu/os_dep/ioctl_linux.c| 34 ++- 1 file changed, 10 insertions(+), 24 deletions(-) diff

[PATCH 1/8] staging: rtl8188eu: remove unused dump_txrpt_ccx_88e()

2018-07-29 Thread Michael Straube
The function dump_txrpt_ccx_88e() is nerver used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/rtl8188e_xmit.c | 22 --- .../staging/rtl8188eu/include/rtl8188e_xmit.h | 1 - 2 files changed, 23 deletions(-) diff --git a/

[PATCH 7/8] staging: rtl8188eu: remove unnecessary parentheses

2018-07-29 Thread Michael Straube
Remove unnecessary parentheses, also clears checkpatch issues about missing spaces around '-'. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers

[PATCH 4/8] staging: rtl8188eu: remove redundant includes

2018-07-29 Thread Michael Straube
Both osdep_service.h and drv_types.h are included from hal_intf.h, so remove the redundant includes from hal_intf.c. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/driver

Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Joe Perches
On Sun, 2018-07-29 at 19:08 +0200, Michael Straube wrote: > Use is_broadcast_ether_addr instead of checking each byte of the > address array for 0xff. Shortens the code and improves readability. You should show in the commit log that sta_addr is __aligned(2) as required by is_broadcast_ether_addr,

Re: [PATCH] Staging: octeon: Fixing coding style for minor notices.

2018-07-29 Thread Joe Perches
On Sun, 2018-07-29 at 17:43 +0300, Georgios Tsotsos wrote: > Fixing coding style for a few lines that were reported to check from > checkpatch.pl in minor cases for alignment and ending with parenthesis. > > Signed-off-by: Georgios Tsotsos > --- > drivers/staging/octeon/ethernet.c | 10 +

Re: [PATCH 03/10] smp,cpumask: introduce on_each_cpu_cond_mask

2018-07-29 Thread Rik van Riel
On Sun, 2018-07-29 at 08:36 -0700, Andy Lutomirski wrote: > On Jul 29, 2018, at 5:00 AM, Rik van Riel wrote: > > > On Sat, 2018-07-28 at 19:57 -0700, Andy Lutomirski wrote: > > > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > > > wrote: > > > > Introduce a variant of on_each_cpu_cond that itera

Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Michael Straube
On 07/29/18 19:21, Joe Perches wrote: On Sun, 2018-07-29 at 19:08 +0200, Michael Straube wrote: Use is_broadcast_ether_addr instead of checking each byte of the address array for 0xff. Shortens the code and improves readability. You should show in the commit log that sta_addr is __aligned(2) a

Re: [PATCH 03/10] smp,cpumask: introduce on_each_cpu_cond_mask

2018-07-29 Thread Rik van Riel
On Sun, 2018-07-29 at 08:36 -0700, Andy Lutomirski wrote: > On Jul 29, 2018, at 5:00 AM, Rik van Riel wrote: > > > On Sat, 2018-07-28 at 19:57 -0700, Andy Lutomirski wrote: > > > On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel > > > wrote: > > > > Introduce a variant of on_each_cpu_cond that itera

Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Joe Perches
On Sun, 2018-07-29 at 19:42 +0200, Michael Straube wrote: > On 07/29/18 19:21, Joe Perches wrote: > > On Sun, 2018-07-29 at 19:08 +0200, Michael Straube wrote: > > > Use is_broadcast_ether_addr instead of checking each byte of the > > > address array for 0xff. Shortens the code and improves readabi

Re: [PATCH V5 3/3] PCI: Mask and unmask hotplug interrupts during reset

2018-07-29 Thread Lukas Wunner
On Fri, Jul 20, 2018 at 07:58:20PM -0700, Sinan Kaya wrote: > My patch solves the problem if AER interrupt happens before the hotplug > interrupt. We are masking the data link layer active interrupt. So, > AER/DPC can perform their link operations without hotplug driver race. > > We need to figure

Re: [PATCH] pwm: pwm-omap-dmtimer: fix probing problems by returning EPROBE_DEFER

2018-07-29 Thread Ladislav Michl
On Sun, Jul 29, 2018 at 08:32:41AM +0200, H. Nikolaus Schaller wrote: > Hi, > > > Am 28.07.2018 um 22:35 schrieb Ladislav Michl : > > > > Hi Andreas, > > > > On Sat, Jul 28, 2018 at 06:59:14PM +0200, Andreas Kemnade wrote: > >> I got this in the kernel log: > >> [0.756042] omap-dmtimer-pwm d

Re: [TRIVIAL RFC PATCH] Kconfigs - reduce use of "depends on EXPERT"

2018-07-29 Thread Joe Perches
(removing a bunch of cc's) On Sun, 2018-07-29 at 13:42 +0200, Michael Büsch wrote: > On Sat, 28 Jul 2018 15:13:00 -0700 > Joe Perches wrote: > > > config SSB_SILENT > > - bool "No SSB kernel messages" > > - depends on SSB && EXPERT > > + bool "No SSB kernel messages" if EXPERT > > + dep

Re: [PATCH] pwm: pwm-omap-dmtimer: fix probing problems by returning EPROBE_DEFER

2018-07-29 Thread H. Nikolaus Schaller
Hi, > Am 29.07.2018 um 20:08 schrieb Ladislav Michl : > > On Sun, Jul 29, 2018 at 08:32:41AM +0200, H. Nikolaus Schaller wrote: >> Hi, >> >>> Am 28.07.2018 um 22:35 schrieb Ladislav Michl : >>> >>> Hi Andreas, >>> >>> On Sat, Jul 28, 2018 at 06:59:14PM +0200, Andreas Kemnade wrote: I got

Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Michael Straube
On 07/29/18 19:59, Joe Perches wrote: On Sun, 2018-07-29 at 19:42 +0200, Michael Straube wrote: On 07/29/18 19:21, Joe Perches wrote: On Sun, 2018-07-29 at 19:08 +0200, Michael Straube wrote: Use is_broadcast_ether_addr instead of checking each byte of the address array for 0xff. Shortens the

[PATCH v2 0/5] Add Actions Semi S700 pinctrl support

2018-07-29 Thread Saravanan Sekar
This patchset adds pinctrl support for Actions Semi S700 SoC. Pinmux functions are only accessible for pin groups while pinconf parameters are available for both pin groups and individual pins. pinctrl driver is verified using the Cubieboard7. common functionalities from s900 is moved for all Act

[PATCH v2 3/5] dt-bindings: pinctrl: Add bindings for Actions Semi S700 SoC

2018-07-29 Thread Saravanan Sekar
Add pinctrl and pio bindings for Actions Semi S700 SoC. Signed-off-by: Parthiban Nallathambi Signed-off-by: Saravanan Sekar --- .../bindings/pinctrl/actions,s700-pinctrl.txt | 170 ++ 1 file changed, 170 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctr

[PATCH v2 5/5] arm64: dts: actions: Add pinctrl node for Actions Semi S700

2018-07-29 Thread Saravanan Sekar
Add pinctrl nodes for Actions Semi S700 SoC Signed-off-by: Parthiban Nallathambi Signed-off-by: Saravanan Sekar --- arch/arm64/boot/dts/actions/s700.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/actions/s700.dtsi b/arch/arm64/boot/dts/actions/s7

[PATCH v2 4/5] pinctrl: actions: Add Actions Semi S700 pinctrl driver

2018-07-29 Thread Saravanan Sekar
Add pinctrl driver for Actions Semi S700 SoC. The driver supports pinctrl, pinmux and pinconf functionalities through a range of registers common to both gpio driver and pinctrl driver. Signed-off-by: Parthiban Nallathambi Signed-off-by: Saravanan Sekar --- drivers/pinctrl/actions/Kconfig

[PATCH v2 1/5] pinctrl: actions: define constructor generic to Actions Semi SoC's

2018-07-29 Thread Saravanan Sekar
Move generic defines common to the Owl family out of S900 driver. Signed-off-by: Parthiban Nallathambi Signed-off-by: Saravanan Sekar --- drivers/pinctrl/actions/pinctrl-owl.h | 136 ++-- drivers/pinctrl/actions/pinctrl-s900.c | 139 ++--- 2 files change

[PATCH v2 2/5] pinctrl: actions: define pad control configurtion to SoC specific

2018-07-29 Thread Saravanan Sekar
pad control for s900 and s700 are differs in number of pull control configuraions s900 has 4 pull controls - high impedence, pull up, pull down, repeater s700, s500 has 2 pull controls - pull up and pull down so pad control configuration has to SoC specific, moved out from pinctrl common to s700,

Re: [TRIVIAL RFC PATCH] Kconfigs - reduce use of "depends on EXPERT"

2018-07-29 Thread Michael Büsch
On Sun, 29 Jul 2018 11:16:37 -0700 Joe Perches wrote: > (removing a bunch of cc's) > > On Sun, 2018-07-29 at 13:42 +0200, Michael Büsch wrote: > > On Sat, 28 Jul 2018 15:13:00 -0700 > > Joe Perches wrote: > > > > > config SSB_SILENT > > > - bool "No SSB kernel messages" > > > - depends on S

Re: [PATCH 5/9] arm64: dts: actions: Add Reset Controller support for S700 SoC

2018-07-29 Thread Parthiban Nallathambi
Hi Mani, On 07/27/2018 08:45 PM, Manivannan Sadhasivam wrote: > Add reset controller property and bindings header for the > Actions Semi S700 SoC DTS. > > Signed-off-by: Manivannan Sadhasivam > --- > arch/arm64/boot/dts/actions/s700.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: [PATCH 8/8] staging: rtl8188eu: use is_broadcast_ether_addr

2018-07-29 Thread Michael Straube
On 07/29/18 20:21, Michael Straube wrote: On 07/29/18 19:59, Joe Perches wrote: On Sun, 2018-07-29 at 19:42 +0200, Michael Straube wrote: On 07/29/18 19:21, Joe Perches wrote: On Sun, 2018-07-29 at 19:08 +0200, Michael Straube wrote: Use is_broadcast_ether_addr instead of checking each byte o

[PATCH v2 7/7] staging: rtl8188eu: remove unnecessary parentheses

2018-07-29 Thread Michael Straube
Remove unnecessary parentheses, also clears checkpatch issues about missing spaces around '-'. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers

[PATCH v2 6/7] staging: rtl8188eu: fix comparsion to true

2018-07-29 Thread Michael Straube
Use if(x) instead of if(x == true). Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/hal/hal_intf.c index c43e7b438058..b21ba01abc5

[PATCH v2 4/7] staging: rtl8188eu: remove redundant includes

2018-07-29 Thread Michael Straube
Both osdep_service.h and drv_types.h are included from hal_intf.h, so remove the redundant includes from hal_intf.c. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/driver

[PATCH v2 5/7] staging: rtl8188eu: replace tabs with spaces

2018-07-29 Thread Michael Straube
Replace tabs with spaces in function definition and variable declarations. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/hal_intf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/h

[PATCH v2 3/7] staging: rtl8188eu: remove unused rtw_handle_tkip_mic_err()

2018-07-29 Thread Michael Straube
The function rtw_handle_tkip_mic_err() is never used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- .../staging/rtl8188eu/include/recv_osdep.h| 2 -- drivers/staging/rtl8188eu/os_dep/recv_linux.c | 36 --- 2 files changed, 38 deletions(-) diff --g

[PATCH v2 2/7] staging: rtl8188eu: remove unused should_forbid_n_rate()

2018-07-29 Thread Michael Straube
The function should_forbid_n_rate() is never used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- .../staging/rtl8188eu/core/rtw_wlan_util.c| 35 --- .../staging/rtl8188eu/include/rtw_mlme_ext.h | 1 - 2 files changed, 36 deletions(-) diff --git a

[PATCH v2 1/7] staging: rtl8188eu: remove unused dump_txrpt_ccx_88e()

2018-07-29 Thread Michael Straube
The function dump_txrpt_ccx_88e() is nerver used, so remove it. Discovered by cppcheck. Signed-off-by: Michael Straube --- v2: removed last patch (8/8) from the series drivers/staging/rtl8188eu/hal/rtl8188e_xmit.c | 22 --- .../staging/rtl8188eu/include/rtl8188e_xmit.h | 1 - 2

Re: [PATCH 03/10] smp,cpumask: introduce on_each_cpu_cond_mask

2018-07-29 Thread Andy Lutomirski
> On Jul 29, 2018, at 10:51 AM, Rik van Riel wrote: > >> On Sun, 2018-07-29 at 08:36 -0700, Andy Lutomirski wrote: >>> On Jul 29, 2018, at 5:00 AM, Rik van Riel wrote: >>> On Sat, 2018-07-28 at 19:57 -0700, Andy Lutomirski wrote: On Sat, Jul 28, 2018 at 2:53 PM, Rik van Riel

  1   2   3   >