[PATCH 5.10 000/137] 5.10.216-rc2 review

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is the start of the stable review cycle for the 5.10.216 release.
There are 137 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Thu, 02 May 2024 13:40:03 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.10.216-rc2.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Linux 5.10.216-rc2

Guenter Roeck <linux@xxxxxxxxxxxx>
    riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabled

Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
    serial: core: fix kernel-doc for uart_port_unlock_irqrestore()

Yick Xie <yick.xie@xxxxxxxxx>
    udp: preserve the connected status if only UDP cmsg

Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
    bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS

Nam Cao <namcao@xxxxxxxxxxxxx>
    HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up

Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
    i2c: smbus: fix NULL function pointer dereference

Samuel Holland <samuel.holland@xxxxxxxxxx>
    riscv: Fix TASK_SIZE on 64-bit NOMMU

Baoquan He <bhe@xxxxxxxxxx>
    riscv: fix VMALLOC_START definition

Sean Anderson <sean.anderson@xxxxxxxxx>
    dma: xilinx_dpdma: Fix locking

Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
    idma64: Don't try to serve interrupts when device is powered off

Arnd Bergmann <arnd@xxxxxxxx>
    dmaengine: owl: fix register access functions

Eric Dumazet <edumazet@xxxxxxxxxx>
    tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
    tcp: Clean up kernel listener's reqsk in inet_twsk_purge()

Arnd Bergmann <arnd@xxxxxxxx>
    mtd: diskonchip: work around ubsan link failure

Andrey Ryabinin <ryabinin.a.a@xxxxxxxxx>
    stackdepot: respect __GFP_NOLOCKDEP allocation flag

Peter Münster <pm@xxxxxxxx>
    net: b44: set pause params only when interface is up

Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx>
    ethernet: Add helper for assigning packet type when dest address does not match device address

Guanrui Huang <guanrui.huang@xxxxxxxxxxxxxxxxx>
    irqchip/gic-v3-its: Prevent double free on error

Mukul Joshi <mukul.joshi@xxxxxxx>
    drm/amdgpu: Fix leak when GPU memory allocation fails

Alex Deucher <alexander.deucher@xxxxxxx>
    drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3

Iskander Amara <iskander.amara@xxxxxxxxxxxxxxxxxxxxx>
    arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 Puma

Sean Christopherson <seanjc@xxxxxxxxxx>
    cpu: Re-enable CPU mitigations by default for !X86 architectures

Johannes Thumshirn <johannes.thumshirn@xxxxxxx>
    btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

WangYuli <wangyuli@xxxxxxxxxxxxx>
    Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853

Nathan Chancellor <nathan@xxxxxxxxxx>
    Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()

Christian Marangi <ansuelsmth@xxxxxxxxx>
    PM / devfreq: Fix buffer overflow in trans_stat_show

Robin H. Johnson <robbat2@xxxxxxxxxx>
    tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together

Robin H. Johnson <robbat2@xxxxxxxxxx>
    tracing: Show size of requested perf buffer

Shifeng Li <lishifeng@xxxxxxxxxxxxxx>
    net/mlx5e: Fix a race in command alloc flow

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Revert "crypto: api - Disallow identical driver names"

Emil Kronborg <emil.kronborg@xxxxxxxxxxxxxx>
    serial: mxs-auart: add spinlock around changing cts state

Thomas Gleixner <tglx@xxxxxxxxxxxxx>
    serial: core: Provide port lock wrappers

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
    af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().

Jason Reeder <jreeder@xxxxxx>
    net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets

Sudheer Mogilappagari <sudheer.mogilappagari@xxxxxxxxx>
    iavf: Fix TC config comparison with existing adapter TC config

Erwan Velu <e.velu@xxxxxxxxxx>
    i40e: Report MFS in decimal base instead of hex

Sindhu Devale <sindhu.devale@xxxxxxxxx>
    i40e: Do not use WQ_MEM_RECLAIM flag for workqueue

Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
    netfilter: nf_tables: honor table dormant flag from netdev release event path

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash work

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix incorrect list API usage

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix warning during rehash

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix memory leak during rehash

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Rate limit error message

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehash

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity update

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: spectrum_acl_tcam: Fix race during rehash delayed work

Hyunwoo Kim <v4bel@xxxxxxxxx>
    net: openvswitch: Fix Use-After-Free in ovs_ct_exit

Ismael Luceno <iluceno@xxxxxxx>
    ipvs: Fix checksumming on GSO of SCTP packets

