Re: [RFC] microoptimizing hlist_add_{before,behind}

2019-09-21 Thread Linus Torvalds
On Fri, Sep 20, 2019 at 8:11 PM Al Viro wrote: > > My apologies ;-/ Correct diff follows: This is similar to what we do for the regular list_add(), so I have no objections to the micro-optimization. Of course, for list_add() we do it by using a helper function and passing those prev/next pointe

[PATCH] EDAC: BlueField: Use devm_platform_ioremap_resource() in bluefield_edac_mc_probe()

2019-09-21 Thread Markus Elfring
From: Markus Elfring Date: Sat, 21 Sep 2019 18:56:54 +0200 Simplify this function implementation by using a known wrapper function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/edac/bluefield_edac.c | 7 +-- 1 file changed, 1 insertio

bringing back media/zoran driver

2019-09-21 Thread Corentin Labbe
hello I am the owner of a zoran based DC10+ card. I am in the need of using it since yesterday and I found that its driver was removed. Reverting the removing patch made to a temporary working situation. If I understand correctly, it was removed due to lack of vb2 convertion. If I am able to do

Re: [PATCH] mm: slub: print_hex_dump() with DUMP_PREFIX_OFFSET

2019-09-21 Thread cl
On Sat, 21 Sep 2019, David Rientjes wrote: > I agree it looks nicer for poisoning, I'm not sure that every caller of > print_section() is the same, however. For example trace() seems better > off as DUMP_PREFIX_ADDRESS since it already specifies the address of the > object being allocated or free

Re: [GIT PULL] gcc-plugins update for v5.4-rc1

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Mon, 16 Sep 2019 14:44:54 -0700: > https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git > tags/gcc-plugins-v5.4-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/56c631f5aec35117b0b5862a09a447a72dfbd678 Thank you! -- Deet-doo

Re: [GIT PULL] printk for 5.4

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Mon, 16 Sep 2019 13:24:31 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk > tags/printk-for-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/56c1e8343494f0a315c99964ea1a952478394a8d Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] compiler-attributes for v5.4

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Thu, 19 Sep 2019 23:54:21 +0200: > https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 Thank you! -- Deet-doot-dot, I am a bot

drivers/net/wireless/mediatek/mt76/mt7615/mac.c:18:10: note: in expansion of macro 'FIELD_GET'

2019-09-21 Thread kbuild test robot
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git master head: f97c81dc6ca5996560b3944064f63fc87eb18d00 commit: bf92e76851009e6bf082db9e9de9b0ab9320cf26 mt76: mt7615: add support for per-chain signal strength reporting date: 3 months ago config: x86_64-randc

Re: bringing back media/zoran driver

2019-09-21 Thread Mauro Carvalho Chehab
Em Sat, 21 Sep 2019 19:03:57 +0200 Corentin Labbe escreveu: > hello > > I am the owner of a zoran based DC10+ card. > I am in the need of using it since yesterday and I found that its driver was > removed. > > Reverting the removing patch made to a temporary working situation. > > If I unders

Re: bringing back media/zoran driver

2019-09-21 Thread Laurent Pinchart
Hi Corentin, On Sat, Sep 21, 2019 at 07:03:57PM +0200, Corentin Labbe wrote: > hello > > I am the owner of a zoran based DC10+ card. > I am in the need of using it since yesterday and I found that its driver was > removed. > > Reverting the removing patch made to a temporary working situation.

Re: [GIT PULL] Please pull RDMA subsystem changes

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Thu, 19 Sep 2019 16:34:46 +: > git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/018c6837f3e63b45163d55a1668d9f8e6fdecf6e Thank you! -- Deet-doot-dot, I am a bot

Re: KASAN: use-after-free Read in rxrpc_release_call

2019-09-21 Thread syzbot
syzbot has bisected this bug to: commit 2baec2c3f854d1f79c7bb28386484e144e864a14 Author: David Howells Date: Wed May 24 16:02:32 2017 + rxrpc: Support network namespacing bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=16240b0960 start commit: f97c81dc Merge tag 'a

