Re: [tip:x86/mm] kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled

2018-10-06 Thread lijiang
在 2018年10月06日 19:47, tip-bot for Lianbo Jiang 写道: > Commit-ID: 992b649a3f013465d8128da02e5449def662a4c3 > Gitweb: > https://git.kernel.org/tip/992b649a3f013465d8128da02e5449def662a4c3 > Author: Lianbo Jiang > AuthorDate: Sun, 30 Sep 2018 16:37:41 +0800 > Committer: Borislav Petkov >

Re: [tip:x86/mm] kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled

2018-10-06 Thread lijiang
在 2018年10月06日 19:47, tip-bot for Lianbo Jiang 写道: > Commit-ID: 992b649a3f013465d8128da02e5449def662a4c3 > Gitweb: > https://git.kernel.org/tip/992b649a3f013465d8128da02e5449def662a4c3 > Author: Lianbo Jiang > AuthorDate: Sun, 30 Sep 2018 16:37:41 +0800 > Committer: Borislav Petkov >

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Eugene Syromiatnikov
On Sun, Oct 07, 2018 at 12:48:15PM +0800, Guo Ren wrote: > On Sat, Oct 06, 2018 at 10:06:49PM +0200, Eugene Syromiatnikov wrote: > > I'm sorry for my ignorance, but I'm struggling to find ISA reference/manual, > > architecture programming manual, and System V ABI definition; > > may I ask to give

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Eugene Syromiatnikov
On Sun, Oct 07, 2018 at 12:48:15PM +0800, Guo Ren wrote: > On Sat, Oct 06, 2018 at 10:06:49PM +0200, Eugene Syromiatnikov wrote: > > I'm sorry for my ignorance, but I'm struggling to find ISA reference/manual, > > architecture programming manual, and System V ABI definition; > > may I ask to give

Re: [PATCH v1 1/2] x86/cpufeature: Add facility to match microcode revisions

