[PATCH v3] perf tools: Support -x for perf stat report

2020-11-01 Thread Andi Kleen
Add support for the -x, option to enable CSV output with perf stat report. Useful to parse the information with other programs. % perf stat record --quiet -a -I 1000 sleep 5 % perf stat report -x, 1.000838672,4003.55,msec,cpu-clock,4003548736,100.00,,

Re: [PATCH] USB: gadget: hidg: fix use-after-free in f_hidg

2020-11-01 Thread Greg KH
On Sat, Oct 31, 2020 at 10:16:05PM -0400, Kyungtae Kim wrote: > On Wed, Oct 28, 2020 at 4:13 PM Kyungtae Kim wrote: > > > > FuzzUSB (a variant of syzkaller) found the bug You sent this 3 days ago. Please give us a chance, at least 2 weeks, to get to a patch when submitted. thanks, greg k-h

Re: [PATCH] staging: fbtft: fb_watterott: fix usleep_range is preferred over udelay

2020-11-01 Thread Greg KH
On Sun, Nov 01, 2020 at 02:20:10AM +0200, Hassan Shahbazi wrote: > Fix the checkpath.pl issue on fb_watterott.c. write_vmem and > write_vmem_8bit functions are within non-atomic context and can > safely use usleep_range. > see Documentation/timers/timers-howto.txt > > Signed-off-by: Hassan

Re: [PATCH 5.9 00/74] 5.9.3-rc1 review

2020-11-01 Thread Naresh Kamboju
On Sat, 31 Oct 2020 at 17:17, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.3 release. > There are 74 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. > >

[PATCH] arm64: dts: allwinner: h6: orangepi-one-plus: Fix ethernet

2020-11-01 Thread Jernej Skrabec
RX/TX delay on OrangePi One Plus board is set on PHY. Reflect that in ethernet node. Fixes: 7ee32a17e0d6 ("arm64: dts: allwinner: h6: orangepi-one-plus: Enable ethernet") Signed-off-by: Jernej Skrabec --- arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-one-plus.dts | 2 +- 1 file changed, 1

Re: [PATCH 5.8 00/70] 5.8.18-rc1 review

2020-11-01 Thread Naresh Kamboju
On Sat, 31 Oct 2020 at 17:11, Greg Kroah-Hartman wrote: > > - > Note, this is going to be the LAST 5.8.y kernel release. After this > one, this branch is now end-of-life. Please move to the 5.9.y branch at > this point in time. > - > > This is the

Re: [PATCH] ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node

2020-11-01 Thread Jernej Škrabec
Dne nedelja, 01. november 2020 ob 01:34:17 CET je Pablo Greco napisal(a): > Ethernet PHY on BananaPi M2 Berry provides RX and TX delays. Fix ethernet > node to reflect that fact. > > Fixes: 27e81e1970a8 ("ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller") > Signed-off-by:

Re: [PATCH] ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator

2020-11-01 Thread Jernej Škrabec
Dne nedelja, 01. november 2020 ob 01:34:16 CET je Pablo Greco napisal(a): > DCDC1 regulator powers many different subsystems. While some of them can > work at 3.0 V, some of them can not. For example, VCC-HDMI can only work > between 3.24 V and 3.36 V. According to OS images provided by the board

Re: [PATCH 5.4 00/48] 5.4.74-rc2 review

2020-11-01 Thread Naresh Kamboju
On Sat, 31 Oct 2020 at 17:20, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.74 release. > There are 48 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] ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY

2020-11-01 Thread Jernej Škrabec
Dne nedelja, 01. november 2020 ob 01:34:15 CET je Pablo Greco napisal(a): > The Ethernet PHY on the Bananapi M1 has the RX and TX delays enabled on > the PHY, using pull-ups on the RXDLY and TXDLY pins. > > Fix the phy-mode description to correct reflect this so that the > implementation doesn't

Re: [PATCH 21/29] arm: dts: ls1021a: Harmonize DWC USB3 DT nodes name

2020-11-01 Thread Shawn Guo
On Tue, Oct 20, 2020 at 02:59:51PM +0300, Serge Semin wrote: > In accordance with the DWC USB3 bindings the corresponding node > name is suppose to comply with the Generic USB HCD DT schema, which > requires the USB nodes to have the name acceptable by the regexp: > "^usb(@.*)?" . Make sure the

Re: [PATCH 27/29] arm64: dts: layerscape: Harmonize DWC USB3 DT nodes name

