Re:

2021-03-13 Thread Reem E. A
Hello, My name is Ms. Reem Ebrahim Al-Hashimi, I am the "Minister of state and Petroleum" also "Minister of State for International Cooperation" in UAE. I write to you on behalf of my other "three (2) colleagues" who has approved me to solicit for your "partnership in claiming of {us$47=Million}"

[PATCH] staging: vt6655: Fix camelcase

2021-03-13 Thread Madhumitha Prabakaran
Fix checkpatch.pl - Avoid CamelCase: Signed-off-by: Madhumitha Prabakaran --- drivers/staging/vt6655/baseband.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c index 1aa675241599..d89163299172

Re: [PATCH v2] iio: buffer: fix use-after-free for attached_buffers array

2021-03-13 Thread Jonathan Cameron
On Mon, 8 Mar 2021 09:29:39 +0200 Alexandru Ardelean wrote: > On Sun, Mar 7, 2021 at 8:55 PM Alexandru Ardelean > wrote: > > > > Thanks to Lars for finding this. > > The free of the 'attached_buffers' array should be done as late as > > possible. This change moves it to iio_buffers_put(), which

[PATCH V5] clk: imx: Fix reparenting of UARTs not associated with stdout

2021-03-13 Thread Adam Ford
Most if not all i.MX SoC's call a function which enables all UARTS. This is a problem for users who need to re-parent the clock source, because any attempt to change the parent results in an busy error due to the fact that the clocks have been enabled already. clk: failed to reparent uart1 to

Re: [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation.

2021-03-13 Thread Tejun Heo
Hello, On Sat, Mar 13, 2021 at 08:57:01AM -0800, Jacob Pan wrote: > Isn't PIDs controller doing the charge/uncharge? I was under the impression > that each resource can be independently charged/uncharged, why it affects > other resources? Sorry for the basic question. Yeah, PID is an exception

[PATCH v7 3/4] spmi: mediatek: Add support for MT6873/8192

2021-03-13 Thread Hsin-Hsiung Wang
Add spmi support for MT6873/8192. Signed-off-by: Hsin-Hsiung Wang --- changes since v6: - remove unused spinlock. - remove redundant check for slave id. --- drivers/spmi/Kconfig | 10 + drivers/spmi/Makefile| 2 + drivers/spmi/spmi-mtk-pmif.c | 465

[PATCH v7 4/4] arm64: dts: mt8192: add spmi node

2021-03-13 Thread Hsin-Hsiung Wang
Add spmi node to SOC MT8192. Signed-off-by: Hsin-Hsiung Wang --- changes since v6: - no changes. --- arch/arm64/boot/dts/mediatek/mt8192.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8192.dtsi

[PATCH v7 0/4] Add SPMI support for Mediatek MT6873/8192 SoC IC

2021-03-13 Thread Hsin-Hsiung Wang
This series adds support for new SoC MT6873/8192 to the spmi driver. This series is based on Weiyi's patches[1]. [1] https://patchwork.kernel.org/project/linux-mediatek/patch/1608642587-15634-7-git-send-email-weiyi...@mediatek.com/ changes since v6: - rebase to Linux 5.12. - refnie mtk-pmif

[PATCH v7 2/4] dt-bindings: spmi: document binding for the Mediatek SPMI controller

2021-03-13 Thread Hsin-Hsiung Wang
This adds documentation for the SPMI controller found on Mediatek SoCs. Signed-off-by: Hsin-Hsiung Wang Reviewed-by: Rob Herring --- changes since v6: - no changes. --- .../bindings/spmi/mtk,spmi-mtk-pmif.yaml | 74 +++ 1 file changed, 74 insertions(+) create mode 100644

[PATCH v7 1/4] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems'

2021-03-13 Thread Hsin-Hsiung Wang
The constraint of 'maxItem: 1' might be larger than 1, so we modify it to 'minItem: 1'. Signed-off-by: Hsin-Hsiung Wang Acked-by: Rob Herring --- changes since v6: - no change. --- Documentation/devicetree/bindings/spmi/spmi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH Broadcom/stblinux 2/2] soc: bcm: bcm-pmb: add BCM63138 SATA support

2021-03-13 Thread Florian Fainelli
On Thu, 14 Jan 2021 18:53:39 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > BCM63138 has SATA controller that needs to be powered up using PMB. > > Signed-off-by: Rafał Miłecki > --- Applied to drivers/next, thanks! -- Florian

Re: [PATCH Broadcom/stblinux 1/2] dt-bindings: power: bcm-pmb: add BCM63138 binding

2021-03-13 Thread Florian Fainelli
On Thu, 14 Jan 2021 18:53:38 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > PMB can be also found on bcm63xx chipsets. It uses difference device > addresses so a new binding is required. > > Signed-off-by: Rafał Miłecki > --- Applied to drivers/next, thanks! -- Florian

[PATCH v3] dt-bindings: arm: Convert nuvoton,npcm750 binding to YAML

