Re: [PATCH] net/rds: Avoid potential use after free in rds_send_remove_from_sock

2021-04-07 Thread Santosh Shilimkar
-off-by: Aditya Pakki > --- > net/rds/message.c | 1 + > net/rds/send.c| 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) Looks fine by me. Thanks. Acked-by: Santosh Shilimkar

Re: [PATCH rdma-next 00/10] Enable relaxed ordering for ULPs

2021-04-05 Thread Santosh Shilimkar
> On Apr 5, 2021, at 7:08 AM, Leon Romanovsky wrote: > > On Mon, Apr 05, 2021 at 03:41:15PM +0200, Christoph Hellwig wrote: >> On Mon, Apr 05, 2021 at 08:23:54AM +0300, Leon Romanovsky wrote: >>> From: Leon Romanovsky >>> From Avihai, >>> >>> Relaxed Ordering is a PCIe mechanism that

[PATCH rdma-next 8/8] net/rds: Move to client_supported callback

2021-04-05 Thread Santosh Shilimkar
rav Pandit > Signed-off-by: Leon Romanovsky > --- > net/rds/ib.c | 20 +——— Looks fine by me. Acked-by: Santosh Shilimkar

Re: [PATCH for-next v3 0/2] Introduce rdma_set_min_rnr_timer() and use it in RDS

2021-03-31 Thread Santosh Shilimkar
[...] Thanks Haakon. Patchset looks fine by me. Acked-by: Santosh Shilimkar

Re: [PATCH] ARM: keystone: fix integer overflow warning

2021-03-23 Thread Santosh Shilimkar
> Change the temporary variable to a fixed-size u64 to avoid the warning. > > Signed-off-by: Arnd Bergmann > — Looks fine to me. Acked-by: Santosh Shilimkar

Re: [PATCH] net/rds: correct socket tunable error in rds_tcp_tune()

2021-03-17 Thread Santosh Shilimkar
untouched. > > Signed-off-by: William Kucharski > — Looks good. Thanks !! Acked-by: Santosh Shilimkar

Re: [External] : Re: [PATCH] firmware: ti_sci: rm: remove unneeded semicolon

2021-02-02 Thread Santosh Shilimkar
On Feb 2, 2021, at 9:17 AM, Nishanth Menon wrote: > > On 14:23-20210202, Yang Li wrote: >> Eliminate the following coccicheck warning: >> ./drivers/firmware/ti_sci.c:1762:2-3: Unneeded semicolon >> >> Reported-by: Abaci Robot >> Signed-off-by: Yang Li >> --- >> drivers/firmware/ti_sci.c | 2

Re: [PATCH] net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS

2021-02-01 Thread Santosh Shilimkar
include/linux/slab.h:621 [inline] > rds_rdma_extra_size+0xb2/0x3b0 net/rds/rdma.c:568 > rds_rm_size net/rds/send.c:928 [inline] > > Reported-by: syzbot+1bd2b07f93745fa38...@syzkaller.appspotmail.com > Signed-off-by: Sabyrzhan Tasbolatov > — Looks fine by me. Acked-by: Santosh Shilimkar

[GIT PULL 1/2] drivers: soc: Keystone update for v5.12

2021-01-31 Thread Santosh Shilimkar
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.12 for you to fetch changes up

[GIT PULL 2/2] ARM: DTS: Keystone update for v5.12

2021-01-31 Thread Santosh Shilimkar
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_5.12 for you to fetch changes up

Re: [External] : Re: [PATCH v2 0/5] Introduce PRU remoteproc consumer API

2021-01-25 Thread Santosh Shilimkar
On Jan 25, 2021, at 7:43 AM, Suman Anna wrote: > > Hi Santosh, > > On 1/24/21 10:34 PM, santosh.shilim...@oracle.com wrote: >> Hi Suman, Mathieu, >> >> On 1/7/21 2:49 PM, Suman Anna wrote: >>> On 1/7/21 4:44 PM, Mathieu Poirier wrote: On Wed, Jan 06, 2021 at 06:03:25PM -0600, Suman Anna

Re: [PATCH] dt-bindings: soc: ti: Update TI PRUSS bindings about schemas to include

2021-01-19 Thread santosh . shilimkar
On 1/15/21 8:38 AM, Suman Anna wrote: Hi Santosh, On 12/21/20 3:32 PM, Rob Herring wrote: On Wed, 16 Dec 2020 23:50:27 +0100, Grzegorz Jaszczyk wrote: Now after ti,pruss-intc.yaml and ti,pru-rproc.yaml are merged, include them in proper property and extend the examples section. At the

Re: [PATCH v2 00/19] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA

