[GIT PULL] core/urgent fix

2019-06-02 Thread Ingo Molnar
Linus, Please pull the latest core-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-for-linus # HEAD: 7eaf51a2e094229b75cc0c315f1cbbe2f3960058 stacktrace: Unbreak stack_trace_save_tsk_reliable() Fix a stack_trace_save_tsk_reliable() r

Re: [GIT PULL] Thermal-SoC management fixes for v5.2-rc3

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sat, 1 Jun 2019 16:22:06 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/378e853f68e9a9548c64687880715ac3cca31c22 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Jun 2019 08:39:05 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > tags/spdx-5.2-rc3-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a68dc6188242e1cc6f72eb3361e71633b4bc02a7 Thank you! -- Deet-doot

Re: [GIT PULL] LED fix for 5.2-rc3

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sat, 1 Jun 2019 19:59:44 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git > tags/led-fixes-for-5.2-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f58c356ea74feef8c2bb774dd19ded91567a5cf2 Thank you!

Re: [PULL REQUEST] i2c for 5.2

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Jun 2019 08:24:02 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/38baf0bb79f51b4fcbf6df8fd181441d7b5c7913 Thank you! -- Deet-doot-dot, I am a bot

Re: [GIT PULL] KVM fixes for 5.2-rc3

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sun, 2 Jun 2019 11:50:39 +0200: > https://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b44a1dd3f648a433c525efcdd6ba95ad89d50e27 Thank you! -- Deet-doot-dot, I am a bot. https://ko

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.2-3 tag

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sun, 02 Jun 2019 21:05:12 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.2-3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/460b48a0fefce25beb0fc0139e721c5691d65d7f Thank you! -- Deet-doot-do