Re: [PATCH v2 2/2] iio: adc: stm32-adc: fix a race when using several adcs with dma and irq

2019-09-21 Thread Jonathan Cameron
On Tue, 17 Sep 2019 14:38:16 +0200 Fabrice Gasnier wrote: > End of conversion may be handled by using IRQ or DMA. There may be a > race when two conversions complete at the same time on several ADCs. > EOC can be read as 'set' for several ADCs, with: > - an ADC configured to use IRQs. EOCIE bit i

Re: [PATCH] iio: adc: stm32-adc: fix kernel-doc warnings

2019-09-21 Thread Jonathan Cameron
On Fri, 20 Sep 2019 13:50:06 +0200 Fabrice Gasnier wrote: > Fix the following warnings when documentation is built: > drivers/iio/adc/stm32-adc-core.c:62: warning: cannot understand function > prototype: 'struct stm32_adc_common_regs ' > drivers/iio/adc/stm32-adc-core.c:78: warning: cannot under

Re: [PATCH v8 9/9] leds: Update the lp55xx to use the multi color framework

2019-09-21 Thread Jacek Anaszewski
Dan, On 9/20/19 7:41 PM, Dan Murphy wrote: > Update the lp5523 to use the multi color framework. > > Signed-off-by: Dan Murphy > --- > drivers/leds/leds-lp5523.c| 13 +++ > drivers/leds/leds-lp55xx-common.c | 131 ++ > drivers/leds/leds-lp55xx-common

Re: [PATCH v8 6/9] leds: multicolor: Introduce a multicolor class definition

2019-09-21 Thread Jacek Anaszewski
Dan, One more remark below. On 9/20/19 7:41 PM, Dan Murphy wrote: > Introduce a multicolor class that groups colored LEDs > within a LED node. > > The framework allows for dynamically setting individual LEDs > or setting brightness levels of LEDs and updating them virtually > simultaneously. >

Re: [PATCH v2] iio: imu: adis16400: release allocated memory on failure

2019-09-21 Thread Jonathan Cameron
On Fri, 20 Sep 2019 06:46:37 + "Ardelean, Alexandru" wrote: > On Thu, 2019-09-19 at 10:50 -0500, Navid Emamdoost wrote: > > In adis_update_scan_mode, if allocation for adis->buffer fails, > > previously allocated adis->xfer needs to be released. > > > > v2: added adis->xfer = NULL to avoid a

Re: [GIT PULL] UBI/UBIFS/JFFS2 updates for 5.4-rc1

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Sat, 21 Sep 2019 09:36:42 +0200 (CEST): > git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git > tags/upstream-5.4-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/104c0d6bc43e10ba84931c45b67e2c76c9c67f68 Thank you! -- Deet-doot

Re: [GIT PULL] first round of SCSI updates for the 5.3+ merge window

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Thu, 19 Sep 2019 15:47:29 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/10fd71780f7d155f4e35fecfad0ebd4a725a244b Thank you! -- Deet-doot-dot, I am a bot. htt

Re: [GIT PULL] libnvdimm for 5.4

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Fri, 20 Sep 2019 16:57:31 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm > tags/libnvdimm-for-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6cb2e9ee51b5f1539f027346a02904e282b87d4d Thank you! -- Deet-doot-dot,

Re: [PATCH v2] iio: imu: adis16400: fix memory leak

2019-09-21 Thread Jonathan Cameron
On Fri, 20 Sep 2019 06:46:05 + "Ardelean, Alexandru" wrote: > On Thu, 2019-09-19 at 10:56 -0500, Navid Emamdoost wrote: > > In adis_update_scan_mode_burst, if adis->buffer allocation fails release > > the adis->xfer. > > > > v2: set adis->xfer = NULL to avoid any potential double free. > >

