[tip: x86/urgent] x86/build: Disable CET instrumentation in the kernel

2021-01-29 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 20bf2b378729c4a0366a53e2018a0b70ace94bcd Gitweb: https://git.kernel.org/tip/20bf2b378729c4a0366a53e2018a0b70ace94bcd Author:Josh Poimboeuf AuthorDate:Thu, 28 Jan 2021 15:52:19 -06:00

Re: [5.11 regression] "tty: implement write_iter" breaks TIOCCONS

2021-01-29 Thread Linus Torvalds
On Fri, Jan 29, 2021 at 6:54 AM Hans de Goede wrote: > > While testing 5.11-rc5 I noticed that flicker-free boot was no longer flicker > free, > when plymouth loads and tells systemd to start logging detailed messages > these start > showing upon the fbcon instead of being redirected to the

Re: [PATCH v9 3/4] kasan: Add report for async mode

2021-01-29 Thread Andrey Konovalov
On Fri, Jan 29, 2021 at 6:56 PM Vincenzo Frascino wrote: > > Hi Andrey, > > On 1/29/21 5:40 PM, Andrey Konovalov wrote: > > I suggest to call end_report(, 0) here and check addr !=0 in > > end_report() before calling trace_error_report_end(). > > > > Probably this is better as: > > if