Hyunwoo Kim <v4bel@xxxxxxxxx>
    net: gtp: Fix Use-After-Free in gtp_dellink

Eric Dumazet <edumazet@xxxxxxxxxx>
    net: usb: ax88179_178a: stop lying about skb->truesize

Eric Dumazet <edumazet@xxxxxxxxxx>
    ipv4: check for NULL idev in ip_route_use_hint()

Paul Geurts <paul_geurts@xxxxxxx>
    NFC: trf7970a: disable all regulators on removal

Ido Schimmel <idosch@xxxxxxxxxx>
    mlxsw: core: Unregister EMAD trap using FORWARD action

David Bauer <mail@xxxxxxxxxxxxxxx>
    vxlan: drop packets from invalid src-address

Avraham Stern <avraham.stern@xxxxxxxxx>
    wifi: iwlwifi: mvm: remove old PASN station when adding a new one

Alexey Brodkin <Alexey.Brodkin@xxxxxxxxxxxx>
    ARC: [plat-hsdk]: Remove misplaced interrupt-cells property

Rafał Miłecki <rafal@xxxxxxxxxx>
    arm64: dts: mediatek: mt2712: fix validation errors

Rafał Miłecki <rafal@xxxxxxxxxx>
    arm64: dts: mediatek: mt7622: drop "reset-names" from thermal block

Rafał Miłecki <rafal@xxxxxxxxxx>
    arm64: dts: mediatek: mt7622: fix ethernet controller "compatible"

Rafał Miłecki <rafal@xxxxxxxxxx>
    arm64: dts: mediatek: mt7622: fix IR nodename

Rafał Miłecki <rafal@xxxxxxxxxx>
    arm64: dts: mediatek: mt7622: fix clock controllers

Felix Fietkau <nbd@xxxxxxxx>
    arm64: dts: mediatek: mt7622: introduce nodes for Wireless Ethernet Dispatch

Felix Fietkau <nbd@xxxxxxxx>
    arm64: dts: mediatek: mt7622: add support for coherent DMA

Dragan Simic <dsimic@xxxxxxxxxxx>
    arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro dts

Quentin Schulz <quentin.schulz@xxxxxxxxxxxxxxxxxxxxx>
    arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for RK3399 Puma

Iskander Amara <iskander.amara@xxxxxxxxxxxxxxxxxxxxx>
    arm64: dts: rockchip: fix alphabetical ordering RK3399 puma

Jeongjun Park <aha310510@xxxxxxxxx>
    nilfs2: fix OOB in nilfs_set_de_type

Dave Airlie <airlied@xxxxxxxxxx>
    nouveau: fix instmem race condition around ptr stores

xinhui pan <xinhui.pan@xxxxxxx>
    drm/amdgpu: validate the parameters of bo mapping operations more clearly

Yuntao Wang <ytcoode@xxxxxxxxx>
    init/main.c: Fix potential static_command_line memory overflow

Alan Stern <stern@xxxxxxxxxxxxxxxxxxx>
    fs: sysfs: Fix reference leak in sysfs_break_active_protection()

Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
    speakup: Avoid crash on very long word

Alexander Usyskin <alexander.usyskin@xxxxxxxxx>
    mei: me: disable RPL-S on SPS and IGN firmwares

Kai-Heng Feng <kai.heng.feng@xxxxxxxxxxxxx>
    usb: Disable USB3 LPM at shutdown

Minas Harutyunyan <Minas.Harutyunyan@xxxxxxxxxxxx>
    usb: dwc2: host: Fix dereference issue in DDMA completion flow.

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
    Revert "usb: cdc-wdm: close race between read and workqueue"

Daniele Palmas <dnlplm@xxxxxxxxx>
    USB: serial: option: add Telit FN920C04 rmnet compositions

Vanillan Wang <vanillanwang@xxxxxxx>
    USB: serial: option: add Rolling RW101-GL and RW135-GL support

Jerry Meng <jerry-meng@xxxxxxxxxxx>
    USB: serial: option: support Quectel EM060K sub-models

Coia Prant <coiaprant@xxxxxxxxx>
    USB: serial: option: add Lonsung U8300/U9300 product

Chuanhong Guo <gch981213@xxxxxxxxx>
    USB: serial: option: add support for Fibocom FM650/FG650

bolan wang <bolan.wang@xxxxxxxxxxx>
    USB: serial: option: add Fibocom FM135-GL variants

Finn Thain <fthain@xxxxxxxxxxxxxx>
    serial/pmac_zilog: Remove flawed mitigation for rx irq flood

