Re: [PATCH v6 0/8] support '%pd' and '%pD' for print file name

2024-03-20 Thread Google
Hi Ye, On Fri, 15 Mar 2024 14:55:32 +0800 Ye Bin wrote: > Sorry for taking so long to post the V6 version. I thought my email was > sent successfully. I checked the patchwork and it was not sent successfully. > > During fault locating, the file name needs to be printed based on the > dentry/fil

[PATCH v6 0/8] support '%pd' and '%pD' for print file name

2024-03-15 Thread Ye Bin
Sorry for taking so long to post the V6 version. I thought my email was sent successfully. I checked the patchwork and it was not sent successfully. During fault locating, the file name needs to be printed based on the dentry/file address. The offset needs to be calculated each time, which is trou

[PATCH v6 0/8] eventfs: Fixing dynamic creation

2023-11-01 Thread Steven Rostedt
Changes since v5: https://lore.kernel.org/all/20231031223326.794680...@goodmis.org/ This was originally based on: [PATCH] eventfs: Process deletion of dentry more thoroughly https://lore.kernel.org/linux-trace-kernel/20231031144703.71eef...@gandalf.local.home/ But Al Viro asked why I do

[PATCH v6 0/8] Extend regulator notification support

2021-04-07 Thread Matti Vaittinen
Extend regulator notification support This series extends the regulator notification and error flag support. Initial discussion on the topic can be found here: https://lore.kernel.org/lkml/6046836e22b8252983f08d5621c35ececb97820d.ca...@fi.rohmeurope.com/ This series is built on top of the BD9576M

[PATCH v6 0/8] Allocate memmap from hotadded memory (per device)

2021-04-06 Thread Oscar Salvador
Changes from v5 -> v6: - Addressed feedback by Michal - Create memory_block_{online,offline} functions - Create vmemmap_* functions to deal with vmemmap stuff, so {online,offline}_pages remain untouched - Add adjust_present_page_count's patch from David - Relax check in {offline,online}_pa

[PATCH v6 0/8] Add Support for MediaTek PMIC MT6359

2021-03-15 Thread Hsin-Hsiung Wang
This patchset includes refactoring interrupt and adding support to MT6359 PMIC. MT6359 is the primary PMIC for MT6779 and probably other SOCs. The series[1] sent by Wen will continue to upstream in this patchset afterwards. [1] https://patchwork.kernel.org/project/linux-mediatek/list/?series=30657

[PATCH v6 0/8] Add support for SVM atomics in Nouveau

2021-03-12 Thread Alistair Popple
This is the sixth version of a series to add support to Nouveau for atomic memory operations on OpenCL shared virtual memory (SVM) regions. There are no significant changes for version six other than correcting a minor s390 build and bisectability issue and removing a redundant call to compound_pa

[PATCH v6 0/8] Fork brute force attack mitigation

2021-03-07 Thread John Wood
Attacks against vulnerable userspace applications with the purpose to break ASLR or bypass canaries traditionally use some level of brute force with the help of the fork system call. This is possible since when creating a new process using fork its memory contents are the same as those of the paren

[PATCH v6 0/8] Updates to MHI channel handling

2021-02-04 Thread Bhaumik Bhatt
MHI specification shows a state machine with support for STOP channel command and the validity of certain state transitions. MHI host currently does not provide any mechanism to stop a channel and restart it without resetting it. There are also times when the device moves on to a different executio

[PATCH v6 0/8] drm/mediatek: add support for mediatek SOC MT8192

2021-02-02 Thread Hsin-Yi Wang
This series are based on kernel/git/chunkuang.hu/linux.git mediatek-drm-next and following patch: ("soc: mediatek: add mtk mutex support for MT8183") https://patchwork.kernel.org/project/linux-mediatek/patch/20210129092209.2584718-8-hsi...@chromium.org/ This series also depends on component suppor

[PATCH v6 0/8] mainline Plymovent M2M and BAS board

2020-12-02 Thread Oleksij Rempel
changes v5: - do more panel-simple.yaml related cleanups changes v5: - rebase against latest shawngup/for-next - add patch to fix checkpatch warning on PLYM2M dts changes v4: - add PLYBAS board - PLYM2M: add touchscreen node - PLYM2M: add rename led nodes to led-x changes v3: - use old style cop

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-23 Thread Mimi Zohar
On Mon, 2020-11-23 at 18:18 +0100, Pavel Machek wrote: > > > Basically every other data structure in kernel is "critical" by your > > > definition, and you can't really measure them all; some of them change > > > rather often. Going piecemeal does not really help here. > > > > Agreed, measuring da

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-23 Thread Pavel Machek
Hi! > > > >How is it supposed to be useful? > > > > > > > >I'm pretty sure there are critical data that are not measured by > > > >proposed module... and that are written under normal circumstances. > > > > > > > The goal of this series is to introduce the IMA hook > > > measure_critical_data() an

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-23 Thread Mimi Zohar
Hi Pavel, On Sun, 2020-11-22 at 22:00 +0100, Pavel Machek wrote: > Hi! > > > >How is it supposed to be useful? > > > > > >I'm pretty sure there are critical data that are not measured by > > >proposed module... and that are written under normal circumstances. > > > > > The goal of this series is

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-22 Thread Pavel Machek
Hi! > >How is it supposed to be useful? > > > >I'm pretty sure there are critical data that are not measured by > >proposed module... and that are written under normal circumstances. > > > The goal of this series is to introduce the IMA hook > measure_critical_data() and the necessary policies to

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-22 Thread Tushar Sugandhi
Thanks Pavel for looking at this series. On 2020-11-20 4:46 a.m., Pavel Machek wrote: On Thu 2020-11-19 15:26:03, Tushar Sugandhi wrote: Kernel integrity critical data can be defined as the in-memory kernel data which if accidentally or maliciously altered, can compromise the integrity of the s