Re: [GIT PULL] UML updates for 5.4-rc1

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Sat, 21 Sep 2019 09:36:39 +0200 (CEST): > git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git > tags/for-linus-5.4-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/9dca3432ee063b70a4cfb3f0857d0aeef7b84fa8 Thank you! -- Deet-doot-

Re: [GIT PULL] MTD updates for 5.4-rc1

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Sat, 21 Sep 2019 09:36:35 +0200 (CEST): > git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/for-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4553d469d6f88028f185de57e771dd29aba10d90 Thank you! -- Deet-doot-dot, I

Re: [PATCH v5 1/1] platform/x86/intel_cht_int33fe: Split code to USB Micro-B and Type-C variants

2019-09-21 Thread Hans de Goede
Hi, On 21-09-2019 00:33, Yauhen Kharuzhy wrote: Existing intel_cht_int33fe ACPI pseudo-device driver assumes that hardware has Type-C connector and register related devices described as I2C connections in the _CRS resource. There is at least one hardware (Lenovo Yoga Book YB1-91L/F) with Micro-

Re: [PATCH] dt-bindings: net: dwmac: fix 'mac-mode' type

2019-09-21 Thread Jakub Kicinski
On Fri, 20 Sep 2019 20:02:58 -0700, Florian Fainelli wrote: > On 9/20/2019 6:11 PM, Jakub Kicinski wrote: > > On Tue, 17 Sep 2019 13:30:52 +0300, Alexandru Ardelean wrote: > >> The 'mac-mode' property is similar to 'phy-mode' and 'phy-connection-type', > >> which are enums of mode strings. > >> >

Re: [PATCH 3.16 114/132] ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term

2019-09-21 Thread Ben Hutchings
On Fri, 2019-09-20 at 21:26 -0400, Hui Peng wrote: > I want to confirm the patches. > > Which version of GCC do you use to compile 3.16? > > I tried gcc-4.8, it seems that the built kernel can not be boot by qemu. [...] For my own limited testing, I build for x86 with gcc 4.9. Debian's packages

Re: [for-next][PATCH 3/8] tracing: Make sure variable reference alias has correct var_ref_idx

2019-09-21 Thread Sasha Levin
On Sat, Sep 21, 2019 at 08:20:35AM -0400, Steven Rostedt wrote: On Sat, 21 Sep 2019 12:06:18 + Sasha Levin wrote: Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: . The bot has tested the following trees: v5.2.16, v4.19.7

Re: [PATCH] net: dsa: b53: Use the correct style for SPDX License Identifier

2019-09-21 Thread Florian Fainelli
On 9/21/2019 6:30 AM, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Broadcom BCM53xx managed switch driver. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source files where > C++ style sho

Re: [PATCH] net: dsa: Use the correct style for SPDX License Identifier

2019-09-21 Thread Florian Fainelli
On 9/21/2019 6:45 AM, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file for Distributed Switch Architecture drivers. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source files where > C++ style sh

Re: [PATCH 4.19 03/79] RDMA/restrack: Release task struct which was hold by CM_ID object

2019-09-21 Thread Pavel Machek
Hi! > commit ed7a01fd3fd77f40b4ef2562b966a5decd8928d2 upstream. > > Tracking CM_ID resource is performed in two stages: creation of cm_id > and connecting it to the cma_dev. It is needed because rdma-cm protocol > exports two separate user-visible calls rdma_create_id and > rdma_accept. ... Main

Re: [PATCH 4.19 10/79] udp: correct reuseport selection with connected sockets

2019-09-21 Thread Pavel Machek
On Fri 2019-09-20 00:02:55, Greg Kroah-Hartman wrote: > From: Willem de Bruijn > > [ Upstream commit acdcecc61285faed359f1a3568c32089cc3a8329 ] > > UDP reuseport groups can hold a mix unconnected and connected sockets. > Ensure that connections only receive all traffic to their 4-tuple. > > Fa

Re: [PATCH 4.19 32/79] fpga: altera-ps-spi: Fix getting of optional confd gpio

