mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
57ce6427e00a6a72f74b29630b39548b36980b09
Cross-merge networking fixes after downstream PR. Conflicts: include/net/inet_sock.hf866fbc842("ipv4: fix data-races around inet->inet_id")c274af2242("inet: introduce inet->inet_flags") https://lore.kernel.org/all/679ddff6-db6e-4ff6-b177-574e90d0103d@tessares.net/ Adjacent changes: drivers/net/bonding/bond_alb.ce74216b8de("bonding: fix macvlan over alb bond support")f11e5bd159("bonding: support balance-alb with openvswitch") drivers/net/ethernet/broadcom/bgmac.cd6499f0b7c("net: bgmac: Return PTR_ERR() for fixed_phy_register()")23a14488ea("net: bgmac: Fix return value check for fixed_phy_register()") drivers/net/ethernet/broadcom/genet/bcmmii.c32bbe64a13("net: bcmgenet: Fix return value check for fixed_phy_register()")acf50d1adb("net: bcmgenet: Return PTR_ERR() for fixed_phy_register()") net/sctp/socket.cf866fbc842("ipv4: fix data-races around inet->inet_id")b09bde5c35("inet: move inet->mc_loop to inet->inet_frags") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
…
…
…
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.
Description
Languages
C
97.1%
Assembly
1%
Shell
0.6%
Rust
0.4%
Python
0.4%
Other
0.3%