Re: [PATCH net-next v3] tipc: replace deprecated strcpy with strscpy in tipc_bearer_get_name()
Ajith P V <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
> net tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git > net-next tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git Thank you. I tried the correct net-next tree. The same patch applied successfully here also as shown below. <path of the linux tree>/net-next$ ls arch certs CREDITS Documentation fs init ipc Kconfig lib MAINTAINERS mm README samples security tools virt block COPYING crypto drivers include io_uring Kbuild kernel LICENSES Makefile net rust scripts sound usr <path of the linux tree>/net-next$ git remote -v origin https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git (fetch) origin https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git (push) <path of the linux tree>/net-next$ git am ../../patches/v3-0001-tipc-replace-deprecated-strcpy-with-strscpy-in-ti.patch Applying: tipc: replace deprecated strcpy with strscpy in tipc_bearer_get_name() <path of the linux tree>/net-next$ git branch * main <path of the linux tree>/net-next$ Am I missing something?