2019-09-21 Thread Pavel Machek
Hi! > Currently the driver does not handle EPROBE_DEFER for the confd gpio. > Use devm_gpiod_get_optional() instead of devm_gpiod_get() and return > error codes from altera_ps_probe(). > @@ -265,10 +265,13 @@ static int altera_ps_probe(struct spi_device *spi) > return PTR_ERR(conf->

Re: [PATCH 2/2] soc: ti: move 2 driver config options into the TI SOC drivers menu

2019-09-21 Thread Randy Dunlap
Hi Santosh, Would you also pick up patch 2/2, which I didn't Cc: you on?:( Do I need to resend it? Thanks. On 9/19/19 3:33 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Move the AM654 and J721E SOC config options inside the "TI SOC drivers" > menu with the other TI SOC drivers. > > Fi

Re: [GIT PULL] ext4 updates for 5.4

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Thu, 19 Sep 2019 16:56:41 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git > tags/ext4_for_linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/70cb0d02b58128db07fc39b5e87a2873e2c16bde Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] f2fs for 5.4

2019-09-21 Thread pr-tracker-bot
The pull request you sent on Fri, 20 Sep 2019 13:01:07 -0700: > git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git > tags/f2fs-for-5.4 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/fbc246a12aac27f7b25a37f9398bb3bc552cec92 Thank you! -- Deet-doot-dot, I

Re: build_path_from_dentry_optional_prefix() may schedule from invalid context

2019-09-21 Thread Al Viro
On Thu, Sep 19, 2019 at 05:11:54PM -0700, Pavel Shilovsky wrote: > Good catch. I think we should have another version of > build_path_from_dentry() which takes pre-allocated (probably on stack) > full_path as an argument. This would allow us to avoid allocations > under the spin lock. On _stack_?

Re: [PATCH] ocxl: Use the correct style for SPDX License Identifier

2019-09-21 Thread Andrew Donnellan
On 20/9/19 6:18 pm, Nishad Kamdar wrote: This patch corrects the SPDX License Identifier style in header files for Open Coherent Accelerator (OCXL) compatible device drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ s

[GIT PULL] MIPS changes

2019-09-21 Thread Paul Burton
Hi Linus, Here are the main MIPS changes for v5.4; please pull. My apologies that this is arriving at the end of the week; a combination of travel & discovering a MIPS32 page table handling issue later than would have been ideal delayed things. There are a number of minor merge conflicts with cu

Re: [PATCH net v3] net/phy: fix DP83865 10 Mbps HDX loopback disable function