2020-12-07 Thread santosh . shilimkar
On 12/6/20 11:29 PM, Peter Ujfalusi wrote: Hi Santosh, On 24/11/2020 19.08, Vinod Koul wrote: On 17-11-20, 12:56, Peter Ujfalusi wrote: Hi, The series have build dependency on ti_sci/soc series (v2):

Re: [PATCH] ARM: keystone: remove SECTION_SIZE_BITS/MAX_PHYSMEM_BITS

2020-12-03 Thread santosh . shilimkar
/asm/sparsemem.h:23:9: note: previous definition is here #define SECTION_SIZE_BITS 28 ^ Clearly the definitions never had any effect here, so remove them. Signed-off-by: Arnd Bergmann --- Acked-by: Santosh Shilimkar

[GIT PULL 1/2] drivers: soc: TI SOC changes for 5.11

2020-12-01 Thread Santosh Shilimkar
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.11 for you to fetch changes up

[GIT PULL 2/2] ARM: dts: Keystone DTS update for v5.11

2020-12-01 Thread Santosh Shilimkar
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_5.11 for you to fetch changes up

Re: [PATCH v2] soc: ti: pruss: Fix wrong check against *get_match_data return value

2020-11-16 Thread santosh . shilimkar
On 11/16/20 9:31 AM, Suman Anna wrote: Hi Santosh, On 11/16/20 11:22 AM, Grzegorz Jaszczyk wrote: Since the of_device_get_match_data() doesn't return error code, remove wrong IS_ERR test. Proper check against NULL pointer is already done later before usage: if (data && data->...).

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread santosh . shilimkar
On 11/12/20 2:22 PM, Nishanth Menon wrote: On 13:59-20201112, santosh.shilim...@oracle.com wrote: On 11/12/20 1:56 PM, Nishanth Menon wrote: On 14:08-20201026, Nishanth Menon wrote: On 23:30-20201026, Lokesh Vutla wrote: [..] ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread santosh . shilimkar
On 11/12/20 1:56 PM, Nishanth Menon wrote: On 14:08-20201026, Nishanth Menon wrote: On 23:30-20201026, Lokesh Vutla wrote: [..] ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y drivers/soc/ti/Kconfig:7:config ARCH_K3_AM6_SOC ➜ linux

Re: [PATCH 06/25] soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'

2020-11-12 Thread santosh . shilimkar
the following W=1 kernel build warning(s): drivers/soc/ti/knav_qmss_queue.c: In function ‘knav_setup_queue_pools’: drivers/soc/ti/knav_qmss_queue.c:1310:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Cc: Santosh Shilimkar Cc: Sandeep Nair Cc: Cyril Chemparathy

Re: [PATCH 06/25] soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'

2020-11-12 Thread santosh . shilimkar
‘knav_setup_queue_pools’: drivers/soc/ti/knav_qmss_queue.c:1310:6: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] Cc: Santosh Shilimkar Cc: Sandeep Nair Cc: Cyril Chemparathy Signed-off-by: Lee Jones --- drivers/soc/ti/knav_qmss_queue.c | 3 +-- 1 file changed, 1 insertion

