Re: get rid of the address_space override in setsockopt v2

2020-07-26 Thread Christoph Hellwig
On Fri, Jul 24, 2020 at 03:43:42PM -0700, David Miller wrote: > > Changes since v1: > > - check that users don't pass in kernel addresses > > - more bpfilter cleanups > > - cosmetic mptcp tweak > > Series applied to net-next, I'm build testing and will push this out when > that is done. The

Re: [PATCH RESEND v6 5/5] USB: PHY: JZ4770: Use the generic PHY framework.

2020-07-26 Thread kernel test robot
ernel/git/gregkh/usb.git usb-testing config: x86_64-randconfig-a005-20200726 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 8bf4c1f4fb257774f66c8cda07adc6c5e8668326) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/inte

Re: [PATCH 0/3] Drop unused MAX_PHYSADDR_BITS

2020-07-26 Thread Mike Rapoport
On Thu, Jul 23, 2020 at 07:15:41PM -0400, Arvind Sankar wrote: > This #define is not used anywhere, and has the wrong value on x86_64. > > I tried digging into the history a bit, but it seems to have been unused > even in the initial merge of sparsemem in v2.6.13, when it was first > defined. >

Re: [PATCH] staging: media: atomisp: fix code style issues

2020-07-26 Thread Greg KH
On Sun, Jul 26, 2020 at 11:55:42AM +0530, Rohit K Bharadwaj wrote: > this patch fixes the warnings and errors generated after running > checkpatch.pl on pci/sh_css_firmware.c > > Signed-off-by: Rohit K Bharadwaj > --- > .../media/atomisp/pci/sh_css_firmware.c | 62 +++ >

Re: [PATCH] Fix USB Type C hub crash in typec_altmode_update_active

2020-07-26 Thread Zwane Mwaikambo
On Sat, 25 Jul 2020, Zwane Mwaikambo wrote: > diff --git a/drivers/usb/typec/ucsi/ucsi.c b/drivers/usb/typec/ucsi/ucsi.c > index d0c63afaf..30d0857e4 100644 > --- a/drivers/usb/typec/ucsi/ucsi.c > +++ b/drivers/usb/typec/ucsi/ucsi.c > @@ -218,9 +218,12 @@ void ucsi_altmode_update_active(struct

[PATCH] staging: media: atomisp: fix code style issues

2020-07-26 Thread Rohit K Bharadwaj
this patch fixes the warnings and errors generated after running checkpatch.pl on pci/sh_css_firmware.c Signed-off-by: Rohit K Bharadwaj --- .../media/atomisp/pci/sh_css_firmware.c | 62 +++ 1 file changed, 36 insertions(+), 26 deletions(-) diff --git

[tip:WIP.core/entry] BUILD SUCCESS bab3ce09b4d3fd2c147e9fc775204f9f7fb08326

2020-07-26 Thread kernel test robot
rhel-kconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a003-20200726 i386 randconfig-a005-20200726 i386 randconfig-a004-20200726 i386 randconfig

Re: [PATCH v2] net: ipv6: fix use-after-free Read in __xfrm6_tunnel_spi_lookup

2020-07-26 Thread B K Karthik
On Sun, Jul 26, 2020 at 11:05 AM Cong Wang wrote: > > On Sat, Jul 25, 2020 at 8:09 PM B K Karthik wrote: > > @@ -103,10 +103,10 @@ static int __xfrm6_tunnel_spi_check(struct net *net, > > u32 spi) > > { > > struct xfrm6_tunnel_net *xfrm6_tn = xfrm6_tunnel_pernet(net); > >

[PATCH] Fix USB Type C hub crash in typec_altmode_update_active

2020-07-26 Thread Zwane Mwaikambo
The following crash occurs whilst plugging in a Thinkpad USB type C dock and appears to be affecting other users as seen below; https://bbs.archlinux.org/viewtopic.php?id=256404 https://forums.linuxmint.com/viewtopic.php?p=1826251 My specific crash is; [ 565.427757] input: USBPS2 as

<    2   3   4   5   6   7