Nikita Zhandarovich <n.zhandarovich@xxxxxxxxxx>
    comedi: vmk80xx: fix incomplete endpoint checking

Gil Fine <gil.fine@xxxxxxxxxxxxxxx>
    thunderbolt: Fix wake configurations after device unplug

Gil Fine <gil.fine@xxxxxxxxxxxxxxx>
    thunderbolt: Avoid notify PM core about runtime PM resume

Carlos Llamas <cmllamas@xxxxxxxxxx>
    binder: check offset alignment in binder_get_object()

Eric Biggers <ebiggers@xxxxxxxxxx>
    x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: Get runtime PM before walking tree during disable_unused

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: Initialize struct clk_core kref earlier

Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
    clk: Print an info line before disabling unused clocks

Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>
    clk: remove extra empty line

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: Mark 'all_lists' as const

Stephen Boyd <sboyd@xxxxxxxxxx>
    clk: Remove prepare_lock hold assertion in __clk_release()

Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    drm/panel: visionox-rm69299: don't unregister DSI device

Mikhail Kobuk <m.kobuk@xxxxxxxxx>
    drm: nv04: Fix out of bounds access

Michael Guralnik <michaelgur@xxxxxxxxxx>
    RDMA/mlx5: Fix port number for counter query in multi-port configuration

Mark Zhang <markzhang@xxxxxxxxxx>
    RDMA/cm: Print the old state when cm_destroy_id gets timeout

Yanjun.Zhu <yanjun.zhu@xxxxxxxxx>
    RDMA/rxe: Fix the problem "mutex_destroy missing"

Lei Chen <lei.chen@xxxxxxxxxx>
    tun: limit printing rate when illegal packet received by tun dev

Florian Westphal <fw@xxxxxxxxx>
    netfilter: nft_set_pipapo: do not free live element

Ziyang Xuan <william.xuanziyang@xxxxxxxxxx>
    netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()

Siddh Raman Pant <siddh.raman.pant@xxxxxxxxxx>
    Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"

Zheng Yejian <zhengyejian1@xxxxxxxxxx>
    kprobes: Fix possible use-after-free issue on kprobe registration

Yuanhe Shu <xiangzao@xxxxxxxxxxxxxxxxx>
    selftests/ftrace: Limit length in subsystem-enable tests

Stefan O'Rear <sorear@xxxxxxxxxxxx>
    riscv: process: Fix kernel gp leakage

Guo Ren <guoren@xxxxxxxxxxxxxxxxx>
    riscv: Enable per-task stack canaries

Boris Burkov <boris@xxxxxx>
    btrfs: record delayed inode root in transaction

Arnd Bergmann <arnd@xxxxxxxx>
    irqflags: Explicitly ignore lockdep_hrtimer_exit() argument

Adam Dunlap <acdunlap@xxxxxxxxxx>
    x86/apic: Force native_apic_mem_read() to use the MOV instruction

John Stultz <jstultz@xxxxxxxxxx>
    selftests: timers: Fix abs() warning in posix_timers test

Sean Christopherson <seanjc@xxxxxxxxxx>
    x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n

Gavin Shan <gshan@xxxxxxxxxx>
    vhost: Add smp_rmb() in vhost_vq_avail_empty()

Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx>
    drm/client: Fully protect modes[] with dev->mode_config.mutex

Boris Burkov <boris@xxxxxx>
    btrfs: qgroup: correctly model root qgroup rsv in convert

Daisuke Mizobuchi <mizo@xxxxxxxxxxxxxxxxx>
    mailbox: imx: fix suspend failue

Jacob Pan <jacob.jun.pan@xxxxxxxxxxxxxxx>
    iommu/vt-d: Allocate local memory for page request queue

David Arinzon <darinzon@xxxxxxxxxx>
    net: ena: Fix incorrect descriptor free behavior

David Arinzon <darinzon@xxxxxxxxxx>
    net: ena: Wrong missing IO completions check order

David Arinzon <darinzon@xxxxxxxxxx>
    net: ena: Fix potential sign extension issue

Michal Luczaj <mhal@xxxxxxx>
    af_unix: Fix garbage collector racing against connect()

Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
    af_unix: Do not use atomic ops for unix_sk(sk)->inflight.

Cosmin Ratiu <cratiu@xxxxxxxxxx>
    net/mlx5: Properly link new fs rules into the tree