2019-09-21 Thread Jakub Kicinski
On Wed, 18 Sep 2019 19:27:55 +0300, Peter Mamonov wrote: > According to the DP83865 datasheet "the 10 Mbps HDX loopback can be > disabled in the expanded memory register 0x1C0.1". The driver erroneously > used bit 0 instead of bit 1. > > Fixes: 4621bf129856 ("phy: Add file missed in previous commi

Re: [PATCH] drivers/net/fjes: fix a potential NULL pointer dereference

2019-09-21 Thread Jakub Kicinski
On Wed, 18 Sep 2019 22:03:15 +0530, Allen Pais wrote: > alloc_workqueue is not checked for errors and as a result, > a potential NULL dereference could occur. > > Signed-off-by: Allen Pais If I'm looking at this right you are jumping to err_free_netdev without setting the err variable. It must h

Re: [PATCH] net: qrtr: Stop rx_worker before freeing node

2019-09-21 Thread Jakub Kicinski
On Wed, 18 Sep 2019 10:21:17 -0700, Bjorn Andersson wrote: > As the endpoint is unregistered there might still be work pending to > handle incoming messages, which will result in a use after free > scenario. The plan is to remove the rx_worker, but until then (and for > stable@) ensure that the wor

Re: [PATCH] net: remove netx ethernet driver

2019-09-21 Thread Jakub Kicinski
On Wed, 18 Sep 2019 22:21:24 +0200, Arnd Bergmann wrote: > The ARM netx platform got removed in 5.3, so this driver > is now useless. > > Reported-by: Uwe Kleine-König > Cc: Sascha Hauer > Signed-off-by: Arnd Bergmann Applied, thank you! FWIW there seems to be a lone mention of something call

[PATCH] regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF

2019-09-21 Thread Axel Lin
Use of_device_get_match_data which has NULL test for match before dereference match->data. Add NULL test for drvtype so it still works for fixed_voltage_ops when !CONFIG_OF. Signed-off-by: Axel Lin --- drivers/regulator/fixed.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --g

[PATCH v2 1/2] perf: support multiple debug options separated by ','

2019-09-21 Thread Changbin Du
This patch adds support for multiple debug options separated by ',' and non-int values. --debug verbose=2,stderr Signed-off-by: Changbin Du --- tools/perf/Documentation/perf.txt | 10 ++-- tools/perf/util/debug.c | 86 --- 2 files changed, 50 inserti

[PATCH v2 0/2] perf: add support for logging debug messages to file

2019-09-21 Thread Changbin Du
When in TUI mode, it is impossible to show all the debug messages to console. This make it hard to debug perf issues using debug messages. This patch adds support for logging debug messages to file to resolve this problem. v2: o specific all debug options one time. Changbin Du (2): perf: supp

Re: [PATCH RESEND] nbd: avoid losing pointer to reallocated config->socks in nbd_add_socket

2019-09-21 Thread Xiubo Li
On 2019/9/21 0:06, Eugene Syromiatnikov wrote: In the (very unlikely) case of config->socks reallocation success and nsock allocation failure config->nsock will not get updated with the new pointer to socks array. Fix it by updating config->socks right after reallocation successfulness check. Fi

[PATCH v2 2/2] perf: add support for logging debug messages to file

2019-09-21 Thread Changbin Du
When in TUI mode, it is impossible to show all the debug messages to console. This make it hard to debug perf issues using debug messages. This patch adds support for logging debug messages to file to resolve this problem. The usage is: perf -debug verbose=2,file=~/perf.log COMMAND Signed-off-by:

Re: [PATCH net] net: dsa: sja1105: Add dependency for NET_DSA_SJA1105_TAS

2019-09-21 Thread Jakub Kicinski
On Thu, 19 Sep 2019 14:38:19 +0800, Mao Wenan wrote: > If CONFIG_NET_DSA_SJA1105_TAS=y and CONFIG_NET_SCH_TAPRIO=n, > below error can be found: > drivers/net/dsa/sja1105/sja1105_tas.o: In function `sja1105_setup_tc_taprio': > sja1105_tas.c:(.text+0x318): undefined reference to `taprio_offload_free'

Re: [PATCH] rtc: r7301: Use devm_platform_ioremap_resource() in rtc7301_rtc_probe()

2019-09-21 Thread Akinobu Mita
2019年9月21日(土) 20:49 Markus Elfring : > > From: Markus Elfring > Date: Sat, 21 Sep 2019 13:43:07 +0200 > > Simplify this function implementation by using a known wrapper function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring Reviewed-by: Akinobu

Re: [PATCH] [v2] net: stmmac: selftest: avoid large stack usage

2019-09-21 Thread Jakub Kicinski
On Thu, 19 Sep 2019 14:33:43 +0200, Arnd Bergmann wrote: > Putting a struct stmmac_rss object on the stack is a bad idea, > as it exceeds the warning limit for a stack frame on 32-bit architectures: > > drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1221:12: error: stack > frame size of 1

Re: [PATCH] dimlib: make DIMLIB a hidden symbol

2019-09-21 Thread Jakub Kicinski
On Fri, 20 Sep 2019 15:31:15 +0200, Uwe Kleine-König wrote: > According to Tal Gilboa the only benefit from DIM comes from a driver > that uses it. So it doesn't make sense to make this symbol user visible, > instead all drivers that use it should select it (as is already the case > AFAICT). > > S

Re: [PATCH net] net: ena: Add dependency for ENA_ETHERNET

2019-09-21 Thread Jakub Kicinski
On Fri, 20 Sep 2019 16:44:05 +0800, Mao Wenan wrote: > If CONFIG_ENA_ETHERNET=y and CONFIG_DIMLIB=n, > below erros can be found: > drivers/net/ethernet/amazon/ena/ena_netdev.o: In function `ena_dim_work': > ena_netdev.c:(.text+0x21cc): undefined reference to > `net_dim_get_rx_moderation' > ena_net

Re: [PATCH] qede: qede_fp: simplify a bit 'qede_rx_build_skb()'

2019-09-21 Thread Jakub Kicinski
On Fri, 20 Sep 2019 06:56:56 +0200, Christophe JAILLET wrote: > Use 'skb_put_data()' instead of rewritting it. > This improves readability. > > Signed-off-by: Christophe JAILLET Applied, thank you.

Re: [for-next][PATCH 3/8] tracing: Make sure variable reference alias has correct var_ref_idx

2019-09-21 Thread Steven Rostedt
On September 21, 2019 3:21:08 PM EDT, Sasha Levin wrote: >On Sat, Sep 21, 2019 at 08:20:35AM -0400, Steven Rostedt wrote: >>On Sat, 21 Sep 2019 12:06:18 + >>Sasha Levin wrote: >> >>> Hi, >>> >>> [This is an automated email] >>> >>> This commit has been processed because it contains a "Fixe

Re: [PATCH net] net: ena: Add dependency for ENA_ETHERNET

2019-09-21 Thread maowenan
On 2019/9/22 11:07, Jakub Kicinski wrote: > On Fri, 20 Sep 2019 16:44:05 +0800, Mao Wenan wrote: >> If CONFIG_ENA_ETHERNET=y and CONFIG_DIMLIB=n, >> below erros can be found: >> drivers/net/ethernet/amazon/ena/ena_netdev.o: In function `ena_dim_work': >> ena_netdev.c:(.text+0x21cc): undefined re

[PATCH v2 net] net: ena: Select DIMLIB for ENA_ETHERNET

2019-09-21 Thread Mao Wenan
If CONFIG_ENA_ETHERNET=y and CONFIG_DIMLIB=n, below erros can be found: drivers/net/ethernet/amazon/ena/ena_netdev.o: In function `ena_dim_work': ena_netdev.c:(.text+0x21cc): undefined reference to `net_dim_get_rx_moderation' ena_netdev.c:(.text+0x21cc): relocation truncated to fit: R_AARCH64_CALL2

[PATCH 1/2] misc: add cc1101 devicetree binding

2019-09-21 Thread Heiko Schocher
add devicetree binding for cc1101 misc driver. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/misc/cc1101.txt | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/cc1101.txt diff --git a/Documentation/devicetree/

Re: [UNVERIFIED SENDER] Re: [UNVERIFIED SENDER] Re: [PATCH v2 2/3] soc: amazon: al-pos: Introduce Amazon's Annapurna Labs POS driver

2019-09-21 Thread Shenhar, Talel
On 9/19/2019 5:42 PM, James Morse wrote: Hi guys, On 12/09/2019 10:19, Shenhar, Talel wrote: On 9/12/2019 11:50 AM, Marc Zyngier wrote: On Thu, 12 Sep 2019 07:50:03 +0100, "Shenhar, Talel" wrote: On 9/11/2019 5:15 PM, Marc Zyngier wrote: On Tue, 10 Sep 2019 20:05:09 +0100, Talel Shenhar

Re: threads-max observe limits

2019-09-21 Thread Michal Hocko
On Thu 19-09-19 14:33:24, Eric W. Biederman wrote: > Michal Hocko writes: > > > On Tue 17-09-19 12:26:18, Eric W. Biederman wrote: [...] > >> Michal is it a very small effect your customers are seeing? > >> Is it another bug somewhere else? > > > > I am still trying to get more information. Repor

<    1   2