Re: [PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-28 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 25 Apr 2025 14:10:14 +0700 you wrote: > Hi everyone, > > This only includes the selftest for virtio-net deadlock bug. The fix > commit has been applied already. > > Link: > https://lore.kernel.org/virtuali

Re: [PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-25 Thread Michael S. Tsirkin
On Fri, Apr 25, 2025 at 02:10:14PM +0700, Bui Quang Minh wrote: > Hi everyone, > > This only includes the selftest for virtio-net deadlock bug. The fix > commit has been applied already. > > Link: > https://lore.kernel.org/virtualization/174537302875.2111809.8543884098526067319.git-patchwork-not

[PATCH v6 0/4] virtio-net: disable delayed refill when pausing rx

2025-04-25 Thread Bui Quang Minh
Hi everyone, This only includes the selftest for virtio-net deadlock bug. The fix commit has been applied already. Link: https://lore.kernel.org/virtualization/174537302875.2111809.8543884098526067319.git-patchwork-not...@kernel.org/T/ Version 6 changes: - Rebase on net-next and resolve conflic

Re: [PATCH v6 0/4] Add virtio_rtc module

2025-04-04 Thread Lei Yang
On Tue, Mar 18, 2025 at 6:14 PM Peter Hilber wrote: > > On Tue, Mar 18, 2025 at 10:04:07AM +0800, Lei Yang wrote: > > QE tested this series of patches v6 with virtio-net regression tests, > > everything works fine. > > > > Tested-by: Lei Yang > > > > Hi Lei, > Hi Peter > thanks for the reply! Ho

Re: [PATCH v6 0/4] Add virtio_rtc module

2025-03-18 Thread Lei Yang
QE tested this series of patches v6 with virtio-net regression tests, everything works fine. Tested-by: Lei Yang On Fri, Mar 14, 2025 at 1:38 AM Peter Hilber wrote: > > This series implements a driver for a virtio-rtc device conforming to spec > proposal v8 [1]. It includes a PTP clock driver a

Re: [PATCH v6 0/4] Add virtio_rtc module

2025-03-18 Thread Peter Hilber
On Tue, Mar 18, 2025 at 10:04:07AM +0800, Lei Yang wrote: > QE tested this series of patches v6 with virtio-net regression tests, > everything works fine. > > Tested-by: Lei Yang > Hi Lei, thanks for the reply! However, I am not sure which virtio-net regression tests you are referring to, and

[PATCH v6 0/4] Add virtio_rtc module

2025-03-13 Thread Peter Hilber
This series implements a driver for a virtio-rtc device conforming to spec proposal v8 [1]. It includes a PTP clock driver and an RTC class driver with alarm. v6 updates == v6 fixes the PTP clock name length, and a few style issues, some of which resulted in warnings. Overview

Re: [PATCH v6 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest

2025-01-21 Thread Bjorn Helgaas
On Thu, Jan 16, 2025 at 10:46:46PM +0530, Manivannan Sadhasivam wrote: > Hi, > > This series carries forward the effort to add Kselftest for PCI Endpoint > Subsystem started by Aman Gupta [1] a while ago. I reworked the initial > version > based on another patch that fixes the return values of IO

[PATCH v6 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest

2025-01-16 Thread Manivannan Sadhasivam
Hi, This series carries forward the effort to add Kselftest for PCI Endpoint Subsystem started by Aman Gupta [1] a while ago. I reworked the initial version based on another patch that fixes the return values of IOCTLs in pci_endpoint_test driver and did many cleanups. Since the resulting work mod

[PATCH v6 0/4] Generate address range data for built-in modules

2024-08-15 Thread Kris Van Hees
At build time, create the file modules.builtin.ranges that will hold address range data of the built-in modules that can be used by tracers. Especially for tracing applications, it is convenient to be able to refer to a symbol using a pair and to be able to translate an address into a pair. But

[PATCH v6 0/4] Add samsung-matisselte and common matisse dtsi

2024-02-15 Thread Stefan Hansson
This series adds a common samsung-matisse dtsi and reworks samsung-matisse-wifi to use it, and introduces samsung-matisselte. I choose matisselte over matisse-lte as this is how most other devices (klte, s3ve3g) do it and it is the codename that Samsung gave the device. See individual commits for m

[PATCH v6 0/4] Add DAX ABI for memmap_on_memory

2023-12-14 Thread Vishal Verma
The DAX drivers were missing sysfs ABI documentation entirely. Add this missing documentation for the sysfs ABI for DAX regions and Dax devices in patch 1. Switch to guard(device) semantics for Scope Based Resource Management for device_{lock,unlock} flows in drivers/dax/bus.c in patch 2. Export m

[PATCH v6 0/4] add zynqmp TCM bindings

2023-10-12 Thread Tanmay Shah
Tightly-Coupled Memories(TCMs) are low-latency memory that provides predictable instruction execution and predictable data load/store timing. Each Cortex-R5F processor contains exclusive two 64 KB memory banks on the ATCM and BTCM ports, for a total of 128 KB of memory. In lockstep mode, both 128KB

[PATCH v6 0/4] TI K3 M4F support on AM64x and AM62x SoCs

2023-09-13 Thread Hari Nagalla
The following series introduces K3 M4F remoteproc driver support for AM64x and AM62x SoC families. These SoCs have a ARM Cortex M4F core in the MCU voltage domain. For safety oriented applications, this core is operated independently with out any IPC to other cores on the SoC. However, for non safe

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-25 Thread kajoljain
On 2/25/22 16:41, Nageswara Sastry wrote: > > > On 25/02/22 12:08 pm, kajoljain wrote: >> >> >> On 2/25/22 11:25, Nageswara Sastry wrote: >>> >>> >>> On 17/02/22 10:03 pm, Kajol Jain wrote: Patchset adds performance stats reporting support for nvdimm. Added interface includes support

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-25 Thread Nageswara Sastry
On 25/02/22 12:08 pm, kajoljain wrote: On 2/25/22 11:25, Nageswara Sastry wrote: On 17/02/22 10:03 pm, Kajol Jain wrote: Patchset adds performance stats reporting support for nvdimm. Added interface includes support for pmu register/unregister functions. A structure is added called nvdim

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-25 Thread kajoljain
On 2/25/22 13:17, Aneesh Kumar K V wrote: > On Fri, 2022-02-25 at 12:08 +0530, kajoljain wrote: >> >> >> On 2/25/22 11:25, Nageswara Sastry wrote: >>> >>> >>> On 17/02/22 10:03 pm, Kajol Jain wrote: > Changelog >>> >>> Tested these patches with the automated tests at >>> avoc

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-24 Thread Aneesh Kumar K V
On Fri, 2022-02-25 at 12:08 +0530, kajoljain wrote: > > > On 2/25/22 11:25, Nageswara Sastry wrote: > > > > > > On 17/02/22 10:03 pm, Kajol Jain wrote: > > > > > > > > > Changelog > > > > Tested these patches with the automated tests at > > avocado-misc-tests/perf/perf_nmem.py > > URL:

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-24 Thread kajoljain
On 2/25/22 11:25, Nageswara Sastry wrote: > > > On 17/02/22 10:03 pm, Kajol Jain wrote: >> Patchset adds performance stats reporting support for nvdimm. >> Added interface includes support for pmu register/unregister >> functions. A structure is added called nvdimm_pmu to be used for >> adding

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-24 Thread Nageswara Sastry
On 17/02/22 10:03 pm, Kajol Jain wrote: Patchset adds performance stats reporting support for nvdimm. Added interface includes support for pmu register/unregister functions. A structure is added called nvdimm_pmu to be used for adding arch/platform specific data such as cpumask, nvdimm device

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-23 Thread Dan Williams
On Wed, Feb 23, 2022 at 11:07 AM Dan Williams wrote: > > On Fri, Feb 18, 2022 at 10:06 AM Dan Williams > wrote: > > > > On Thu, Feb 17, 2022 at 8:34 AM Kajol Jain wrote: > > > > > > Patchset adds performance stats reporting support for nvdimm. > > > Added interface includes support for pmu regi

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-23 Thread Dan Williams
On Fri, Feb 18, 2022 at 10:06 AM Dan Williams wrote: > > On Thu, Feb 17, 2022 at 8:34 AM Kajol Jain wrote: > > > > Patchset adds performance stats reporting support for nvdimm. > > Added interface includes support for pmu register/unregister > > functions. A structure is added called nvdimm_pmu t

Re: [PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-18 Thread Dan Williams
On Thu, Feb 17, 2022 at 8:34 AM Kajol Jain wrote: > > Patchset adds performance stats reporting support for nvdimm. > Added interface includes support for pmu register/unregister > functions. A structure is added called nvdimm_pmu to be used for > adding arch/platform specific data such as cpumask

[PATCH v6 0/4] Add perf interface to expose nvdimm

2022-02-17 Thread Kajol Jain
Patchset adds performance stats reporting support for nvdimm. Added interface includes support for pmu register/unregister functions. A structure is added called nvdimm_pmu to be used for adding arch/platform specific data such as cpumask, nvdimm device pointer and pmu event functions like event_in

[RFC PATCH v6 0/4] scheduler: expose the topology of clusters and add cluster scheduler

2021-04-19 Thread Barry Song
ARM64 server chip Kunpeng 920 has 6 or 8 clusters in each NUMA node, and each cluster has 4 cpus. All clusters share L3 cache data while each cluster has local L3 tag. On the other hand, each cluster will share some internal system bus. This means cache is much more affine inside one cluster than a

[PATCH v6 0/4] serial: 8250_aspeed_vuart: generalized DT properties

2021-04-11 Thread Zev Weiss
This series generalizes the aspeed-vuart driver's device tree properties to cover all the attributes it currently exposes via sysfs. The aspeed,sirq-polarity-sense property was a bit of a design mistake in that it ties Aspeed VUART SIRQ polarity to SCU register bits that aren't really inherently r

[PATCH v6 0/4] usb: Linking ports to their Type-C connectors

2021-04-06 Thread Heikki Krogerus
Hi, These are the remaining four patches of the series, now rebased on top of the latest usb-next. No other changes. v5 cover letter: I have to use IS_REACHABLE() instead of IS_ENABLED() also in include/linux/usb.h. Otherwise compilation will fail if the Type-C class is build-in while USB is a

Re: [PATCH v6 0/4] convert rockchip,dwc3.txt to yaml

2021-04-01 Thread Mark Kettenis
> From: Johan Jonker > Date: Thu, 1 Apr 2021 23:36:48 +0200 > > The conversion of rockchip,dwc3.txt to yaml was added to linux-next, > but the necessary changes for rk3399 are still pending. > > For rk3399 dwc3 usb the wrapper node for only clocks makes no sense, > so that was removed in the YA

[PATCH v6 0/4] convert rockchip,dwc3.txt to yaml

2021-04-01 Thread Johan Jonker
The conversion of rockchip,dwc3.txt to yaml was added to linux-next, but the necessary changes for rk3399 are still pending. For rk3399 dwc3 usb the wrapper node for only clocks makes no sense, so that was removed in the YAML example. Now dtbs_check still generates notifications for the compatibi

[PATCH v6 0/4] Make UTF-8 encoding loadable

2021-03-31 Thread Shreeya Patel
utf8data.h_shipped has a large database table which is an auto-generated decodification trie for the unicode normalization functions and it is not necessary to carry this large table in the kernel. Goal is to make UTF-8 encoding loadable by converting it into a module and adding a layer between the

Re: [PATCH v6 0/4] Serialize execution environment changes for MHI

2021-03-10 Thread Manivannan Sadhasivam
On Wed, Feb 24, 2021 at 03:23:01PM -0800, Bhaumik Bhatt wrote: > v6: > -Add patch to improve debug message > -Fix switch-case fall through warning for EE serialization patch > -Address review comments and update commit text > > v5: > -Update commit text for "clear devices when moving execution env

[PATCH V6 0/4] cpufreq: cppc: Add support for frequency invariance

2021-03-09 Thread Viresh Kumar
Hello, CPPC cpufreq driver is used for ARM servers and this patch series tries to provide counter-based frequency invariance support for them in the absence for architecture specific counters (like AMUs). This is tested by: - Vincent Guittot on ThunderX2. - Ionela Voinescu on Juno R2. - /me with

[PATCH v6 0/4] Cleanup and fixups for vmemmap handling

2021-03-09 Thread Oscar Salvador
Hi, this series contains cleanups to remove dead code that handles unaligned cases for 4K and 1GB pages (patch#1 and patch#2) when removing the vemmmap range, and a fix (patch#3) to handle the case when two vmemmap ranges intersect the same PMD. More details can be found in the respective changel

[PATCH v6 0/4] block-layer interposer

2021-03-03 Thread Sergei Shtepa
Hi all. I'm joyful to suggest the block-layer interposer (blk_interposer) v6. blk_interposer allows to intercept bio requests, remap bio to another devices or add new bios. This series of patches adds the ability to use blk_interposer for any dm-target using the DM_INTERPOSED_FLAG flag. The firs

[PATCH v6 0/4] Serialize execution environment changes for MHI

2021-02-24 Thread Bhaumik Bhatt
v6: -Add patch to improve debug message -Fix switch-case fall through warning for EE serialization patch -Address review comments and update commit text v5: -Update commit text for "clear devices when moving execution environments" patch -Added test platform details that were missed out in the cov

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

2021-02-06 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 v5: - fix the yaml error. - refine the spmi-mtk-pm

[PATCH v6 0/4] Introduce SoC sleep stats driver

2021-02-04 Thread Maulik Shah
Changes in v6: - Address stephen's comments from v5 which includes below - Pad 0 in documentation example to make address 8 digit - define macro to calculate offset in driver - Add appended_stats_avail to prv_data instead of using entire stats_config - make array subsystems[] as const - Add comment

[PATCH v6 0/4] ARM: Add support for Hisilicon Kunpeng L3 cache controller

2021-01-31 Thread Zhen Lei
v5 --> v6: 1. Use raw_spin_lock_irqsave() instead of spin_lock_irqsave() 2. Move the macros defined in cache-kunpeng-l3.h into cache-kunpeng-l3.c, and delete that header file. 3. In some places, replace readl()/writel() with readl_relaxed()/writel_relaxed() to improve performance without affectin

[PATCH v6 0/4] Add support for x509 certs with NIST p256 and p192 keys

2021-01-31 Thread Stefan Berger
This series of patches adds support for x509 certificates signed by a CA that uses NIST p256 or p192 keys for signing. It also adds support for certificates where the public key is a NIST p256 or p192 key. The math for ECDSA signature verification is also added. Since self-signed certificates are

Re: [PATCH v6 0/4] arm64: ARMv8.5-A: MTE: Add async mode support

2021-01-22 Thread Vincenzo Frascino
On 1/22/21 1:59 PM, Vincenzo Frascino wrote: > This patchset implements the asynchronous mode support for ARMv8.5-A > Memory Tagging Extension (MTE), which is a debugging feature that allows > to detect with the help of the architecture the C and C++ programmatic > memory errors like buffer overflo

[PATCH v6 0/4] arm64: ARMv8.5-A: MTE: Add async mode support

2021-01-22 Thread Vincenzo Frascino
This patchset implements the asynchronous mode support for ARMv8.5-A Memory Tagging Extension (MTE), which is a debugging feature that allows to detect with the help of the architecture the C and C++ programmatic memory errors like buffer overflow, use-after-free, use-after-return, etc. MTE is bui

[PATCH v6 0/4] Re-introduce TX FIFO resize for larger EP bursting

2021-01-21 Thread Wesley Cheng
Changes in V6: - Rebased patches to usb-testing. - Renamed to PATCH series instead of RFC. - Checking for fs_descriptors instead of ss_descriptors for determining the endpoint count for a particular configuration. - Re-ordered patch series to fix patch dependencies. Changes in V5: - Added

[PATCH v6 0/4] scatterlist: add new capabilities

2021-01-18 Thread Douglas Gilbert
Scatter-gather lists (sgl_s) are frequently used as data carriers in the block layer. For example the SCSI and NVMe subsystems interchange data with the block layer using sgl_s. The sgl API is declared in The author has extended these transient sgl use cases to a store (i.e. a ramdisk) in the scs

[PATCH v6 0/4] CPUFreq: Add support for opp-sharing cpus

2021-01-11 Thread Nicola Mazzucato
Hi All, In this V6 posting I have addressed comments on reworking the scmi cpufreq driver in smaller changes. This is to support systems where exposed cpu performance controls are more fine-grained that the platform's ability to scale cpus independently. Many thanks, Nicola [v6] * Remove defe

[PATCH v6 0/4] drm/panfrost: Add support for mt8183 GPU

2021-01-04 Thread Nicolas Boichat
Hi! Follow-up on the v5 [1], things have gotten significantly better in the last 9 months, thanks to the efforts on Bifrost support by the Collabora team (and probably others I'm not aware of). I've been testing this series on a MT8183/kukui device, with a chromeos-5.10 kernel [2], and got basic

[PATCH v6 0/4] Introduce perf-stat -b for BPF programs

2020-12-28 Thread Song Liu
This set introduces perf-stat -b option to count events for BPF programs. This is similar to bpftool-prog-profile. But perf-stat makes it much more flexible. Changes v5 => v6 1. Update the name for bootstrap bpftool. (Jiri) Changes v4 => v5: 1. Add documentation. (Jiri) 2. Silent make outpu

[PATCH v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller

2020-12-11 Thread Dongjiu Geng
v5->v6: 1. Drop #size-cells and #address-cell in the hisilicon,hi3559av100-clock.yaml 2. Add discription for #reset-cells in the hisilicon,hi3559av100-clock.yaml 3. Remove #clock-cells in hisilicon,hiedmacv310.yaml 4. Merge property misc_ctrl_base and misc_regmap together for hiedmacv310 driver v

[PATCH v6 0/4] Enable Hi3559A SOC clock and HiSilicon Hiedma Controller

2020-12-11 Thread Dongjiu Geng
From: g00384164 v5->v6: 1. Drop #size-cells and #address-cell in the hisilicon,hi3559av100-clock.yaml 2. Add discription for #reset-cells in the hisilicon,hi3559av100-clock.yaml 3. Remove #clock-cells in hisilicon,hiedmacv310.yaml 4. Merge property misc_ctrl_base and misc_regmap together for hie

Re: [PATCH v6 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p

2020-12-08 Thread Will Deacon
On Wed, Dec 02, 2020 at 07:54:40AM -0800, Doug Anderson wrote: > On Wed, Dec 2, 2020 at 7:20 AM Benjamin Tissoires > wrote: > > On Tue, Dec 1, 2020 at 10:12 PM Doug Anderson wrote: > > > On Wed, Nov 11, 2020 at 4:41 PM Douglas Anderson > > > wrote: > > > > .../bindings/input/goodix,gt7375p.yam

Re: [PATCH v6 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p

2020-12-02 Thread Doug Anderson
Hi, On Wed, Dec 2, 2020 at 7:20 AM Benjamin Tissoires wrote: > > Hi Doug, > > On Tue, Dec 1, 2020 at 10:12 PM Doug Anderson wrote: > > > > Hi, > > > > On Wed, Nov 11, 2020 at 4:41 PM Douglas Anderson > > wrote: > > > > > > The goal of this series is to support the Goodix GT7375P touchscreen. >

Re: [PATCH v6 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p

2020-12-02 Thread Benjamin Tissoires
Hi Doug, On Tue, Dec 1, 2020 at 10:12 PM Doug Anderson wrote: > > Hi, > > On Wed, Nov 11, 2020 at 4:41 PM Douglas Anderson > wrote: > > > > The goal of this series is to support the Goodix GT7375P touchscreen. > > This touchscreen is special because it has power sequencing > > requirements that

RE: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Zulkifli, Muhammad Husaini
nux Kernel Mailing List ; Raja Subramanian, >Lakshmi Bai ; Wan Mohamad, >Wan Ahmad Zainie ; Mark >Gross >Subject: Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for >Keem Bay SOC > >On Wed, Dec 2, 2020 at 4:10 PM Ulf Hansson >wrote: >> On Wed, 2 Dec 2020

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Andy Shevchenko
On Wed, Dec 2, 2020 at 4:10 PM Ulf Hansson wrote: > On Wed, 2 Dec 2020 at 14:09, Andy Shevchenko > wrote: > > On Wed, Dec 2, 2020 at 2:44 PM Ulf Hansson wrote: ... > > My point is that it may be *not* a pin control at all. > > Sorry, but I don't quite follow, what is *not* a pinctrl? > > Acco

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Ulf Hansson
On Wed, 2 Dec 2020 at 14:09, Andy Shevchenko wrote: > > On Wed, Dec 2, 2020 at 2:44 PM Ulf Hansson wrote: > > On Wed, 2 Dec 2020 at 13:24, Shevchenko, Andriy > > wrote: > > > On Wed, Dec 02, 2020 at 11:53:42AM +0100, Ulf Hansson wrote: > > > > On Wed, 2 Dec 2020 at 08:02, > > > > wrote: > > >

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Andy Shevchenko
On Wed, Dec 2, 2020 at 2:44 PM Ulf Hansson wrote: > On Wed, 2 Dec 2020 at 13:24, Shevchenko, Andriy > wrote: > > On Wed, Dec 02, 2020 at 11:53:42AM +0100, Ulf Hansson wrote: > > > On Wed, 2 Dec 2020 at 08:02, wrote: > > > > ... > > > > > > Kindly help to review this patch set. > > > > > > This v

[PATCH v6 0/4] Adding the Sparx5 Serdes driver

2020-12-02 Thread Steen Hegelund
Adding the Sparx5 Serdes driver This series of patches provides the serdes driver for the Microchip Sparx5 ethernet switch. The serdes driver supports the 10G and 25G serdes instances available in the Sparx5. The Sparx5 serdes support several interface modes with several speeds and also allows t

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Ulf Hansson
On Wed, 2 Dec 2020 at 13:24, Shevchenko, Andriy wrote: > > On Wed, Dec 02, 2020 at 11:53:42AM +0100, Ulf Hansson wrote: > > On Wed, 2 Dec 2020 at 08:02, wrote: > > ... > > > > Kindly help to review this patch set. > > > > This version looks a lot better to me, but I am still requesting you > > to

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Shevchenko, Andriy
On Wed, Dec 02, 2020 at 11:53:42AM +0100, Ulf Hansson wrote: > On Wed, 2 Dec 2020 at 08:02, wrote: ... > > Kindly help to review this patch set. > > This version looks a lot better to me, but I am still requesting you > to model the pinctrl correctly. I don't see a reason not to, but I may > ha

Re: [PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-02 Thread Ulf Hansson
On Wed, 2 Dec 2020 at 08:02, wrote: > > From: Muhammad Husaini Zulkifli > > Hello > > This patch series adds UHS-1 Support for Keem Bay SOC. > > Patch 1 : Add struct device *dev in probe func(),so that dev pointer can be > widely use in probe to make code more readable. > Patch 2 : Export functi

[PATCH v6 0/4] mmc: sdhci-of-arasan: Enable UHS-1 support for Keem Bay SOC

2020-12-01 Thread muhammad . husaini . zulkifli
From: Muhammad Husaini Zulkifli Hello This patch series adds UHS-1 Support for Keem Bay SOC. Patch 1 : Add struct device *dev in probe func(),so that dev pointer can be widely use in probe to make code more readable. Patch 2 : Export function to be use by device driver to configure voltage rai

Re: [PATCH v6 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p

2020-12-01 Thread Doug Anderson
Hi, On Wed, Nov 11, 2020 at 4:41 PM Douglas Anderson wrote: > > The goal of this series is to support the Goodix GT7375P touchscreen. > This touchscreen is special because it has power sequencing > requirements that necessitate driving a reset GPIO. > > To do this, we totally rejigger the way i2c

Re: [PATCH v6 0/4] MT7621 PCIe PHY

2020-11-30 Thread Sergio Paracuellos
Hi Vinod, On Mon, Nov 30, 2020 at 11:48 AM Vinod Koul wrote: > > On 21-11-20, 16:50, Sergio Paracuellos wrote: > > This series adds support for the PCIe PHY found in the Mediatek > > MT7621 SoC. > > > > There is also a 'mt7621-pci' driver which is the controller part > > which is still in staging

Re: [PATCH v6 0/4] MT7621 PCIe PHY

2020-11-30 Thread Vinod Koul
On 21-11-20, 16:50, Sergio Paracuellos wrote: > This series adds support for the PCIe PHY found in the Mediatek > MT7621 SoC. > > There is also a 'mt7621-pci' driver which is the controller part > which is still in staging and is a client of this phy. > > Both drivers have been tested together in

[PATCH v6 0/4] MT7621 PCIe PHY

2020-11-21 Thread Sergio Paracuellos
This series adds support for the PCIe PHY found in the Mediatek MT7621 SoC. There is also a 'mt7621-pci' driver which is the controller part which is still in staging and is a client of this phy. Both drivers have been tested together in a gnubee1 board. This series are rebased on the top of lin

[PATCH v6 0/4] Introduce Embedded Controller driver for Acer A500

2020-11-12 Thread Dmitry Osipenko
This series adds support for the Embedded Controller which is found on Acer Iconia Tab A500 (Android tablet device). The Embedded Controller is ENE KB930 and it's running firmware customized for the A500. The firmware interface may be reused by some other sibling Acer tablets, although none of tho

[PATCH v6 0/4] Support ROHM BD9576MUF and BD9573MUF PMICs

2020-11-11 Thread Matti Vaittinen
Initial support for ROHM BD9576MUF and BD9573MUF PMICs. These PMICs are primarily intended to be used to power the R-Car family processors. BD9576MUF includes some additional safety features the BD9573MUF does not have. This initial version of drivers does not utilize these features and for now th

[PATCH v6 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p

2020-11-11 Thread Douglas Anderson
The goal of this series is to support the Goodix GT7375P touchscreen. This touchscreen is special because it has power sequencing requirements that necessitate driving a reset GPIO. To do this, we totally rejigger the way i2c-hid is organized so that it's easier to jam the Goodix support in ther

Re: [PATCH v6 0/4] arch, mm: improve robustness of direct map manipulation

2020-11-09 Thread Mike Rapoport
Oops, this one has some rebase errors, I'll send v7 soon. Sorry for the noise. On Mon, Nov 09, 2020 at 06:24:11PM +0200, Mike Rapoport wrote: > From: Mike Rapoport > > Hi, > > During recent discussion about KVM protected memory, David raised a concern > about usage of __kernel_map_pages() outsi

[PATCH v6 0/4] arch, mm: improve robustness of direct map manipulation

2020-11-09 Thread Mike Rapoport
From: Mike Rapoport Hi, During recent discussion about KVM protected memory, David raised a concern about usage of __kernel_map_pages() outside of DEBUG_PAGEALLOC scope [1]. Indeed, for architectures that define CONFIG_ARCH_HAS_SET_DIRECT_MAP it is possible that __kernel_map_pages() would fail,

[PATCH v6 0/4] Add support for mv88e6393x family of Marvell

2020-10-29 Thread Pavana Sharma
Updated patchset. Split the patch to separate mv88e6393 changes from refactoring serdes_get_lane. Update Documentation before adding new mode. > Is the 6191X part of the 6193 family? Not the 6390, like the 6191 is? > Or do we have the 6191 in the wrong family? >> +MV88E6193X, > You don't ad

Re: [PATCH v6 0/4] Add support for mv88e6393x family of Marvell

2020-10-29 Thread Marek Behun
On Thu, 29 Oct 2020 15:40:25 +1000 Pavana Sharma wrote: > Updated patchset. > > Split the patch to separate mv88e6393 changes from refactoring > serdes_get_lane. > Update Documentation before adding new mode. Pavana, the patch adding support for Amethyst has to be the last in the series. The pa

[PATCH v6 0/4] mm: allow mapping accounted kernel pages to userspace

2020-10-26 Thread Roman Gushchin
Currently a non-slab kernel page which has been charged to a memory cgroup can't be mapped to userspace. The underlying reason is simple: PageKmemcg flag is defined as a page type (like buddy, offline, etc), so it takes a bit from a page->mapped counter. Pages with a type set can't be mapped to use

[PATCH v6 0/4] Qualcomm Light Pulse Generator

2020-10-21 Thread Bjorn Andersson
This series introduces a generic pattern interface in the LED class and a driver for the Qualcomm Light Pulse Generator. It seems like it's been almost 3 years since I posted v3, which was hung up on the lack of conclusion on the hw_pattern and multicolor support. Now that those are concluded I ho

[PATCH v6 0/4] Add mmc support for MT8192 SoC

2020-10-12 Thread Wenbin Mei
Change in v6: 1)use devm_clk_get function for required clocks Change in v5: 1)remove Reviewed-by tag 2)use devm_clk_bulk_get_optional instead of devm_clk_get_optional for bulk clks Change in v4: 1)drop "vmmc" and "vqmmc" desciption in mtk-sd.yaml 2)add vmmq/vqmmc supplies and the pinctrls to re

[PATCH v6 0/4] Introduce mini-dump support for remoteproc

2020-10-02 Thread Siddharth Gupta
Sometimes firmware sizes can be in tens of MB's and reading all the memory during coredump can consume lot of time and memory. Introducing support for mini-dumps. Mini-dump contains smallest amount of useful information, that could help to debug subsystem crashes. During bootup memory is allocate

Re: [PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation

2020-09-30 Thread Maxim Levitsky
On Wed, 2020-09-23 at 00:10 +0300, Maxim Levitsky wrote: > This is the next version of this patch series. > > In V5 I adopted Sean Christopherson's suggestion to make .set_efer return > a negative error (-ENOMEM in this case) which in most cases in kvm > propagates to the userspace. > > I noticed

Re: [PATCH v6 0/4] Add support for length of each segment in the segcblist

2020-09-24 Thread Paul E. McKenney
On Wed, Sep 23, 2020 at 11:22:07AM -0400, Joel Fernandes (Google) wrote: > > This is required for several usecases identified. One of them being tracing > how > the segmented callback list changes. Tracing this has identified issues in RCU > code in the past. > > >From Paul: > Another use case i

[PATCH v6 0/4] Add support for length of each segment in the segcblist

2020-09-23 Thread Joel Fernandes (Google)
This is required for several usecases identified. One of them being tracing how the segmented callback list changes. Tracing this has identified issues in RCU code in the past. >From Paul: Another use case is of course more accurately determining whether a given CPU's large pile of callbacks can

[PATCH v6 0/4] KVM: nSVM: ondemand nested state allocation

2020-09-22 Thread Maxim Levitsky
This is the next version of this patch series. In V5 I adopted Sean Christopherson's suggestion to make .set_efer return a negative error (-ENOMEM in this case) which in most cases in kvm propagates to the userspace. I noticed though that wrmsr emulation code doesn't do this and instead it inject

[PATCH v6 0/4] Introduce TEE based Trusted Keys support

2020-09-17 Thread Sumit Garg
Add support for TEE based trusted keys where TEE provides the functionality to seal and unseal trusted keys using hardware unique key. Also, this is an alternative in case platform doesn't possess a TPM device. This patch-set has been tested with OP-TEE based early TA which is already merged in up

Re: [PATCH v6 0/4] user space client interface driver

2020-09-17 Thread Christoph Hellwig
"user space client interface driver" is a very generic and there is absolutel no explanation in this cover letter. What is this supposed to be?

[PATCH v6 0/4] user space client interface driver

2020-09-16 Thread Hemant Kumar
V6: - Moved uci.c to mhi directory. - Updated Kconfig to add module information. - Updated Makefile to rename uci object file name as mhi_uci - Removed kref for open count V5: - Removed mhi_uci_drv structure. - Used idr instead of creating global list of uci devices. - Used kref instead of local r

Re: [PATCH V6 0/4] Add wakeup support over UART RX

2020-09-14 Thread Bjorn Andersson
On Mon 14 Sep 13:58 UTC 2020, satya priya wrote: > Changes in V2: > - As per Matthias's comment added wakeup support for all the UARTs >of SC7180. > - Added sleep state in sc7180-idp.dts file. > - Modify the if check in set_mctrl API in serial driver to avoid >making RFR high during sus

[PATCH V6 0/4] Add wakeup support over UART RX

2020-09-14 Thread satya priya
Changes in V2: - As per Matthias's comment added wakeup support for all the UARTs of SC7180. - Added sleep state in sc7180-idp.dts file. - Modify the if check in set_mctrl API in serial driver to avoid making RFR high during suspend. Changes in V3: - As per Matthias's comments modify the

[PATCH v6 0/4] make hdmi work on bananapi-r2

2020-09-04 Thread Frank Wunderlich
From: Frank Wunderlich This Patch-Series adds missing Patches/Bugfixes to get hdmi working on BPI-R2 v5->v6: - drop parts already merged to mediatek-drm-next - include lima-regulator-patch - rebase on changes in mediatek-drm-next tree (hdmi/hdmi-phy patches) - fix compatible of hdmi0 because

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Shakeel Butt
On Fri, Aug 21, 2020 at 1:05 PM Roman Gushchin wrote: > > On Fri, Aug 21, 2020 at 09:27:56AM -0700, Shakeel Butt wrote: > > On Fri, Aug 21, 2020 at 9:02 AM Roman Gushchin wrote: > > > > > > On Fri, Aug 21, 2020 at 11:04:05AM -0400, Dan Schatzberg wrote: > > > > On Thu, Aug 20, 2020 at 10:06:44AM

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Roman Gushchin
On Fri, Aug 21, 2020 at 09:27:56AM -0700, Shakeel Butt wrote: > On Fri, Aug 21, 2020 at 9:02 AM Roman Gushchin wrote: > > > > On Fri, Aug 21, 2020 at 11:04:05AM -0400, Dan Schatzberg wrote: > > > On Thu, Aug 20, 2020 at 10:06:44AM -0700, Shakeel Butt wrote: > > > > On Thu, May 28, 2020 at 6:55 AM

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Shakeel Butt
On Fri, Aug 21, 2020 at 9:02 AM Roman Gushchin wrote: > > On Fri, Aug 21, 2020 at 11:04:05AM -0400, Dan Schatzberg wrote: > > On Thu, Aug 20, 2020 at 10:06:44AM -0700, Shakeel Butt wrote: > > > On Thu, May 28, 2020 at 6:55 AM Dan Schatzberg > > > wrote: > > > > > > > > Much of the discussion abo

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Roman Gushchin
On Fri, Aug 21, 2020 at 11:04:05AM -0400, Dan Schatzberg wrote: > On Thu, Aug 20, 2020 at 10:06:44AM -0700, Shakeel Butt wrote: > > On Thu, May 28, 2020 at 6:55 AM Dan Schatzberg > > wrote: > > > > > > Much of the discussion about this has died down. There's been a > > > concern raised that we co

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Jens Axboe
On 8/21/20 9:04 AM, Dan Schatzberg wrote: > On Thu, Aug 20, 2020 at 10:06:44AM -0700, Shakeel Butt wrote: >> On Thu, May 28, 2020 at 6:55 AM Dan Schatzberg >> wrote: >>> >>> Much of the discussion about this has died down. There's been a >>> concern raised that we could generalize infrastructure

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-21 Thread Dan Schatzberg
On Thu, Aug 20, 2020 at 10:06:44AM -0700, Shakeel Butt wrote: > On Thu, May 28, 2020 at 6:55 AM Dan Schatzberg > wrote: > > > > Much of the discussion about this has died down. There's been a > > concern raised that we could generalize infrastructure across loop, > > md, etc. This may be possible

Re: [PATCH v6 0/4] Charge loop device i/o to issuing cgroup

2020-08-20 Thread Shakeel Butt
On Thu, May 28, 2020 at 6:55 AM Dan Schatzberg wrote: > > Much of the discussion about this has died down. There's been a > concern raised that we could generalize infrastructure across loop, > md, etc. This may be possible, in the future, but it isn't clear to me > how this would look like. I'm i

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-12 Thread Lakshmi Ramasubramanian
On 8/5/20 11:25 AM, Casey Schaufler wrote: I think moving away from the idea that measuring "critical" data should be limited to LSMs, will clarify this. Are you suggesting that instead of calling the hooks LSM_STATE and LSM_POLICY, we should keep it more generic so that it can be utilized

[PATCH v6 0/4] SFH: Add Support for AMD Sensor Fusion Hub

2020-08-09 Thread Sandeep Singh
From: Sandeep Singh AMD SFH(Sensor Fusion Hub) is HID based driver.SFH FW is part of MP2 processor (MP2 which is an ARM® Cortex-M4 core based co-processor to x86) and it runs on MP2 where in driver resides on X86.The driver functionalities are divided into three parts:- 1: amd-mp2-pcie:- This

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Tyler Hicks
On 2020-08-05 09:07:48, Lakshmi Ramasubramanian wrote: > On 8/5/20 8:45 AM, Tyler Hicks wrote: > > On 2020-08-05 08:36:40, Casey Schaufler wrote: > > > On 8/4/2020 6:14 PM, Lakshmi Ramasubramanian wrote: > > > > On 8/4/20 6:04 PM, Casey Schaufler wrote: > > > > > On 8/4/2020 5:43 PM, Lakshmi Ramasu

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Lakshmi Ramasubramanian
On 8/5/20 9:14 AM, Tyler Hicks wrote: On 2020-08-05 09:07:48, Lakshmi Ramasubramanian wrote: On 8/5/20 8:45 AM, Tyler Hicks wrote: On 2020-08-05 08:36:40, Casey Schaufler wrote: On 8/4/2020 6:14 PM, Lakshmi Ramasubramanian wrote: On 8/4/20 6:04 PM, Casey Schaufler wrote: On 8/4/2020 5:43 PM,

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Tyler Hicks
On 2020-08-05 09:21:24, Lakshmi Ramasubramanian wrote: > On 8/5/20 9:14 AM, Tyler Hicks wrote: > > On 2020-08-05 09:07:48, Lakshmi Ramasubramanian wrote: > > > On 8/5/20 8:45 AM, Tyler Hicks wrote: > > > > On 2020-08-05 08:36:40, Casey Schaufler wrote: > > > > > On 8/4/2020 6:14 PM, Lakshmi Ramasub

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Casey Schaufler
On 8/5/2020 9:32 AM, Tyler Hicks wrote: > On 2020-08-05 09:21:24, Lakshmi Ramasubramanian wrote: >> On 8/5/20 9:14 AM, Tyler Hicks wrote: >>> On 2020-08-05 09:07:48, Lakshmi Ramasubramanian wrote: On 8/5/20 8:45 AM, Tyler Hicks wrote: > On 2020-08-05 08:36:40, Casey Schaufler wrote: >>

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Casey Schaufler
On 8/5/2020 10:25 AM, Lakshmi Ramasubramanian wrote: > On 8/5/20 10:03 AM, Mimi Zohar wrote: >> On Wed, 2020-08-05 at 10:45 -0500, Tyler Hicks wrote: >> >>> In addition to SELINUX_STATE and SELINUX_POLICY, we should also consider >>> the proposed LSM_STATE and LSM_POLICY func values but require an

Re: [PATCH v6 0/4] LSM: Measure security module data

2020-08-05 Thread Lakshmi Ramasubramanian
On 8/5/20 10:57 AM, Casey Schaufler wrote: On 8/5/2020 10:25 AM, Lakshmi Ramasubramanian wrote: On 8/5/20 10:03 AM, Mimi Zohar wrote: On Wed, 2020-08-05 at 10:45 -0500, Tyler Hicks wrote: In addition to SELINUX_STATE and SELINUX_POLICY, we should also consider the proposed LSM_STATE and LSM_P

  1   2   3   4   5   6   >