2021-03-13 Thread Jonathan Neuschäfer
The general trend is to have devicetree bindings in YAML format, to allow automatic validation of bindings and devicetrees. Convert the NPCM SoC family's binding to YAML before it accumulates more entries. Signed-off-by: Jonathan Neuschäfer --- If someone else wants to be listed as the

[PATCH net-next v1] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-13 Thread min.li.xe
From: Min Li Add support for ClockMatrix(TM) and 82P33xxx families of timing and synchronization devices. The access interface can be either SPI or I2C. Currently, it will create 2 types of MFD devices, which are to be used by the corresponding rsmu character device driver and the PTP hardware

lib/test_hmm.c:928 dmirror_fops_unlocked_ioctl() warn: comparison of a potentially tagged address (dmirror_fops_unlocked_ioctl, -2, cmd.addr)

2021-03-13 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: f296bfd5cd04cbb49b8fc9585adc280ab2b58624 commit: b2ef9f5a5cb37643ca5def3516c546457074b882 mm/hmm/test: add selftest driver for HMM date: 10 months ago config: arm64-randconfig-m031-20210312 (attached as

Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

2021-03-13 Thread Luca Coelho
On Sat, 2021-03-13 at 19:06 +0200, Kalle Valo wrote: > Luca Coelho writes: > > > On Sat, 2021-03-13 at 16:43 +0100, Jiri Kosina wrote: > > > On Sat, 13 Mar 2021, Kalle Valo wrote: > > > > > > > > > > From: Jiri Kosina > > > > > > > > > > > > > > It's possible for iwl_pcie_enqueue_hcmd() to be

[PATCH] staging: octeon-usb: fixed precedence issue

2021-03-13 Thread Selvakumar Elangovan
Added parenthesis around reg macro to avoid precedence issue identified by checkpatch.pl Signed-off-by: Selvakumar Elangovan --- drivers/staging/octeon-usb/octeon-hcd.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/octeon-usb/octeon-hcd.h

Re: [PATCH] staging: andriod: ashmem: Declared file operation with const keyword

2021-03-13 Thread B K Karthik
On Sat, Mar 13, 2021 at 10:57 PM namratajanawade wrote: > > Warning found by checkpatch.pl script. That doesn't tell what you did or why you did it. Please write an appropriate commit description and resend the patch. karthik

[PATCH] staging: andriod: ashmem: Declared file operation with const keyword

2021-03-13 Thread namratajanawade
Warning found by checkpatch.pl script. Signed-off-by: namratajanawade --- drivers/staging/android/ashmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c index d66a64e42273..7854fd410efa 100644 ---

Re: [PATCH v5] do_wait: make PIDTYPE_PID case O(1) instead of O(n)

2021-03-13 Thread Oleg Nesterov
On 03/12, Eric W. Biederman wrote: > > I am going to kibitz just a little bit more. > > When I looked at this a second time it became apparent that using > pid_task twice should actually be faster as it removes a dependent load > caused by thread_group_leader, and replaces it by accessing two

Re: [PATCH v6 3/4] spmi: mediatek: Add support for MT6873/8192

2021-03-13 Thread Hsin-hsiung Wang
Hi, On Mon, 2021-02-08 at 14:21 -0800, Stephen Boyd wrote: > Quoting Hsin-Hsiung Wang (2021-02-06 21:19:13) > > diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig > > index a53bad541f1a..418848840999 100644 > > --- a/drivers/spmi/Kconfig > > +++ b/drivers/spmi/Kconfig > > @@ -25,4 +25,13

[PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue

2021-03-13 Thread Shreya
Fixed the indentation of the else part of the conditional statement. Signed-off-by: Shreya Ajith --- drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c

[PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support

2021-03-13 Thread min.li.xe
From: Min Li Add support for ClockMatrix(TM) and 82P33xxx families of timing and synchronization devices. The access interface can be either SPI or I2C. Currently, it will create 2 types of MFD devices, which are to be used by the corresponding rsmu character device driver and the PTP hardware

Re: [PATCH v7 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 09:54:12 -0800 Jyoti Bhayana wrote: > Hi Jonathan, > > I also see what Cristian has observed that rc2 is still pointing to v6 > of the SCMI IIO driver patch and it also doesn't have the changes > which you did in rc1 for changing long long to s64. > > Thanks, > Jyoti Gah!

Re: [PATCH] virtio-mmio: read[wl]()/write[wl] are already little-endian

2021-03-13 Thread Laurent Vivier
Le 11/03/2021 à 16:44, Michael S. Tsirkin a écrit : > On Tue, Mar 09, 2021 at 11:43:13PM +0100, Laurent Vivier wrote: >> read[wl]()/write[wl] already access memory in little-endian mode. > > But then they convert it to CPU right? We just convert it back ... In fact the problem is in QEMU. On a

TREAT AND REPLY URGENTLY.

2021-03-13 Thread Mr. Dabire Basole
Dear Friend, Greetings! How are you with your family today? I hope both of you are in good health decently, I know that this message might meet you in utmost surprise as we never know each other before. I am Mr. Dabire Basole a banker by profession, I need your urgent assist in transferring the

Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

2021-03-13 Thread Kalle Valo
Luca Coelho writes: > On Sat, 2021-03-13 at 16:43 +0100, Jiri Kosina wrote: >> On Sat, 13 Mar 2021, Kalle Valo wrote: >> >> > > > > From: Jiri Kosina >> > > > > >> > > > > It's possible for iwl_pcie_enqueue_hcmd() to be called with hard >> > > > > IRQs >> > > > > disabled (e.g. from LED

Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

2021-03-13 Thread Luca Coelho
On Sat, 2021-03-13 at 16:43 +0100, Jiri Kosina wrote: > On Sat, 13 Mar 2021, Kalle Valo wrote: > > > > > > From: Jiri Kosina > > > > > > > > > > It's possible for iwl_pcie_enqueue_hcmd() to be called with hard IRQs > > > > > disabled (e.g. from LED core). We can't enable BHs in such a > > > >

Re: [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

2021-03-13 Thread Chuck Lever III
> On Mar 13, 2021, at 11:39 AM, Matthew Wilcox wrote: > > On Sat, Mar 13, 2021 at 01:16:48PM +, Mel Gorman wrote: >>> I'm not claiming the pagevec is definitely a win, but it's very >>> unclear which tradeoff is actually going to lead to better performance. >>> Hopefully Jesper or Chuck

[PATCH] Bio: Fixed the code indentation using tabs

2021-03-13 Thread Chinmayi Shetty
Bio: Fixed code indentation using tabs Fixed coding style issue Signed-off-by: Chinmayi Shetty --- block/bio.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/block/bio.c b/block/bio.c index a1c4d2900c7a..7c1354f7065c 100644 --- a/block/bio.c +++

Re: [RFC v2 2/2] cgroup: sev: Miscellaneous cgroup documentation.

2021-03-13 Thread Jacob Pan
Hi Tejun, On Sat, 13 Mar 2021 05:20:39 -0500, Tejun Heo wrote: > On Fri, Mar 12, 2021 at 02:59:04PM -0800, Jacob Pan wrote: > > Our primary goal is to limit the amount of IOASIDs that VMs can > > allocate. If a VM is migrated to a different cgroup, I think we need to > > charge/uncharge the

[PATCH] Net: gtp: Fixed missing blank line after declaration

2021-03-13 Thread Chinmayi Shetty
Signed-off-by: Chinmayi Shetty --- drivers/net/gtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index efe5247d8c42..79998f4394e5 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -437,7 +437,7 @@ static inline void

Re: [patch V2 3/3] signal: Allow tasks to cache one sigqueue struct

2021-03-13 Thread Oleg Nesterov
On 03/12, Thomas Gleixner wrote: > > On Fri, Mar 12 2021 at 20:26, Thomas Gleixner wrote: > > On Fri, Mar 12 2021 at 17:11, Oleg Nesterov wrote: > >> On 03/11, Thomas Gleixner wrote: > >>> > >>> @@ -456,7 +460,12 @@ static void __sigqueue_free(struct sigqu > >>> return; > >>> if

Re: [GIT PULL] userns regression fix for v5.12-rc3

2021-03-13 Thread Eric W. Biederman
Linus Torvalds writes: > On Fri, Mar 12, 2021 at 1:34 PM Eric W. Biederman > wrote: >> >> Please pull the for-v5.12-rc3 branch from the git tree. >> >> Removing the ambiguity broke userspace so please revert the change: >> It turns out that there are in fact userspace implementations that >>

Re: [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

2021-03-13 Thread Matthew Wilcox
On Sat, Mar 13, 2021 at 01:16:48PM +, Mel Gorman wrote: > > I'm not claiming the pagevec is definitely a win, but it's very > > unclear which tradeoff is actually going to lead to better performance. > > Hopefully Jesper or Chuck can do some tests and figure out what actually > > works better

Re: [PATCH v5 1/1] iio: adc: ad7124: allow more than 8 channels

2021-03-13 Thread Jonathan Cameron
On Thu, 11 Mar 2021 11:11:54 +0200 wrote: > From: Alexandru Tachici > > Currently AD7124-8 driver cannot use more than 8 IIO channels > because it was assigning the channel configurations bijectively > to channels specified in the device-tree. This is not possible > to do when using more than

[PATCH] Bio: Fixed the code indentation by using tabs

2021-03-13 Thread Chinmayi Shetty
Fixed coding style issue Signed-off-by: Chinmayi Shetty --- block/bio.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/block/bio.c b/block/bio.c index a1c4d2900c7a..7c1354f7065c 100644 --- a/block/bio.c +++ b/block/bio.c @@ -501,6 +501,7 @@ void

Re: [PATCH v2 00/10] fsdax,xfs: Add reflink support for fsdax

2021-03-13 Thread Neal Gompa
On Sat, Mar 13, 2021 at 8:09 AM Adam Borowski wrote: > > On Wed, Mar 10, 2021 at 02:26:43PM +, Matthew Wilcox wrote: > > On Wed, Mar 10, 2021 at 08:21:59AM -0600, Goldwyn Rodrigues wrote: > > > DAX on btrfs has been attempted[1]. Of course, we could not > > > > But why? A completeness

[PATCH] drivers: android: binder.c: Fix indentation of multi-line comment

2021-03-13 Thread Abhishek C
Fixed alignment of multi-line comment. Added a * for each line of the comment. Signed-off-by: Abhishek C --- drivers/android/binder.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/android/binder.c b/drivers/android/binder.c index c119736ca56a..700719c58147

Re: [PATCH V2 0/2] Add support for ST magnetometer IIS2MDC

2021-03-13 Thread Jonathan Cameron
On Thu, 11 Mar 2021 03:05:52 + LI Qingwu wrote: > Changes in V2: > > Extend the exist st_magn* to support IIS2MDC, instead of adding a new > driver. Looks good to me. Will let it sit on the list a little longer so Denis and others can take a look if they wish. If it looks like I've lost

Re: [PATCH v2 3/3] iio: adc: add ADC driver for the TI TSC2046 controller

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 11:55:15 +0100 Oleksij Rempel wrote: > Basically the TI TSC2046 touchscreen controller is 8 channel ADC optimized for > the touchscreen use case. By implementing it as IIO ADC device, we can > make use of resistive-adc-touch and iio-hwmon drivers. > > So far, this driver was

[PATCH v4 3/3] x86/sgx: Add a basic NUMA allocation scheme to sgx_alloc_epc_page()

2021-03-13 Thread Jarkko Sakkinen
Background == EPC section is covered by one or more SRAT entries that are associated with one and only one PXM (NUMA node). The motivation behind this patch is to provide basic elements of building allocation scheme based on this premise. Just like normal RAM, enclave memory (EPC) should

[PATCH v4 2/3] x86/sgx: Replace section local dirty page lists with a global list

2021-03-13 Thread Jarkko Sakkinen
Reset initialized EPC pages in sgx_dirty_page_list to uninitialized state, and free them using sgx_free_epc_page(). Do two passes, as for SECS pages the first round can fail, if all child pages have not yet been removed. The driver puts all pages on startup first to sgx_dirty_page_list, as the

[PATCH v4 1/3] x86/sgx: Use sgx_free_epc_page() in sgx_reclaim_pages()

2021-03-13 Thread Jarkko Sakkinen
Replace the ad-hoc code with a sgx_free_epc_page(), in order to make sure that all the relevant checks and book keeping is done, while freeing a borrowed EPC page, and remove redundant code. EREMOVE inside sgx_free_epc_page() does not change the semantics, as EREMOVE to an uninitialize pages is a

[PATCH] Net: gtp: Fixed missing blank line after declaration

2021-03-13 Thread Chinmayi Shetty
Signed-off-by: Chinmayi Shetty --- drivers/net/gtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/gtp.c b/drivers/net/gtp.c index efe5247d8c42..79998f4394e5 100644 --- a/drivers/net/gtp.c +++ b/drivers/net/gtp.c @@ -437,7 +437,7 @@ static inline void

Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()

2021-03-13 Thread Jiri Kosina
On Sat, 13 Mar 2021, Kalle Valo wrote: > >> > From: Jiri Kosina > >> > > >> > It's possible for iwl_pcie_enqueue_hcmd() to be called with hard IRQs > >> > disabled (e.g. from LED core). We can't enable BHs in such a situation. > >> > > >> > Turn the unconditional BH-enable/BH-disable code

Re: [PATCH v10 3/5] fpga: m10bmc-sec: expose max10 canceled keys in sysfs

2021-03-13 Thread Tom Rix
On 3/12/21 11:36 AM, Russ Weight wrote: > Extend the MAX10 BMC Secure Update driver to provide sysfs > files to expose the canceled code signing key (CSK) bit > vectors. These use the standard bitmap list format > (e.g. 1,2-6,9). > > Signed-off-by: Russ Weight > Reviewed-by: Tom Rix > --- >

Re: [PATCH v10 1/5] fpga: m10bmc-sec: create max10 bmc secure update driver

2021-03-13 Thread Tom Rix
On 3/12/21 11:36 AM, Russ Weight wrote: > Create a platform driver that can be invoked as a sub > driver for the Intel MAX10 BMC in order to support > secure updates. This sub-driver will invoke an > instance of the FPGA Security Manager class driver > in order to expose sysfs interfaces for

Re: [PATCH V4] clk: imx: Fix reparenting of UARTs not associated with stdout

2021-03-13 Thread Ahmad Fatoum
Hi, On 13.03.21 13:28, Adam Ford wrote: > Most if not all i.MX SoC's call a function which enables all UARTS. > This is a problem for users who need to re-parent the clock source, > because any attempt to change the parent results in an busy error > due to the fact that the clocks have been

Re: [PATCH] tools/power/x86/turbostat: Fix TCC offset bit mask

2021-03-13 Thread Doug Smythies
On Fri, Mar 12, 2021 at 2:16 PM Len Brown wrote: > > Doug, > The offset works for control. > > However, it is erroneous to use it for reporting of the actual > temperature, like I did in turbostat. Agreed. I have been running with a correction for that for a while, and as discussed on Rui's

Re: [PATCH v2 1/3] dt-bindings:iio:adc: add generic settling-time-us and average-samples channel properties

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 11:55:13 +0100 Oleksij Rempel wrote: > Settling time and over sampling is a typical challenge for different IIO ADC > devices. So, introduce channel specific settling-time-us and average-samples > properties to cover this use case. > > Signed-off-by: Oleksij Rempel > --- >

Re: [PATCH v1 1/1] iio: light: gp2ap002: Drop unneeded explicit casting

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 15:49:03 +0200 Andy Shevchenko wrote: > The unnecessary explicit casting is being used. Drop it for good. > > Signed-off-by: Andy Shevchenko Applied to the togreg branch of iio.git. These were all so simple I didn't wait for reviews, but if anyone wants to add any tags I

Re: [PATCH v1 01/14] include/linux/memcontrol.h: do not warn in page_memcg_rcu() if !CONFIG_MEMCG

2021-03-13 Thread Matthew Wilcox
On Sat, Mar 13, 2021 at 12:57:34AM -0700, Yu Zhao wrote: > We want to make sure the rcu lock is held while using > page_memcg_rcu(). But having a WARN_ON_ONCE() in page_memcg_rcu() when > !CONFIG_MEMCG is superfluous because of the following legit use case: > > memcg = lock_page_memcg(page1) >

Re: [PATCH v1 1/1] iio: imu: fxos8700: Drop unneeded explicit castings

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 15:45:38 +0200 Andy Shevchenko wrote: > In a few places the unnecessary explicit castings are being used. > Drop them for good. > > Signed-off-by: Andy Shevchenko Applied, Thanks > --- > drivers/iio/imu/fxos8700_i2c.c | 3 +-- > drivers/iio/imu/fxos8700_spi.c | 3 +-- > 2

Re: [PATCH v1 1/1] iio: imu: st_lsm6dsx: Drop unneeded explicit castings

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 15:47:43 +0200 Andy Shevchenko wrote: > In a few places the unnecessary explicit castings are being used. > Drop them for good. > > Signed-off-by: Andy Shevchenko Applied, ta Jonathan > --- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 3 +-- >

Re: [PATCH v2] mfd: ntxec: Support for EC in Tolino Shine 2 HD

2021-03-13 Thread Andreas Kemnade
On Sat, 13 Mar 2021 12:17:34 +0100 Jonathan Neuschäfer wrote: > On Wed, Mar 10, 2021 at 09:55:45AM +, Lee Jones wrote: > > On Mon, 08 Mar 2021, Andreas Kemnade wrote: > [...] > > > -static const struct mfd_cell ntxec_subdevices[] = { > > > +static const struct mfd_cell ntxec_subdev[] = { >

Re: [PATCH v1 1/1] iio: chemical: bmp680: Drop unneeded explicit castings

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 15:43:49 +0200 Andy Shevchenko wrote: > In few places the unnecessary explicit castings are being used. > Drop them for good. > > Signed-off-by: Andy Shevchenko Applied. Thanks, J > --- > drivers/iio/chemical/bme680_i2c.c | 3 +-- > drivers/iio/chemical/bme680_spi.c | 3

[GIT PULL] Char/Misc driver fixes for 5.12-rc3

2021-03-13 Thread Greg KH
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.12-rc3 for you to fetch changes up to

[GIT PULL] Staging driver fixes for 5.12-rc3

2021-03-13 Thread Greg KH
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.12-rc3 for you to fetch changes up to

[linux-stable-rc CI] Test report for 4.19.181-rc1 /arm64

2021-03-13 Thread hulkrobot
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-4.19.y Arch: arm64 Version: 4.19.181-rc1 Commit: 21889d805d10fd6fc2202417881b6e909a47121e Compiler: gcc version 7.3.0 (GCC)

[GIT PULL] TTY / Serial driver fixes for 5.12-rc3

2021-03-13 Thread Greg KH
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.12-rc3 for you to fetch changes up to

[GIT PULL] USB driver fixes for 5.12-rc3

2021-03-13 Thread Greg KH
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.12-rc3 for you to fetch changes up to

Re: [PATCH v6 3/3] iio: proximity: Add a ChromeOS EC MKBP proximity driver

2021-03-13 Thread Jonathan Cameron
On Fri, 12 Mar 2021 13:23:35 -0800 Gwendal Grignou wrote: > On Sun, Feb 21, 2021 at 7:53 AM Jonathan Cameron wrote: > > > > On Sun, 14 Feb 2021 12:39:58 -0800 > > Stephen Boyd wrote: > > > > > Quoting Jonathan Cameron (2021-02-14 04:48:09) > > > > On Wed, 10 Feb 2021 18:46:01 -0800 > > > >

Re: [PATCH 4/4] integrity: Load mokx variables into the blacklist keyring

2021-03-13 Thread Eric Snowberg
> On Mar 13, 2021, at 1:13 AM, David Howells wrote: > > Eric Snowberg wrote: > >> If MOKx will be available thru a config table in the next shim, >> I'll prepare a follow on patch to add this support. > > Can this go separately, or would it be better rolled into the existing > patchset?

[linux-stable-rc CI] Test report for 5.4.106-rc1 /x86

2021-03-13 Thread hulkrobot
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-5.4.y Arch: x86 Version: 5.4.106-rc1 Commit: e8e77f614b2e2ba579aa4ff7c507026bd86dac64 Compiler: gcc version 7.3.0 (GCC) All

Re: [PATCH 0/4] Rid W=1 warnings from PTP

2021-03-13 Thread Richard Cochran
On Fri, Mar 12, 2021 at 11:09:06AM +, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. > > Lee Jones (4): > ptp_pch: Remove unused function 'pch_ch_control_read()' >

Re: [RFC PATCH] docs: Warn when auto xref to document fails

2021-03-13 Thread Nícolas F . R . A . Prado
Em 2021-02-11 16:57, Mauro Carvalho Chehab escreveu: > > Em Thu, 11 Feb 2021 18:10:36 + > Nícolas F. R. A. Prado escreveu: > > > Print warning when automarkup fails to cross-reference to another > > document, so that it doesn't fail silently. > > > > Signed-off-by: Nícolas F. R. A. Prado >

RE: [PATCH] ASoC: Intel: sof_rt5682: Add rt1015p speaker amp support

2021-03-13 Thread Lu, Brent
> > This patch adds jsl_rt5682_rt1015p which supports the > RT5682 headset codec and RT1015P speaker amplifier combination on > JasperLake platform. > > Signed-off-by: Brent Lu > --- > sound/soc/codecs/rt1015p.c| 10 ++ > sound/soc/intel/boards/Kconfig| 1 +

[PATCH net-next] net: stmmac: Set FIFO sizes for ipq806x

2021-03-13 Thread Jonathan McDowell
Commit eaf4fac47807 ("net: stmmac: Do not accept invalid MTU values") started using the TX FIFO size to verify what counts as a valid MTU request for the stmmac driver. This is unset for the ipq806x variant. Looking at older patches for this it seems the RX + TXs buffers can be up to 8k, so set

[PATCH net-next] bonding: Added -ENODEV interpret for slaves option

2021-03-13 Thread Jianlin Lv
After upgrading the kernel, the slave interface name is changed, Systemd cannot use the original configuration to create bond interface, thereby losing the connection with the host. Adding log for ENODEV will make it easier to find out such problem lies. Signed-off-by: Jianlin Lv ---

[PATCH] tools/x86/kcpuid: Add AMD Secure Encryption leaf

2021-03-13 Thread Borislav Petkov
From: Borislav Petkov Add the 0x801f leaf's fields. Signed-off-by: Borislav Petkov --- tools/arch/x86/kcpuid/cpuid.csv | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/arch/x86/kcpuid/cpuid.csv b/tools/arch/x86/kcpuid/cpuid.csv index f4a5b85073f4..7cb5c2189345 100644

[PATCH] ASoC: Intel: sof_rt5682: Add rt1015p speaker amp support

2021-03-13 Thread Brent Lu
This patch adds jsl_rt5682_rt1015p which supports the RT5682 headset codec and RT1015P speaker amplifier combination on JasperLake platform. Signed-off-by: Brent Lu --- sound/soc/codecs/rt1015p.c| 10 ++ sound/soc/intel/boards/Kconfig| 1 +

[PATCH] MAINTAINERS: move some real subsystems off of the staging mailing list

2021-03-13 Thread Greg Kroah-Hartman
The VME and Android drivers still have their MAINTAINERS entries pointing to the "driverdevel" mailing list, due to them having their codebase move out of the drivers/staging/ directory, but no one remembered to change the mailing list entries. Move them both to linux-kernel for lack of a more

Re: [3/3,v3] tools/power turbostat: Enable accumulate RAPL display

2021-03-13 Thread youling 257
test this patch, turbostat can work. 2021-03-12 21:41 GMT+08:00, Chen Yu : > Hi Youling, Bas, and Bingsong, > On Wed, Mar 10, 2021 at 04:03:31PM -0800, Doug Smythies wrote: >> Hi Yu, >> >> I am just resending your e-mail, adjusting the "To:" list to >> include the 3 others that have submitted

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Sedat Dilek
On Sat, Mar 13, 2021 at 2:29 PM Borislav Petkov wrote: > > On Sat, Mar 13, 2021 at 01:58:56PM +0100, Sedat Dilek wrote: > > You can add Debian/experimental APT sources.list ... > > I could but I don't expect clang12 to behave any differently here. > Agreed in things of build-time. There were

Re: slow boot with 7fef431be9c9 ("mm/page_alloc: place pages to tail in __free_pages_core()")

2021-03-13 Thread Mike Rapoport
Hi, On Sat, Mar 13, 2021 at 10:05:23AM +0100, David Hildenbrand wrote: > > Am 13.03.2021 um 05:04 schrieb Liang, Liang (Leo) : > > > > Hi David, > > > > Which benchmark tool you prefer? Memtest86+ or else? > > Hi Leo, > > I think you want something that runs under Linux natively. > > I‘m

[PATCH] kswapd: no need reclaim cma pages triggered by unmovable allocation

2021-03-13 Thread zhou xianrong
From: zhou xianrong For purpose of better migration cma pages are allocated after failure movalbe allocations and are used normally for file pages or anonymous pages. In reclaim path many cma pages if configurated are reclaimed from lru lists in kswapd mainly or direct reclaim triggered by

Re: [PATCH 5.4 00/24] 5.4.105-rc1 review

2021-03-13 Thread Greg KH
On Fri, Mar 12, 2021 at 02:55:49PM -0800, Florian Fainelli wrote: > On 3/11/21 9:41 AM, Florian Fainelli wrote: > > On 3/11/21 9:40 AM, Greg KH wrote: > >> On Thu, Mar 11, 2021 at 09:23:56AM -0800, Florian Fainelli wrote: > >>> On 3/11/21 5:08 AM, Greg KH wrote: > On Wed, Mar 10, 2021 at

Re: [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

2021-03-13 Thread Mel Gorman
On Fri, Mar 12, 2021 at 11:44:09AM -0800, Alexander Duyck wrote: > > - /* FUTURE development: > > -* > > -* Current slow-path essentially falls back to single page > > -* allocations, which doesn't improve performance. This code > > -* need bulk allocation

Re: [PATCH v2 net-next 0/6] skbuff: micro-optimize flow dissection

2021-03-13 Thread Alexander Lobakin
From: Alexander Lobakin Date: Sat, 13 Mar 2021 11:37:03 + > This little number makes all of the flow dissection functions take > raw input data pointer as const (1-5) and shuffles the branches in > __skb_header_pointer() according to their hit probability. > > The result is +20 Mbps per

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Borislav Petkov
On Sat, Mar 13, 2021 at 01:58:56PM +0100, Sedat Dilek wrote: > You can add Debian/experimental APT sources.list ... I could but I don't expect clang12 to behave any differently here. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette

Re: [PATCH] soc: ti: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

2021-03-13 Thread Nishanth Menon
On 11:33-20210313, Wang Qing wrote: > Fix the following coccicheck warning: > WARNING:pm_sr_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE. > Reviewed-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 D

Re: [PATCH] wireguard: netlink: add multicast notification for peer changes

2021-03-13 Thread Linus Lotz
Hi Jason,> Thanks for the patch and sorry for the delay in reviewing it. Seeing > the basic scaffolding for getting netlink notifiers working with > WireGuard is enlightening; it looks surprisingly straightforward. Glad to hear that this is a welcome feature. > > There are three classes of things

Re: [PATCH v3 2/2] rockchip: rk3399: Add support for FriendlyARM NanoPi R4S

2021-03-13 Thread CN_SZTL
Robin Murphy 于2021年3月13日周六 下午7:55写道: > > On 2021-03-13 03:25, Tianling Shen wrote: > > This adds support for the NanoPi R4S from FriendlyArm. > > > > Rockchip RK3399 SoC > > 1GB DDR3 or 4GB LPDDR4 RAM > > Gigabit Ethernet (WAN) > > Gigabit Ethernet (PCIe) (LAN) > > USB 3.0 Port x 2 > > MicroSD

Re: [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

2021-03-13 Thread Mel Gorman
On Fri, Mar 12, 2021 at 09:08:23PM +, Matthew Wilcox wrote: > > > > The result of the API is to deliver pages as a double-linked list via > > > > LRU (page->lru member). If you are planning to use llist, then how to > > > > handle this API change later? > > > > > > > > Have you notice that

Re: [PATCH v2 00/10] fsdax,xfs: Add reflink support for fsdax

2021-03-13 Thread Adam Borowski
On Wed, Mar 10, 2021 at 02:26:43PM +, Matthew Wilcox wrote: > On Wed, Mar 10, 2021 at 08:21:59AM -0600, Goldwyn Rodrigues wrote: > > DAX on btrfs has been attempted[1]. Of course, we could not > > But why? A completeness fetish? I don't understand why you decided > to do this work. * xfs

Re: [PATCH v2 1/2] init/initramfs.c: allow asynchronous unpacking

2021-03-13 Thread Rasmus Villemoes
On 11/03/2021 19.02, Linus Torvalds wrote: > On Wed, Mar 10, 2021 at 5:45 PM Rasmus Villemoes > wrote: >> >> Hm, gcc does elide the test of the return value, but jumps back to a >> place where it always loads state from its memory location and does the >> whole switch(). To get it to jump

Re: [PATCH V2] exit: trigger panic when global init has exited

2021-03-13 Thread qianli zhao
Hi Eric,Oleg > As Oleg pointer out we need to do something like the code below. > > diff --git a/kernel/exit.c b/kernel/exit.c > index 04029e35e69a..bc676c06ef9a 100644 > --- a/kernel/exit.c > +++ b/kernel/exit.c > @@ -785,15 +785,16 @@ void __noreturn do_exit(long code) >

Re: [PATCH 5/7] SUNRPC: Refresh rq_pages using a bulk page allocator

2021-03-13 Thread Mel Gorman
On Fri, Mar 12, 2021 at 07:22:43PM +, Chuck Lever III wrote: > Mel, I can send you a tidied and tested update to this patch, > or you can drop the two NFSD patches and I can submit them via > the NFSD tree when alloc_pages_bulk() is merged. > Send me a tidied version anyway. I'm happy enough

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Sedat Dilek
On Sat, Mar 13, 2021 at 1:49 PM Borislav Petkov wrote: > > On Sat, Mar 13, 2021 at 01:38:22PM +0100, Sedat Dilek wrote: > > AFAICS you did a 5 times x86-64 defconfig with dropped pagecache and `make > > -j9`? > > The tailored .config for that particular test box. > > > Does your distribution

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Borislav Petkov
On Sat, Mar 13, 2021 at 01:38:22PM +0100, Sedat Dilek wrote: > AFAICS you did a 5 times x86-64 defconfig with dropped pagecache and `make > -j9`? The tailored .config for that particular test box. > Does your distribution offer LLVM/Clang v12.0.0-rc3 (released this > week) binaries? The

[GIT PULL] erofs fix for 5.12-rc3

2021-03-13 Thread Gao Xiang
Hi Linus, Could you consider this pull request for 5.11-rc3? All details about this new regression are as below. All commits have been tested and have been in -next for days. This merges cleanly with master. Thanks, Gao Xiang The following changes since commit

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Sedat Dilek
On Sat, Mar 13, 2021 at 1:15 PM Borislav Petkov wrote: > > On Sat, Mar 13, 2021 at 01:10:29PM +0100, Sedat Dilek wrote: > > Here we go: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=864b435514b286c0be2a38a02f487aa28d990ef8 > > That's why I told earlier you to use

[PATCH V4] clk: imx: Fix reparenting of UARTs not associated with stdout

2021-03-13 Thread Adam Ford
Most if not all i.MX SoC's call a function which enables all UARTS. This is a problem for users who need to re-parent the clock source, because any attempt to change the parent results in an busy error due to the fact that the clocks have been enabled already. clk: failed to reparent uart1 to

[PATCH v2 2/2] xtensa: remove unneeded export in boot-elf/Makefile

2021-03-13 Thread Masahiro Yamada
No one uses these as environment variables. Signed-off-by: Masahiro Yamada --- Changes in v2: - New patch arch/xtensa/boot/boot-elf/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/xtensa/boot/boot-elf/Makefile b/arch/xtensa/boot/boot-elf/Makefile

[PATCH v2 1/2] xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig

2021-03-13 Thread Masahiro Yamada
Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place for CONFIG options. I slightly simplified the test code. You can use the -P option to suppress linemarker generation. The grep command is unneeded. $ echo __XTENSA_EB__ | xtensa-linux-gcc -E - # 1 "" # 1 "" # 1 "" #

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Borislav Petkov
On Sat, Mar 13, 2021 at 01:10:29PM +0100, Sedat Dilek wrote: > Here we go: > > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=864b435514b286c0be2a38a02f487aa28d990ef8 That's why I told earlier you to use tip/master - that patch is already in it and all you would've needed

Re: [PATCH] xtensa: move CONFIG_CPU_*_ENDIAN defines to Kconfig

2021-03-13 Thread Masahiro Yamada
On Sat, Mar 13, 2021 at 9:03 PM Masahiro Yamada wrote: > > On Sat, Mar 13, 2021 at 5:57 PM Max Filippov wrote: > > > > On Fri, Mar 12, 2021 at 7:14 AM Masahiro Yamada > > wrote: > > > > > > Move the definition of CONFIG_CPU_*_ENDIAN to Kconfig, the best place > > > for CONFIG options. > > > >

Re: [PATCH 0/2] x86: Remove ideal_nops[]

2021-03-13 Thread Sedat Dilek
On Sat, Mar 13, 2021 at 9:51 AM Borislav Petkov wrote: > > On Sat, Mar 13, 2021 at 06:26:15AM +0100, Sedat Dilek wrote: > > x86/jump_label: Mark arguments as const to satisfy asm constraints > > Where do I find this patch? > Here we go:

Re: [PATCH 1/2] ata: delete redundant printing of return value

2021-03-13 Thread Hans de Goede
Hi, On 3/13/21 8:46 AM, Wang Qing wrote: > platform_get_irq() has already checked and printed the return value, > the printing here is nothing special, it is not necessary at all. > > Signed-off-by: Wang Qing Thanks, patch looks good to me: Reviewed-by: Hans de Goede Regards, Hans > ---

<    1   2   3   4   5   >