Eric Dumazet <edumazet@xxxxxxxxxx>
    netfilter: complete validation of user input

Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
    Bluetooth: SCO: Fix not validating setsockopt user input

Jiri Benc <jbenc@xxxxxxxxxx>
    ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr

Arnd Bergmann <arnd@xxxxxxxx>
    ipv4/route: avoid unused-but-set-variable warning

Arnd Bergmann <arnd@xxxxxxxx>
    ipv6: fib: hide unused 'pn' variable

Geetha sowjanya <gakula@xxxxxxxxxxx>
    octeontx2-af: Fix NIX SQ mode and BP config

Eric Dumazet <edumazet@xxxxxxxxxx>
    geneve: fix header validation in geneve[6]_xmit_skb

Eric Dumazet <edumazet@xxxxxxxxxx>
    xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RING

Petr Tesarik <petr@xxxxxxxxxxx>
    u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one file

Ilya Maximets <i.maximets@xxxxxxx>
    net: openvswitch: fix unwanted error log on timeout policy probing

Arnd Bergmann <arnd@xxxxxxxx>
    nouveau: fix function cast warning

Nini Song <nini.song@xxxxxxxxxxxx>
    media: cec: core: remove length check of Timer Status

Dmitry Antipov <dmantipov@xxxxxxxxx>
    Bluetooth: Fix memory leak in hci_req_sync_complete()

Sven Eckelmann <sven@xxxxxxxxxxxxx>
    batman-adv: Avoid infinite loop trying to resize local TT


-------------

