net: qrtr: Handle IPCR control port format of older targets
Vignesh Viswanathan authored

The destination port value in the IPCR control buffer on older
targets is 0xFFFF. Handle the same by updating the dst_port to
QRTR_PORT_CTRL.
Signed-off-by: default avatarVignesh Viswanathan <quic_viswanat@quicinc.com>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
69940b88
Name Last commit Last update
Documentation dt-bindings: net: Brcm ASP 2.0 Ethernet controller
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
block Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linux
certs KEYS: Add missing function documentation
crypto crypto: algif_hash - Fix race between MORE and non-MORE sends
drivers net: phy: bcm7xxx: Add EPHY entry for 74165
fs Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
include net: phy: bcm7xxx: Add EPHY entry for 74165
init Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
io_uring Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
mm mm: lock newly mapped VMA with corrected ordering
net net: qrtr: Handle IPCR control port format of older targets
rust rust: error: `impl Debug` for `Error` with `errname()` integration
samples Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts Merge tag 'docs-6.5-2' of git://git.lwn.net/linux
security security: Constify sk in the sk_getsecid hook.
sound Merge tag 'sound-fix-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools selftests: router_bridge_pvid_vlan_upper: Add a new selftest
usr initramfs: Encode dependency on KBUILD_BUILD_TIMESTAMP
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format iommu: Add for_each_group_device()
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.