Re: [PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-20 Thread Pavel Machek
On Thu 2020-11-19 15:26:03, Tushar Sugandhi wrote: > Kernel integrity critical data can be defined as the in-memory kernel > data which if accidentally or maliciously altered, can compromise the > integrity of the system. Is that an useful definition? > There are several kernel subsystems that co

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data

2020-11-19 Thread Tushar Sugandhi
Kernel integrity critical data can be defined as the in-memory kernel data which if accidentally or maliciously altered, can compromise the integrity of the system. There are several kernel subsystems that contain integrity critical data - e.g. LSMs like SELinux, or AppArmor; or device-mapper targ

[PATCH v6 0/8] rpmsg: Make RPMSG name service modular

2020-11-18 Thread Mathieu Poirier
This revision addresses comments received from the previous revision, i.e V5. Please see details below. It starts by making the RPMSG protocol transport agnostic by moving the headers it uses to generic types and using those in the current implementation. From there it re-uses the work that Arna

RE: [RFC PATCH v6 0/8] Add support for ipq8064 tsens

2020-09-28 Thread ansuelsmth
OPEN FIRMWARE AND FLATTENED DEVICE > TREE BINDINGS ; LKML ker...@vger.kernel.org> > Subject: Re: [RFC PATCH v6 0/8] Add support for ipq8064 tsens > > Hi Ansuel, > > Just a quick note to say that I'm not ignoring this, just on > vacations. I'll be back to revie

Re: [RFC PATCH v6 0/8] Add support for ipq8064 tsens

2020-09-28 Thread Amit Kucheria
Hi Ansuel, Just a quick note to say that I'm not ignoring this, just on vacations. I'll be back to review this in a few days. Regards, Amit On Fri, Aug 14, 2020 at 7:12 PM Ansuel Smith wrote: > > This patchset convert msm8960 to reg_filed, use int_common instead > of a custom function and fix w

Re: [PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag

2020-09-18 Thread Michael Ellerman
Rogerio Alves writes: > On 9/2/20 1:29 AM, Ravi Bangoria wrote: >> Patch #1 fixes issue for quardword instruction on p10 predecessors. >> Patch #2 fixes issue for vector instructions. >> Patch #3 fixes a bug about watchpoint not firing when created with >> ptrace PPC_PTRACE_SETHWDEBUG an

Re: [PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag

2020-09-18 Thread Ravi Bangoria
On 9/17/20 6:54 PM, Rogerio Alves wrote: On 9/2/20 1:29 AM, Ravi Bangoria wrote: Patch #1 fixes issue for quardword instruction on p10 predecessors. Patch #2 fixes issue for vector instructions. Patch #3 fixes a bug about watchpoint not firing when created with   ptrace PPC_PTRACE_SET

Re: [PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag

2020-09-17 Thread Rogerio Alves
On 9/2/20 1:29 AM, Ravi Bangoria wrote: Patch #1 fixes issue for quardword instruction on p10 predecessors. Patch #2 fixes issue for vector instructions. Patch #3 fixes a bug about watchpoint not firing when created with ptrace PPC_PTRACE_SETHWDEBUG and CONFIG_HAVE_HW_BREAKPOINT=N.

Re: [PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag

2020-09-17 Thread Michael Ellerman
On Wed, 2 Sep 2020 09:59:37 +0530, Ravi Bangoria wrote: > Patch #1 fixes issue for quardword instruction on p10 predecessors. > Patch #2 fixes issue for vector instructions. > Patch #3 fixes a bug about watchpoint not firing when created with > ptrace PPC_PTRACE_SETHWDEBUG and CONFIG_HAVE_

Re: [PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm

2020-09-14 Thread Tianjia Zhang
Hi, On 9/11/20 12:24 PM, Herbert Xu wrote: On Thu, Sep 03, 2020 at 09:12:34PM +0800, Tianjia Zhang wrote: --- v6 changes: 1. remove mpi_sub_ui function from mpi library. 2. rebase on mainline. This series is still missing acks for patches 6-8. Without them it cannot proceed. Thanks,

Re: [PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm

2020-09-10 Thread Herbert Xu
On Thu, Sep 03, 2020 at 09:12:34PM +0800, Tianjia Zhang wrote: > > --- > v6 changes: > 1. remove mpi_sub_ui function from mpi library. > 2. rebase on mainline. This series is still missing acks for patches 6-8. Without them it cannot proceed. Thanks, -- Email: Herbert Xu Home Page: http://

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm

2020-09-03 Thread Tianjia Zhang
Hello all, This new module implement the OSCCA certificate and SM2 public key algorithm. It was published by State Encryption Management Bureau, China. List of specifications for OSCCA certificate and SM2 elliptic curve public key cryptography: * GM/T 0003.1-2012 * GM/T 0003.2-2012 * GM/T 0003.3-

[PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag

2020-09-01 Thread Ravi Bangoria
Patch #1 fixes issue for quardword instruction on p10 predecessors. Patch #2 fixes issue for vector instructions. Patch #3 fixes a bug about watchpoint not firing when created with ptrace PPC_PTRACE_SETHWDEBUG and CONFIG_HAVE_HW_BREAKPOINT=N. The fix uses HW_BRK_TYPE_PRIV_ALL for

[PATCH v6 0/8] clk: clk-wizard: clock-wizard: Driver updates

2020-08-28 Thread Shubhrajyoti Datta
In the thread [1] Greg suggested that we move the driver to the clk from the staging. Add patches to address the concerns regarding the fractional and set rate support in the TODO. The patch set does the following - Trivial fixes for kernel doc. - Move the driver to the clk folder - Add capability

[RFC PATCH v6 0/8] Add support for ipq8064 tsens

2020-08-14 Thread Ansuel Smith
This patchset convert msm8960 to reg_filed, use int_common instead of a custom function and fix wrong tsens get_temp function for msm8960. Ipq8064 SoCs tsens driver is based on 8960 tsens driver. Ipq8064 needs to be registered as a gcc child as the tsens regs on this platform are shared with the c

Re: [GIT PULL][PATCH v6 0/8] Add support for ZSTD-compressed kernel and initramfs

2020-07-07 Thread Kees Cook
On Mon, Jul 06, 2020 at 08:45:56PM -0700, Nick Terrell wrote: > From: Nick Terrell > > Please pull from > > g...@github.com:terrelln/linux.git tags/v6-zstd > > to get these changes. Alternatively the patchset is included. > > Hi all, > > This patch set adds support for a ZSTD-compressed ker

Re: [GIT PULL][PATCH v6 0/8] Add support for ZSTD-compressed kernel and initramfs

2020-07-07 Thread Sedat Dilek
On Tue, Jul 7, 2020 at 6:03 AM Sedat Dilek wrote: > > On Tue, Jul 7, 2020 at 5:50 AM Nick Terrell wrote: > > > > From: Nick Terrell > > > > Please pull from > > > > g...@github.com:terrelln/linux.git tags/v6-zstd > > > > to get these changes. Alternatively the patchset is included. > > > > Hi

Re: [GIT PULL][PATCH v6 0/8] Add support for ZSTD-compressed kernel and initramfs

2020-07-06 Thread Sedat Dilek
On Tue, Jul 7, 2020 at 5:50 AM Nick Terrell wrote: > > From: Nick Terrell > > Please pull from > > g...@github.com:terrelln/linux.git tags/v6-zstd > > to get these changes. Alternatively the patchset is included. > Hi Nick, cool, I just pulled from their. Yesterday, I switched over from Linux

[GIT PULL][PATCH v6 0/8] Add support for ZSTD-compressed kernel and initramfs

2020-07-06 Thread Nick Terrell
From: Nick Terrell Please pull from g...@github.com:terrelln/linux.git tags/v6-zstd to get these changes. Alternatively the patchset is included. Hi all, This patch set adds support for a ZSTD-compressed kernel, ramdisk, and initramfs in the kernel boot process. ZSTD-compressed ramdisk and

[PATCH v6 0/8] Add Rockchip NFC drivers for RK3308 and others

2020-06-09 Thread Yifeng Zhao
Rockchp's NFC(Nand Flash Controller) has four versions: V600, V622, V800 and V900. This series patch can support all four versions. Changes in v6: - Fix some wrong define - Modified the definition of compatible - The mtd->name set by NAND label property. - Add some comments. - Fix compile erro

[PATCH v6 0/8] block: fix blktrace debugfs use after free

2020-06-08 Thread Luis Chamberlain
Here is v6 of the blktrace fixes which address the debugfs use after free. I've followed the strategy suggested by Christoph of open coding the solution in place, and extended it with the required work for partitions and scsi-generic. Jan's blktrace sparse fix ended up depending on one of my patch,

[PATCH v6 0/8] firmware: add partial read support in request_firmware_into_buf

2020-06-05 Thread Scott Branden
This patch series adds partial read support in request_firmware_into_buf. In order to accept the enhanced API it has been requested that kernel selftests and upstreamed driver utilize the API enhancement and so are included in this patch series. Also in this patch series is the addition of a new B

Re: [PATCH v6 0/8] Add MA USB Host driver

2020-05-15 Thread Greg KH
On Fri, May 15, 2020 at 02:34:54PM +0200, Vladimir Stankovic wrote: > Media Agnostic (MA) USB Host driver provides USB connectivity over an > available network, allowing host device to access remote USB devices > attached to one or more MA USB devices (accessible via network). > > This driver has

[PATCH v6 0/8] Add MA USB Host driver

2020-05-15 Thread Vladimir Stankovic
Media Agnostic (MA) USB Host driver provides USB connectivity over an available network, allowing host device to access remote USB devices attached to one or more MA USB devices (accessible via network). This driver has been developed to enable the host to communicate with DisplayLink products sup

Re: [PATCH v6 0/8] Bug fixes and improved logging in MHI

2020-05-07 Thread Manivannan Sadhasivam
Hi Bhaumik, Can you please send the next version to my linaro.org mail address? Since it is what listed in MAINTAINERS file for now, I'd like to use it for MHI work. Thanks, Mani On Tue, May 05, 2020 at 03:47:04PM -0700, Bhaumik Bhatt wrote: > A set of patches for bug fixes and improved logging

[PATCH v6 0/8] Bug fixes and improved logging in MHI

2020-05-05 Thread Bhaumik Bhatt
A set of patches for bug fixes and improved logging in mhi/core/boot.c. Verified on x86 and arm64 platforms. v6: -Updated the MHI_RANDOM_U32_NONZERO to only give a random number upto the supplied bitmask v5: -Updated the macro MHI_RANDOM_U32_NONZERO to take a bitmask as the input parameter and ou

[PATCH v6 0/8] scsi: ufs: support LU Dedicated buffer mode for WriteBooster

2020-05-04 Thread Stanley Chu
Hi, This patchset adds LU dedicated buffer mode support for WriteBooster. In the meanwhile, enable WriteBooster capability on MediaTek UFS platforms. v5 -> v6: - Remove descriptor length check in ufshcd_wb_probe() because the device quirk shall be added only after WriteBooster support is confir

Re: [PATCH v6 0/8] Emulated coherent graphics memory take 2

2019-10-21 Thread Thomas Hellstrom
On 10/14/19 3:22 PM, Thomas Hellström (VMware) wrote: > From: Thomas Hellström > > Graphics APIs like OpenGL 4.4 and Vulkan require the graphics driver > to provide coherent graphics memory, meaning that the GPU sees any > content written to the coherent memory on the next GPU operation that > tou

[PATCH v6 0/8] drm: rcar-du: Add Color Management Module (CMM)

2019-10-16 Thread Jacopo Mondi
Minimal increment to the CMM series, this time should really be the last one. Just missing Rob's ack on [1/8] and Laurent's one on [5/8]. Changelog is minimal: CMM - Remove the cmm_config.enable flag. The cmm_config.table field validity is used to enable/disable the LUT operations - Expand comm

[PATCH v6 0/8] Emulated coherent graphics memory take 2

2019-10-14 Thread VMware
From: Thomas Hellström Graphics APIs like OpenGL 4.4 and Vulkan require the graphics driver to provide coherent graphics memory, meaning that the GPU sees any content written to the coherent memory on the next GPU operation that touches that memory, and the CPU sees any content written by the GPU

[PATCH v6 0/8] Fix PF/VF dependency issue

2019-08-16 Thread sathyanarayanan . kuppuswamy
From: Kuppuswamy Sathyanarayanan Current implementation of ATS, PASID, PRI does not handle VF dependencies correctly. Following patches addresses this issue. Changes since v5: * Created new patches for PRI/PASID capability caching. * Removed individual locks (pri_lock, pasid_lock) and added co

[PATCH v6 0/8] Introduce support for Guest CET feature

2019-07-24 Thread Yang Weijiang
Control-flow Enforcement Technology (CET) provides protection against Return/Jump-Oriented Programming (ROP/JOP) attack. It includes two sub-features: Shadow Stack (SHSTK) and Indirect Branch Tracking (IBT). KVM modification is required to support Guest CET feature. This patch serial implemented C

[PATCH v6 0/8] Add basic SoC support for mt6765

2019-07-12 Thread Macpaul Lin
This patch adds basic SoC support for Mediatek's new 8-core SoC, MT6765, which is mainly for smartphone application. Changes in V6: 1. Adapt V5's patchset to latest kernel tree. Origin V5 patchset. https://lore.kernel.org/patchwork/cover/963612/ 2. Due to clk's common code has been submit by

[PATCH v6 0/8] implement DYNAMIC_DEBUG_RELATIVE_POINTERS

2019-06-17 Thread Rasmus Villemoes
Similar to CONFIG_GENERIC_BUG_RELATIVE_POINTERS that replaces (8 byte) const char* members by (4 byte) signed offsets from the bug_entry, this implements the similar thing for struct _ddebug, the descriptors underlying pr_debug() and friends in a CONFIG_DYNAMIC_DEBUG kernel. Since struct _ddebug h

Re: [PATCH V6 0/8] make mt7623 clock of hdmi stable

2019-03-06 Thread CK Hu
Hi, Wangyan: On Wed, 2019-03-06 at 09:52 +0800, CK Hu wrote: > On Mon, 2019-02-25 at 10:09 +0800, wangyan wang wrote: > > From: Wangyan Wang > > > > V6 adopt maintainer's suggestion. > > Here is the change list between V5 & V6 > > 1. change "unsigned char mux_flags;" to "u8 mux_flags;" to > > ma

Re: [PATCH V6 0/8] make mt7623 clock of hdmi stable

2019-03-05 Thread CK Hu
On Mon, 2019-02-25 at 10:09 +0800, wangyan wang wrote: > From: Wangyan Wang > > V6 adopt maintainer's suggestion. > Here is the change list between V5 & V6 > 1. change "unsigned char mux_flags;" to "u8 mux_flags;" to > match with the struct in " clk: mediatek: add MUX_GATE_FLAGS_2". > Hi, Wangy

[PATCH V6 0/8] make mt7623 clock of hdmi stable

2019-02-24 Thread wangyan wang
From: Wangyan Wang V6 adopt maintainer's suggestion. Here is the change list between V5 & V6 1. change "unsigned char mux_flags;" to "u8 mux_flags;" to match with the struct in " clk: mediatek: add MUX_GATE_FLAGS_2". chunhui dai (8): drm/mediatek: recalculate hdmi phy clock of MT2701 by query

Re: [PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-23 Thread Leo Yan
On Wed, Jan 23, 2019 at 05:22:03PM -0700, Mathieu Poirier wrote: > On Fri, 18 Jan 2019 at 18:44, Leo Yan wrote: [...] > > After applying this patch series, we can verify sample flags with below > > command: > > > > # perf script -F,-time,+flags,+ip,+sym,+dso,+addr,+symoff -k vmlinux > > Since

Re: [PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-23 Thread Mathieu Poirier
On Fri, 18 Jan 2019 at 18:44, Leo Yan wrote: > > This patch seris adds support for sample flags so can facilitate perf > to print sample flags for branch instruction. > > Patch 0001 is used to save last branch information in packet structure, > this includes instruction type, subtype and condition

[PATCH v6 0/8] perf cs-etm: Add support for sample flags

2019-01-18 Thread Leo Yan
This patch seris adds support for sample flags so can facilitate perf to print sample flags for branch instruction. Patch 0001 is used to save last branch information in packet structure, this includes instruction type, subtype and condition flag to help making decision for which branch instructio

[PATCH v6 0/8] Adding support for STMPE811 ADC

2019-01-09 Thread Philippe Schenker
From: Philippe Schenker Hello everyone, This patchset is adding an ADC driver for STMPE811. The STMPE811 is a Multi-Frontend-Device that supports a touchscreen, ADC, GPIO and a temperature sensor. For Touchscreen and GPIO there are already existing drivers in mainline. This patchset will add su

[PATCH v6 0/8] Introduce the for_each_set_clump8 macro

2018-12-18 Thread William Breathitt Gray
Changes in v6: - Fix typo in for_each_set_clump8 macro definition ('offset' should be 'start') - Fix data type mismatch for format specifier of warning print statements in __check_eq_clump8 - Fix typo in symbol suffix for definition of __check_eq_clump8 - Fix typo in parameter passe

Re: [PATCH v6 0/8] AXP8x3 AC and battery power supply support

2018-12-06 Thread Chen-Yu Tsai
On Fri, Dec 7, 2018 at 3:28 PM Lee Jones wrote: > > On Wed, 05 Dec 2018, Sebastian Reichel wrote: > > > Hi, > > > > On Fri, Nov 30, 2018 at 04:31:28PM +0800, Chen-Yu Tsai wrote: > > > On Wed, Nov 21, 2018 at 1:52 AM Oskari Lemmela wrote: > > > > > > > > AXP813 AC power supply support with input c

Re: [PATCH v6 0/8] AXP8x3 AC and battery power supply support

2018-12-06 Thread Lee Jones
On Wed, 05 Dec 2018, Sebastian Reichel wrote: > Hi, > > On Fri, Nov 30, 2018 at 04:31:28PM +0800, Chen-Yu Tsai wrote: > > On Wed, Nov 21, 2018 at 1:52 AM Oskari Lemmela wrote: > > > > > > AXP813 AC power supply support with input current and > > > voltage limiting support. > > > > > > AXP803 AC

Re: [PATCH v6 0/8] AXP8x3 AC and battery power supply support

2018-12-05 Thread Sebastian Reichel
Hi, On Fri, Nov 30, 2018 at 04:31:28PM +0800, Chen-Yu Tsai wrote: > On Wed, Nov 21, 2018 at 1:52 AM Oskari Lemmela wrote: > > > > AXP813 AC power supply support with input current and > > voltage limiting support. > > > > AXP803 AC and battery power supply support. > > > > Changes in v6: > > * Co

Re: [PATCH v6 0/8] AXP8x3 AC and battery power supply support

2018-11-30 Thread Chen-Yu Tsai
On Wed, Nov 21, 2018 at 1:52 AM Oskari Lemmela wrote: > > AXP813 AC power supply support with input current and > voltage limiting support. > > AXP803 AC and battery power supply support. > > Changes in v6: > * Collected tags > * Rebase to master > * Dropped AXP803 compatible patches > > Changes i

[PATCH v6 0/8] Introduce STPMIC1 PMIC Driver

2018-11-27 Thread Pascal PAILLET-LME
The goal of this patch-set is to propose a driver for the STPMIC1 PMIC from STMicroelectronics. The STPMIC1 regulators supply power to an application processor as well as to external system peripherals such as DDR, Flash memories and system devices. It also features onkey button input and an har

[PATCH v6 0/8] AXP8x3 AC and battery power supply support

2018-11-20 Thread Oskari Lemmela
AXP813 AC power supply support with input current and voltage limiting support. AXP803 AC and battery power supply support. Changes in v6: * Collected tags * Rebase to master * Dropped AXP803 compatible patches Changes in v5: * Return correct input current limit for values 0x6 and 0x7 * Add spec

[PATCH v6 0/8] Tegra20 External Memory Controller driver

2018-10-21 Thread Dmitry Osipenko
Changelog: v6: - Driver now handles "refresh request overflow" interrupt by reporting error message. - EMC rate is set during driver initialization to ensure that clock divider is in a proper state. v5: - Fixed wrong EMC clock divider type in the "Turn

[PATCH v6 0/8] x86: infrastructure to enable FSGSBASE

2018-09-18 Thread Chang S. Bae
Changes from V5 [5]: * Unified name-space for the new FS/GS helpers * Port patch #7 to latest -tip (resolve conflict with e78e5a91456f: 'x86/vdso: Fix lsl operand order') * Minor updates on comments and descriptions Changes from V4 [4]: * Change patch ordering; putting the fix first before introdu

[PATCH v6 0/8] Cedrus driver for the Allwinner Video Engine, using media requests

2018-07-25 Thread Paul Kocialkowski
This is the sixth iteration of the updated Cedrus driver, that supports the Video Engine found in most Allwinner SoCs, starting with the A10. It was tested on the A13, A20, A33 and H3. The initial version of this driver[0] was originally written and submitted by Florent Revest using a previous ver

[PATCH v6 0/8] KVM: Support PUD hugepages at stage 2

2018-07-16 Thread Punit Agrawal
This series is an update to the PUD hugepage support previously posted at [0]. This patchset adds support for PUD hugepages at stage 2 a feature that is useful on cores that have support for large sized TLB mappings (e.g., 1GB for 4K granule). This version adds tags and addresses feedback received

[PATCH v6 0/8] Introduce on-chip interconnect API

2018-07-09 Thread Georgi Djakov
Modern SoCs have multiple processors and various dedicated cores (video, gpu, graphics, modem). These cores are talking to each other and can generate a lot of data flowing through the on-chip interconnects. These interconnect buses could form different topologies such as crossbar, point to point b

[PATCH v6 0/8] x86/microcode/AMD: Check microcode file sanity before loading it

2018-05-19 Thread Maciej S. Szmigiero
Currently, it is very easy to make the AMD microcode update driver crash or spin on a malformed microcode container file since it does very little consistency checking on data loaded from such file. This series introduces various checks, mostly on length-type fields, so all corrupted microcode con

Re: [PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit

2018-05-07 Thread Waiman Long
On 05/02/2018 11:06 AM, Eric W. Biederman wrote: > >>> and or users that may or may not exist. If you can find something that >>> will care sure. We need to avoid breaking userspace and causing >>> regressions. However as this stands it looks you are making maintenance >>> of the kernel more dif

Re: [PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit

2018-05-02 Thread Eric W. Biederman
Waiman Long writes: > On 05/01/2018 10:18 PM, Eric W. Biederman wrote: >> >>> The sysctl parameters msgmni, shmmni and semmni have an inherent limit >>> of IPC_MNI (32k). However, users may not be aware of that because they >>> can write a value much higher than that without getting any error or

Re: [PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit

2018-05-02 Thread Waiman Long
On 05/01/2018 10:18 PM, Eric W. Biederman wrote: > >> The sysctl parameters msgmni, shmmni and semmni have an inherent limit >> of IPC_MNI (32k). However, users may not be aware of that because they >> can write a value much higher than that without getting any error or >> notification. Reading the

Re: [PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit

2018-05-01 Thread Eric W. Biederman
> The sysctl parameters msgmni, shmmni and semmni have an inherent limit > of IPC_MNI (32k). However, users may not be aware of that because they > can write a value much higher than that without getting any error or > notification. Reading the parameters back will show the newly written > values

[PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit

2018-04-27 Thread Waiman Long
v5->v6: - Consolidate the 3 ctl_table flags into 2. - Make similar changes to proc_doulongvec_minmax() and its associates to complete the clamping change. - Remove the sysctl registration failure test patch for now for later consideration. - Add extra braces to patch 1 to reduce code diff

[PATCH v6 0/8] add support for relative references in special sections

2017-12-27 Thread Ard Biesheuvel
This adds support for emitting special sections such as initcall arrays, PCI fixups and tracepoints as relative references rather than absolute references. This reduces the size by 50% on 64-bit architectures, but more importantly, it removes the need for carrying relocation metadata for these sect

[RESENT PATCH v6 0/8] ASoC: rockchip: Parse dai links from dts

2017-08-22 Thread Jeffy Chen
Currently we are using a fixed list of dai links in the driver. This serial of patches would let the driver parse dai links from dts, so that we can make some of them optional for future boards. Tested on my chromebook bob(with cros 4.4 kernel), it still works after disabled rt5514 codecs in the

[PATCH v6 0/8] ASoC: rockchip: Parse dai links from dts

2017-08-22 Thread Jeffy Chen
Currently we are using a fixed list of dai links in the driver. This serial of patches would let the driver parse dai links from dts, so that we can make some of them optional for future boards. Tested on my chromebook bob(with cros 4.4 kernel), it still works after disabled rt5514 codecs in the

Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-07-10 Thread Javier Martinez Canillas
On Mon, Jul 10, 2017 at 10:07 AM, Lee Jones wrote: > On Mon, 10 Jul 2017, Javier Martinez Canillas wrote: > >> Hello Lee, >> >> On Thu, Jun 15, 2017 at 8:49 PM, Javier Martinez Canillas >> wrote: >> > >> > This series add OF device ID tables to mfd I2C drivers whose devices are >> > either used i

Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-07-10 Thread Lee Jones
On Mon, 10 Jul 2017, Javier Martinez Canillas wrote: > Hello Lee, > > On Thu, Jun 15, 2017 at 8:49 PM, Javier Martinez Canillas > wrote: > > > > This series add OF device ID tables to mfd I2C drivers whose devices are > > either used in Device Tree source files or are listed in binding docs as >

Re: [RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-07-10 Thread Javier Martinez Canillas
Hello Lee, On Thu, Jun 15, 2017 at 8:49 PM, Javier Martinez Canillas wrote: > > This series add OF device ID tables to mfd I2C drivers whose devices are > either used in Device Tree source files or are listed in binding docs as > a compatible string. > > That's done because the plan is to change

[RESEND PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-06-15 Thread Javier Martinez Canillas
Hello, This series add OF device ID tables to mfd I2C drivers whose devices are either used in Device Tree source files or are listed in binding docs as a compatible string. That's done because the plan is to change the I2C core to report proper OF modaliases instead of always reporting a MODALIA

[PATCH v6 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC

2017-06-08 Thread Guodong Xu
This patchset adds driver for HiSilicon Hi6421v530 PMIC. Mainline kernel already has driver support to a similar chip, Hi6421. Hi6421 and Hi6421v530 are both from the same vendor, HiSilicon, but they are at different revisions. They both use the same Memory-mapped I/O method to communicate with Ma

Re: [PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-05-23 Thread Javier Martinez Canillas
Hello Lee, On Fri, May 5, 2017 at 12:40 PM, Javier Martinez Canillas wrote: > Hello, > > On Thu, May 4, 2017 at 1:50 PM, Lee Jones wrote: >> On Thu, 04 May 2017, Wolfram Sang wrote: >>> thanks for the series. >>> >>> > Most patches can be applied independently, with the exception of patches >>>

Re: [PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-05-05 Thread Javier Martinez Canillas
Hello, On Thu, May 4, 2017 at 1:50 PM, Lee Jones wrote: > On Thu, 04 May 2017, Wolfram Sang wrote: >> thanks for the series. >> >> > Most patches can be applied independently, with the exception of patches >> > 2 to 4 that should be applied in the same tree to keep bisect-ability. I >> > suggest

Re: [PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-05-04 Thread Lee Jones
On Thu, 04 May 2017, Wolfram Sang wrote: > thanks for the series. > > > Most patches can be applied independently, with the exception of patches > > 2 to 4 that should be applied in the same tree to keep bisect-ability. I > > suggest these to go through the MFD subsystem tree. > > From my POV, pa

Re: [PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-05-04 Thread Wolfram Sang
Javier, thanks for the series. > Most patches can be applied independently, with the exception of patches > 2 to 4 that should be applied in the same tree to keep bisect-ability. I > suggest these to go through the MFD subsystem tree. From my POV, patches 2-5 should be applied to the same tree.

[PATCH v6 0/8] mfd: Add OF device table to I2C drivers that are missing it

2017-05-03 Thread Javier Martinez Canillas
Hello, This series add OF device ID tables to mfd I2C drivers whose devices are either used in Device Tree source files or are listed in binding docs as a compatible string. That's done because the plan is to change the I2C core to report proper OF modaliases instead of always reporting a MODALIA

[PATCH v6 0/8] coresight: enable debug module

2017-04-06 Thread Leo Yan
ARMv8 architecture reference manual (ARM DDI 0487A.k) Chapter H7 "The Sample-based Profiling Extension" has description for sampling registers, we can utilize these registers to check program counter value with combined CPU exception level, secure state, etc. So this is helpful for CPU lockup bugs,

[RESEND PATCH v6 0/8] staging: fsl-mc: add dpio driver

2017-03-13 Thread Roy Pledge
This patch series adds the driver for the DPIO object which is a step to addressing the final item in the staging TODO list-- adding a functional driver on top of the bus driver. The DPIO driver is a dependency for other functional drivers such as Ethernet. An overview of the DPIO object and d

[PATCH v6 0/8] uapi: export all headers under uapi directories

2017-02-10 Thread Nicolas Dichtel
Here is the v6 of this series. Patches #1 and #2 are just cleanup: some exported headers were still under a non-uapi directory. Patch #3 is a fix to avoid exporting a file that was not under an uapi directory. After these three patches, all exported headers are under an uapi directory: path #4 st

Re: [PATCH v6 0/8] Add PWM and IIO timer drivers for STM32

2016-12-11 Thread Lee Jones
On Fri, 09 Dec 2016, Benjamin Gaignard wrote: > version 6: > - rename stm32-gptimer in stm32-timers. > - change "st,stm32-gptimer" compatible to "st,stm32-timers". > - modify "st,breakinput" parameter in pwm part. > - split DT patch in 2 > > version 5: > - fix comments done on version 4 > - rebas

[PATCH v6 0/8] Add PWM and IIO timer drivers for STM32

2016-12-09 Thread Benjamin Gaignard
version 6: - rename stm32-gptimer in stm32-timers. - change "st,stm32-gptimer" compatible to "st,stm32-timers". - modify "st,breakinput" parameter in pwm part. - split DT patch in 2 version 5: - fix comments done on version 4 - rebased on kernel 4.9-rc8 - change nodes names and re-order then by ad

[PATCH v6 0/8] drivers: touchscreen: tsc2007 and ads7846/tsc2046 improvements (use common touchscreen bindings, pre-calibration, spi fix and provide iio raw values)

2016-10-27 Thread H. Nikolaus Schaller
Changes V6: * iio patch (no changes elsewhere) - tsc2007_iio: fix a missing return 0 for non-iio case (found by kbuid test robot) - tsc2007_core: group error return paths so that tsc2007_iio_unconfigure is called at only one place - tsc2007_iio: fix copyright (this file is

Re: [PATCH v6 0/8] power: add power sequence library

2016-09-19 Thread Vaibhav Hiremath
On Monday 19 September 2016 01:16 PM, Peter Chen wrote: On Mon, Sep 19, 2016 at 01:09:10PM +0530, Vaibhav Hiremath wrote: On Friday 09 September 2016 02:17 PM, Ulf Hansson wrote: [...] We had an agreement that keep mmc's pwrseq framework unchanging. Unless Ulf and rob both agree to change.

Re: [PATCH v6 0/8] power: add power sequence library

2016-09-19 Thread Peter Chen
On Mon, Sep 19, 2016 at 01:09:10PM +0530, Vaibhav Hiremath wrote: > > > On Friday 09 September 2016 02:17 PM, Ulf Hansson wrote: > >[...] > > > >We had an agreement that keep mmc's pwrseq framework unchanging. > >Unless Ulf and rob both agree to change. > Why 2 separate approach for s

Re: [PATCH v6 0/8] power: add power sequence library

2016-09-19 Thread Vaibhav Hiremath
On Friday 09 September 2016 02:17 PM, Ulf Hansson wrote: [...] We had an agreement that keep mmc's pwrseq framework unchanging. Unless Ulf and rob both agree to change. Why 2 separate approach for same problem ? And I see this as possible duplication of code/functionality :) How the new ker

Re: [PATCH v6 0/8] thunderbolt: Introducing Thunderbolt(TM) networking

2016-09-10 Thread Andreas Noever
On Wed, Aug 31, 2016 at 1:28 PM, Greg KH wrote: > On Mon, Aug 01, 2016 at 03:23:45PM +0300, Amir Levy wrote: >> This is version 6 of Thunderbolt(TM) driver for non-Apple hardware. >> >> Changes since v5: >> - Removed the padding of short packets in receive >> - Replaced RW semaphore with mutex >

Re: [PATCH v6 0/8] power: add power sequence library

2016-09-09 Thread Ulf Hansson
[...] We had an agreement that keep mmc's pwrseq framework unchanging. Unless Ulf and rob both agree to change. >>> >>> Why 2 separate approach for same problem ? >>> And I see this as possible duplication of code/functionality :) >> >> How the new kernel compatibles old dts? If we

Re: [PATCH v6 0/8] power: add power sequence library

2016-09-06 Thread Vaibhav Hiremath
a On Friday 02 September 2016 06:40 AM, Peter Chen wrote: On Wed, Aug 31, 2016 at 10:28:20PM +0530, Vaibhav Hiremath wrote: On Wednesday 31 August 2016 03:22 PM, Peter Chen wrote: On Wed, Aug 31, 2016 at 01:46:30PM +0530, Vaibhav Hiremath wrote: On Monday 29 August 2016 04:40 PM, Peter Chen

  1   2   3   >