Re: [RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64

2021-01-29 Thread Nick Desaulniers
On Wed, Jan 27, 2021 at 3:27 PM Josh Poimboeuf wrote: > > On Wed, Jan 27, 2021 at 02:15:57PM -0800, Nick Desaulniers wrote: > > > From: Raphael Gault > > > > > > This plugins comes into play before the final 2 RTL passes of GCC and > > > detects switch-tables that are to be outputed in the ELF

Re: [PATCH v9 3/4] kasan: Add report for async mode

2021-01-29 Thread Andrey Konovalov
On Fri, Jan 29, 2021 at 6:57 PM Vincenzo Frascino wrote: > +#ifdef CONFIG_KASAN_HW_TAGS > +void kasan_report_async(void) > +{ > + unsigned long flags; > + > + start_report(); > + pr_err("BUG: KASAN: invalid-access\n"); > +

[GIT PULL][Resend] ACPI fixes for v5.11-rc6

2021-01-29 Thread Rafael J. Wysocki
[Resending, because it hasn't made it to the mailing lists, not sure why.] Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.11-rc6 with top-most commit b584b7e9630acc65a4d01ff5f9090d1a0fb3bbb6 Merge branch 'acpi-sysfs' on top of

Re: [PATCH v9 3/4] kasan: Add report for async mode

2021-01-29 Thread Vincenzo Frascino
On 1/29/21 6:09 PM, Andrey Konovalov wrote: > On Fri, Jan 29, 2021 at 6:56 PM Vincenzo Frascino > wrote: >> >> Hi Andrey, >> >> On 1/29/21 5:40 PM, Andrey Konovalov wrote: >>> I suggest to call end_report(, 0) here and check addr !=0 in >>> end_report() before calling trace_error_report_end().

Re: [PATCH v9 3/4] kasan: Add report for async mode

2021-01-29 Thread Vincenzo Frascino
On 1/29/21 6:10 PM, Andrey Konovalov wrote: > On Fri, Jan 29, 2021 at 6:57 PM Vincenzo Frascino > wrote: >> +#ifdef CONFIG_KASAN_HW_TAGS >> +void kasan_report_async(void) >> +{ >> + unsigned long flags; >> + >> + start_report(); >> + pr_err("BUG:

Re: [GIT PULL][Resend] ACPI fixes for v5.11-rc6

2021-01-29 Thread Linus Torvalds
On Fri, Jan 29, 2021 at 10:11 AM Rafael J. Wysocki wrote: > > [Resending, because it hasn't made it to the mailing lists, not sure why.] I see it, and I see the cc to the list, so it is likely something about the list being slow or subtly broken. There was another pull request a couple of days

[PATCH] drm/i915: Remove unreachable code

2021-01-29 Thread Vinicius Tinti
By enabling -Wunreachable-code-aggressive on Clang the following code paths are unreachable. Commit ce22c320b8ca ("drm/i915/sdvo: convert to encoder disable/enable") Commit 19f1f627b333 ("drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds") Commit 0a97015d45ee ("drm/i915:

Re: [GIT PULL][Resend] ACPI fixes for v5.11-rc6

2021-01-29 Thread Rafael J. Wysocki
On Friday, January 29, 2021 7:13:14 PM CET Linus Torvalds wrote: > On Fri, Jan 29, 2021 at 10:11 AM Rafael J. Wysocki wrote: > > > > [Resending, because it hasn't made it to the mailing lists, not sure why.] > > I see it, and I see the cc to the list, so it is likely something > about the list

[tip: ras/core] x86/mce: Get rid of mcheck_intel_therm_init()

2021-01-29 Thread tip-bot2 for Borislav Petkov
The following commit has been merged into the ras/core branch of tip: Commit-ID: b4e530ac40f25dbf07cbd37796bfcef3ec86fba8 Gitweb: https://git.kernel.org/tip/b4e530ac40f25dbf07cbd37796bfcef3ec86fba8 Author:Borislav Petkov AuthorDate:Thu, 07 Jan 2021 13:23:34 +01:00

[tip: ras/core] thermal: Move therm_throt there from x86/mce

2021-01-29 Thread tip-bot2 for Borislav Petkov
The following commit has been merged into the ras/core branch of tip: Commit-ID: 1dba8a9538f5164eb8874eed4c7d6799a3c64963 Gitweb: https://git.kernel.org/tip/1dba8a9538f5164eb8874eed4c7d6799a3c64963 Author:Borislav Petkov AuthorDate:Thu, 07 Jan 2021 13:29:05 +01:00

Re: [PATCH] ASoC: tegra: SND_SOC_TEGRA_AUDIO_GRAPH_CARD should depend on SND_SOC_TEGRA

2021-01-29 Thread Sameer Pujar
On 1/29/2021 6:29 PM, Geert Uytterhoeven wrote: External email: Use caution opening links or attachments Audio Graph Card based Tegra driver is only useful on NVIDIA Tegra SoCs. Hence add a dependency on SND_SOC_TEGRA, to prevent asking the user about this driver when configuring a kernel

Re: [PATCH] kunit: don't show `1 == 1` in failed assertion messages

2021-01-29 Thread Daniel Latypov
On Thu, Jan 28, 2021 at 8:51 PM David Gow wrote: > > On Fri, Jan 29, 2021 at 10:26 AM Daniel Latypov wrote: > > > > Currently, given something (fairly dystopian) like > > > KUNIT_EXPECT_EQ(test, 2 + 2, 5) > > > > KUnit will prints a failure message like this. > > > Expected 2 + 2 == 5, but > >

Re: [PATCH 4.4 00/24] 4.4.254-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:06:35PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.254 release. > There are 24 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 4.14 00/50] 4.14.218-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:06:25PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.14.218 release. > There are 50 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 5.10 00/32] 5.10.12-rc1 review

2021-01-29 Thread Naresh Kamboju
On Fri, 29 Jan 2021 at 16:47, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.10.12 release. > There are 32 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > >

Re: [PATCH 4.9 00/30] 4.9.254-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:06:36PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.254 release. > There are 30 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 1/4] drivers: phy: add support for Armada CP110 UTMI PHY

2021-01-29 Thread Lubomir Rintel
On Fri, Jan 29, 2021 at 10:07:13AM +, Russell King - ARM Linux admin wrote: > On Fri, Jan 29, 2021 at 10:28:49AM +0100, Lubomir Rintel wrote: > > > + /* > > > + * Setup PLL. 40MHz clock used to be the default, being 25MHz now. > > > + * See the functional specification for details. > > > >

Re: [PATCH 4.19 00/26] 4.19.172-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:06:57PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.172 release. > There are 26 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 5.4 00/18] 5.4.94-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:07:14PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.94 release. > There are 18 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [PATCH 5.10 00/32] 5.10.12-rc1 review

2021-01-29 Thread Guenter Roeck
On Fri, Jan 29, 2021 at 12:07:10PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.10.12 release. > There are 32 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me

Re: [5.11 regression] "tty: implement write_iter" breaks TIOCCONS

2021-01-29 Thread Hans de Goede
Hi, On 1/29/21 7:09 PM, Linus Torvalds wrote: > On Fri, Jan 29, 2021 at 6:54 AM Hans de Goede wrote: >> >> While testing 5.11-rc5 I noticed that flicker-free boot was no longer >> flicker free, >> when plymouth loads and tells systemd to start logging detailed messages >> these start >>

[PATCH v1 0/2] Cleanup i2c-amd-mp2 driver

2021-01-29 Thread mail
From: Richard Neumann Cleaned up the i2c-amd-mp2-{pci,plat} drivers: * Migrated kernel logging to pci_* log macros where applicable. * Removed unused macros. Richard Neumann (2): Removed NIH log functions Removed unused work_amd_i2c_common macro drivers/i2c/busses/i2c-amd-mp2-pci.c | 37

Re: [PATCH V2] scsi: ufs: Add UFS3.0 in ufs HCI version check

2021-01-29 Thread Martin K. Petersen
Hello Nitin! > As per JESD223D UFS HCI v3.0 spec, HCI version 3.0 > is also supported. Hence Adding UFS3.0 in UFS HCI > version check to avoid logging of the error message. https://lkml.org/lkml/2020/4/27/192 -- Martin K. Petersen Oracle Linux Engineering

[PATCH RESEND] ata: ahci_brcm: Add back regulators management

2021-01-29 Thread Florian Fainelli
While reworking the resources management and departing from using ahci_platform_enable_resources() which did not allow a proper step separation like we need, we unfortunately lost the ability to control AHCI regulators. This broke some Broadcom STB systems that do expect regulators to be turned on

[PATCH v1 1/2] Removed NIH log functions

2021-01-29 Thread mail
From: Richard Neumann Removed unnecessary ndev_pdev, ndev_name and ndev_dev macros. Using pci_{info,warn,err,dbg} functions of the kernel's PCI API. Signed-off-by: Richard Neumann --- drivers/i2c/busses/i2c-amd-mp2-pci.c | 37 ++- drivers/i2c/busses/i2c-amd-mp2-plat.c

[PATCH v1 2/2] Removed unused work_amd_i2c_common macro

2021-01-29 Thread mail
From: Richard Neumann The macro work_amd_i2c_common is not used anywhere in the driver. Removed it. Signed-off-by: Richard Neumann --- drivers/i2c/busses/i2c-amd-mp2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/i2c/busses/i2c-amd-mp2.h b/drivers/i2c/busses/i2c-amd-mp2.h

[PATCH] openrisc: use device tree to determine present cpus

2021-01-29 Thread Jan Henrik Weinstock
This patch proposes to use the device tree to determine the present cpus instead of assuming all CONFIG_NRCPUS are actually present in the system. Signed-off-by: Jan Henrik Weinstock --- arch/openrisc/kernel/smp.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff

Re: [5.11 regression] "tty: implement write_iter" breaks TIOCCONS

2021-01-29 Thread Hans de Goede
Hi Linus, On 1/29/21 7:23 PM, Hans de Goede wrote: > Hi, > > On 1/29/21 7:09 PM, Linus Torvalds wrote: >> On Fri, Jan 29, 2021 at 6:54 AM Hans de Goede wrote: >>> >>> While testing 5.11-rc5 I noticed that flicker-free boot was no longer >>> flicker free, >>> when plymouth loads and tells

Re: [PATCH] scsi: qla2xxx: Simplify the calculation of variables

2021-01-29 Thread Martin K. Petersen
Jiapeng, > Fix the following coccicheck warnings: > > ./drivers/scsi/qla2xxx/qla_nvme.c:288:24-26: WARNING !A || A && B is > equivalent to !A || B. Applied to 5.12/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering

<    1   2   3   4   5   6