Diffstat:

 Documentation/ABI/testing/sysfs-class-devfreq      |   3 +
 Makefile                                           |   4 +-
 arch/Kconfig                                       |   8 ++
 arch/arc/boot/dts/hsdk.dts                         |   1 -
 arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |   8 +-
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |   3 +-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           |  62 ++++++---
 .../boot/dts/rockchip/rk3399-pinebook-pro.dts      |   1 -
 arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi      |  29 +++-
 arch/riscv/Kconfig                                 |   8 ++
 arch/riscv/Makefile                                |  10 ++
 arch/riscv/include/asm/pgtable.h                   |   4 +-
 arch/riscv/include/asm/stackprotector.h            |   3 +-
 arch/riscv/kernel/asm-offsets.c                    |   3 +
 arch/riscv/kernel/process.c                        |   5 +-
 arch/x86/Kconfig                                   |  11 +-
 arch/x86/include/asm/apic.h                        |   3 +-
 arch/x86/kernel/cpu/cpuid-deps.c                   |   6 +-
 crypto/algapi.c                                    |   1 -
 drivers/accessibility/speakup/main.c               |   2 +-
 drivers/android/binder.c                           |   4 +-
 drivers/bluetooth/btusb.c                          |   2 +
 drivers/clk/clk.c                                  | 154 ++++++++++++++++-----
 drivers/devfreq/devfreq.c                          |  59 +++++---
 drivers/dma/idma64.c                               |   4 +
 drivers/dma/owl-dma.c                              |   4 +-
 drivers/dma/xilinx/xilinx_dpdma.c                  |  13 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  72 ++++++----
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             |  24 ++--
 drivers/gpu/drm/drm_client_modeset.c               |   3 +-
 drivers/gpu/drm/nouveau/nouveau_bios.c             |  13 +-
 .../gpu/drm/nouveau/nvkm/subdev/bios/shadowof.c    |   7 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/instmem/nv50.c |   7 +-
 drivers/gpu/drm/panel/panel-visionox-rm69299.c     |   2 -
 drivers/hid/i2c-hid/i2c-hid-core.c                 |   8 --
 drivers/i2c/i2c-core-base.c                        |  12 +-
 drivers/infiniband/core/cm.c                       |  11 +-
 drivers/infiniband/hw/mlx5/mad.c                   |   3 +-
 drivers/infiniband/sw/rxe/rxe.c                    |   2 +
 drivers/iommu/intel/svm.c                          |   2 +-
 drivers/irqchip/irq-gic-v3-its.c                   |   9 +-
 drivers/mailbox/imx-mailbox.c                      |   8 +-
 drivers/media/cec/core/cec-adap.c                  |  14 --
 drivers/misc/mei/pci-me.c                          |   2 +-
 drivers/mtd/nand/raw/diskonchip.c                  |   4 +-
 drivers/net/ethernet/amazon/ena/ena_com.c          |   2 +-
 drivers/net/ethernet/amazon/ena/ena_netdev.c       |  35 +++--
 drivers/net/ethernet/broadcom/b44.c                |  14 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c        |   6 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c        |  30 +++-
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  22 +--
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   3 +-
 drivers/net/ethernet/mellanox/mlxsw/core.c         |   2 +-
 .../ethernet/mellanox/mlxsw/spectrum_acl_tcam.c    |  54 ++++++--
 drivers/net/ethernet/ti/am65-cpts.c                |   5 +
 drivers/net/geneve.c                               |   4 +-
 drivers/net/gtp.c                                  |   3 +-
 drivers/net/tun.c                                  |  18 +--
 drivers/net/usb/ax88179_178a.c                     |  11 +-
 drivers/net/vxlan/vxlan_core.c                     |   4 +
 .../net/wireless/intel/iwlwifi/mvm/ftm-initiator.c |   2 +
 drivers/nfc/trf7970a.c                             |  42 +++---
 drivers/staging/comedi/drivers/vmk80xx.c           |  35 ++---
 drivers/thunderbolt/switch.c                       |  50 +++++--
 drivers/thunderbolt/tb.c                           |   4 +-
 drivers/thunderbolt/tb.h                           |   3 +-
 drivers/thunderbolt/usb4.c                         |  13 +-
 drivers/tty/serial/mxs-auart.c                     |   8 +-
 drivers/tty/serial/pmac_zilog.c                    |  14 --
 drivers/usb/class/cdc-wdm.c                        |   6 +-
 drivers/usb/core/port.c                            |   4 +-
 drivers/usb/dwc2/hcd_ddma.c                        |   4 +-
 drivers/usb/serial/option.c                        |  40 ++++++
 drivers/vhost/vhost.c                              |  14 +-
 fs/btrfs/backref.c                                 |  12 +-
 fs/btrfs/delayed-inode.c                           |   3 +
 fs/btrfs/qgroup.c                                  |   2 +
 fs/nilfs2/dir.c                                    |   2 +-
 fs/sysfs/file.c                                    |   2 +
 include/linux/etherdevice.h                        |  25 ++++
 include/linux/irqflags.h                           |   2 +-
 include/linux/serial_core.h                        |  79 +++++++++++
 include/linux/trace_events.h                       |   2 +-
 include/linux/u64_stats_sync.h                     |   6 +-
 include/net/addrconf.h                             |   4 +
 include/net/af_unix.h                              |   5 +-
 include/net/bluetooth/bluetooth.h                  |   9 ++
 include/net/ip_tunnels.h                           |  33 +++++
 init/main.c                                        |   2 +
 kernel/bounds.c                                    |   2 +-
 kernel/cpu.c                                       |   3 +-
 kernel/kprobes.c                                   |  18 ++-
 kernel/trace/trace_event_perf.c                    |   3 +-
 kernel/trace/trace_events_trigger.c                |   6 +-
 lib/stackdepot.c                                   |   4 +-
 net/batman-adv/translation-table.c                 |   2 +-
 net/bluetooth/hci_request.c                        |   4 +-
 net/bluetooth/l2cap_sock.c                         |   7 +-
 net/bluetooth/sco.c                                |  26 ++--
 net/ethernet/eth.c                                 |  12 +-
 net/ipv4/inet_timewait_sock.c                      |  34 +++--
 net/ipv4/netfilter/arp_tables.c                    |   4 +
 net/ipv4/netfilter/ip_tables.c                     |   4 +
 net/ipv4/route.c                                   |   7 +-
 net/ipv4/udp.c                                     |   5 +-
 net/ipv6/addrconf.c                                |   7 +-
 net/ipv6/ip6_fib.c                                 |   7 +-
 net/ipv6/netfilter/ip6_tables.c                    |   4 +
 net/ipv6/udp.c                                     |   5 +-
 net/netfilter/ipvs/ip_vs_proto_sctp.c              |   6 +-
 net/netfilter/nf_tables_api.c                      |   8 +-
 net/netfilter/nft_chain_filter.c                   |   4 +-
 net/netfilter/nft_set_pipapo.c                     |  14 +-
 net/openvswitch/conntrack.c                        |   9 +-
 net/unix/af_unix.c                                 |   4 +-
 net/unix/garbage.c                                 |  35 +++--
 net/unix/scm.c                                     |   8 +-
 net/xdp/xsk.c                                      |   2 +
 .../ftrace/test.d/event/subsystem-enable.tc        |   6 +-
 tools/testing/selftests/timers/posix_timers.c      |   2 +-
 122 files changed, 1057 insertions(+), 476 deletions(-)






[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux