https://github.com/torvalds/linux
Revision b416beb25d9317499c823aea1522eefd8d72ea36 authored by Jeremy Kerr on 18 October 2021, 03:29:34 UTC, committed by David S. Miller on 18 October 2021, 12:47:09 UTC
Use the more precise __kernel_sa_family_t for smctp_family, to match
struct sockaddr.

Also, use an unsigned int for the network member; negative networks
don't make much sense. We're already using unsigned for mctp_dev and
mctp_skb_cb, but need to change mctp_sock to suit.

Fixes: 60fc63981693 ("mctp: Add sockaddr_mctp to uapi")
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Acked-by: Eugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b2cddb4
Raw File
Tip revision: b416beb25d9317499c823aea1522eefd8d72ea36 authored by Jeremy Kerr on 18 October 2021, 03:29:34 UTC
mctp: unify sockaddr_mctp types
Tip revision: b416beb
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.
back to top