Re: [RESEND PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-29 Thread santosh . shilimkar
mains: switch to use multiple genpds instead of one") Reported-by: Nishanth Menon Signed-off-by: Tero Kristo Acked-by: Nishanth Menon Acked-by: Santosh Shilimkar --- Can you please add this to your fixes queue ? This fixes boot failures on K2Gdevices ? drivers/soc/ti/ti_sci_pm_domains.c

Re: [PATCH] soc: ti: ti_sci_pm_domains: check for proper args count in xlate

2020-10-28 Thread santosh . shilimkar
On 10/28/20 2:43 PM, Nishanth Menon wrote: On 16:17-20201028, Tero Kristo wrote: K2G devices still only use single parameter for power-domains property, so check for this properly in the driver. Without this, every peripheral fails to probe resulting in boot failure. Fixes: efa5c01cd7ee ("soc:

Re: [PATCH v2 00/11] firmware/soc: ti_sci, ringacc/inta: Preparation for AM64 DMA support

2020-10-08 Thread santosh . shilimkar
On 10/8/20 4:52 AM, Peter Ujfalusi wrote: Santosh: if you plan to take this series for 5.11, then can you create an immutable branch which I can refer to Vinod for the DMA patches I'm going to send soon. I will set it up right after the 5.10-rc1 is tagged. regards, Santosh

Re: [PATCH v2 00/11] firmware/soc: ti_sci, ringacc/inta: Preparation for AM64 DMA support

2020-10-08 Thread santosh . shilimkar
On 10/8/20 4:52 AM, Peter Ujfalusi wrote: Santosh: if you plan to take this series for 5.11, then can you create an immutable branch which I can refer to Vinod for the DMA patches I'm going to send soon. I will set it up right after the 5.10-rc1 is tagged. regards, Santosh

[GIT PULL] ARM: soc: TI driver updates for v5.10

2020-09-20 Thread Santosh Shilimkar
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.10 for you to fetch changes up to

Re: [PATCH] dt-bindings: soc: ti: ti,pruss: fix schema ID

2020-09-17 Thread santosh . shilimkar
On 9/17/20 1:35 AM, Krzysztof Kozlowski wrote: On Thu, 17 Sep 2020 at 10:32, Grzegorz Jaszczyk wrote: On Thu, 17 Sep 2020 at 09:05, Krzysztof Kozlowski wrote: Add missing '#' to fix schema errors: $id:

Re: [PATCH 2/3] ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE

2020-09-11 Thread santosh . shilimkar
On 9/11/20 4:15 AM, Russell King - ARM Linux admin wrote: On Thu, Sep 10, 2020 at 07:40:37AM +0200, Christoph Hellwig wrote: The DMA offset notifier can only be used if PHYS_OFFSET is at least KEYSTONE_HIGH_PHYS_START, which can't be represented by a 32-bit phys_addr_t. Currently the code

Re: [PATCH 0/3] clk: keystone: some minor fixes

2020-09-10 Thread santosh . shilimkar
strict; namely, firmware fails to handle some cases properly if min,tgt,max values for a clock rate are exactly the same value. Yeah, the firmware is quite weird here but nothing much else we can do from kernel side other than this Looks fine to me Tero. Acked-by: Santosh Shilimkar

Re: [PATCH next v2 0/3] soc: ti: k3: ringacc: add am65x sr2.0 support

2020-09-09 Thread santosh . shilimkar
On 9/2/20 7:08 AM, Nishanth Menon wrote: On 11:34-20200831, santosh.shilim...@oracle.com wrote: On 8/29/20 11:41 AM, Grygorii Strashko wrote: Hi Santosh, I've rebased on top of linux-next and identified merge conflict of patch 3 with commit 6da45875fa17 ("arm64: dts: k3-am65: Update the RM

Re: [PATCH next v2 0/3] soc: ti: k3: ringacc: add am65x sr2.0 support

2020-09-08 Thread santosh . shilimkar
On 9/8/20 3:09 PM, Suman Anna wrote: Hi Santosh, On 8/31/20 1:34 PM, santosh.shilim...@oracle.com wrote: On 8/29/20 11:41 AM, Grygorii Strashko wrote: Hi Santosh, I've rebased on top of  linux-next and identified merge conflict of patch 3 with commit 6da45875fa17 ("arm64: dts: k3-am65:

Re: [PATCH 0/3] clk: keystone: some minor fixes

2020-09-08 Thread santosh . shilimkar
are exactly the same value. Yeah, the firmware is quite weird here but nothing much else we can do from kernel side other than this Looks fine to me Tero. Acked-by: Santosh Shilimkar Hi Stephen, Mike, Can you please pick these fixes via clk tree ?

Re: [PATCH next v2 0/3] soc: ti: k3: ringacc: add am65x sr2.0 support

2020-08-31 Thread santosh . shilimkar
On 8/29/20 11:41 AM, Grygorii Strashko wrote: Hi Santosh, I've rebased on top of linux-next and identified merge conflict of patch 3 with commit 6da45875fa17 ("arm64: dts: k3-am65: Update the RM resource types") in -next. --- This series adds support for the TI AM65x SR2.0 SoC Ringacc which

Re: [PATCH] memory: emif: Remove bogus debugfs error handling

2020-08-26 Thread santosh . shilimkar
but it was eventually deemed too complicated for something which wasn't intended to be used in normal situations). Delete all the error handling. Signed-off-by: Dan Carpenter --- Looks good to me !! Acked-by: Santosh Shilimkar

Re: [PATCH 0/6] Add TI PRUSS platform driver

2020-08-20 Thread santosh . shilimkar
On 8/20/20 7:43 AM, Suman Anna wrote: Hi Santosh, Tony, On 7/29/20 6:02 AM, Grzegorz Jaszczyk wrote: Hi, The Programmable Real-Time Unit and Industrial Communication Subsystem (PRU-ICSS) is present on various TI SoCs. The IP is present on multiple TI SoC architecture families including the

Re: [PATCH 0/3] Simplify PM for am3/4, drop RTC pdata for am3/4/dra7

2020-08-19 Thread santosh . shilimkar
going through the patches. If the suspend continue to work with this update then its good to go. FWIW, Acked-by: Santosh Shilimkar

Re: [PATCHv4 0/6] Add initial genpd support for omap PRM driver

2020-08-17 Thread santosh . shilimkar
for l4_abe. The rest of the SoC specific domain data is probably best added one SoC at a time based on generated data. Care to ack some of these patches? I'd like to get this into Linux next for v5.10 :) Sure, Acked-by: Santosh Shilimkar

Re: [PATCH] dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair request

2020-08-06 Thread santosh . shilimkar
On 8/5/20 6:17 AM, Grygorii Strashko wrote: On 05/08/2020 14:32, Vinod Koul wrote: On 05-08-20, 14:27, Peter Ujfalusi wrote: The original commit mixed up the forward and completion ring IDs for the rx flow configuration. Acked-By: Vinod Koul Fixes: 4927b1ab2047 ("dmaengine: ti:

Re: [PATCH] soc: ti: k3-socinfo: Add entry for J7200

2020-08-04 Thread santosh . shilimkar
On 8/4/20 2:39 PM, Grygorii Strashko wrote: Hi Santosh, On 03/08/2020 17:41, Lokesh Vutla wrote: On 03/08/20 4:23 pm, Peter Ujfalusi wrote: Update K3 chipinfo driver to support new TI J7200 SoC. It's JTAG PARTNO is 0xBB6D. Signed-off-by: Peter Ujfalusi Reviewed-by: Lokesh Vutla

[GIT PULL] SOC: TI Keystone driver update for v5.9

2020-07-25 Thread Santosh Shilimkar
The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.9 for you to fetch changes up to

Re: [PATCH next v2 0/6] soc: ti: k3-ringacc: updates

2020-07-17 Thread santosh . shilimkar
On 7/17/20 6:20 AM, Grygorii Strashko wrote: Hi Santosh, This series is a set of non critical updates for The TI K3 AM654x/J721E Ring Accelerator driver. Thanks. Will have a look and if all looks good, add it to next. Patch 1 - convert bindings to json-schema Patches 2,3,5 - code reworking

Re: [GIT PULL] ARM: Keystone DTS updates for 5.7

2020-06-02 Thread santosh . shilimkar
On 6/2/20 1:00 PM, Arnd Bergmann wrote: On Tue, Jun 2, 2020 at 5:14 PM wrote: Hi Arnd, Olof, On 3/7/20 9:56 AM, Santosh Shilimkar wrote: The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the git

Re: [GIT PULL] ARM: Keystone DTS updates for 5.7

2020-06-02 Thread santosh . shilimkar
Hi Arnd, Olof, On 3/7/20 9:56 AM, Santosh Shilimkar wrote: The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux

Re: [PATCH v4 0/2] soc: ti: add k3 platforms chipid module driver

2020-05-29 Thread santosh . shilimkar
On 5/29/20 11:34 AM, Arnd Bergmann wrote: On Fri, May 29, 2020 at 8:22 PM Grygorii Strashko wrote: On 12/05/2020 15:34, Grygorii Strashko wrote: .../bindings/soc/ti/k3-socinfo.yaml | 40 + drivers/soc/ti/Kconfig| 10 ++ drivers/soc/ti/Makefile

Re: [PATCH] ARM: omap2: drop broken broadcast timer hack

2020-05-28 Thread santosh . shilimkar
On 5/28/20 8:57 AM, Tony Lindgren wrote: * Tony Lindgren [200528 13:51]: * Tony Lindgren [200528 13:47]: * Arnd Bergmann [200528 09:20]: The OMAP4 timer code had a special hack for using the broadcast timer without SMP. Since the dmtimer is now gone, this also needs to be dropped to avoid

[GIT PULL 1/2] soc: TI drivers updates for v5.8

2020-05-27 Thread Santosh Shilimkar
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.8 for you to fetch changes up to

[GIT PULL 2/2] ARM: DTS: Keystone update for v5.8

2020-05-27 Thread Santosh Shilimkar
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/keystone_dts_for_5.8 for you to fetch changes up to

Re: [PATCH] rds: fix crash in rds_info_getsockopt()

2020-05-20 Thread santosh . shilimkar
nvert get_user_pages() --> pin_user_pages()") Cc: David S. Miller Cc: Jakub Kicinski Cc: net...@vger.kernel.org Cc: linux-r...@vger.kernel.org Cc: rds-de...@oss.oracle.com Signed-off-by: John Hubbard --- Thanks John !! Acked-by: Santosh Shilimkar

Re: [PATCH 1/1] soc: ti: omap-prm: use atomic iopoll instead of sleeping one

2020-05-19 Thread santosh . shilimkar
t;BUG: scheduling while atomic" warning. Issue is seen rather easily when CONFIG_PREEMPT is enabled. Signed-off-by: Tero Kristo Santosh do you want me to pick this for fixes? Sure Tony. Thanks !! Acked-by: Santosh Shilimkar

Re: [PATCH v2 0/2] soc: ti: add k3 platforms chipid module driver

2020-05-05 Thread santosh . shilimkar
On 5/5/20 12:34 PM, Grygorii Strashko wrote: Hi All, This series introduces TI K3 Multicore SoC platforms chipid module driver which provides identification support of the TI K3 SoCs (family, revision) and register this information with the SoC bus. It is available under /sys/devices/soc0/

Re: [PATCH 0/5] soc: ti: add k3 platforms chipid module driver

2020-05-01 Thread santosh . shilimkar
On 5/1/20 1:55 PM, Grygorii Strashko wrote: Hi Santosh, Tero On 23/04/2020 21:05, Grygorii Strashko wrote: Hi All, This series introduces TI K3 Multicore SoC platforms chipid module driver which provides identification support of the TI K3 SoCs (family, revision) and register this

Re: [PATCH 24/37] docs: networking: convert rds.txt to ReST

2020-04-30 Thread santosh . shilimkar
Carvalho Chehab --- Acked-by: Santosh Shilimkar

Re: [PATCH v3 00/14] dmaengine/soc: Add Texas Instruments UDMA support

2019-10-04 Thread santosh . shilimkar
On 9/30/19 11:16 PM, Peter Ujfalusi wrote: Hi, Changes since v2 )https://patchwork.kernel.org/project/linux-dmaengine/list/?series=152609=*) - Based on 5.4-rc1 - Support for Flow only data transfer for the glue layer Grygorii Strashko (3): bindings: soc: ti: add documentation for k3

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

2019-09-22 Thread santosh . shilimkar
On 9/21/19 1:46 PM, Randy Dunlap wrote: Hi Santosh, Would you also pick up patch 2/2, which I didn't Cc: you on?:( Do I need to resend it? Yes please. I don't have your 2/2

Re: [PATCH 1/2] soc: ti: big cleanup of Kconfig file

2019-09-19 Thread santosh . shilimkar
Fixes: a869b7b30dac ("soc: ti: Add Support for AM654 SoC config option") Fixes: cff377f7897a ("soc: ti: Add Support for J721E SoC config option") Signed-off-by: Randy Dunlap Cc: Olof Johansson Cc: Santosh Shilimkar Cc: Sandeep Nair Cc: Dave Gerlach Cc: Keerthy Cc: To

Re: BUG: unable to handle kernel NULL pointer dereference in rds_bind

2019-09-16 Thread santosh . shilimkar
On 9/16/19 9:49 AM, Cong Wang wrote: On Mon, Sep 16, 2019 at 6:29 AM syzbot wrote: Hello, syzbot found the following crash on: HEAD commit:f4b752a6 mlx4: fix spelling mistake "veify" -> "verify" git tree: net console output: https://syzkaller.appspot.com/x/log.txt?x=16cbebe660

Re: [RESEND PATCH next v2 0/6] ARM: keystone: update dt and enable cpts support

2019-09-05 Thread santosh . shilimkar
On 9/5/19 12:33 PM, Grygorii Strashko wrote: Hi Santosh, On 06/07/2019 02:48, santosh.shilim...@oracle.com wrote: On 7/5/19 8:12 AM, Grygorii Strashko wrote: Hi Santosh, This series is set of platform changes required to enable NETCP CPTS reference clock selection and final patch to enable

Re: [GIT PULL] SOC: TI soc updates for 5.4

2019-09-04 Thread santosh . shilimkar
On 9/4/19 6:13 AM, Arnd Bergmann wrote: On Tue, Aug 27, 2019 at 5:12 AM Santosh Shilimkar wrote: soc: TI soc updates for 5.4 - Update firmware to support PM domain shared and exclusive support - Update driver and dt

[GIT PULL] SOC: TI soc updates for 5.4

2019-08-26 Thread Santosh Shilimkar
The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b: Linux 5.3-rc2 (2019-07-28 12:47:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.4 for you to fetch changes up to

Re: [PATCH] net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler_cmn()

2019-07-26 Thread santosh . shilimkar
found by a static analysis tool STCheck written by us. Signed-off-by: Jia-Ju Bai --- That's possible. Looks good. Acked-by: Santosh Shilimkar

Re: memory leak in rds_send_probe

2019-07-23 Thread santosh . shilimkar
On 7/23/19 9:19 AM, Dmitry Vyukov wrote: On Tue, Jul 23, 2019 at 6:18 PM syzbot wrote: Hello, syzbot found the following crash on: HEAD commit:c6dd78fc Merge branch 'x86-urgent-for-linus' of git://git... git tree: upstream console output:

Re: [RESEND PATCH next v2 0/6] ARM: keystone: update dt and enable cpts support

2019-07-05 Thread santosh . shilimkar
On 7/5/19 8:12 AM, Grygorii Strashko wrote: Hi Santosh, This series is set of platform changes required to enable NETCP CPTS reference clock selection and final patch to enable CPTS for Keystone 66AK2E/L/HK SoCs. Those patches were posted already [1] together with driver's changes, so this is

Re: [PATCH] soc: ti: fix irq-ti-sci link error

2019-07-01 Thread santosh . shilimkar
Signed-off-by: Arnd Bergmann --- Thanks Arnd. Will you be able to add it to your fixes queue. FWIW, Acked-by: Santosh Shilimkar Cc:ing to a...@kernel.org is the best way to make sure it surfaces. Also, please do Acked-by on separate line so the tools catch it next Will do..

Re: [PATCH] soc: ti: fix irq-ti-sci link error

2019-07-01 Thread santosh . shilimkar
ur fixes queue. FWIW, Acked-by: Santosh Shilimkar

[GIT PULL] ARM: TI SOC updates for v5.3

2019-06-18 Thread Santosh Shilimkar
The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07: Linux 5.2-rc2 (2019-05-26 16:49:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.3 for you to fetch changes up to

Re: [PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt

2019-06-12 Thread santosh . shilimkar
announce themselves as multipath capable by setting the Thanks !! Acked-by: Santosh Shilimkar

Re: [PATCH] knav_qmss_queue: fix a missing-check bug in knav_pool_create()

2019-06-11 Thread santosh . shilimkar
On 6/11/19 3:08 AM, Gen Zhang wrote: On Tue, Jun 11, 2019 at 10:54:15AM +0100, Marc Zyngier wrote: Hi Gen, No idea why I'm being cc'd on this but hey... ;-) I copied email address ftom thid commit:-)

Re: [PATCH] firmware: ti_sci: Add support for processor control

2019-06-10 Thread santosh . shilimkar
On 6/10/19 5:19 AM, Tero Kristo wrote: On 08/06/2019 00:35, santosh.shilim...@oracle.com wrote: On 6/5/19 3:33 PM, Suman Anna wrote: Texas Instrument's System Control Interface (TI-SCI) Message Protocol is used in Texas Instrument's System on Chip (SoC) such as those in K3 family AM654 SoC

Re: [PATCH] firmware: ti_sci: Add support for processor control

2019-06-07 Thread santosh . shilimkar
On 6/5/19 3:33 PM, Suman Anna wrote: Texas Instrument's System Control Interface (TI-SCI) Message Protocol is used in Texas Instrument's System on Chip (SoC) such as those in K3 family AM654 SoC to communicate between various compute processors with a central system controller entity. The

[GIT PULL] soc: ti: couple of non critical fixes for v5.1

2019-02-01 Thread Santosh Shilimkar
The following changes since commit 1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8: Linux 5.0-rc2 (2019-01-14 10:41:12 +1200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_5.1 for you to fetch changes up to

Re: [PATCH] soc: ti: knav_dma: Use proper enum in pktdma_init_chan

2019-01-29 Thread Santosh Shilimkar
On 1/26/2019 11:11 AM, Nathan Chancellor wrote: On Mon, Dec 10, 2018 at 05:41:14PM -0700, Nathan Chancellor wrote: Clang warns when one enumerated type is implicitly converted to another: drivers/soc/ti/knav_dma.c:601:20: warning: implicit conversion from enumeration type 'enum

Re: [PATCH 1/4] ARM: omap2: avoid section mismatch warning

2018-12-10 Thread Santosh Shilimkar
because am43xx_suspend_init lacks a __init annotation or the annotation of am43xx_map_scu is wrong. Signed-off-by: Arnd Bergmann --- Acked-by: Santosh Shilimkar

Re: [PATCH] firmware: ti_sci: Change to use DEFINE_SHOW_ATTRIBUTE macro

2018-12-08 Thread Santosh Shilimkar
On 12/8/2018 8:04 AM, Nishanth Menon wrote: On 09:05-20181122, Yangtao Li wrote: Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li Thanks for the same and sorry for responding so late. [...] Santosh, could you pick this up? maybe for next rev or so?

Re: omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts

2018-11-26 Thread Santosh Shilimkar
On 11/26/2018 11:14 AM, Tony Lindgren wrote: * Thierry Reding [181126 10:14]: On Mon, Nov 19, 2018 at 09:14:06AM -0800, Tony Lindgren wrote: Well so commit 7e9d474954f4 ("ARM: tegra: Correct polarity for Tegra114 PMIC interrupt") states that tegra114 inverts the polarity of the PMIC

Re: omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts

2018-11-26 Thread Santosh Shilimkar
On 11/26/2018 11:14 AM, Tony Lindgren wrote: * Thierry Reding [181126 10:14]: On Mon, Nov 19, 2018 at 09:14:06AM -0800, Tony Lindgren wrote: Well so commit 7e9d474954f4 ("ARM: tegra: Correct polarity for Tegra114 PMIC interrupt") states that tegra114 inverts the polarity of the PMIC

Re: [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source

2018-11-13 Thread Santosh Shilimkar
On 11/11/2018 9:17 PM, Keerthy wrote: Add PRCM int16 as the wake up source. Signed-off-by: Keerthy --- Looks good. Tony, Would you able to pick this up ?

Re: [PATCH] soc: ti: wkup_m3: Add PRCM int16 as the wake up source

2018-11-13 Thread Santosh Shilimkar
On 11/11/2018 9:17 PM, Keerthy wrote: Add PRCM int16 as the wake up source. Signed-off-by: Keerthy --- Looks good. Tony, Would you able to pick this up ?

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-10-31 Thread Santosh Shilimkar
On 10/31/2018 11:42 AM, Marc Zyngier wrote: On 31/10/18 18:38, Santosh Shilimkar wrote: On 10/31/2018 11:21 AM, Marc Zyngier wrote: Hi Grygorii, [...] Well, I'm convinced that we do not want a networking driver to be tied to an interrupt architecture, and that the two should

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-10-31 Thread Santosh Shilimkar
On 10/31/2018 11:42 AM, Marc Zyngier wrote: On 31/10/18 18:38, Santosh Shilimkar wrote: On 10/31/2018 11:21 AM, Marc Zyngier wrote: Hi Grygorii, [...] Well, I'm convinced that we do not want a networking driver to be tied to an interrupt architecture, and that the two should

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-10-31 Thread Santosh Shilimkar
On 10/31/2018 11:21 AM, Marc Zyngier wrote: Hi Grygorii, [...] Well, I'm convinced that we do not want a networking driver to be tied to an interrupt architecture, and that the two should be completely independent. But that's my own opinion. I can only see two solutions moving forward: 1)

Re: [PATCH v2 09/10] irqchip: ti-sci-inta: Add support for Interrupt Aggregator driver

2018-10-31 Thread Santosh Shilimkar
On 10/31/2018 11:21 AM, Marc Zyngier wrote: Hi Grygorii, [...] Well, I'm convinced that we do not want a networking driver to be tied to an interrupt architecture, and that the two should be completely independent. But that's my own opinion. I can only see two solutions moving forward: 1)

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
Hi Greg, On 10/30/2018 4:11 AM, Marc Zyngier wrote: The Keystone QMSS driver is pretty damaged, in the sense that it does things like this: irq_set_affinity_hint(irq, to_cpumask(_map)); where cpu_map is a local variable. As we leave the function, this will point to nowhere-land, and

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
Hi Greg, On 10/30/2018 4:11 AM, Marc Zyngier wrote: The Keystone QMSS driver is pretty damaged, in the sense that it does things like this: irq_set_affinity_hint(irq, to_cpumask(_map)); where cpu_map is a local variable. As we leave the function, this will point to nowhere-land, and

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
? FWIW, Acked-by: Santosh Shilimkar

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
? FWIW, Acked-by: Santosh Shilimkar

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
10/30/2018 4:11 AM, Marc Zyngier wrote: The Keystone QMSS driver is pretty damaged, in the sense that it does things like this: irq_set_affinity_hint(irq, to_cpumask(_map)); where cpu_map is a local variable. As we leave the function, this will point to nowhere-land, and things will

Re: [PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint

2018-10-30 Thread Santosh Shilimkar
10/30/2018 4:11 AM, Marc Zyngier wrote: The Keystone QMSS driver is pretty damaged, in the sense that it does things like this: irq_set_affinity_hint(irq, to_cpumask(_map)); where cpu_map is a local variable. As we leave the function, this will point to nowhere-land, and things will

Re: [PATCH v2 00/10] Add support for TISCI irqchip drivers

2018-10-23 Thread Santosh Shilimkar
On 10/23/2018 1:17 AM, Lokesh Vutla wrote: Hi Santosh, On Tuesday 23 October 2018 02:09 AM, Santosh Shilimkar wrote: On 10/18/2018 8:40 AM, Lokesh Vutla wrote: TISCI abstracts the handling of IRQ routes where interrupt sources are not directly connected to host interrupt controller

Re: [PATCH v2 00/10] Add support for TISCI irqchip drivers

2018-10-23 Thread Santosh Shilimkar
On 10/23/2018 1:17 AM, Lokesh Vutla wrote: Hi Santosh, On Tuesday 23 October 2018 02:09 AM, Santosh Shilimkar wrote: On 10/18/2018 8:40 AM, Lokesh Vutla wrote: TISCI abstracts the handling of IRQ routes where interrupt sources are not directly connected to host interrupt controller

Re: [PATCH v2 00/10] Add support for TISCI irqchip drivers

2018-10-22 Thread Santosh Shilimkar
On 10/18/2018 8:40 AM, Lokesh Vutla wrote: TISCI abstracts the handling of IRQ routes where interrupt sources are not directly connected to host interrupt controller. This series adds support for: - TISCI commands needed for IRQ configuration - Interrupt Router(INTR) and Interrupt

Re: [PATCH v2 00/10] Add support for TISCI irqchip drivers

2018-10-22 Thread Santosh Shilimkar
On 10/18/2018 8:40 AM, Lokesh Vutla wrote: TISCI abstracts the handling of IRQ routes where interrupt sources are not directly connected to host interrupt controller. This series adds support for: - TISCI commands needed for IRQ configuration - Interrupt Router(INTR) and Interrupt

Re: [PATCH] clk: keystone: add missing MODULE_LICENSE

2018-10-05 Thread Santosh Shilimkar
/keystone/pll.o see include/linux/module.h for more information Add the appropriate information from the comment at the start of the two files. Signed-off-by: Arnd Bergmann --- Thanks Arnd. Acked-by: Santosh Shilimkar

Re: [PATCH] clk: keystone: add missing MODULE_LICENSE

2018-10-05 Thread Santosh Shilimkar
/keystone/pll.o see include/linux/module.h for more information Add the appropriate information from the comment at the start of the two files. Signed-off-by: Arnd Bergmann --- Thanks Arnd. Acked-by: Santosh Shilimkar

Re: [PATCH] MAINTAINERS: Drop dt-bindings/genpd/k2g.h

2018-09-28 Thread Santosh Shilimkar
Cc: Dave Gerlach Cc: Santosh Shilimkar Cc: Tero Kristo Reported-by: Joe Perches Signed-off-by: Nishanth Menon --- A big oops.. Sorry about that. will do better next time. I tried to relook and I think we have'nt missed any other files. Based off next-20180928 tag. Santosh, any chance you

Re: [PATCH] MAINTAINERS: Drop dt-bindings/genpd/k2g.h

2018-09-28 Thread Santosh Shilimkar
Cc: Dave Gerlach Cc: Santosh Shilimkar Cc: Tero Kristo Reported-by: Joe Perches Signed-off-by: Nishanth Menon --- A big oops.. Sorry about that. will do better next time. I tried to relook and I think we have'nt missed any other files. Based off next-20180928 tag. Santosh, any chance you

[GIT_PULL] SOC: driver updates for v4.20

2018-09-24 Thread Santosh Shilimkar
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_4.20 for you to fetch changes up

[GIT_PULL] SOC: driver updates for v4.20

2018-09-24 Thread Santosh Shilimkar
The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git tags/drivers_soc_for_4.20 for you to fetch changes up

Re: [PATCH] memory: ti-aemif: fix a potential NULL-pointer dereference

2018-09-06 Thread Santosh Shilimkar
On 9/6/2018 10:03 AM, Olof Johansson wrote: On Thu, Sep 06, 2018 at 09:58:54AM -0700, Santosh Shilimkar wrote: Hi Arnd, Olof, On 9/6/2018 5:12 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Platform data pointer may be NULL. We check it everywhere but in one place. Fix it. Fixes

Re: [PATCH] memory: ti-aemif: fix a potential NULL-pointer dereference

2018-09-06 Thread Santosh Shilimkar
On 9/6/2018 10:03 AM, Olof Johansson wrote: On Thu, Sep 06, 2018 at 09:58:54AM -0700, Santosh Shilimkar wrote: Hi Arnd, Olof, On 9/6/2018 5:12 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Platform data pointer may be NULL. We check it everywhere but in one place. Fix it. Fixes

Re: [PATCH] memory: ti-aemif: fix a potential NULL-pointer dereference

2018-09-06 Thread Santosh Shilimkar
Hi Arnd, Olof, On 9/6/2018 5:12 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Platform data pointer may be NULL. We check it everywhere but in one place. Fix it. Fixes: 8af70cd2ca50 ("memory: aemif: add support for board files") Reported-by: Dan Carpenter Signed-off-by: Bartosz

  1   2   3   4   5   6   7   8   9   10   >