2020-11-01 Thread Shawn Guo
On Tue, Oct 20, 2020 at 02:59:57PM +0300, Serge Semin wrote: > In accordance with the DWC USB3 bindings the corresponding node > name is suppose to comply with the Generic USB HCD DT schema, which > requires the USB nodes to have the name acceptable by the regexp: > "^usb(@.*)?" . Make sure the

Re: [PATCH V4 1/6] firmware: imx: always export SCU symbols

2020-11-01 Thread Shawn Guo
On Wed, Oct 21, 2020 at 01:24:32PM +0800, Joakim Zhang wrote: > From: Liu Ying > > Always export SCU symbols for both SCU SoCs and non-SCU SoCs to avoid > build error. > > Signed-off-by: Liu Ying > Signed-off-by: Peng Fan > Signed-off-by: Joakim Zhang > --- >

arch/x86/kvm/vmx/vmx.c:6696:17: warning: variable 'msr_bitmap' set but not used

2020-11-01 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: c2dc4c073fb71b50904493657a7622b481b346e3 commit: 476c9bd8e997b495524500cd82471e59b3aac20e KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs date: 5 weeks ago config: i386-randconfig-r015-20201101

Re: [PATCH V2 0/5] clk: imx: fix bus critical clk registration

2020-11-01 Thread Shawn Guo
On Wed, Oct 21, 2020 at 09:10:15PM +0800, peng@nxp.com wrote: > From: Peng Fan > > V2: > Add missed Reported-by tag > Add R-b tag I do not see either tag on any of the patches. > > The issue is exposed by > https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/ >

Re: [PATCH v4 2/3] dt-bindings: arm: fsl: add Van der Laan LANMCU board

2020-11-01 Thread Shawn Guo
On Thu, Oct 22, 2020 at 12:27:32PM +0200, Oleksij Rempel wrote: > Add Van der Laan LANMCU iMX6dl based board > > Signed-off-by: Oleksij Rempel > Reviewed-by: Krzysztof Kozlowski > Acked-by: Rob Herring It doesn't apply for me. Shawn

[PATCH v4 1/1] sched/uclamp: add SCHED_FLAG_UTIL_CLAMP_RESET flag to reset uclamp

2020-11-01 Thread Yun Hsiang
If the user wants to stop controlling uclamp and let the task inherit the value from the group, we need a method to reset. Add SCHED_FLAG_UTIL_CLAMP_RESET flag to allow the user to reset uclamp via sched_setattr syscall. The policy is _CLAMP_RESET => reset both min and

Re: [PATCHv9] arm64: dts: layerscape: Add PCIe EP node for ls1088a

2020-11-01 Thread Shawn Guo
On Mon, Oct 26, 2020 at 12:27:59PM +0800, Zhiqiang Hou wrote: > From: Xiaowei Bao > > Add PCIe EP node for ls1088a to support EP mode. > > Signed-off-by: Xiaowei Bao > Signed-off-by: Hou Zhiqiang > Reviewed-by: Andrew Murray > --- > V9: > - Rebase the patch since V8 patch was not accepted

[PATCH 0/2] pinctrl: ingenic: Cleanup & add lcd-8bit group

2020-11-01 Thread Paul Cercueil
Hi Linus, A cleanup patch to get rid of a lot of const data, and a patch to add the lcd-8bit group for JZ4770 SoCs. Based on your latest for-next branch, since there are already some commits on pinctrl-ingenic.c there that aren't on v5.10-rc1. Cheers, -Paul Paul Cercueil (2): pinctrl:

[PATCH 1/2] pinctrl: ingenic: Get rid of repetitive data

2020-11-01 Thread Paul Cercueil
Abuse the pin function pointer to store the pin function value directly, when all the pins of a group have the same function value. Now when the pointer value is <= 3 (unsigned), the pointer value is used as the pin function; otherwise it is used as a regular pointer. This drastically reduces the

[PATCH 2/2] pinctrl: ingenic: Add lcd-8bit group for JZ4770

2020-11-01 Thread Paul Cercueil
Add the "lcd-8bit" group to the "lcd" function. As "lcd-24bit" is a superset of "lcd-8bit", in theory the former could be modified to only contain the pins not already included in "lcd-8bit", just like how it's done for the JZ4740 and JZ4725B platforms. However, we can't do that without breaking

Business Partnership Needed