2018-10-06 Thread Thomas Gleixner
On Sat, 6 Oct 2018, Andi Kleen wrote: > On Sat, Oct 06, 2018 at 04:14:54PM +0200, Thomas Gleixner wrote: > > On Fri, 5 Oct 2018, Andi Kleen wrote: > > > +/* > > > + * Match specific microcodes or steppings. > > > > What means microcodes or steppings? If you mean microcode revisions then > >

Re: [PATCH v1 1/2] x86/cpufeature: Add facility to match microcode revisions

2018-10-06 Thread Thomas Gleixner
On Sat, 6 Oct 2018, Andi Kleen wrote: > On Sat, Oct 06, 2018 at 04:14:54PM +0200, Thomas Gleixner wrote: > > On Fri, 5 Oct 2018, Andi Kleen wrote: > > > +/* > > > + * Match specific microcodes or steppings. > > > > What means microcodes or steppings? If you mean microcode revisions then > >

Re: [PULL REQUEST] i2c for 4.19

2018-10-06 Thread Greg KH
On Sat, Oct 06, 2018 at 10:37:38PM +0200, Wolfram Sang wrote: > Greg, > > I2C has three driver bugfixes and a fix for a typo for you. > > Please pull. > > Thanks, > >Wolfram > > > The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: > > Linux 4.19-rc5

Re: [PULL REQUEST] i2c for 4.19

2018-10-06 Thread Greg KH
On Sat, Oct 06, 2018 at 10:37:38PM +0200, Wolfram Sang wrote: > Greg, > > I2C has three driver bugfixes and a fix for a typo for you. > > Please pull. > > Thanks, > >Wolfram > > > The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: > > Linux 4.19-rc5

Re: [RFC v4 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Serge E. Hallyn
On Sat, Oct 06, 2018 at 09:35:46PM +0200, Laurent Vivier wrote: > This patch allows to have a different binfmt_misc configuration > for each new user namespace. By default, the binfmt_misc configuration > is the one of the previous level, but if the binfmt_misc filesystem is > mounted in the new

Re: [RFC v4 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Serge E. Hallyn
On Sat, Oct 06, 2018 at 09:35:46PM +0200, Laurent Vivier wrote: > This patch allows to have a different binfmt_misc configuration > for each new user namespace. By default, the binfmt_misc configuration > is the one of the previous level, but if the binfmt_misc filesystem is > mounted in the new

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Guo Ren
On Sat, Oct 06, 2018 at 10:06:49PM +0200, Eugene Syromiatnikov wrote: > On Fri, Oct 05, 2018 at 01:41:42PM +0800, Guo Ren wrote: > > This is the 7th version patchset to add the Linux kernel port for > > C-SKY(csky) based on linux-4.19-rc3. > > > > In this patchset some fixup patches are folded

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Guo Ren
On Sat, Oct 06, 2018 at 10:06:49PM +0200, Eugene Syromiatnikov wrote: > On Fri, Oct 05, 2018 at 01:41:42PM +0800, Guo Ren wrote: > > This is the 7th version patchset to add the Linux kernel port for > > C-SKY(csky) based on linux-4.19-rc3. > > > > In this patchset some fixup patches are folded

[PATCH] ACPI / CPPC: Add support for guaranteed performance

2018-10-06 Thread Srinivas Pandruvada
The Continuous Performance Control Package can have guaranteed performance field. Add support to read guaranteed performance. Signed-off-by: Srinivas Pandruvada --- Documentation/acpi/cppc_sysfs.txt | 2 ++ drivers/acpi/cppc_acpi.c | 10 -- include/acpi/cppc_acpi.h |

[PATCH] ACPI / CPPC: Add support for guaranteed performance

2018-10-06 Thread Srinivas Pandruvada
The Continuous Performance Control Package can have guaranteed performance field. Add support to read guaranteed performance. Signed-off-by: Srinivas Pandruvada --- Documentation/acpi/cppc_sysfs.txt | 2 ++ drivers/acpi/cppc_acpi.c | 10 -- include/acpi/cppc_acpi.h |

[PATCH] PCI: expand the "PF" acronym in Kconfig help text

2018-10-06 Thread Randy Dunlap
From: Randy Dunlap Tell users what a PCI PF is in the PCI_PF_STUB config help text. Fixes: a8ccf8a3 ("PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFs") Signed-off-by: Randy Dunlap Cc: Alexander Duyck --- drivers/pci/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH] PCI: expand the "PF" acronym in Kconfig help text

2018-10-06 Thread Randy Dunlap
From: Randy Dunlap Tell users what a PCI PF is in the PCI_PF_STUB config help text. Fixes: a8ccf8a3 ("PCI/IOV: Add pci-pf-stub driver for PFs that only enable VFs") Signed-off-by: Randy Dunlap Cc: Alexander Duyck --- drivers/pci/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3

Re: [Ksummit-discuss] [PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread James Bottomley
On Sat, 2018-10-06 at 21:43 +, tim.b...@sony.com wrote: > > -Original Message- > > From: James Bottomley > > > > Significant concern has been expressed about the responsibilities > > outlined in the enforcement clause of the new code of > > conduct.  Since there is concern that this

Re: [Ksummit-discuss] [PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread James Bottomley
On Sat, 2018-10-06 at 21:43 +, tim.b...@sony.com wrote: > > -Original Message- > > From: James Bottomley > > > > Significant concern has been expressed about the responsibilities > > outlined in the enforcement clause of the new code of > > conduct.  Since there is concern that this

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

Urgent,

2018-10-06 Thread Miss Juliet Muhammad
Hello i need your help to invest in your region, please can you assist me?

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

Re: [PATCH v4.19-rc7] treewide: Replace more open-coded allocation size multiplications

2018-10-06 Thread Fengguang Wu
On Sat, Oct 06, 2018 at 08:51:16AM -0700, Kees Cook wrote: On Sat, Oct 6, 2018 at 1:49 AM, Fengguang Wu wrote: On Fri, Oct 05, 2018 at 08:14:34PM -0700, Joel Fernandes wrote: On Fri, Oct 05, 2018 at 05:22:35PM -0700, Greg KH wrote: And do we have a way to add a rule to 0-day to catch these

Re: [PATCH v4.19-rc7] treewide: Replace more open-coded allocation size multiplications

2018-10-06 Thread Fengguang Wu
On Sat, Oct 06, 2018 at 08:51:16AM -0700, Kees Cook wrote: On Sat, Oct 6, 2018 at 1:49 AM, Fengguang Wu wrote: On Fri, Oct 05, 2018 at 08:14:34PM -0700, Joel Fernandes wrote: On Fri, Oct 05, 2018 at 05:22:35PM -0700, Greg KH wrote: And do we have a way to add a rule to 0-day to catch these

Re: linux-next: Signed-off-by missing for commit in the integrity tree

2018-10-06 Thread Mimi Zohar
Hi Stephen, On Sat, 2018-10-06 at 11:58 +1000, Stephen Rothwell wrote: > Hi all, > > Commit > > 3dcee2d9c069 ("ima: fix showing large 'violations' or > 'runtime_measurements_count'") > > is missing a Signed-off-by from its committer. Added comment and Signed-off-by. Mimi

Re: linux-next: Signed-off-by missing for commit in the integrity tree

2018-10-06 Thread Mimi Zohar
Hi Stephen, On Sat, 2018-10-06 at 11:58 +1000, Stephen Rothwell wrote: > Hi all, > > Commit > > 3dcee2d9c069 ("ima: fix showing large 'violations' or > 'runtime_measurements_count'") > > is missing a Signed-off-by from its committer. Added comment and Signed-off-by. Mimi

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Steve French
Maybe simplest approach to address your request is to add a less noisy (pr_notice, or pr_info if you prefer) as xfs does in the example you mentioned: > xfs_log.c: xfs_notice(mp, "Mounting V%d Filesystem", Would be small addition to the following in cifs_debug.h /* information

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Steve French
Maybe simplest approach to address your request is to add a less noisy (pr_notice, or pr_info if you prefer) as xfs does in the example you mentioned: > xfs_log.c: xfs_notice(mp, "Mounting V%d Filesystem", Would be small addition to the following in cifs_debug.h /* information

[PATCH] misc: mic: scif: remove redundant check on ret < 0

2018-10-06 Thread Colin King
From: Colin Ian King The check for ret < 0 is redundant as any places prior to this point where ret is set to an error value the code will exit out of the loop to the error exit label 'err'. Remove this redundant dead code. Detected by CoverityScan, CID#1339528 ("Logically dead code")

[PATCH] misc: mic: scif: remove redundant check on ret < 0

2018-10-06 Thread Colin King
From: Colin Ian King The check for ret < 0 is redundant as any places prior to this point where ret is set to an error value the code will exit out of the loop to the error exit label 'err'. Remove this redundant dead code. Detected by CoverityScan, CID#1339528 ("Logically dead code")

Re: [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

2018-10-06 Thread Christian Brauner
On Sat, Oct 6, 2018 at 10:56 PM Florian Weimer wrote: > > * Aleksa Sarai: > > > On 2018-10-01, Andy Lutomirski wrote: > >> >>> Currently most container runtimes try to do this resolution in > >> >>> userspace[1], causing many potential race conditions. In addition, the > >> >>> "obvious"

Re: [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

2018-10-06 Thread Christian Brauner
On Sat, Oct 6, 2018 at 10:56 PM Florian Weimer wrote: > > * Aleksa Sarai: > > > On 2018-10-01, Andy Lutomirski wrote: > >> >>> Currently most container runtimes try to do this resolution in > >> >>> userspace[1], causing many potential race conditions. In addition, the > >> >>> "obvious"

RE: [Ksummit-discuss] [PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread Tim.Bird
> -Original Message- > From: James Bottomley > > Significant concern has been expressed about the responsibilities outlined in > the enforcement clause of the new code of conduct. Since there is concern > that this becomes binding on the release of the 4.19 kernel, strip the >

RE: [Ksummit-discuss] [PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread Tim.Bird
> -Original Message- > From: James Bottomley > > Significant concern has been expressed about the responsibilities outlined in > the enforcement clause of the new code of conduct. Since there is concern > that this becomes binding on the release of the 4.19 kernel, strip the >

[PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread James Bottomley
Significant concern has been expressed about the responsibilities outlined in the enforcement clause of the new code of conduct. Since there is concern that this becomes binding on the release of the 4.19 kernel, strip the enforcement clauses to give the community time to consider and debate how

[PATCH 2/2] code-of-conduct: Strip the enforcement paragraph pending community discussion

2018-10-06 Thread James Bottomley
Significant concern has been expressed about the responsibilities outlined in the enforcement clause of the new code of conduct. Since there is concern that this becomes binding on the release of the 4.19 kernel, strip the enforcement clauses to give the community time to consider and debate how

[PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses

2018-10-06 Thread James Bottomley
>From 4a614e9440148894207bef5bf69e74071baceb3b Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sat, 6 Oct 2018 14:21:56 -0700 Subject: [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses The current code of conduct has an ambiguity in the it considers publishing

[PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses

2018-10-06 Thread James Bottomley
>From 4a614e9440148894207bef5bf69e74071baceb3b Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sat, 6 Oct 2018 14:21:56 -0700 Subject: [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses The current code of conduct has an ambiguity in the it considers publishing

[PATCH 0/2] code of conduct fixes

2018-10-06 Thread James Bottomley
We've had several threads discussing potential changes to the code of conduct but Mauro is the only person to have proposed an actual patch. In order to move the debate on, I'm presenting two patches, one to fix the email problem Mauro identified and the other to strip the enforcement section

[PATCH 0/2] code of conduct fixes

2018-10-06 Thread James Bottomley
We've had several threads discussing potential changes to the code of conduct but Mauro is the only person to have proposed an actual patch. In order to move the debate on, I'm presenting two patches, one to fix the email problem Mauro identified and the other to strip the enforcement section

[PATCH v2 2/6] ARM: dts: axp81x: add AC power supply subnode

2018-10-06 Thread Oskari Lemmela
Add AC power supply subnode for AXP81X PMIC. Signed-off-by: Oskari Lemmela --- arch/arm/boot/dts/axp81x.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi index 043c717dcef1..67c17151b584 100644 ---

[PATCH v2 5/6] mfd: axp20x: add support AXP803 AC and battery power supplies

2018-10-06 Thread Oskari Lemmela
AXP803 is compatible with AXP813. Adding needed cells for AC and battery power supplies. AXP813 AC power supply cell added. Signed-off-by: Oskari Lemmela --- drivers/mfd/axp20x.c | 22 +- include/linux/mfd/axp20x.h | 1 + 2 files changed, 22 insertions(+), 1

[PATCH v2 3/6] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-06 Thread Oskari Lemmela
AXP803 is compatible with AXP813. Add DT nodes ADC, GPIO, AC and battery power supplies. Signed-off-by: Oskari Lemmela --- arch/arm64/boot/dts/allwinner/axp803.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi

[PATCH v2 0/6] AXP8x3 AC and battery power supply support

2018-10-06 Thread Oskari Lemmela
AXP813 AC power supply support with input current and voltage limiting support. AXP803 AC and battery power supply support. Changes in v2: * Reuse axp813 compatibles for axp803 * Refactor axp20x_ac_power.c Oskari Lemmela (6): dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding

[PATCH v2 1/6] dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding

2018-10-06 Thread Oskari Lemmela
The AXP803/AXP813 AC power supply can limit input current and voltage. Signed-off-by: Oskari Lemmela --- .../devicetree/bindings/power/supply/axp20x_ac_power.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt

[PATCH v2 2/6] ARM: dts: axp81x: add AC power supply subnode

2018-10-06 Thread Oskari Lemmela
Add AC power supply subnode for AXP81X PMIC. Signed-off-by: Oskari Lemmela --- arch/arm/boot/dts/axp81x.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/axp81x.dtsi b/arch/arm/boot/dts/axp81x.dtsi index 043c717dcef1..67c17151b584 100644 ---

[PATCH v2 5/6] mfd: axp20x: add support AXP803 AC and battery power supplies

2018-10-06 Thread Oskari Lemmela
AXP803 is compatible with AXP813. Adding needed cells for AC and battery power supplies. AXP813 AC power supply cell added. Signed-off-by: Oskari Lemmela --- drivers/mfd/axp20x.c | 22 +- include/linux/mfd/axp20x.h | 1 + 2 files changed, 22 insertions(+), 1

[PATCH v2 3/6] arm64: dts: allwinner: axp803: add AC and battery power supplies

2018-10-06 Thread Oskari Lemmela
AXP803 is compatible with AXP813. Add DT nodes ADC, GPIO, AC and battery power supplies. Signed-off-by: Oskari Lemmela --- arch/arm64/boot/dts/allwinner/axp803.dtsi | 31 +++ 1 file changed, 31 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi

[PATCH v2 0/6] AXP8x3 AC and battery power supply support

2018-10-06 Thread Oskari Lemmela
AXP813 AC power supply support with input current and voltage limiting support. AXP803 AC and battery power supply support. Changes in v2: * Reuse axp813 compatibles for axp803 * Refactor axp20x_ac_power.c Oskari Lemmela (6): dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding

[PATCH v2 1/6] dt-bindings: power: supply: axp20x: add AXP813 AC power DT binding

2018-10-06 Thread Oskari Lemmela
The AXP803/AXP813 AC power supply can limit input current and voltage. Signed-off-by: Oskari Lemmela --- .../devicetree/bindings/power/supply/axp20x_ac_power.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/power/supply/axp20x_ac_power.txt

[PATCH v2 6/6] power: supply: add AC power supply driver for AXP813

2018-10-06 Thread Oskari Lemmela
AXP813 and AXP803 PMICs can control input current and minimum voltage. Both of these values are configurable. Signed-off-by: Oskari Lemmela --- drivers/power/supply/axp20x_ac_power.c | 92 ++ 1 file changed, 92 insertions(+) diff --git

[PATCH v2 6/6] power: supply: add AC power supply driver for AXP813

2018-10-06 Thread Oskari Lemmela
AXP813 and AXP803 PMICs can control input current and minimum voltage. Both of these values are configurable. Signed-off-by: Oskari Lemmela --- drivers/power/supply/axp20x_ac_power.c | 92 ++ 1 file changed, 92 insertions(+) diff --git

[PATCH v2 4/6] arm64: dts: allwinner: a64: sopine: enable power supplies

2018-10-06 Thread Oskari Lemmela
Sopine baseboard have ACIN and battery connectors. Signed-off-by: Oskari Lemmela --- .../boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts| 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts

[PATCH v2 4/6] arm64: dts: allwinner: a64: sopine: enable power supplies

2018-10-06 Thread Oskari Lemmela
Sopine baseboard have ACIN and battery connectors. Signed-off-by: Oskari Lemmela --- .../boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts| 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts

Re: [PATCH] STAGING/EMXX_UDC: emxx_udc.c: Fixed all meaningful sparse errors: 1. Added static to udc_controller 2. Added mising __iomem modifier to handle p_regs 3. Added missing le16_to_cpu

2018-10-06 Thread Gustavo A. R. Silva
Hi, Please, separate the commit log from the subject. And mention exactly what are all those errors that sparse reported and that you are trying to fix. Notice that you didn't send this patch to all the relevant people. Use the get_maintainer.pl script for that. On 10/5/18 8:27 PM, Carmeli

Re: [PATCH] STAGING/EMXX_UDC: emxx_udc.c: Fixed all meaningful sparse errors: 1. Added static to udc_controller 2. Added mising __iomem modifier to handle p_regs 3. Added missing le16_to_cpu

2018-10-06 Thread Gustavo A. R. Silva
Hi, Please, separate the commit log from the subject. And mention exactly what are all those errors that sparse reported and that you are trying to fix. Notice that you didn't send this patch to all the relevant people. Use the get_maintainer.pl script for that. On 10/5/18 8:27 PM, Carmeli

Re: [PATCH] [PATCHv2 TRIVIAL] auxdisplay: remove unnecessary braces

2018-10-06 Thread Miguel Ojeda
Hi Ben, On Sun, Sep 23, 2018 at 7:26 PM wrote: > I have removed some unnecessary braces from if statements. > As well as inspecting the other driverfiles for similar > style issues. Thanks for the new version! > - if (err) { > + if (err) > dft_brightness =

Re: [PATCH] [PATCHv2 TRIVIAL] auxdisplay: remove unnecessary braces

2018-10-06 Thread Miguel Ojeda
Hi Ben, On Sun, Sep 23, 2018 at 7:26 PM wrote: > I have removed some unnecessary braces from if statements. > As well as inspecting the other driverfiles for similar > style issues. Thanks for the new version! > - if (err) { > + if (err) > dft_brightness =

Re: [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

2018-10-06 Thread Florian Weimer
* Aleksa Sarai: > On 2018-10-01, Andy Lutomirski wrote: >> >>> Currently most container runtimes try to do this resolution in >> >>> userspace[1], causing many potential race conditions. In addition, the >> >>> "obvious" alternative (actually performing a {ch,pivot_}root(2)) >> >>> requires a

Re: [PATCH 2/3] namei: implement AT_THIS_ROOT chroot-like path resolution

2018-10-06 Thread Florian Weimer
* Aleksa Sarai: > On 2018-10-01, Andy Lutomirski wrote: >> >>> Currently most container runtimes try to do this resolution in >> >>> userspace[1], causing many potential race conditions. In addition, the >> >>> "obvious" alternative (actually performing a {ch,pivot_}root(2)) >> >>> requires a

Re: [PATCH] KVM: X86: Add missing KVM_AMD dependency

2018-10-06 Thread Guenter Roeck
Hi Paolo, On 10/05/2018 03:18 PM, Paolo Bonzini wrote: On 06/10/2018 00:03, Guenter Roeck wrote: This should be handled by config KVM_AMD_SEV def_bool y bool "AMD Secure Encrypted Virtualization (SEV) support" depends on KVM_AMD && X86_64 depends on

Re: [PATCH] KVM: X86: Add missing KVM_AMD dependency

2018-10-06 Thread Guenter Roeck
Hi Paolo, On 10/05/2018 03:18 PM, Paolo Bonzini wrote: On 06/10/2018 00:03, Guenter Roeck wrote: This should be handled by config KVM_AMD_SEV def_bool y bool "AMD Secure Encrypted Virtualization (SEV) support" depends on KVM_AMD && X86_64 depends on

Re: [PATCH] Staging: rts5208: rtsx_card: Fixed multiple coding style issues

2018-10-06 Thread Gustavo A. R. Silva
Hi, On 9/29/18 4:03 AM, Maxime Desroches wrote: > Fixed multiple coding style issues > What kind of style issues are you trying to fix? Please, always be specific about what you are trying to fix. This makes it easier for the maintainers to review your patch and give you feedback. Thanks --

Re: [PATCH] Staging: rts5208: rtsx_card: Fixed multiple coding style issues

2018-10-06 Thread Gustavo A. R. Silva
Hi, On 9/29/18 4:03 AM, Maxime Desroches wrote: > Fixed multiple coding style issues > What kind of style issues are you trying to fix? Please, always be specific about what you are trying to fix. This makes it easier for the maintainers to review your patch and give you feedback. Thanks --

[PULL REQUEST] i2c for 4.19

2018-10-06 Thread Wolfram Sang
Greg, I2C has three driver bugfixes and a fix for a typo for you. Please pull. Thanks, Wolfram The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: Linux 4.19-rc5 (2018-09-23 19:15:18 +0200) are available in the git repository at:

[PULL REQUEST] i2c for 4.19

2018-10-06 Thread Wolfram Sang
Greg, I2C has three driver bugfixes and a fix for a typo for you. Please pull. Thanks, Wolfram The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84: Linux 4.19-rc5 (2018-09-23 19:15:18 +0200) are available in the git repository at:

Re: [PATCH] staging: iio: adc: ad7280a: fix 2 checks

2018-10-06 Thread Slawomir Stepien
On paź 06, 2018 13:27, Gabriel Capella wrote: > This patch does not change the logic, it only > corrects the checkpatch checks. > > The patch fixes 2 checks of type: > "CHECK: spaces preferred around that '-'" I've made the same mistake few days ago. This change is incorrect. Please see:

Re: [PATCH] staging: iio: adc: ad7280a: fix 2 checks

2018-10-06 Thread Slawomir Stepien
On paź 06, 2018 13:27, Gabriel Capella wrote: > This patch does not change the logic, it only > corrects the checkpatch checks. > > The patch fixes 2 checks of type: > "CHECK: spaces preferred around that '-'" I've made the same mistake few days ago. This change is incorrect. Please see:

Delivery Notification

2018-10-06 Thread Mr. Anderson Fred
Dear Sir/Madam, This is a notification to remind you of your package awaiting delivery. Your package is due for delivery to its final destination. Please, we kindly advise you to reconfirm your delivery details below: Your Full Name: Your Full Address: Telephone Number: Thank you for your time

Delivery Notification

2018-10-06 Thread Mr. Anderson Fred
Dear Sir/Madam, This is a notification to remind you of your package awaiting delivery. Your package is due for delivery to its final destination. Please, we kindly advise you to reconfirm your delivery details below: Your Full Name: Your Full Address: Telephone Number: Thank you for your time

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Eugene Syromiatnikov
On Fri, Oct 05, 2018 at 01:41:42PM +0800, Guo Ren wrote: > This is the 7th version patchset to add the Linux kernel port for > C-SKY(csky) based on linux-4.19-rc3. > > In this patchset some fixup patches are folded into original patch in > order to make review clearly and reduce the patches'

Re: [PATCH V7 00/20] C-SKY(csky) Linux Kernel Port

2018-10-06 Thread Eugene Syromiatnikov
On Fri, Oct 05, 2018 at 01:41:42PM +0800, Guo Ren wrote: > This is the 7th version patchset to add the Linux kernel port for > C-SKY(csky) based on linux-4.19-rc3. > > In this patchset some fixup patches are folded into original patch in > order to make review clearly and reduce the patches'

Re: [PATCH 1/1] kbuild: Optimize tests and remove shadowed local variable.

2018-10-06 Thread Masahiro Yamada
Hi Leonardo, David, On Fri, Oct 5, 2018 at 11:32 AM Leonardo Bras wrote: > > Hello David, > > My name is Leonardo and I am new to kernel development. > > Is this patch acceptable? Do it need some rework? The change makes sense? > Is there a way to better follow the workflow for this patch? > >

Re: [PATCH 1/1] kbuild: Optimize tests and remove shadowed local variable.

2018-10-06 Thread Masahiro Yamada
Hi Leonardo, David, On Fri, Oct 5, 2018 at 11:32 AM Leonardo Bras wrote: > > Hello David, > > My name is Leonardo and I am new to kernel development. > > Is this patch acceptable? Do it need some rework? The change makes sense? > Is there a way to better follow the workflow for this patch? > >

[no subject]

2018-10-06 Thread Major Dennis Hornbeck.
I am in the military unit here in Afghanistan, we have some amount of funds that we want to move out of the country. My partners and I need a good partner someone we can trust. It is risk free and legal. Reply to this email: hornbeckmajorden...@gmail.com Regards, Major Dennis Hornbeck.

[no subject]

2018-10-06 Thread Major Dennis Hornbeck.
I am in the military unit here in Afghanistan, we have some amount of funds that we want to move out of the country. My partners and I need a good partner someone we can trust. It is risk free and legal. Reply to this email: hornbeckmajorden...@gmail.com Regards, Major Dennis Hornbeck.

[RFC v4 0/1] ns: introduce binfmt_misc namespace

2018-10-06 Thread Laurent Vivier
v4: first user namespace is initialized with _binfmt_ns, all new user namespaces are initialized with a NULL and use the one of the first parent that is not NULL. The pointer is initialized to a valid value the first time the binfmt_misc fs is mounted in the current user namespace.

[RFC v4 0/1] ns: introduce binfmt_misc namespace

2018-10-06 Thread Laurent Vivier
v4: first user namespace is initialized with _binfmt_ns, all new user namespaces are initialized with a NULL and use the one of the first parent that is not NULL. The pointer is initialized to a valid value the first time the binfmt_misc fs is mounted in the current user namespace.

[RFC v4 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Laurent Vivier
This patch allows to have a different binfmt_misc configuration for each new user namespace. By default, the binfmt_misc configuration is the one of the previous level, but if the binfmt_misc filesystem is mounted in the new namespace a new empty binfmt instance is created and used in this

[RFC v4 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Laurent Vivier
This patch allows to have a different binfmt_misc configuration for each new user namespace. By default, the binfmt_misc configuration is the one of the previous level, but if the binfmt_misc filesystem is mounted in the new namespace a new empty binfmt instance is created and used in this

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Rodrigo Freire
Hi Steve! o/ Appreciate your time and review. For a v3, what would you like more: a pr_info() straight away in the code for the message, or, writing a new cifs_info() function wrapping over pr_info, like we have in cifs_dbg (which translates to pr_debug or pr_err)? Waiting for your comments.

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Rodrigo Freire
Hi Steve! o/ Appreciate your time and review. For a v3, what would you like more: a pr_info() straight away in the code for the message, or, writing a new cifs_info() function wrapping over pr_info, like we have in cifs_dbg (which translates to pr_debug or pr_err)? Waiting for your comments.

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Steve French
On Tue, Oct 2, 2018 at 4:53 PM Rodrigo Freire wrote: > > Hi hi again Steve \o > > I do see potential for a ftrace rewrite for the cifs_dbg messages. Was looking at this on current kernels and debugging mount is probably fine for developers (or users) - plenty of debug messages get printed via

Re: [PATCH v2] CIFS: Print message when attempting a mount

2018-10-06 Thread Steve French
On Tue, Oct 2, 2018 at 4:53 PM Rodrigo Freire wrote: > > Hi hi again Steve \o > > I do see potential for a ftrace rewrite for the cifs_dbg messages. Was looking at this on current kernels and debugging mount is probably fine for developers (or users) - plenty of debug messages get printed via

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

CHARITY DONATION

2018-10-06 Thread Mavis Wanczyk...
-- I am Mavis Wanczyk i know you may not know me but am the latest largest US Powerball lottery winner of $758.7m just of recent, am currently helping out people in need of financial assistance, i know it's hard to believe anything on the internet, so if you don't need my help please

[tip:x86/cache] x86/intel_rdt: Fix initial allocation to consider CDP

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: 42688c0c327ec0d647db6e0fc18fd644e7c50e3d Gitweb: https://git.kernel.org/tip/42688c0c327ec0d647db6e0fc18fd644e7c50e3d Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:03 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:27 +0200 x86/intel_rdt: Fix

[tip:x86/cache] x86/intel_rdt: Fix initial allocation to consider CDP

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: 42688c0c327ec0d647db6e0fc18fd644e7c50e3d Gitweb: https://git.kernel.org/tip/42688c0c327ec0d647db6e0fc18fd644e7c50e3d Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:03 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:27 +0200 x86/intel_rdt: Fix

[tip:x86/cache] x86/intel_rdt: CBM overlap should also check for overlap with CDP peer

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: edbdd2c8bd30da45629e6466714c86eec915364a Gitweb: https://git.kernel.org/tip/edbdd2c8bd30da45629e6466714c86eec915364a Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:02 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:27 +0200 x86/intel_rdt: CBM

[tip:x86/cache] x86/intel_rdt: CBM overlap should also check for overlap with CDP peer

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: edbdd2c8bd30da45629e6466714c86eec915364a Gitweb: https://git.kernel.org/tip/edbdd2c8bd30da45629e6466714c86eec915364a Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:02 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:27 +0200 x86/intel_rdt: CBM

[tip:x86/cache] x86/intel_rdt: Introduce utility to obtain CDP peer

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: fa9032bca042b50f0ba7d80e53025cecbd5ad0f3 Gitweb: https://git.kernel.org/tip/fa9032bca042b50f0ba7d80e53025cecbd5ad0f3 Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:01 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:26 +0200 x86/intel_rdt:

[tip:x86/cache] x86/intel_rdt: Introduce utility to obtain CDP peer

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: fa9032bca042b50f0ba7d80e53025cecbd5ad0f3 Gitweb: https://git.kernel.org/tip/fa9032bca042b50f0ba7d80e53025cecbd5ad0f3 Author: Reinette Chatre AuthorDate: Wed, 3 Oct 2018 15:17:01 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:46:26 +0200 x86/intel_rdt:

[tip:x86/urgent] x86/intel_rdt: Fix out-of-bounds memory access in CBM tests

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: e8bd1803aec89dfce5758d88022963fe3248bc4c Gitweb: https://git.kernel.org/tip/e8bd1803aec89dfce5758d88022963fe3248bc4c Author: Reinette Chatre AuthorDate: Thu, 4 Oct 2018 14:05:23 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:41:59 +0200 x86/intel_rdt: Fix

[tip:x86/urgent] x86/intel_rdt: Fix out-of-bounds memory access in CBM tests

2018-10-06 Thread tip-bot for Reinette Chatre
Commit-ID: e8bd1803aec89dfce5758d88022963fe3248bc4c Gitweb: https://git.kernel.org/tip/e8bd1803aec89dfce5758d88022963fe3248bc4c Author: Reinette Chatre AuthorDate: Thu, 4 Oct 2018 14:05:23 -0700 Committer: Thomas Gleixner CommitDate: Sat, 6 Oct 2018 20:41:59 +0200 x86/intel_rdt: Fix

[tip:x86/platform] x86/olpc: Fix build error with CONFIG_MFD_CS5535=m

2018-10-06 Thread tip-bot for Borislav Petkov
Commit-ID: fa112cf1e8bc693d5a666b1c479a2859c8b6e0f1 Gitweb: https://git.kernel.org/tip/fa112cf1e8bc693d5a666b1c479a2859c8b6e0f1 Author: Borislav Petkov AuthorDate: Fri, 5 Oct 2018 15:13:07 +0200 Committer: Borislav Petkov CommitDate: Sat, 6 Oct 2018 20:40:43 +0200 x86/olpc: Fix build

[tip:x86/platform] x86/olpc: Fix build error with CONFIG_MFD_CS5535=m

2018-10-06 Thread tip-bot for Borislav Petkov
Commit-ID: fa112cf1e8bc693d5a666b1c479a2859c8b6e0f1 Gitweb: https://git.kernel.org/tip/fa112cf1e8bc693d5a666b1c479a2859c8b6e0f1 Author: Borislav Petkov AuthorDate: Fri, 5 Oct 2018 15:13:07 +0200 Committer: Borislav Petkov CommitDate: Sat, 6 Oct 2018 20:40:43 +0200 x86/olpc: Fix build

  1   2   3   >