Re: [GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 09:03:46PM +0900, Masahiro Yamada wrote: > On Sun, Jun 2, 2019 at 4:17 PM Greg KH wrote: > > > > The following changes since commit 2f4c53349961c8ca480193e47da4d44fdb8335a8: > > > > Merge tag 'spdx-5.2-rc3-1' of > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/dr

Re: [PATCH v2 8/9] staging: rtl8712: fixed enable_rx_ff0_filter as bool and CamelCase

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 03:55:37PM +0530, Deepak Mishra wrote: > This patch fixes CamelCase blnEnableRxFF0Filter by renaming it > to enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c > xmit_linux.c > It was reported by checkpatch.pl > > This fix also makes enable_rx_ff0_filter a

Re: [PATCH v2 6/9] staging: rtl8712: Fixed CamelCase renames xmitThread and recvThread

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 03:55:35PM +0530, Deepak Mishra wrote: > This patch fixes CamelCase as reported by checkpatch.pl > xmitThread renamed to xmit_thread > recvThread renamed to recv_thread > > Signed-off-by: Deepak Mishra > --- > drivers/staging/rtl8712/drv_types.h | 4 ++-- > 1 file changed

Re: [PATCH v2 5/9] staging: rtl8712: Fixed CamelCase renames IsrContent to isr_content

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 03:55:34PM +0530, Deepak Mishra wrote: > This patch fixes CamelCase IsrContent to isr_content as suggested by > checkpatch.pl > > Signed-off-by: Deepak Mishra > --- > drivers/staging/rtl8712/drv_types.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --g

Re: [PATCH v2 4/9] staging: rtl8712: Fixed CamelCase renames evtThread to evt_thread

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 03:55:33PM +0530, Deepak Mishra wrote: > This patch fixes CamelCase renames evtThread to evt_thread in struct _adapter > as reported by > checkpatch.pl > CHECK: Avoid CamelCase: > > Signed-off-by: Deepak Mishra > --- > drivers/staging/rtl8712/drv_types.h | 2 +- > 1 fil

Re: [PATCH v2 1/9] staging: rtl8712: Fixed CamelCase rename ImrContent to imr_content

2019-06-02 Thread Greg KH
On Sun, Jun 02, 2019 at 03:55:30PM +0530, Deepak Mishra wrote: > This patch renames CamelCase ImrContent to imr_content in struct _adapter and > related > files drv_types.h, rtl871x_mp_ioctl.c, rtl871x_pwrctrl.h > > CHECK: Avoid CamelCase: > > Signed-off-by: Deepak Mishra > --- > drivers/stag

checkpatch query regarding .c and .h files..

2019-06-02 Thread Valdis Klētnieks
scripts/checkpatch.pl contains this code near line 3070: if ($realfile =~ /\.(h|s|S)$/) { $comment = '/*'; } elsif ($realfile =~ /\.(c|dts|dtsi)$/) { $comm

[PATCH] sched/fair: Cleanup definition of NOHZ blocked load functions

2019-06-02 Thread Valentin Schneider
cfs_rq_has_blocked() and others_have_blocked() are only used within update_blocked_averages(). The !CONFIG_FAIR_GROUP_SCHED version of the latter calls them within a #define CONFIG_NO_HZ_COMMON block, whereas the CONFIG_FAIR_GROUP_SCHED one calls them unconditionnally. As reported by Qian, the abo

[PATCH v2] pci: hotplug: ibmphp: Remove superfluous debug message

2019-06-02 Thread Emanuel Bennici
The 'Exit' Debug message is superfluous ftrace can be used instead. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index cd73bea12bc7..a2ea1ff6cfbc 1006

[PATCH 1/2] staging: rtl8188eu: remove redundant definition of ETH_ALEN

2019-06-02 Thread Michael Straube
ETH_ALEN is defined in linux/if_ether.h which is included by osdep_service.h, so remove the redundant definition from ieee80211.h. osdep_service.h:33:#include etherdevice.h:25:#include Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/include/ieee80211.h | 1 - 1 file changed, 1 de

[PATCH 2/2] staging: rtl8188eu: remove unused definitions from ieee80211.h

2019-06-02 Thread Michael Straube
MGMT_QUEUE_NUM, ETH_TYPE_LEN and PAYLOAD_TYPE_LEN are defined but not used in the driver code, so remove them. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/include/ieee80211.h | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8188eu/include/ieee80211.h b

Re: [PATCH v4 2/2] ARM: OMAP2: drop explicit assembler architecture

2019-06-02 Thread Stefan Agner
On 30.05.2019 22:02, Nick Desaulniers wrote: > On Mon, May 27, 2019 at 3:41 PM Stefan Agner wrote: >> >> OMAP2 depends on ARCH_MULTI_V6, which makes sure that the kernel is >> compiled with -march=armv6. The compiler frontend will pass the >> architecture to the assembler. There is no explicit arc

[PATCH] pci: hotplug: ibmphp: Remove superfluous debug message

2019-06-02 Thread Emanuel Bennici
The 'Exit' Debug message is superfluous ftrace can be used instead. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index cd73bea12bc7..a2ea1ff6cfbc 1006

Re: [GIT PULL] SCSI fixes for 5.2-rc1

2019-06-02 Thread pr-tracker-bot
The pull request you sent on Sat, 01 Jun 2019 14:45:12 +0300: > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/1975b337ce26b53814f1b5c55b260649a7115393 Thank you! -- Deet-doot-dot, I am a bot. ht

[PATCH] pci: hotplug: ibmphp: Fix 'line over 80 characters' Warning

2019-06-02 Thread Emanuel Bennici
Fix checkpatch.pl 'line over 80 characters' Warning in ibmphp_ebda.c and ibmphp_hpc.c Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_ebda.c | 7 +- drivers/pci/hotplug/ibmphp_hpc.c | 107 +++--- 2 files changed, 75 insertions(+), 39 deletions(-) diff --

Re: [PATCH] pci: hotplug: Replace function names with __func__ Macro

2019-06-02 Thread Joe Perches
On Sun, 2019-06-02 at 18:12 +0200, Emanuel Bennici wrote: > Replace hardcoded function names with __func__ Macro so if the function > name changes we have not to check all Messages and to retain the code > structure. trivia: __func__ isn't a macro, it's a predefined identifier. see the c90 standa

Re: [PATCH] pci: hotplug: ibmphp: Add white space to Debug Message

2019-06-02 Thread Joe Perches
On Sun, 2019-06-02 at 18:00 +0200, Emanuel Bennici wrote: > Add a Whitespace between '-' and 'Exit' to keep the log messages consistent [] > diff --git a/drivers/pci/hotplug/ibmphp_core.c > b/drivers/pci/hotplug/ibmphp_core.c [] > @@ -890,7 +890,7 @@ static int set_bus(struct slot *slot_cur) >

[PATCH] pci: hotplug: Replace function names with __func__ Macro

2019-06-02 Thread Emanuel Bennici
Replace hardcoded function names with __func__ Macro so if the function name changes we have not to check all Messages and to retain the code structure. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/cpqphp_ctrl.c | 4 ++-- drivers/pci/hotplug/ibmphp_ebda.c | 4 ++-- drivers/pci/hotplu

[PATCH] pci: hotplug: ibmphp: Add white space to Debug Message

2019-06-02 Thread Emanuel Bennici
Add a Whitespace between '-' and 'Exit' to keep the log messages consistent Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/hotplug/ibmphp_core.c b/drivers/pci/hotplug/ibmphp_core.c index 59840a

[PATCH 3/5] staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi struct

2019-06-02 Thread Geordan Neukum
The kp_spi structure contains a member 'fifo_depth'. This member is never used. Therefore, it should be removed. Signed-off-by: Geordan Neukum --- drivers/staging/kpc2000/kpc2000_spi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/kpc2000/kpc2000_spi.c b/drivers/staging/kpc

[PATCH 2/5] staging: kpc2000: kpc_spi: column-align switch and subordinate cases

2019-06-02 Thread Geordan Neukum
The linux style guide prescribes that switch statements and their subordinate case labels should be column-aligned rather than double-indenting the case label. Make kpc2000_spi.c follow the desired style with respect to switch/case alignment. Signed-off-by: Geordan Neukum --- drivers/staging/kpc

[PATCH 4/5] staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()

2019-06-02 Thread Geordan Neukum
The static function kp_spi_bytes_per_word() is defined in kpc2000_spi.c, but it is completely unused. As this function is unused, it can and should be removed. Signed-off-by: Geordan Neukum --- drivers/staging/kpc2000/kpc2000_spi.c | 14 -- 1 file changed, 14 deletions(-) diff --git

[PATCH 0/5] staging: kpc2000: kpc_spi: Assorted small fixes

2019-06-02 Thread Geordan Neukum
This patch set contains a few small fixups to the kpc_spi driver. There is certainly nothing groundbreaking in this patch set. It is limited to style fixups, removing unused things, and using the managed resource API for mapping I/O space. Geordan Neukum (5): staging: kpc2000: kpc_spi: Remove un

[PATCH 5/5] staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space

2019-06-02 Thread Geordan Neukum
The kpc_spi driver does not unmap its I/O space upon error cases in the probe() function or upon remove(). Make the driver clean up after itself more maintainably by migrating to using the managed resource API. Signed-off-by: Geordan Neukum --- drivers/staging/kpc2000/kpc2000_spi.c | 3 ++- 1 fi

[PATCH 1/5] staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlines

2019-06-02 Thread Geordan Neukum
The kpc2000_spi.c file contains instances of unnecessary consecutive newlines which negatively impact the readability of the file. Remove all unnecessary consecutive newlines. Signed-off-by: Geordan Neukum --- drivers/staging/kpc2000/kpc2000_spi.c | 13 - 1 file changed, 13 deletions

[PATCH] pci: ibmphp: Replace functionname with __func__ in Messages

2019-06-02 Thread Emanuel Bennici
Replace the hardcoded Function-Names in error and debug Messages with the __func__ Macro. If the Function-Name changes we haven't to check all the error/ debug messages. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_core.c | 34 +++ 1 file changed, 16

[PATCH 2/2] pci: cpqphp: Correct usage of 'return'

2019-06-02 Thread Emanuel Bennici
'return' is not correctly used here. This Patch replaces 'return(n)' with 'return n'. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/cpqphp_nvram.c | 48 +++--- drivers/pci/hotplug/cpqphp_pci.c | 24 +++ drivers/pci/hotplug/shpchp_ctrl.c | 2 +- 3

[PATCH 1/2] pci: shpchp: Correct usage of 'return'

2019-06-02 Thread Emanuel Bennici
Replace 'return(1)' with 'return 1' because return is not a function. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/shpchp_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/hotplug/shpchp_ctrl.c b/drivers/pci/hotplug/shpchp_ctrl.c index 078003dcde5b

Re: [GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Joe Perches
On Sun, 2019-06-02 at 08:39 +0200, Greg KH wrote: > The second patch fixes up a number of places in the tree where people > mistyped the string "SPDX-License-Identifier". Given that people can > not even type their own name all the time without mistakes, this was > bound to happen, and odds are, w

[PATCH 2/2] pci: shpchp: Remove function hpc_get_mode1_ECC_cap

2019-06-02 Thread Emanuel Bennici
Remove function hpc_get_mode1_ECC_cap since it was used by the get_mode1_ECC_cap Callback - that was removed. So this function is unused and can be safely removed. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/shpchp_hpc.c | 17 - 1 file changed, 17 deletions(-) diff --

[PATCH 1/2] pci: shpchp: Remove unused callback get_mode1_ECC_cap

2019-06-02 Thread Emanuel Bennici
This callback is never invoked/ used in this driver. Removing this callback does not affect the driver. Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/shpchp_hpc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c index

[PATCH] ASoC: ti: Fix SDMA users not providing channel names

2019-06-02 Thread Janusz Krzysztofik
McBSP used to work correctly as long as compat DMA probing, removed by commit 642aafea8889 ("ASoC: ti: remove compat dma probing"), was available. New method of DMA probing apparently requires users to provide channel names when registering with SDMA, while McBSP passes NULLs. Fix it. The same p

Re: [PATCH v2 1/2] mt76: mt7615: enable support for mesh

2019-06-02 Thread Ryder Lee
On Fri, 2019-05-31 at 22:09 +0800, Ryder Lee wrote: > Enable NL80211_IFTYPE_MESH_POINT and update its path. > > Signed-off-by: Ryder Lee > --- > Changes since v2 - remove unused definitions > --- > drivers/net/wireless/mediatek/mt76/mt7615/init.c | 6 ++ > drivers/net/wireless/mediatek/mt76/

[PATCH] pci: ibmphp: add check of return value from pci_hp_register()

2019-06-02 Thread Emanuel Bennici
Check the return value of pci_hp_register() in Function ebda_rsrc_controller() Signed-off-by: Emanuel Bennici --- drivers/pci/hotplug/ibmphp_ebda.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/pci/hotplug/ibmphp_ebda.c b/drivers/pci/hotplug/ibmphp_ebda

[PATCH] spi: spidev: Fix for reverting spi max speed value only on failure

2019-06-02 Thread Vivek Pernamitta
When user space application request for change in spi clock using ioctl, current value is taken back-up and new value is assigned to spi->max_speed_hz, then spi_setup() function is called with new value. If spi_setup() function fails, it needs reverting to old spi_max_speed value only in failure co

Re: [PATCH -next] pwm: pca9685: Remove set but not used variable 'pwm'

2019-06-02 Thread Sven Van Asbroeck
On Sat, Jun 1, 2019 at 12:05 PM Uwe Kleine-König wrote: > > I didn't look into the driver to try to understand that, but the > definitely needs a comment to explain for the next person to think they > can do a cleanup here. Certainly. But if we do restore the old behaviour, there may still be pr

Oasis Fair Streams O-S: The Philosophy Behind - To Those It May Concern

2019-06-02 Thread Ywe Cærlyn
I think I´ve said most things about what I am doing to LKML now. A correctly experienced will know much about his system and the design will not go much from original idea. Which is what we see with Unix. I think this was the point of its original developers aswell, and a commentary on corporate

Re: [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains

2019-06-02 Thread Linus Walleij
On Wed, May 29, 2019 at 4:53 PM Thierry Reding wrote: > From: Thierry Reding > > Hierarchical IRQ domains can be used to stack different IRQ controllers > on top of each other. One specific use-case where this can be useful is > if a power management controller has top-level controls for wakeup

Re: iwl_mvm_add_new_dqa_stream_wk BUG in lib/list_debug.c:56

2019-06-02 Thread Marc Haber
On Thu, May 30, 2019 at 10:12:57AM +0200, Marc Haber wrote: > on my primary notebook, a Lenovo X260, with an Intel Wireless 8260 > (8086:24f3), running Debian unstable, I have started to see network > hangs since upgrading to kernel 5.1. In this situation, I cannot > restart Network-Manager (the ca

Re: [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains

2019-06-02 Thread Linus Walleij
On Wed, May 29, 2019 at 4:53 PM Thierry Reding wrote: > From: Thierry Reding > > Hierarchical IRQ domains can be used to stack different IRQ controllers > on top of each other. One specific use-case where this can be useful is > if a power management controller has top-level controls for wakeup

Re: [PATCH] net: sctp: fix memory leak in sctp_send_reset_streams

2019-06-02 Thread Xin Long
On Sun, Jun 2, 2019 at 6:52 PM Neil Horman wrote: > > On Sun, Jun 02, 2019 at 11:44:29AM +0800, Hillf Danton wrote: > > > > syzbot found the following crash on: > > > > HEAD commit:036e3431 Merge git://git.kernel.org/pub/scm/linux/kernel/g.. > > git tree: upstream > > console output: htt

[PATCH v3] i2c: i801: Register optional lis3lv02d i2c device on Dell machines

2019-06-02 Thread Pali Rohár
Dell platform team told us that some (DMI whitelisted) Dell Latitude machines have ST microelectronics accelerometer at i2c address 0x29. Presence of that ST microelectronics accelerometer is verified by existence of SMO88xx ACPI device which represent that accelerometer. Unfortunately ACPI device

Re: [PATCH v4] page cache: Store only head pages in i_pages

2019-06-02 Thread Chris Wilson
Quoting Matthew Wilcox (2019-06-02 11:51:50) > Thanks for the reports, Chris. > > I think they're both canaries; somehow the page cache / swap cache has > got corrupted and contains entries that it shouldn't. > > This second one (with the VM_BUG_ON_PAGE in __delete_from_swap_cache) > shows a regu

Re: [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

2019-06-02 Thread Joel Fernandes
On Sun, Jun 2, 2019 at 8:20 AM Joel Fernandes wrote: > > On Sun, Jun 2, 2019 at 3:00 AM Pavel Machek wrote: > > > > On Sat 2019-06-01 18:27:34, Joel Fernandes (Google) wrote: > > > Signed-off-by: Joel Fernandes (Google) > > > > This really needs to be merged to previous patch, you can't break >

Re: [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry

2019-06-02 Thread Joel Fernandes
On Sun, Jun 2, 2019 at 3:00 AM Pavel Machek wrote: > > On Sat 2019-06-01 18:27:34, Joel Fernandes (Google) wrote: > > Signed-off-by: Joel Fernandes (Google) > > This really needs to be merged to previous patch, you can't break > compilation in middle of series... > > Or probably you need hlist_fo

Re: [GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Masahiro Yamada
On Sun, Jun 2, 2019 at 4:17 PM Greg KH wrote: > > The following changes since commit 2f4c53349961c8ca480193e47da4d44fdb8335a8: > > Merge tag 'spdx-5.2-rc3-1' of > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2019-05-31 > 08:34:32 -0700) > > are available in the Git reposit

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-3 tag

2019-06-02 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull some more powerpc fixes for 5.2: The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the git repository at: https://git.kernel.org/pub/sc

Re: [PATCH] net: sctp: fix memory leak in sctp_send_reset_streams

2019-06-02 Thread Neil Horman
On Sun, Jun 02, 2019 at 11:44:29AM +0800, Hillf Danton wrote: > > syzbot found the following crash on: > > HEAD commit:036e3431 Merge git://git.kernel.org/pub/scm/linux/kernel/g.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=153cff12a0 > kernel co

Re: [PATCH v4] page cache: Store only head pages in i_pages

2019-06-02 Thread Matthew Wilcox
On Sat, Jun 01, 2019 at 12:44:28PM +0100, Chris Wilson wrote: > Quoting Chris Wilson (2019-06-01 10:26:21) > > Quoting Matthew Wilcox (2019-03-07 15:30:51) > > > Transparent Huge Pages are currently stored in i_pages as pointers to > > > consecutive subpages. This patch changes that to storing con

[PATCH v2 9/9] staging: rtl8712: Fixed CamelCase lockRxFF0Filter

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase lockRxFF0Filter by renaming to lock_rx_ff0_filter in drv_types.h and related files usb_intf.c and xmit_linux.c This was reported by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- drivers/staging/rtl8712/usb_intf.c | 2 +-

[PATCH v2 8/9] staging: rtl8712: fixed enable_rx_ff0_filter as bool and CamelCase

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase blnEnableRxFF0Filter by renaming it to enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c xmit_linux.c It was reported by checkpatch.pl This fix also makes enable_rx_ff0_filter a bool and uses true false than previously used u8 as suggested by j...@perch

[PATCH v2 4/9] staging: rtl8712: Fixed CamelCase renames evtThread to evt_thread

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase renames evtThread to evt_thread in struct _adapter as reported by checkpatch.pl CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/dr

[PATCH v2 3/9] staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase cmdThread to cmd_thread in struct _adapter and related files drv_types.h,os_intfs.c CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- drivers/staging/rtl8712/os_intfs.c | 6 +++--- 2 files changed, 4 insertions(+)

[PATCH v2 1/9] staging: rtl8712: Fixed CamelCase rename ImrContent to imr_content

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase ImrContent to imr_content in struct _adapter and related files drv_types.h, rtl871x_mp_ioctl.c, rtl871x_pwrctrl.h CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h| 2 +- drivers/staging/rtl8712/rtl871x_mp_ioctl.c

[PATCH v2 7/9] staging: rtl8712: Fixed CamelCase wkFilterRxFF0 to wk_filter_rx_ff0 in

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase variable wkFilterRxFF0 to wk_filter_rx_ff0 in drv_types.h and related files rtl871x_xmit.c and xmit_linux.c as reported by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h| 2 +- drivers/staging/rtl8712/rtl871x_xmit.c | 2 +- dri

[PATCH v2 2/9] staging: rtl8712: Fixed CamelCase EepromAddressSize rename to eeprom_address_size

2019-06-02 Thread Deepak Mishra
This patch renames CamelCase EepromAddressSizefrom to eeprom_address_size in struct _adapter and in related files drv_types.h, rtl871x_eeprom.c, usb_intf.c CHECK: Avoid CamelCase: Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- drivers/staging/rtl8712/rtl871x_

[PATCH v2 0/9] staging: rtl8712: Fixed CamelCase in struct _adapter

2019-06-02 Thread Deepak Mishra
This patchset fixes CamelCase checks in struct _adapter in drv_types.h and in files where struct _adapter is used by renaming the variables without camel case. These check were reported by checkpatch.pl This patch also changes type of enable_rx_ff0_filter as bool Deepak Mishra (9): staging: rt

[PATCH v2 5/9] staging: rtl8712: Fixed CamelCase renames IsrContent to isr_content

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase IsrContent to isr_content as suggested by checkpatch.pl Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h i

[PATCH v2 6/9] staging: rtl8712: Fixed CamelCase renames xmitThread and recvThread

2019-06-02 Thread Deepak Mishra
This patch fixes CamelCase as reported by checkpatch.pl xmitThread renamed to xmit_thread recvThread renamed to recv_thread Signed-off-by: Deepak Mishra --- drivers/staging/rtl8712/drv_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/drv_typ

Re: [PATCH 1/2] phy: core: Add phy_pm_runtime_enabled

2019-06-02 Thread Pavel Machek
Hi! > > > > @@ -240,6 +241,11 @@ static inline int phy_pm_runtime_put_sync(struct > > > > phy *phy) > > > > return -ENOSYS; > > > > } > > > > > > > > +static inline bool phy_pm_runtime_enabled(struct phy *phy) > > > > +{ > > > > + return false > > > > > > Missing semicolon. > >

Re: [PATCH] scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_work

2019-06-02 Thread Michael Ellerman
Hi Nathan, Nathan Chancellor writes: > clang warns: > > drivers/scsi/ibmvscsi/ibmvscsi.c:2126:7: warning: variable 'rc' is used > uninitialized whenever switch case is taken [-Wsometimes-uninitialized] > case IBMVSCSI_HOST_ACTION_NONE: > ^ > drivers/sc

Re: [PATCH 1/2] phy: core: Add phy_pm_runtime_enabled

2019-06-02 Thread Pavel Machek
Hi! > > > The phy driver may need to check phy_pm_runtime_enabled() in suspend as > > > PM runtime for phy may be already disabled when phy power_off() is called. > > > > > > Cc: Pavel Machek > > > Cc: Sebastian Reichel > > > Signed-off-by: Tony Lindgren > > > --- > > > drivers/phy/phy-core.c

Re: [PATCH 8/8] staging: rtl8712: Fixed CamelCase in struct _adapter from drv_types.h

2019-06-02 Thread Deepak Mishra
On Sat, Jun 01, 2019 at 12:26:02PM -0700, Joe Perches wrote: > On Sun, 2019-06-02 at 00:13 +0530, Deepak Mishra wrote: > > This patch fixes CamelCase blnEnableRxFF0Filter by renaming it > > to bln_enable_rx_ff0_filter in drv_types.h and related files rtl871x_cmd.c > > xmit_linux.c > > One could als

SEEKING FOR INVESTMENT PROJECT

2019-06-02 Thread Che Zakiah Binti Din
Dear Sir/ Madam, Please forgive me if my request is not acceptable by your kind person, I got your email contact through international business directory and I decided to contact you. I am Mrs. Che Zakiah Binti Din, Working at MAYBANK (Malaysia) as the Non-Executive Director & Audit Department Ma

Re: [RFC PATCH 4/5] media: ov6650: Fix frame scaling not reset on crop

2019-06-02 Thread Janusz Krzysztofik
Hi Sakari, On Sunday, June 2, 2019 12:37:55 AM CEST Sakari Ailus wrote: > > ... I realised that the subtle effect of "media: > ov6650: Register with asynchronous subdevice framework" is that the driver > is now responsible for serialising the access to its own data structures > now. Indeed, I m

[GIT PULL] KVM fixes for 5.2-rc3

2019-06-02 Thread Paolo Bonzini
Linus, The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -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 f8d221d2e0e1572d0d60174c118e35

[PATCH V2 2/2] zswap: Add module parameter malloc_movable_if_support

2019-06-02 Thread Hui Zhu
This is the second version that was updated according to the comments from Sergey Senozhatsky in https://lkml.org/lkml/2019/5/29/73 zswap compresses swap pages into a dynamically allocated RAM-based memory pool. The memory pool should be zbud, z3fold or zsmalloc. All of them will allocate unmovab

[PATCH V2 1/2] zpool: Add malloc_support_movable to zpool_driver

2019-06-02 Thread Hui Zhu
As a zpool_driver, zsmalloc can allocate movable memory because it support migate pages. But zbud and z3fold cannot allocate movable memory. This commit adds malloc_support_movable to zpool_driver. If a zpool_driver support allocate movable memory, set it to true. And add zpool_malloc_support_mova

Dear Friend.

2019-06-02 Thread Mr. Hassan Alwan Ali
-- Dear Friend, I know that this mail will come to you as a surprise since we have not known or met before now, but please, I would like you to treat it like blood brother affair and with the urgency and secrecy it requires. I am Mr. Hassan Alwan Ali, an Audit staff of (C.B.N) Central Bank of Nig

Re: [PATCH 5/7] scsi: mac_scsi: Fix pseudo DMA implementation, take 2

2019-06-02 Thread Geert Uytterhoeven
Hi Finn, On Sun, Jun 2, 2019 at 3:29 AM Finn Thain wrote: > A system bus error during a PDMA transfer can mess up the calculation of > the transfer residual (the PDMA handshaking hardware lacks a byte > counter). This results in data corruption. > > The algorithm in this patch anticipates a bus e

Re: [PATCH 6/7] scsi: mac_scsi: Enable PDMA on Mac IIfx

2019-06-02 Thread Geert Uytterhoeven
Hi Finn, On Sun, Jun 2, 2019 at 3:29 AM Finn Thain wrote: > Add support for Apple's custom "SCSI DMA" chip. This patch doesn't make > use of its DMA capability. Just the PDMA capability is sufficient to > improve sequential read throughput by a factor of 5. > > Cc: Michael Schmitz > Cc: Joshua T

Re: [PATCH -next] pinctrl: bcm2835: Fix build error without CONFIG_OF

2019-06-02 Thread Linus Walleij
On Tue, May 28, 2019 at 11:18 AM YueHaibing wrote: > drivers/pinctrl/bcm/pinctrl-bcm2835.c: In function > bcm2835_pctl_dt_node_to_map: > drivers/pinctrl/bcm/pinctrl-bcm2835.c:720:8: error: implicit declaration of > function pinconf_generic_dt_node_to_map_all; > drivers/pinctrl/bcm/pinctrl-bcm28

Re: [PATCH] binfmt_flat: make load_flat_shared_library() work

2019-06-02 Thread Sergei Poselenov
Hello Arnd, all, On Wed, 2019-05-29 at 14:05 +0200, Arnd Bergmann wrote: > On Tue, May 28, 2019 at 12:56 PM Greg Ungerer > wrote: > > On 27/5/19 11:38 pm, Jann Horn wrote: > > > On Sat, May 25, 2019 at 11:43 PM Andrew Morton > > > wrote: > > > > On Fri, 24 May 2019 22:18:17 +0200 Jann Horn > >

[PATCH] staging: rtl8188eu: remove ODM_PhyStatusQuery() wrapper

2019-06-02 Thread Michael Straube
Function ODM_PhyStatusQuery() is just a wrapper around ODM_PhyStatusQuery_92CSeries(). Rename ODM_PhyStatusQuery_92CSeries() to ODM_PhyStatusQuery() and remove the wrapper. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/hal/odm_hwconfig.c | 15 +++ 1 file changed, 3 ins

Sorry for the extra noise

2019-06-02 Thread Paul Walmsley
Sorry for the extra noise on the recent DT patch series posts. It seems my patch posting scripts malfunctioned. - Paul

[PATCH v3 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Palme

[PATCH v3 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC

2019-06-02 Thread Paul Walmsley
Add initial support for the SiFive FU540-C000 SoC. This is a 28nm SoC based around the SiFive U54-MC core complex and a TileLink interconnect. This file is expected to grow as more device drivers are added to the kernel. This patch includes a fix to the QSPI memory map due to a documentation bug

[PATCH v3 3/5] dt-bindings: riscv: convert cpu binding to json-schema

2019-06-02 Thread Paul Walmsley
At Rob's request, we're starting to migrate our DT binding documentation to json-schema YAML format. Start by converting our cpu binding documentation. While doing so, document more properties and nodes. This includes adding binding documentation support for the E51 and U54 CPU cores ("harts") t

[PATCH v3 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540

2019-06-02 Thread Paul Walmsley
Add YAML DT binding documentation for the SiFive FU540 SoC. This SoC is documented at: https://static.dev.sifive.com/FU540-C000-v1.0.pdf Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. This second version incorporates review feedback from Rob Herring . Signed-off-by: Paul

[PATCH v3 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive Unl

[PATCH v3 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

2019-06-02 Thread Paul Walmsley
Add initial board data for the SiFive HiFive Unleashed A00. Currently the data populated in this DT file describes the board DRAM configuration and the external clock sources that supply the PRCI. This third version incorporates changes based on more comments from Rob Herring . Signed-off-by: Pa

[PATCH 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive Unl

[PATCH 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Palme

[PATCH 0/5] arch: riscv: add board and SoC DT file support

2019-06-02 Thread Paul Walmsley
Add support for building flattened DT files from DT source files under arch/riscv/boot/dts. Follow existing kernel precedent from other SoC architectures. Start our board support by adding initial support for the SiFive FU540 SoC and the first development board that uses it, the SiFive HiFive Unl

[PATCH 1/5] arch: riscv: add support for building DTB files from DT source data

2019-06-02 Thread Paul Walmsley
Similar to ARM64, add support for building DTB files from DT source data for RISC-V boards. This patch starts with the infrastructure needed for SiFive boards. Boards from other vendors would add support here in a similar form. Signed-off-by: Paul Walmsley Signed-off-by: Paul Walmsley Cc: Palme

[PATCH 5/5] riscv: dts: add initial board data for the SiFive HiFive Unleashed

2019-06-02 Thread Paul Walmsley
Add initial board data for the SiFive HiFive Unleashed A00. Currently the data populated in this DT file describes the board DRAM configuration and the external clock sources that supply the PRCI. This third version incorporates changes based on more comments from Rob Herring . Signed-off-by: Pa

[PATCH 3/5] dt-bindings: riscv: convert cpu binding to json-schema

2019-06-02 Thread Paul Walmsley
At Rob's request, we're starting to migrate our DT binding documentation to json-schema YAML format. Start by converting our cpu binding documentation. While doing so, document more properties and nodes. This includes adding binding documentation support for the E51 and U54 CPU cores ("harts") t

[PATCH 4/5] riscv: dts: add initial support for the SiFive FU540-C000 SoC

2019-06-02 Thread Paul Walmsley
Add initial support for the SiFive FU540-C000 SoC. This is a 28nm SoC based around the SiFive U54-MC core complex and a TileLink interconnect. This file is expected to grow as more device drivers are added to the kernel. This patch includes a fix to the QSPI memory map due to a documentation bug

[PATCH 2/5] dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540

2019-06-02 Thread Paul Walmsley
Add YAML DT binding documentation for the SiFive FU540 SoC. This SoC is documented at: https://static.dev.sifive.com/FU540-C000-v1.0.pdf Passes dt-doc-validate, as of yaml-bindings commit 4c79d42e9216. This second version incorporates review feedback from Rob Herring . Signed-off-by: Paul

RE: [PATCH net-next] qed: Fix build error without CONFIG_DEVLINK

2019-06-02 Thread Michal Kalderon
> From: netdev-ow...@vger.kernel.org > On Behalf Of YueHaibing > > Fix gcc build error while CONFIG_DEVLINK is not set > > drivers/net/ethernet/qlogic/qed/qed_main.o: In function `qed_remove': > qed_main.c:(.text+0x1eb4): undefined reference to `devlink_unregister' > > Select DEVLINK to fix thi

RE: [RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM

2019-06-02 Thread Xing, Cedric
Hi Sean, > From: Christopherson, Sean J > Sent: Friday, May 31, 2019 4:32 PM > > This series is the result of a rather absurd amount of discussion over how to > get SGX to play > nice with LSM policies, without having to resort to evil shenanigans or put > undue burden on > userspace. The disc

[GIT PULL] SPDX update for 5.2-rc3 - round 2

2019-06-02 Thread Greg KH
The following changes since commit 2f4c53349961c8ca480193e47da4d44fdb8335a8: Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core (2019-05-31 08:34:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/greg

Re: [PATCHv3 00/12] perf tools: Display eBPF code in intel_pt trace

2019-06-02 Thread Leo Yan
On Fri, May 31, 2019 at 11:19:44AM +0200, Jiri Olsa wrote: > On Thu, May 30, 2019 at 10:05:10PM +0800, Leo Yan wrote: > > Hi Arnaldo, > > > > On Thu, May 30, 2019 at 10:36:45AM -0300, Arnaldo Carvalho de Melo wrote: > > > > [...] > > > > > One other way of testing this: > > > > > > I used perf

<    1   2   3   4   >