2020-11-01 Thread Sr. Luis Fernandez
-- Good Day, I am Barr Luis Fernandez from Madrid,Spain.I have something important to discuss with you which might interest you and i believe that it will be a very good opportunity for both of us.Kindly get back to me for more details. Regards, Barr. Luis Fernandez (Senior

Re: [PATCH] arm64: dts: imx8mp-evk: add CAN support

2020-11-01 Thread Shawn Guo
On Mon, Oct 26, 2020 at 02:22:56PM +0800, Joakim Zhang wrote: > Add CAN device node and pinctrl on i.MX8MP evk board. > > Signed-off-by: Joakim Zhang > --- > arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 62 > arch/arm64/boot/dts/freescale/imx8mp.dtsi| 30 ++ >

Re: [PATCH] clk: imx: remove unneeded semicolon

2020-11-01 Thread Shawn Guo
On Tue, Oct 27, 2020 at 11:57:56AM -0700, t...@redhat.com wrote: > From: Tom Rix > > A semicolon is not needed after a switch statement. > > Signed-off-by: Tom Rix Applied, thanks.

Re: [linux-sunxi] [PATCH] arm64: dts: allwinner: h6: orangepi-one-plus: Fix ethernet

2020-11-01 Thread Code Kipper
On Sun, 1 Nov 2020 at 08:20, Jernej Skrabec wrote: > > RX/TX delay on OrangePi One Plus board is set on PHY. Reflect that in > ethernet node. > > Fixes: 7ee32a17e0d6 ("arm64: dts: allwinner: h6: orangepi-one-plus: Enable > ethernet") > Signed-off-by: Jernej Skrabec Hi Jernej, Tested-by: Marcus

Re: [PATCH] drm/panel: st7703: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe()

2020-11-01 Thread Sam Ravnborg
Hi Deepak On Fri, Oct 30, 2020 at 09:01:50AM +0530, Deepak R Varma wrote: > Using DEFINE_DEBUGFS_ATTRIBUTE macro with debugfs_create_file_unsafe() > function in place of the debugfs_create_file() function will make the > file operation struct "reset" aware of the file's lifetime. Additional >

Re: [PATCH] ARM: imx: add missing clk_disable_unprepare() when remove imx_mmdc

2020-11-01 Thread Shawn Guo
On Wed, Oct 28, 2020 at 05:15:39PM +0800, Qinglang Miao wrote: > Clock source is prepared and enabled by clk_prepare_enable() > in probe function, but no disable or unprepare in remove. > > Signed-off-by: Qinglang Miao Applied, thanks.

[GIT PULL] KVM fixes for 5.10-rc2

2020-11-01 Thread Paolo Bonzini
Linus, The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus for you to fetch changes up to

Re: [PATCH v3] perf tools: Support -x for perf stat report

2020-11-01 Thread Jiri Olsa
On Sat, Oct 31, 2020 at 11:31:33PM -0700, Andi Kleen wrote: > Add support for the -x, option to enable CSV output with perf stat > report. Useful to parse the information with other programs. > > % perf stat record --quiet -a -I 1000 sleep 5 > % perf stat report -x, >

Re: [PATCH] pci: mediatek: fix warning in msi.h

2020-11-01 Thread Frank Wunderlich
Am 31. Oktober 2020 22:49:14 MEZ schrieb Thomas Gleixner : >That's not a fix. It's just supressing the warning. Ok sorry >So it needs to be figured out why the domain association is not there. It looks like for mt7623 there is no msi domain setup (done via mtk_pcie_setup_irq callback +

lockdep: possible irq lock inversion dependency detected (trig->leddev_list_lock)

2020-11-01 Thread Andrea Righi
I'm getting the following lockdep splat (see below). Apparently this warning starts to be reported after applying: e918188611f0 ("locking: More accurate annotations for read_lock()") It looks like a false positive to me, but it made me think a bit and IIUC there can be still a potential

Re: [PATCH] clk: imx: remove redundant assignment to pointer np

2020-11-01 Thread Shawn Guo
On Thu, Oct 29, 2020 at 10:40:07PM +, Colin King wrote: > From: Colin Ian King > > Pointer np is being initialized with a value that is never read > and it is being updated with a value later on. The initialization > is redundant and can be removed. > > Addresses-Coverity: ("Unused value")

Re: [PATCH V2] arm64: dts: imx8mm-beacon-som: Fix whitespace issue

2020-11-01 Thread Shawn Guo
On Sat, Oct 31, 2020 at 07:31:14AM -0500, Adam Ford wrote: > The pinmux subnodes are indented too much. This patch does nothing > more than remove an extra tab. There are no functional changes. > > Signed-off-by: Adam Ford Applied, thanks.

[PATCH 0/3] drm/panel: ABT Y030XX067A panel support

2020-11-01 Thread Paul Cercueil
Hi, This patchset is for adding support for the Asia Better Technology (aka. ABT) Y030XX067A 3.0" 320x480 24-bit LCD IPS panel. While being 320x480 it is actually 4:3 with non-square pixels, and requires a specific bus format, as the pixel ordering changes each line (RGB on odd lines, GRB on

[PATCH 4/4] drm/panel: Add ABT Y030XX067A 3.0" 320x480 panel

2020-11-01 Thread Paul Cercueil
Add support for the ShenZhen Asia Better Technology Ltd. Y030XX067A 3.0" 320x480 IPS panel. This panel can be found in the YLM RG-280M, RG-300 and RG-99 handheld gaming consoles. While being 320x480, it is actually a horizontal 4:3 panel with non-square pixels. Signed-off-by: Paul Cercueil

[PATCH 1/4] dt-bindings: vendor-prefixes: Add abt vendor prefix

2020-11-01 Thread Paul Cercueil
Add prefix for ShenZhen Asia Better Technology Ltd. Signed-off-by: Paul Cercueil --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml

[PATCH 3/4] media: uapi: Add MEDIA_BUS_FMT_RGB888_3X8_DELTA media bus format

2020-11-01 Thread Paul Cercueil
Add media bus format for 24-bit panels that expect their pixel data to be sent serially on a 8-bit bus, in RGB ordering on odd lines, and in GBR ordering on even lines (aka delta-RGB). Signed-off-by: Paul Cercueil --- include/uapi/linux/media-bus-format.h | 3 ++- 1 file changed, 2

[PATCH 2/4] dt-bindings: display: Add ABT Y030XX067A panel bindings

2020-11-01 Thread Paul Cercueil
The Asia Better Technology (ABT) Y030XX067A panel is a 3.0" 320x480 24-bit IPS LCD panel. Its particularity is that it has non-square pixels (as it is 4:3 for a resolution of 320x480), and that it requires odd lines to be sent as RGB and even lines to be sent as GRB on its 8-bit bus.

Re: [PATCH v7 4/6] drivers: leds: Add the IEI WT61P803 PUZZLE LED driver

2020-11-01 Thread Luka Kovacic
Hello Pavel, On Thu, Oct 29, 2020 at 6:58 PM Pavel Machek wrote: > > Hi! > > > Add support for the IEI WT61P803 PUZZLE LED driver. > > Currently only the front panel power LED is supported, > > since it is the only LED on this board wired through the > > MCU. > > > > The LED is wired directly to

Re: [PATCH 0/3] PM: runtime: Fixes related to device links management

2020-11-01 Thread Greg Kroah-Hartman
On Wed, Oct 21, 2020 at 09:10:08PM +0200, Rafael J. Wysocki wrote: > Hi Greg & all, > > Commit d12544fb2aa9 ("PM: runtime: Remove link state checks in > rpm_get/put_supplier()") merged recently introduced a weakness > in the handling of device links in the runtime PM framework that > may be

Re: [RFC PATCH net-next 7/9] net: dsa: microchip: ksz9477: add hardware time stamping support

2020-11-01 Thread Christian Eggers
Hi Vladimir, On Friday, 30 October 2020, 19:24:47 CET, Vladimir Oltean wrote: > On Thu, Oct 22, 2020 at 12:17:48PM +0200, Christian Eggers wrote: > > I tried to study the effect of setting the ocmode bit on the KSZ either to > > master or to slave. The main visible change is, that some PTP

Re: [PATCH v7 1/6] dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings

2020-11-01 Thread Luka Kovacic
Hello Rob, On Wed, Oct 28, 2020 at 4:15 PM Rob Herring wrote: > > On Sun, Oct 25, 2020 at 02:59:11AM +0200, Luka Kovacic wrote: > > Add the IEI WT61P803 PUZZLE Device Tree bindings for MFD, HWMON and LED > > drivers. A new vendor prefix is also added accordingly for > > IEI Integration Corp. > >

Re: [PATCH v2 00/15] timers: clean up ARCH_GETTIMEOFFSET, LEGACY_TIMER_TICK

2020-11-01 Thread Arnd Bergmann
On Sun, Nov 1, 2020 at 4:47 AM Finn Thain wrote: > > On Fri, 30 Oct 2020, Arnd Bergmann wrote: > > > CONFIG_ARCH_GETTIMEOFFSET has been gradually phased out from all > > platforms, with only ARM EBSA110 recently. As this has no more known > > users, the first three patches remove EBSA110 along

Re: [PATCH v7 0/6] Add support for the IEI WT61P803 PUZZLE MCU

2020-11-01 Thread Luka Kovacic
Hello Pavel, On Thu, Oct 29, 2020 at 7:01 PM Pavel Machek wrote: > > Hi! > > > +What: > > /sys/bus/serial/devices/.../iei_wt61p803_puzzle_core/power_status > > +Date:September 2020 > > +Contact: Luka Kovacic > > +Description: (RO) Power status indicates the

Re: BUG: unable to handle kernel paging request in pvclock_gtod_notify

2020-11-01 Thread syzbot
syzbot suspects this issue was fixed by commit: commit a49145acfb975d921464b84fe00279f99827d816 Author: George Kennedy Date: Tue Jul 7 19:26:03 2020 + fbmem: add margin check to fb_check_caps() bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1749972450 start commit:

Re: [PATCH net-next] net: dlci: Deprecate the DLCI driver (aka the Frame Relay layer)

2020-11-01 Thread Arnd Bergmann
On Sun, Nov 1, 2020 at 12:37 AM Xie He wrote: > > On Sat, Oct 31, 2020 at 2:41 PM Arnd Bergmann wrote: > > > > I think it can just go in the bin directly. I actually submitted a couple of > > patches to clean up drivers/net/wan last year but didn't follow up > > with a new version after we

Re: [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM

2020-11-01 Thread Daniel Vetter
On Sun, Nov 1, 2020 at 6:22 AM John Hubbard wrote: > > On 10/31/20 7:45 AM, Daniel Vetter wrote: > > On Sat, Oct 31, 2020 at 3:55 AM John Hubbard wrote: > >> On 10/30/20 3:08 AM, Daniel Vetter wrote: > ... > >> By removing this check from this location, and changing from > >>

Re: [PATCH] staging: fbtft: fb_watterott: fix usleep_range is preferred over udelay

2020-11-01 Thread Hassan Shahbazi
On Sun, Nov 01, 2020 at 07:39:48AM +0100, Greg KH wrote: > On Sun, Nov 01, 2020 at 02:20:10AM +0200, Hassan Shahbazi wrote: > > Fix the checkpath.pl issue on fb_watterott.c. write_vmem and > > write_vmem_8bit functions are within non-atomic context and can > > safely use usleep_range. > > see

Re: [PATCH 5.9 00/74] 5.9.3-rc1 review

2020-11-01 Thread Greg Kroah-Hartman
On Sat, Oct 31, 2020 at 10:41:38PM +0530, Jeffrin Jose T wrote: > On Sat, 2020-10-31 at 12:35 +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.3 release. > > There are 74 patches in this series, all will be posted as a response > > to this one. If

Re: Linux 4.19.154

2020-11-01 Thread Greg Kroah-Hartman
On Sat, Oct 31, 2020 at 11:02:56PM +0900, Tetsuo Handa wrote: > On 2020/10/31 22:14, Jari Ruusu wrote: > > Greg Kroah-Hartman wrote: > >> --- a/block/blk-core.c > >> +++ b/block/blk-core.c > >> @@ -2127,11 +2127,10 @@ static void handle_bad_sector(struct bio *bio, > >> sector_t maxsector) > >> {

Hello

2020-11-01 Thread Mr Duna Wattara
Dear Friend, I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my investigation and no one is informed of this communication. I need your urgent assistance in transferring the sum of $11.3million

Re: [PATCH v6 8/9] arm64: dts: rockchip: add isp0 node for rk3399

2020-11-01 Thread Heiko Stuebner
Am Dienstag, 20. Oktober 2020, 21:38:49 CET schrieb Helen Koike: > From: Shunqian Zheng > > RK3399 has two ISPs, but only isp0 was tested. > Add isp0 node in rk3399 dtsi > > Verified with: > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/media/rockchip-isp1.yaml

Re: [PATCH v6 9/9] arm64: dts: rockchip: add isp and sensors for Scarlet

2020-11-01 Thread Heiko Stuebner
Am Dienstag, 20. Oktober 2020, 21:38:50 CET schrieb Helen Koike: > From: Eddie Cai > > Enable ISP and camera sensor ov2685 and ov5695 for Scarlet Chromebook > > Verified with: > make ARCH=arm64 dtbs_check > > Signed-off-by: Shunqian Zheng > Signed-off-by: Eddie Cai > Signed-off-by:

Re: [Linux-kernel-mentees] [PATCH] net: rose: Fix Null pointer dereference in rose_send_frame()

2020-11-01 Thread Greg KH
On Fri, Oct 30, 2020 at 04:24:13PM +0530, Anmol Karn wrote: > On Thu, Oct 15, 2020 at 05:50:51PM +0200, Greg KH wrote: > > On Thu, Oct 15, 2020 at 07:40:12PM +0530, Anmol Karn wrote: > > > On Thu, Oct 15, 2020 at 07:12:25AM +0200, Greg KH wrote: > > > > On Thu, Oct 15, 2020 at 05:47:12AM +0530,

Re: [PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas

2020-11-01 Thread Hagen Paul Pfeifer
* Mike Rapoport | 2020-09-24 16:28:58 [+0300]: >This is an implementation of "secret" mappings backed by a file descriptor. >I've dropped the boot time reservation patch for now as it is not strictly >required for the basic usage and can be easily added later either with or >without CMA. Isn't

Re: [RFC PATCH net-next 7/9] net: dsa: microchip: ksz9477: add hardware time stamping support

2020-11-01 Thread Vladimir Oltean
On Sun, Nov 01, 2020 at 10:35:01AM +0100, Christian Eggers wrote: > Hi Vladimir, > > On Friday, 30 October 2020, 19:24:47 CET, Vladimir Oltean wrote: > > On Thu, Oct 22, 2020 at 12:17:48PM +0200, Christian Eggers wrote: > > > I tried to study the effect of setting the ocmode bit on the KSZ either

sound/soc/fsl/fsl-asoc-card.c:684:45: sparse: sparse: incorrect type in argument 3 (different base types)

2020-11-01 Thread kernel test robot
-20201101 (attached as .config) compiler: sparc64-linux-gcc (GCC) 9.3.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.3-68-g49c98aa3

Re: [PATCH] pci: mediatek: fix warning in msi.h

2020-11-01 Thread Thomas Gleixner
On Sun, Nov 01 2020 at 10:25, Frank Wunderlich wrote: > Am 31. Oktober 2020 22:49:14 MEZ schrieb Thomas Gleixner : > >>So it needs to be figured out why the domain association is not there. > > It looks like for mt7623 there is no msi domain setup (done via > mtk_pcie_setup_irq callback +

Re: [PATCH] Input: add switch event(SW_COVER_ATTACHED)

2020-11-01 Thread kernel test robot
Hi HyungJae, Thank you for the patch! Yet something to improve: [auto build test ERROR on input/next] [also build test ERROR on linus/master linux/master v5.10-rc1 next-20201030] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use

[PATCH V3] clk: imx8m: fix bus critical clk registration

2020-11-01 Thread peng . fan
From: Peng Fan noc/axi/ahb are bus clk, not peripheral clk. Since peripheral clk has a limitation that for peripheral clock slice, IP clock slices must be stopped to change the clock source. However if the bus clk is marked as critical clk peripheral, the assigned clock parent operation will

[PATCH v2] ARM: dts: imx: add usb alias

2020-11-01 Thread peng . fan
From: Peng Fan Add usb alias for bootloader searching the controller in correct order. Signed-off-by: Peng Fan --- V2: Typo fix emulator->searching arch/arm/boot/dts/imx6qdl.dtsi | 4 arch/arm/boot/dts/imx6sl.dtsi | 3 +++ arch/arm/boot/dts/imx6sll.dtsi | 2 ++

Re: [PATCH] mm: optionally disable brk()

2020-11-01 Thread Topi Miettinen
On 5.10.2020 15.18, David Hildenbrand wrote: On 05.10.20 13:21, David Laight wrote: From: David Hildenbrand Sent: 05 October 2020 10:55 ... If hardening and compatibility are seen as tradeoffs, perhaps there could be a top level config choice (CONFIG_HARDENING_TRADEOFF) for this. It would

Re: [PATCH] pci: mediatek: fix warning in msi.h

2020-11-01 Thread Marc Zyngier
On Sun, 01 Nov 2020 09:25:04 +, Frank Wunderlich wrote: > > Am 31. Oktober 2020 22:49:14 MEZ schrieb Thomas Gleixner : > > >That's not a fix. It's just supressing the warning. > > Ok sorry > > >So it needs to be figured out why the domain association is not there. > > It looks like for

Linux 5.4.74

2020-11-01 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.4.74 kernel. All users of the 5.4 kernel series must upgrade. The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 5.4.74

2020-11-01 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index f9a8d76a693e..3be5a9c352b9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 73 +SUBLEVEL = 74 EXTRAVERSION = NAME = Kleptomaniac Octopus diff --git a/arch/arm64/Makefile

Re: [PATCH 5.9 00/74] 5.9.3-rc1 review

2020-11-01 Thread Greg Kroah-Hartman
On Sat, Oct 31, 2020 at 01:09:15PM -0700, Guenter Roeck wrote: > On Sat, Oct 31, 2020 at 12:35:42PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.3 release. > > There are 74 patches in this series, all will be posted as a response > > to this one.

Re: [PATCH 5.9 00/74] 5.9.3-rc1 review

2020-11-01 Thread Greg Kroah-Hartman
On Sun, Nov 01, 2020 at 12:34:42PM +0530, Naresh Kamboju wrote: > On Sat, 31 Oct 2020 at 17:17, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.9.3 release. > > There are 74 patches in this series, all will be posted as a response > > to this one. If

[PATCH] KVM: x86: use positive error values for msr emulation that causes #GP

2020-11-01 Thread Maxim Levitsky
Recent introduction of the userspace msr filtering added code that uses negative error codes for cases that result in either #GP delivery to the guest, or handled by the userspace msr filtering. This breaks an assumption that a negative error code returned from the msr emulation code is a

Linux 5.8.18

2020-11-01 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.8.18 kernel. All users of the 5.8 kernel series must upgrade. NOTE, this is the LAST 5.8.y release to be made, this branch is now end-of-life. Please move to the 5.9.y kernel branch at this point in time. The updated 5.8.y git tree can be found at:

From Mr Andreas Medicus

2020-11-01 Thread Mr Andreas Medicus
GOOD DAY My name is Mr Andreas Medicus, I really do not mean to waste your time. Considering the fact that this is a $5,500,000.00dollars. deal shear rate 50/50 % and i would like you to be honest with me. I carefully contact you due to many Internet frauds nowadays.but i put my faith in God

Re: [RFC PATCH] irqchip/sifive-plic: Fix getting wrong chip_data when interrupt is hierarchy

2020-11-01 Thread Marc Zyngier
On Thu, 29 Oct 2020 10:37:38 +0800, Greentime Hu wrote: > This oops is caused by a wrong chip_data and it is because plic_irq_unmask > uses irq_get_chip_data(irq_data->irq) to get the chip_data. However it may > get another irq_data with the same irq_data->irq if it is hierarchy. > > In this

Re: [PATCH] irqchip/renesas-intc-irqpin: Merge irlm_bit and needs_irlm

2020-11-01 Thread Marc Zyngier
On Wed, 28 Oct 2020 16:39:55 +0100, Geert Uytterhoeven wrote: > Get rid of the separate flag to indicate if the IRLM bit is present in > the INTC/Interrupt Control Register 0, by considering -1 an invalid > irlm_bit value. Applied to irq/irqchip-next, thanks! [1/1] irqchip/renesas-intc-irqpin:

Re: [PATCH v3 0/2] irqchip/ti-sci-inta: Support for unmapped events

2020-11-01 Thread Marc Zyngier
On Tue, 20 Oct 2020 10:32:41 +0300, Peter Ujfalusi wrote: > Changes since v2: > - Extended the block diagram of INTA in the DT documentation > - Use less creative variable names for unmapped events in the driver > - Short comment section to describe the unmapped event handling in driver > - Use

[PATCH 1/1] workqueue: Remove redundant assignment

2020-11-01 Thread Adrian Huang
From: Adrian Huang The member 'node' of worker_pool struct (per_cpu worker_pool) is assigned in workqueue_init_early() and workqueue_init(). Commit 2186d9f940b6 ("workqueue: move wq_numa_init() to workqueue_init()") fixes an issue by moving wq_numa_init() to workqueue_init() in order to get the

[GIT PULL] irqchip updates for 5.10, take #1

2020-11-01 Thread Marc Zyngier
Hi Thomas, Here's a smallish set of fixes for 5.10. Some fixes after the IPI-as-IRQ (I expect a couple more next week), two significant bug fixes for the SiFive PLIC, and a TI update to handle their "unmapped events". The rest is the usual set of cleanups and tidying up. Please pull, M.

Re: [PATCH 0/3] drm/panel: ABT Y030XX067A panel support

2020-11-01 Thread Sam Ravnborg
Hi Paul. On Sun, Nov 01, 2020 at 09:31:46AM +, Paul Cercueil wrote: > Hi, > > This patchset is for adding support for the Asia Better Technology (aka. > ABT) Y030XX067A 3.0" 320x480 24-bit LCD IPS panel. > > While being 320x480 it is actually 4:3 with non-square pixels, and > requires a

Re: [PATCH 2/4] dt-bindings: display: Add ABT Y030XX067A panel bindings

2020-11-01 Thread Sam Ravnborg
On Sun, Nov 01, 2020 at 09:31:48AM +, Paul Cercueil wrote: > The Asia Better Technology (ABT) Y030XX067A panel is a 3.0" 320x480 > 24-bit IPS LCD panel. Its particularity is that it has non-square pixels > (as it is 4:3 for a resolution of 320x480), and that it requires odd > lines to be sent

Linux 5.9.3

2020-11-01 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.9.3 kernel. All users of the 5.9 kernel series must upgrade. The updated 5.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.9.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH v2 3/4] arm: mm: introduce L_PTE_SPECIAL

2020-11-01 Thread Miles Chen
On Tue, 2020-10-27 at 09:11 +, Russell King - ARM Linux admin wrote: > On Tue, Oct 27, 2020 at 03:45:12PM +0800, Miles Chen wrote: > > On Fri, 2020-10-23 at 11:08 +0100, Russell King - ARM Linux admin wrote: > > > On Fri, Oct 23, 2020 at 05:14:36PM +0800, Miles Chen wrote: > > > > From:

[PATCH net-next v2 11/19] net: phy: broadcom: implement generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 02/19] net: phy: add a shutdown procedure

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In case of a board which uses a shared IRQ we can easily end up with an IRQ storm after a forced reboot. For example, a 'reboot -f' will trigger a call to the .shutdown() callbacks of all devices. Because phylib does not implement that hook, the PHY is not quiesced, thus it

[PATCH net-next v2 10/19] net: phy: aquantia: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 04/19] net: phy: at803x: implement generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 08/19] net: phy: mscc: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 05/19] net: phy: at803x: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 01/19] net: phy: export phy_error and phy_trigger_machine

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei These functions are currently used by phy_interrupt() to either signal an error condition or to trigger the link state machine. In an attempt to actually support shared PHY IRQs, export these two functions so that the actual PHY drivers can use them. Cc: Alexandru Ardelean

