Re: [PATCH v9 6/7] media: i2c: imx319: Support probe while the device is off

2021-01-28 Thread Bingbu Cao
Reviewed-by: Bingbu Cao On 1/29/21 7:27 AM, Sakari Ailus wrote: > From: Rajmohan Mani > > Tell ACPI device PM code that the driver supports the device being powered > off when the driver's probe function is entered. > > Signed-off-by: Rajmohan Mani > Signed-off-by: Sakari Ailus > --- > driv

Re: [PATCH v7 4/7] crypto: add ecc curve and expose them

2021-01-28 Thread Herbert Xu
On Thu, Jan 28, 2021 at 09:49:41PM -0500, Stefan Berger wrote: > > In my patch series I initially had registered the akciphers under the names > ecc-nist-p192 and ecc-nist-p256 but now, in V4, joined them together as > 'ecdsa'. This may be too generic for a name. Maybe it should be called > ecsda-n

s390-linux-ld: coherent.c:undefined reference to `memremap'

2021-01-28 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 909b447dcc45db2f9bd5f495f1d16c419812e6df commit: 37686b1353cfc30e127cef811959cdbcd0495d98 tracing: Improve "if" macro code generation date: 1 year, 10 months ago config: s390-randconfig-r00

RE: [v2] irqchip: ls-extirq: add flag IRQCHIP_SKIP_SET_WAKE to remove call trace

2021-01-28 Thread Biwen Li (OSS)
> -Original Message- > From: Marc Zyngier > Sent: 2021年1月28日 17:02 > To: Biwen Li (OSS) > Cc: mark.rutl...@arm.com; Leo Li ; t...@linutronix.de; > linux-kernel@vger.kernel.org; Jiafei Pan ; > linux-arm-ker...@lists.infradead.org; Ran Wang > Subject: Re: [v2] irqchip: ls-extirq: add fla

Re: dax alignment problem on arm64 (and other achitectures)

2021-01-28 Thread Dan Williams
On Wed, Jan 27, 2021 at 1:50 PM Pavel Tatashin wrote: > > On Wed, Jan 27, 2021 at 4:09 PM David Hildenbrand wrote: > > > > On 27.01.21 21:43, Pavel Tatashin wrote: > > > This is something that Dan Williams and I discussed off the mailing > > > list sometime ago, but I want to have a broader discu

Re: [PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS

2021-01-28 Thread Liuxiangdong (Aven, Cloud Infrastructure Service Product Dept.)
On 2021/1/26 15:08, Xu, Like wrote: On 2021/1/25 22:47, Liuxiangdong (Aven, Cloud Infrastructure Service Product Dept.) wrote: Thanks for replying, On 2021/1/25 10:41, Like Xu wrote: + k...@vger.kernel.org Hi Liuxiangdong, On 2021/1/22 18:02, Liuxiangdong (Aven, Cloud Infrastructure Servi

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH v7 4/7] crypto: add ecc curve and expose them

2021-01-28 Thread Stefan Berger
On 1/28/21 5:30 AM, Ard Biesheuvel wrote: On Thu, 28 Jan 2021 at 06:04, Herbert Xu wrote: On Fri, Jan 22, 2021 at 03:09:52PM +0800, Meng Yu wrote: 1. Add ecc curves(P224, P384, P521) for ECDH; OK I think this is getting unwieldy. In light of the fact that we already have hardware that suppor

Re: [PATCH 1/3] MIPS: kernel: Support extracting off-line stack traces from user-space with perf

2021-01-28 Thread Tiezhu Yang
On 01/28/2021 05:15 AM, Thomas Bogendoerfer wrote: On Tue, Jan 05, 2021 at 11:18:06AM +0100, Peter Zijlstra wrote: On Tue, Jan 05, 2021 at 11:45:37AM +0800, Jiaxun Yang wrote: 在 2021/1/4 下午6:59, Peter Zijlstra 写道: On Tue, Dec 29, 2020 at 08:55:59PM +0800, Tiezhu Yang wrote: +u64 perf_reg_abi(

Re: [PATCH resend] e100: switch from 'pci_' to 'dma_' API

2021-01-28 Thread Jakub Kicinski
On Thu, 28 Jan 2021 21:45:02 + Nguyen, Anthony L wrote: > > drivers/net/ethernet/intel/e100.c | 92 - > > My apologies, this patch slipped through the cracks for me. I will send > it in my next net-next 1GbE series or Jakub you can take it directly if > you'd like.

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

2021-01-28 Thread Daniel Latypov
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 > 2 + 2 == 4 > 5 == 5 With this patch, the output just becomes > Expected 2 + 2 == 5, but > 2 + 2 == 4 This patch is sli

[PATCH] bluetooth: fix memory leak in btusb_mtk_wmt_recv

2021-01-28 Thread zjp734690220
From: zhongjupeng In btusb_mtk_wmt_recv if skb_clone fails, the alocated skb should be released. Signed-off-by: zhongjupeng --- drivers/bluetooth/btusb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index ffec6bc..

Re: [PATCH v5 net-next 00/18] net: mvpp2: Add TX Flow Control support

2021-01-28 Thread Jakub Kicinski
On Thu, 28 Jan 2021 20:31:04 +0200 stef...@marvell.com wrote: > From: Stefan Chulski > > Armada hardware has a pause generation mechanism in GOP (MAC). > The GOP generate flow control frames based on an indication programmed in > Ports Control 0 Register. There is a bit per port. > However asser

Re: [PATCH] net: phy: remove h from printk format specifier

2021-01-28 Thread Jakub Kicinski
On Mon, 25 Jan 2021 08:45:28 -0800 t...@redhat.com wrote: > From: Tom Rix > > This change fixes the checkpatch warning described in this commit > commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of > unnecessary %h[xudi] and %hh[xudi]") > > Standard integer promotion is already

Re: [PATCH v2] smackfs: restrict bytes count in smackfs write functions

2021-01-28 Thread Casey Schaufler
On 1/28/2021 6:24 AM, Tetsuo Handa wrote: > On 2021/01/28 22:27, Sabyrzhan Tasbolatov wrote: >>> Doesn't this change break legitimate requests like >>> >>> char buffer[2]; >>> >>> memset(buffer, ' ', sizeof(buffer)); >>> memcpy(buffer + sizeof(buffer) - 10, "foo", 3); >>> write(fd, buff

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH] ipvlan: remove h from printk format specifier

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Sun, 24 Jan 2021 11:08:04 -0800 you wrote: > From: Tom Rix > > This change fixes the checkpatch warning described in this commit > commit cbacb5ab0aa0 ("docs: printk-formats: Stop encouraging use of > unnecessary %h[

Re: dax alignment problem on arm64 (and other achitectures)

2021-01-28 Thread Pavel Tatashin
> > Might be related to the broken custom pfn_valid() implementation for > > ZONE_DEVICE. > > > > https://lkml.kernel.org/r/1608621144-4001-1-git-send-email-anshuman.khand...@arm.com > > > > And essentially ignoring sub-section data in there for now as well (but > > might not be that relevant yet).

RE: [PATCH net] stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressing

2021-01-28 Thread Ismail, Mohammad Athari
Hi, Thank you. Regards, Athari -Original Message- From: patchwork-bot+netdev...@kernel.org Sent: Friday, January 29, 2021 5:20 AM To: Ismail, Mohammad Athari Cc: peppe.cavall...@st.com; alexandre.tor...@st.com; joab...@synopsys.com; da...@davemloft.net; k...@kernel.org; mcoquelin.st.

RE: [PATCH 1/1] sched/topology: Make sched_init_numa() use a set for the deduplicating sort

2021-01-28 Thread Song Bao Hua (Barry Song)
> -Original Message- > From: Valentin Schneider [mailto:valentin.schnei...@arm.com] > Sent: Friday, January 29, 2021 3:47 AM > To: Song Bao Hua (Barry Song) ; > linux-kernel@vger.kernel.org > Cc: mi...@kernel.org; pet...@infradead.org; vincent.guit...@linaro.org; > dietmar.eggem...@arm.c

Re: [PATCH v5 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries

2021-01-28 Thread Eric Snowberg
> On Jan 28, 2021, at 8:58 AM, David Howells wrote: > > Nayna wrote: > >> Thanks Eric for clarifying. I was confusing it with with the broader meaning >> of revocation i.e. certificate revocation list. To avoid similar confusion in >> the future, I wonder if we should call it as 'blocklist' o

Re: [PATCH v3 2/4] arm64: dts: correct vendor prefix hisi to hisilicon

2021-01-28 Thread Wei Xu
Hi Arnd, On 2021/1/29 9:02, Wei Xu wrote: > Hi Arnd, > > On 2021/1/28 22:08, Arnd Bergmann wrote: >> On Wed, Jan 27, 2021 at 1:42 AM Wei Xu wrote: >>> On 2021/1/27 6:23, Arnd Bergmann wrote: On Tue, Dec 8, 2020 at 1:46 PM Zhen Lei wrote: > > The vendor prefix of "Hisilicon Limited"

Re: [PATCH v6 07/33] iommu: Avoid reallocate default domain for a group

2021-01-28 Thread Yong Wu
On Thu, 2021-01-28 at 21:14 +, Will Deacon wrote: > On Thu, Jan 28, 2021 at 09:10:20PM +, Will Deacon wrote: > > On Wed, Jan 27, 2021 at 05:39:16PM +0800, Yong Wu wrote: > > > On Tue, 2021-01-26 at 22:23 +, Will Deacon wrote: > > > > On Mon, Jan 11, 2021 at 07:18:48PM +0800, Yong Wu wro

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: Issue in dmesg time with lockless ring buffer

2021-01-28 Thread J. Avila
Hello John, I’ve done some additional digging on my end. I tested using a 5.10.11 kernel and observed the following: 1) With the default of CONFIG_LOG_BUF_SHIFT=17, I was not able to reproduce the issue. 2) With CONFIG_LOG_BUF_SHIFT=20, I was able to reproduce the behavior mentioned before.

Re: [PATCH v2] nvme-multipath: Early exit if no path is available

2021-01-28 Thread Sagi Grimberg
You can't see exactly where it dies but I followed the assembly to nvme_round_robin_path(). Maybe it's not the initial nvme_next_ns(head, old) which returns NULL but nvme_next_ns() is returning NULL eventually (list_next_or_null_rcu()). So there is other bug cause nvme_next_ns abormal. I revie

[PATCH] x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selection

2021-01-28 Thread Andy Lutomirski
task_user_regset_view() is fundamentally broken, but it's ABI for PTRACE_GETREGSET and PTRACE_SETREGSET. We shouldn't be using it for PTRACE_GETREGS or PTRACE_SETREGS, though. A native 64-bit ptrace() call and an x32 ptrace() call should use the 64-bit regset views, and a 32-bit ptrace() call (na

Re: [PATCH v2] f2fs: fix to keep isolation of atomic write

2021-01-28 Thread Chao Yu
On 2021/1/29 0:21, Jaegeuk Kim wrote: On 01/20, Chao Yu wrote: On 2021/1/20 3:06, Jaegeuk Kim wrote: On 01/15, Chao Yu wrote: On 2021/1/15 5:53, Jaegeuk Kim wrote: On 12/30, Chao Yu wrote: ThreadA ThreadB - f2fs_ioc_start_atomic_write - write - f2fs_ioc_commit

Re: WARNING in io_uring_cancel_task_requests

2021-01-28 Thread syzbot
specific files for 20210128 git tree: linux-next final oops: https://syzkaller.appspot.com/x/report.txt?x=10bf3090d0 console output: https://syzkaller.appspot.com/x/log.txt?x=173f3090d0 kernel config: https://syzkaller.appspot.com/x/.config?x=6953ffb584722a1 dashboard link: https

RE: [REGRESSION] "ALSA: HDA: Early Forbid of runtime PM" broke my laptop's internal audio

2021-01-28 Thread N, Harshapriya
> The laptop's speakers produce no sound. Audio from headphones still works > fine. A quick test is to visit GNOME System Settings -> Sound -> Output, > select Test, click Front Left or Front Right and notice there is no sound. I > tested a mainline kernel revision from yesterday > (5.11-rc5+) and

Re: [PATCH v4 1/3] crypto: Add support for ECDSA signature verification

2021-01-28 Thread Herbert Xu
On Wed, Jan 27, 2021 at 07:14:10PM -0500, Stefan Berger wrote: > From: Stefan Berger > > Add support for parsing the parameters of a NIST P256 or NIST P192 key. > Enable signature verification using these keys. > > Signed-off-by: Stefan Berger > Cc: Herbert Xu > Cc: "David S. Miller" > Cc: li

Re: [PATCH v12 6/8] drm/mediatek: enable dither function

2021-01-28 Thread CK Hu
Hi, Hsin-Yi: On Thu, 2021-01-28 at 19:23 +0800, Hsin-Yi Wang wrote: > From: Yongqiang Niu > > for 5 or 6 bpc panel, we need enable dither function > to improve the display quality > > Signed-off-by: Yongqiang Niu > Signed-off-by: Hsin-Yi Wang > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp

Re: kprobes broken since 0d00449c7a28 ("x86: Replace ist_enter() with nmi_enter()")

2021-01-28 Thread Alexei Starovoitov
On Thu, Jan 28, 2021 at 07:24:14PM +0100, Peter Zijlstra wrote: > On Thu, Jan 28, 2021 at 06:45:56PM +0200, Nikolay Borisov wrote: > > it would be placed on the __fentry__ (and not endbr64) hence it works. > > So perhaps a workaround outside of bpf could essentially detect this > > scenario and adj

Re: Issues with "PCI/LINK: Report degraded links via link bandwidth notification"

2021-01-28 Thread Alex Deucher
On Thu, Jan 28, 2021 at 6:39 PM Bjorn Helgaas wrote: > > [+cc Atanas -- thank you very much for the bug report!] > > On Sat, Feb 22, 2020 at 10:58:40AM -0600, Bjorn Helgaas wrote: > > On Wed, Jan 15, 2020 at 04:10:08PM -0600, Bjorn Helgaas wrote: > > > I think we have a problem with link bandwidth

Re: [PATCH 00/12] docs: path-lookup: Update pathlookup docs

2021-01-28 Thread Fox Chen
On Thu, Jan 28, 2021 at 11:58 AM NeilBrown wrote: > > On Tue, Jan 26 2021, Fox Chen wrote: > > > The Path lookup is a very complex subject in VFS. The path-lookup > > document provides a very detailed guidance to help people understand > > how path lookup works in the kernel.This document was orig

Re: [PATCH v9 2/8] Updated documentation

2021-01-28 Thread Randy Dunlap
On 1/23/21 5:47 AM, m...@richard-neumann.de wrote: > From: Richard Neumann > > Updated documentation of the AMD Sensor Fusion Hub. > > Signed-off-by: Richard Neumann > --- > Documentation/hid/amd-sfh-hid.rst | 275 ++ > 1 file changed, 131 insertions(+), 144 deletio

Re: [PATCH v2] nvme-multipath: Early exit if no path is available

2021-01-28 Thread Chao Leng
On 2021/1/28 17:40, Daniel Wagner wrote: On Thu, Jan 28, 2021 at 05:18:56PM +0800, Chao Leng wrote: It is impossible to return NULL for nvme_next_ns(head, old). block nvme0n1: no usable path - requeuing I/O block nvme0n1: no usable path - requeuing I/O block nvme0n1: no usable path -

[GIT PULL] eCryptfs fix for 5.11-rc6

2021-01-28 Thread Tyler Hicks
Hi Linus, The following changes since commit 83d09ad4b950651a95d37697f1493c00d888d0db: Merge tag 'for-linus' of git://github.com/openrisc/linux (2021-01-21 18:35:02 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git tags/ecr

Re: [PATCH v3 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

2021-01-28 Thread Daniel Mentz
On Fri, Oct 16, 2020 at 12:04 PM John Stultz wrote: > > On Thu, Oct 8, 2020 at 4:51 AM Brian Starkey wrote: > > On Sat, Oct 03, 2020 at 04:02:57AM +, John Stultz wrote: > > > @@ -393,6 +424,16 @@ static int system_heap_allocate(struct dma_heap > > > *heap, > > > /* just return,

Re: [PATCH 3/3] printk: dump full information of page flags in pGp

2021-01-28 Thread Yafang Shao
On Thu, Jan 28, 2021 at 10:50 PM Andy Shevchenko wrote: > > On Thu, Jan 28, 2021 at 09:18:24PM +0800, Yafang Shao wrote: > > On Thu, Jan 28, 2021 at 8:11 PM Andy Shevchenko > > wrote: > > ... > > > Thanks for the explanation. > > I will change it as you suggested. > > You are welcome! > > Just no

[tip:core/urgent] BUILD SUCCESS 41c1a06d1d1544bed9692ba72a5692454eee1945

2021-01-28 Thread kernel test robot
allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210128 i386 randconfig-a002-20210128 i386 randconfig

Re: [PATCH v2] nvme-multipath: Early exit if no path is available

2021-01-28 Thread Chao Leng
On 2021/1/28 17:23, Hannes Reinecke wrote: On 1/28/21 10:18 AM, Chao Leng wrote: On 2021/1/28 15:58, Daniel Wagner wrote: On Thu, Jan 28, 2021 at 09:31:30AM +0800, Chao Leng wrote: --- a/drivers/nvme/host/multipath.c +++ b/drivers/nvme/host/multipath.c @@ -221,7 +221,7 @@ static struct nv

Re: [f2fs-dev] [PATCH v3 1/5] f2fs: compress: add compress_inode to cache compressed blocks

2021-01-28 Thread Chao Yu
On 2021/1/29 0:12, Jaegeuk Kim wrote: On 01/28, Chao Yu wrote: On 2021/1/22 10:17, Chao Yu wrote: No, it seems this is not the case. Oops, could you please help to remove all below codes and do the test again to check whether they are the buggy codes? as I doubt there is use-after-free bug.

Re: [PATCH v12 7/8] soc: mediatek: add mtk mutex support for MT8183

2021-01-28 Thread CK Hu
Hi, Hsin-Yi: On Thu, 2021-01-28 at 19:23 +0800, Hsin-Yi Wang wrote: > From: Yongqiang Niu > > Add mtk mutex support for MT8183 SoC. Reviewed-by: CK Hu > > Signed-off-by: Yongqiang Niu > Signed-off-by: Hsin-Yi Wang > --- > drivers/soc/mediatek/mtk-mutex.c | 50 +

Re: [PATCH net-next 4/8] net: dsa: microchip: add support for phylink management

2021-01-28 Thread Andrew Lunn
> + /* For T1 PHY */ > + if (lan937x_is_internal_t1_phy_port(dev, port)) { > + phylink_set(mask, 100baseT_Full); > + phylink_set_port_modes(mask); Since this is a T1 PHY, you should be using 100baseT1_Full. This might be the first user of this for phylink, so pleas

[kbuild] drivers/accessibility/speakup/speakup_audptr.c:138:20: warning: Array index 'test' is used before limits check.

2021-01-28 Thread Dan Carpenter
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 76c057c84d286140c6c416c3b4ba832cd1d8984e commit: 2067fd92d75b6d9085a43caf050bca5d88c491b8 staging/speakup: Move out of staging compiler: ia64-linux-gcc (GCC) 9.3.0 If you fix the issue, kindly add followin

Re: [PATCH net-next 3/8] net: dsa: microchip: add DSA support for microchip lan937x

2021-01-28 Thread Andrew Lunn
> +bool lan937x_is_internal_phy_port(struct ksz_device *dev, int port) > +{ > + /* Check if the port is RGMII */ > + if (port == LAN937X_RGMII_1_PORT || port == LAN937X_RGMII_2_PORT) > + return false; > + > + /* Check if the port is SGMII */ > + if (port == LAN937X_SGMII

Re: [External] Re: [PATCH v13 05/12] mm: hugetlb: allocate the vmemmap pages associated with each HugeTLB page

2021-01-28 Thread Mike Kravetz
On 1/28/21 4:37 AM, Muchun Song wrote: > On Wed, Jan 27, 2021 at 6:36 PM David Hildenbrand wrote: >> >> On 26.01.21 16:56, David Hildenbrand wrote: >>> On 26.01.21 16:34, Oscar Salvador wrote: On Tue, Jan 26, 2021 at 04:10:53PM +0100, David Hildenbrand wrote: > The real issue seems to be

Re: [PATCH v9 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device

2021-01-28 Thread Randy Dunlap
On 1/4/21 7:28 AM, Kishon Vijay Abraham I wrote: > Add specification for the *PCI NTB* function device. The endpoint function > driver and the host PCI driver should be created based on this > specification. > > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/PCI/endpoint/index.rst

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH v3 2/4] arm64: dts: correct vendor prefix hisi to hisilicon

2021-01-28 Thread Wei Xu
Hi Arnd, On 2021/1/28 22:08, Arnd Bergmann wrote: > On Wed, Jan 27, 2021 at 1:42 AM Wei Xu wrote: >> On 2021/1/27 6:23, Arnd Bergmann wrote: >>> On Tue, Dec 8, 2020 at 1:46 PM Zhen Lei wrote: The vendor prefix of "Hisilicon Limited" is "hisilicon", it is clearly stated in "vendor-

linux-next: manual merge of the net-next tree with Linus' tree

2021-01-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the net-next tree got a conflict in: drivers/net/can/dev.c between commit: b552766c872f ("can: dev: prevent potential information leak in can_fill_info()") from Linus' tree and commits: 3e77f70e7345 ("can: dev: move driver related infrastructure into

Re: 5.9.11 still hanging 2mn at each boot and looping on nvidia-gpu 0000:01:00.3: PME# enabled (Quadro RTX 4000 Mobile)

2021-01-28 Thread Marc MERLIN
On Wed, Jan 27, 2021 at 03:33:00PM -0600, Bjorn Helgaas wrote: > Hi Marc, I appreciate your persistence on this. I am frankly > surprised that you've put up with this so long. Well, been using linux for 27 years, but also it's not like I have much of a choice outside of switching to windows, as

[GIT PULL] tpmdd updates for v5.12-rc1

2021-01-28 Thread Jarkko Sakkinen
Hi, This contains bug fixes for tpm_tis driver, which had a racy wait for hardware state change to be ready to send a command to the TPM chip. The bug has existed already since 2006, but has only made itself known in recent past. There's also couple of new features: 1. Cr50 I2C driver. 2. Sysfs

Re: [PATCH 08/16] rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possible

2021-01-28 Thread Paul E. McKenney
On Thu, Jan 28, 2021 at 06:12:14PM +0100, Frederic Weisbecker wrote: > Those tracing calls don't need to be under the nocb lock. Move them > outside. This one looks fine (give or take the usual wordsmithing), but does not apply, presumably due to my not having yet taken one of the earlier patches.

Re: Problems starting Xen domU after latest stable update

2021-01-28 Thread Marek Marczykowski-Górecki
On Thu, Jan 28, 2021 at 07:03:00PM -0500, Boris Ostrovsky wrote: > > On 1/28/21 6:52 PM, Michael D Labriola wrote: > > Hey, everyone. I've run into problems starting up my Xen domUs as of > > the latest batch of stable updates. Whenever I try to create one, I > > get a bunch of block device erro

Re: [PATCH 07/16] rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloading

2021-01-28 Thread Paul E. McKenney
On Thu, Jan 28, 2021 at 06:12:13PM +0100, Frederic Weisbecker wrote: > Unconfuse a bit the name of this function which suggests returning true > when the state is updated. It actually returns true when the rdp is in > the process of deoffloading and we must ignore it. > > Reported-by: Paul E. McKe

linux-next: manual merge of the net-next tree with Linus' tree

2021-01-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the net-next tree got a conflict in: net/switchdev/switchdev.c between commit: 20776b465c0c ("net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP") from Linus' tree and commits: ffb68fc58e96 ("net: switchdev: remove the transaction

[PATCH v4 2/2] KVM: SVM: Add support for Virtual SPEC_CTRL

2021-01-28 Thread Babu Moger
Newer AMD processors have a feature to virtualize the use of the SPEC_CTRL MSR. Presence of this feature is indicated via CPUID function 0x800A_EDX[20]: GuestSpecCtrl. Hypervisors are not required to enable this feature since it is automatically enabled on processors that support it. A hypervi

[PATCH v4 1/2] x86/cpufeatures: Add the Virtual SPEC_CTRL feature

2021-01-28 Thread Babu Moger
Newer AMD processors have a feature to virtualize the use of the SPEC_CTRL MSR. Presence of this feature is indicated via CPUID function 0x800A_EDX[20]: GuestSpecCtrl. When present, the SPEC_CTRL MSR is automatically virtualized. Signed-off-by: Babu Moger Acked-by: Borislav Petkov --- arch/

[PATCH v4 0/2] x86: Add the feature Virtual SPEC_CTRL

2021-01-28 Thread Babu Moger
Newer AMD processors have a feature to virtualize the use of the SPEC_CTRL MSR on the guest. The series adds the feature support and enables the feature on SVM. --- v4: 1. Taken care of comments from Sean Christopherson. a. Updated svm_set_msr/svm_get_msr to read/write the spec_ctrl value

linux-next: manual merge of the net-next tree with Linus' tree

2021-01-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the net-next tree got a conflict in: drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c between commit: 57ac4a31c483 ("net/mlx5e: Correctly handle changing the number of queues when the interface is down") from Linus' tree and commit: 214baf22870c

Re: [PATCH 1/2] perf script: Support filtering by hex address

2021-01-28 Thread Jin, Yao
On 1/28/2021 8:43 PM, Arnaldo Carvalho de Melo wrote: Em Thu, Jan 28, 2021 at 11:31:26AM +0800, Jin, Yao escreveu: On 1/28/2021 7:13 AM, Jiri Olsa wrote: @@ -709,6 +725,26 @@ int machine__resolve(struct machine *machine, struct addr_location *al, ret = strlist__has_e

Re: [PATCH bpf-next] tools: Factor Clang, LLC and LLVM utils definitions

2021-01-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Thu, 28 Jan 2021 02:50:58 +0100 you wrote: > When dealing with BPF/BTF/pahole and DWARF v5 I wanted to build bpftool. > > While looking into the source code I found duplicate assignments > in misc tools for the LLVM eco sy

Re: Problems starting Xen domU after latest stable update

2021-01-28 Thread Michael Labriola
On Thu, Jan 28, 2021 at 7:03 PM Boris Ostrovsky wrote: > > > On 1/28/21 6:52 PM, Michael D Labriola wrote: > > Hey, everyone. I've run into problems starting up my Xen domUs as of > > the latest batch of stable updates. Whenever I try to create one, I > > get a bunch of block device errors like

Re: [PATCH 2/2] perf script: Support dso filter

2021-01-28 Thread Jin, Yao
Hi Arnaldo, On 1/28/2021 9:12 PM, Arnaldo Carvalho de Melo wrote: Em Mon, Jan 25, 2021 at 07:27:50AM +0800, Jin Yao escreveu: Other perf tool builtins have already supported dso filter. For example, perf report --dso, which only considers symbols in these dsos. Now dso filter is supported for

RE: [PATCH v2 4/4] hv_netvsc: Restrict configurations on isolated guests

2021-01-28 Thread Michael Kelley
From: Andrea Parri (Microsoft) Sent: Tuesday, January 26, 2021 3:57 AM > > Restrict the NVSP protocol version(s) that will be negotiated with the > host to be NVSP_PROTOCOL_VERSION_61 or greater if the guest is running > isolated. Moreover, do not advertise the SR-IOV capability and ignore > NV

[tip:locking/core] BUILD SUCCESS bf594bf400016a1ac58c753bcc0393a39c36f669

2021-01-28 Thread kernel test robot
defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210128 i386

RE: [PATCH v2 2/4] Drivers: hv: vmbus: Restrict vmbus_devices on isolated guests

2021-01-28 Thread Michael Kelley
From: Andrea Parri (Microsoft) Sent: Tuesday, January 26, 2021 3:57 AM > > Only the VSCs or ICs that have been hardened and that are critical for > the successful adoption of Confidential VMs should be allowed if the > guest is running isolated. This change reduces the footprint of the > code t

RE: [PATCH v2 1/4] x86/hyperv: Load/save the Isolation Configuration leaf

2021-01-28 Thread Michael Kelley
From: Andrea Parri (Microsoft) Sent: Tuesday, January 26, 2021 3:57 AM > > If bit 22 of Group B Features is set, the guest has access to the > Isolation Configuration CPUID leaf. On x86, the first four bits > of EAX in this leaf provide the isolation type of the partition; > we entail three iso

RE: [PATCH v2 3/4] Drivers: hv: vmbus: Enforce 'VMBus version >= 5.2' on isolated guests

2021-01-28 Thread Michael Kelley
From: Andrea Parri (Microsoft) Sent: Tuesday, January 26, 2021 3:57 AM > > Restrict the protocol version(s) that will be negotiated with the host > to be 5.2 or greater if the guest is running isolated. This reduces the > footprint of the code that will be exercised by Confidential VMs and > he

[PATCH v10 11/13] misc: bcm-vk: add mmap function for exposing BAR2

2021-01-28 Thread Scott Branden
Add mmap function that allows host application to open up BAR2 memory for remote spooling out messages from the VK logger. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scott Branden Acked-by: Olof Johansson --- drivers/misc/bcm-vk/bcm_vk_dev.c | 24 ++

[PATCH v10 13/13] misc: bcm-vk: add ttyVK support

2021-01-28 Thread Scott Branden
Add ttyVK support to driver to allow console access to VK card from host. Device node will be in the follow form /dev/bcm-vk.x_ttyVKy where: x is the instance of the VK card y is the tty device number on the VK card Signed-off-by: Scott Branden Acked-by: Olof Johansson --- drivers/misc/bcm-vk/

[PATCH v10 12/13] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver

2021-01-28 Thread Scott Branden
Add maintainer entry for new Broadcom VK Driver Signed-off-by: Scott Branden Acked-by: Olof Johansson --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 00836f6452f0..76f3817cf22c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3744,6 +3744

[PATCH v10 08/13] misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_info

2021-01-28 Thread Scott Branden
Add support to get card_info (details about card), peerlog_info (to get details of peerlog on card), and proc_mon_info (process monitoring on card). This info is used for collection of logs via direct read of BAR space and by sysfs access (in a follow on commit). Co-developed-by: Desmond Yan Sig

[PATCH v10 09/13] misc: bcm-vk: add VK messaging support

2021-01-28 Thread Scott Branden
Add message support in order to be able to communicate to VK card via message queues. This info is used for debug purposes via collection of logs via direct read of BAR space and by sysfs access (in a follow on commit). Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scot

[PATCH v10 07/13] misc: bcm-vk: add ioctl load_image

2021-01-28 Thread Scott Branden
Add ioctl support to issue load_image operation to VK card. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Co-developed-by: James Hu Signed-off-by: James Hu Signed-off-by: Scott Branden Acked-by: Olof Johansson --- drivers/misc/bcm-vk/bcm_vk.h | 3 + drivers/misc/bcm-vk/bcm_vk

[PATCH v10 10/13] misc: bcm-vk: reset_pid support

2021-01-28 Thread Scott Branden
Add reset support via ioctl. Kill user processes that are open when VK card is reset. If a particular PID has issued the reset request do not kill that process as it issued the ioctl. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scott Branden Acked-by: Olof Johansson

[PATCH v10 06/13] misc: bcm-vk: add open/release

2021-01-28 Thread Scott Branden
Add open/release to replace private data with context for other methods to use. Reason for the context is because it is allowed for multiple sessions to open sysfs. For each file open, when upper layer queries the response, only those that are tied to a specified open should be returned. Co-deve

[PATCH v10 00/13] Add Broadcom VK driver

2021-01-28 Thread Scott Branden
This patch series drops previous patches in [1] that were incorporated by Kees Cook into patch series "Introduce partial kernel_read_file() support" [2]. Remaining patches are contained in this series to add Broadcom VK driver. (which depends on request_firmware_into_buf API addition which has now

[PATCH v10 05/13] misc: bcm-vk: add triggers when host panic or reboots to notify card

2021-01-28 Thread Scott Branden
Pass down an interrupt to card in case of panic or reboot so that card can take appropriate action to perform a clean reset. Uses kernel notifier block either directly (register on panic list), or implicitly (add shutdown method for PCI device). Co-developed-by: Desmond Yan Signed-off-by: Desmond

[PATCH v10 01/13] bcm-vk: add bcm_vk UAPI

2021-01-28 Thread Scott Branden
Add user space api for bcm-vk driver. Provide ioctl api to load images and issue reset command to card. FW status registers in PCI BAR space also defined as part of API so that user space is able to interpret these memory locations as needed via direct PCIe access. Signed-off-by: Scott Branden A

[PATCH v10 02/13] misc: bcm-vk: add Broadcom VK driver

2021-01-28 Thread Scott Branden
Add initial version of Broadcom VK driver to enumerate PCI device IDs of Valkyrie and Viper device IDs. VK based cards provide real-time high performance, high throughput, low latency offload compute engine operations. They are used for multiple parallel offload tasks as: audio, video and image pr

[PATCH v10 04/13] misc: bcm-vk: add misc device to Broadcom VK driver

2021-01-28 Thread Scott Branden
Add misc device base support to create and remove devnode. Additional misc functions for open/read/write/release/ioctl/sysfs, etc will be added in follow on commits to allow for individual review. Co-developed-by: Desmond Yan Signed-off-by: Desmond Yan Signed-off-by: Scott Branden Acked-by: Olo

[PATCH v10 03/13] misc: bcm-vk: add autoload support

2021-01-28 Thread Scott Branden
Add support to load and boot images on card automatically. The kernel module parameter auto_load can be passed in as false to disable such support on probe. As well, nr_scratch_pages can be specified to allocate more or less scratch memory on init as needed for desired card operation. Co-developed

Re: [PATCH 04/16] rcu/nocb: Only (re-)initialize segcblist when needed on CPU up

2021-01-28 Thread Paul E. McKenney
On Thu, Jan 28, 2021 at 01:45:24PM -0800, Paul E. McKenney wrote: > On Thu, Jan 28, 2021 at 10:34:13PM +0100, Frederic Weisbecker wrote: > > On Thu, Jan 28, 2021 at 11:12:28AM -0800, Paul E. McKenney wrote: > > > On Thu, Jan 28, 2021 at 06:12:10PM +0100, Frederic Weisbecker wrote: > > > > Simply ch

Re: [PATCH v2] ARM: kprobes: rewrite test-[arm|thumb].c in UAL

2021-01-28 Thread Nick Desaulniers
> On Thu, 28 Jan 2021 at 20:34, Nick Desaulniers > wrote: > > + TEST_RX("tbh[pc, r",7, (9f-(1f+4))>>1,", lsl #1]", > > > On Thu, Jan 28, 2021 at 1:03 PM Ard Biesheuvel wrote: > Why is this change needed? Are the resulting opcodes equivalent? Does > GAS infer the lsl #1 but Clang doesn'

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH 05/16] rcu/nocb: Disable bypass when CPU isn't completely offloaded

2021-01-28 Thread Paul E. McKenney
On Thu, Jan 28, 2021 at 11:25:31PM +0100, Frederic Weisbecker wrote: > On Thu, Jan 28, 2021 at 01:31:33PM -0800, Paul E. McKenney wrote: > > On Thu, Jan 28, 2021 at 06:12:11PM +0100, Frederic Weisbecker wrote: > > > --- > > > include/linux/rcu_segcblist.h | 7 --- > > > kernel/rcu/tree_plugin

Re: Re: [PATCH 0/1] arm64/sparsemem: reduce SECTION_SIZE_BITS

2021-01-28 Thread Pavel Tatashin
On 1/21/21 1:26 PM, Will Deacon wrote: > On Wed, 20 Jan 2021 21:29:12 -0800, Sudarshan Rajagopalan wrote: >> This patch is the follow-up from the discussions in the thread [1]. >> Reducing the section size has the merit of reducing wastage of reserved >> memory >> for vmmemmap mappings for sect

[PATCH] x86: Remove unnecessary kmap() from sgx_ioc_enclave_init()

2021-01-28 Thread ira . weiny
From: Ira Weiny There is no reason to alloc a page and kmap it to store this temporary data from the user. This is especially true when we are trying to remove kmap usages. Also placing the token pointer 1/2 way into the page is fragile. Replace this allocation with two kzalloc()'s which also

Re: [PATCH v2 04/16] rpmsg: ctrl: implement the ioctl function to create device

2021-01-28 Thread Mathieu Poirier
[...] > > It seems to me that the main point to step forward is to clarify the global > > design and features of the rpmsg-ctrl. > > Depending on the decision taken, this series could be trashed and rewritten > > from > > a blank page...To not lost to much time on the series don't hesitate to >

[tip:x86/build] BUILD SUCCESS bb73d07148c405c293e576b40af37737faf23a6a

2021-01-28 Thread kernel test robot
allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a001-20210128 i386 randconfig-a002-20210128 i386 randconfig-a004-20210128 i386 randconfig-a005-20210128

Re: [PATCH 0/3] Handle UART without interrupt on TEMT using em485

2021-01-28 Thread Giulio Benetti
Hi Eric, > Il giorno 29 gen 2021, alle ore 00:37, Eric Tremblay > ha scritto: > > The series is mainly about the support of 8250 UART without TEMT > interrupt. I saw that there was some development in the past but > it was never merged. Since the last discussion were quite some > time ago, I

Re: Issues with "PCI/LINK: Report degraded links via link bandwidth notification"

2021-01-28 Thread Alex G.
On 1/28/21 5:51 PM, Sinan Kaya wrote: On 1/28/2021 6:39 PM, Bjorn Helgaas wrote: AFAICT, this thread petered out with no resolution. If the bandwidth change notifications are important to somebody, please speak up, preferably with a patch that makes the notifications disabled by default and add

Re: [PATCH v6 07/33] iommu: Avoid reallocate default domain for a group

2021-01-28 Thread Robin Murphy
On 2021-01-28 21:14, Will Deacon wrote: On Thu, Jan 28, 2021 at 09:10:20PM +, Will Deacon wrote: On Wed, Jan 27, 2021 at 05:39:16PM +0800, Yong Wu wrote: On Tue, 2021-01-26 at 22:23 +, Will Deacon wrote: On Mon, Jan 11, 2021 at 07:18:48PM +0800, Yong Wu wrote: If group->default_domain

Re: Problems starting Xen domU after latest stable update

2021-01-28 Thread Boris Ostrovsky
On 1/28/21 6:52 PM, Michael D Labriola wrote: > Hey, everyone. I've run into problems starting up my Xen domUs as of > the latest batch of stable updates. Whenever I try to create one, I > get a bunch of block device errors like this: > > libxl: error: libxl_device.c:1105:device_backend_callbac

YOU HAVE WON

2021-01-28 Thread lottonlxxx
LOTTO.NL, 2391 Beds 152 Koningin Julianaplein 21, Den Haag-Netherlands. (Lotto affiliate with Subscriber Agents). From: Susan Console (Lottery Coordinator) Website: www.lotto.nl Sir/Madam, CONGRATULATIONS!!! We are pleased to inform you of the result of the Lotto NL Winners International progr

Re: [PATCH -next] acpi: fpdt: drop errant comma in pr_info()

2021-01-28 Thread Joe Perches
t > [-Wformat-extra-args] > ../drivers/acpi/acpi_fpdt.c:255:4: note: in expansion of macro 'pr_info' > pr_info(FW_BUG, "Invalid subtable type %d found.\n", [] > --- linux-next-20210128.orig/drivers/acpi/acpi_fpdt.c > +++ linux-next-20210128/drivers/acp

Re: Small student project idea on appropriate integration trees in MAINTAINERS

2021-01-28 Thread Jonathan Corbet
On Fri, 22 Jan 2021 09:22:24 +0100 Lukas Bulwahn wrote: > In this project, we can make use of: > > - gitdm [git://git.lwn.net/gitdm.git]: gitdm includes some scripts to > parse MAINTAINERS and obtain the integration tree patch of a commit. Look also at the 'treeplot' tool there, which determine

<    1   2   3   4   5   6   7   8   9   10   >