[PATCH net-next v2 19/19] net: phy: realtek: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 00/19] net: phy: add support for shared interrupts (part 1)

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei This patch set aims to actually add support for shared interrupts in phylib and not only for multi-PHY devices. While we are at it, streamline the interrupt handling in phylib. For a bit of context, at the moment, there are multiple phy_driver ops that deal with this

[PATCH net-next v2 17/19] net: phy: add genphy_handle_interrupt_no_ack()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei It seems there are cases where the interrupts are handled by another entity (ie an IRQ controller embedded inside the PHY) and do not need any other interraction from phylib. For this kind of PHYs, like the RTL8366RB, add the genphy_handle_interrupt_no_ack() function which

[PATCH net-next v2 15/19] net: phy: davicom: implement generic .handle_interrupt() calback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 16/19] net: phy: davicom: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 18/19] net: phy: realtek: implement generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 14/19] net: phy: cicada: remove the use of .ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 12/19] net: phy: broadcom: remove use of ack_interrupt()

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing

[PATCH net-next v2 09/19] net: phy: aquantia: implement generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 07/19] net: phy: mscc: implement generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 13/19] net: phy: cicada: implement the generic .handle_interrupt() callback

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(),

[PATCH net-next v2 06/19] net: phy: mscc: use phy_trigger_machine() to notify link change

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei According to the comment describing the phy_mac_interrupt() function, it it intended to be used by MAC drivers which have noticed a link change thus its use in the mscc PHY driver is improper and, most probably, was added just because phy_trigger_machine() was not exported.

[PATCH net-next v2 03/19] net: phy: make .ack_interrupt() optional

2020-11-01 Thread Ioana Ciornei
From: Ioana Ciornei As a first step into making phylib and all PHY drivers to actually have support for shared IRQs, make the .ack_interrupt() callback optional. After all drivers have been moved to implement the generic interrupt handle, the phy_drv_supports_irq() check will be changed again

[PATCH] venus: pm_helpers: Fix kernel module reload

2020-11-01 Thread Stanimir Varbanov
After initial kernel module load during kernel boot and removing the module and try to load it again an Unable to handle kernel paging request is observed: Unable to handle kernel paging request at virtual address a44f7416eae0 Mem abort info: ESR = 0x9647 EC = 0x25: DABT (current

  1   2   3   4   5   6   >