Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
  2. Nov 02, 2024
  3. Oct 27, 2024
  4. Oct 26, 2024
  5. Oct 25, 2024
  6. Oct 24, 2024
    • Linus Torvalds's avatar
      Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf · ae90f6a6
      Linus Torvalds authored
      Pull bpf fixes from Daniel Borkmann:
      
       - Fix an out-of-bounds read in bpf_link_show_fdinfo for BPF sockmap
         link file descriptors (Hou Tao)
      
       - Fix BPF arm64 JIT's address emission with tag-based KASAN enabled
         reserving not enough size (Peter Collingbourne)
      
       - Fix BPF verifier do_misc_fixups patching for inlining of the
         bpf_get_branch_snapshot BPF helper (Andrii Nakryiko)
      
       - Fix a BPF verifier bug and reject BPF program write attempts into
         read-only marked BPF maps (Daniel Borkmann)
      
       - Fix perf_event_detach_bpf_prog error handling by removing an invalid
         check which would skip BPF program release (Jiri Olsa)
      
       - Fix memory leak when parsing mount options for the BPF filesystem
         (Hou Tao)
      
      * tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf:
        bpf: Check validity of link->type in bpf_link_show_fdinfo()
        bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
        bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
        bpf,perf: Fix perf_event_detach_bpf_prog error handling
        selftests/bpf: Add test for passing in uninit mtu_len
        selftests/bpf: Add test for writes to .rodata
        bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
        bpf: Fix overloading of MEM_UNINIT's meaning
        bpf: Add MEM_WRITE attribute
        bpf: Preserve param->string when parsing mount options
        bpf, arm64: Fix address emission with tag-based KASAN enabled
      ae90f6a6
    • Linus Torvalds's avatar
      Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · d44cd822
      Linus Torvalds authored
      Pull networking fixes from Paolo Abeni:
       "Including fixes from netfiler, xfrm and bluetooth.
      
        Oddly this includes a fix for a posix clock regression; in our
        previous PR we included a change there as a pre-requisite for
        networking one. That fix proved to be buggy and requires the follow-up
        included here. Thomas suggested we should send it, given we sent the
        buggy patch.
      
        Current release - regressions:
      
         - posix-clock: Fix unbalanced locking in pc_clock_settime()
      
         - netfilter: fix typo causing some targets not to load on IPv6
      
        Current release - new code bugs:
      
         - xfrm: policy: remove last remnants of pernet inexact list
      
        Previous releases - regressions:
      
         - core: fix races in netdev_tx_sent_queue()/dev_watchdog()
      
         - bluetooth: fix UAF on sco_sock_timeout
      
         - eth: hv_netvsc: fix VF namespace also in synthetic NIC
           NETDEV_REGISTER event
      
         - eth: usbnet: fix name regression
      
         - eth: be2net: fix potential memory leak in be_xmit()
      
         - eth: plip: fix transmit path breakage
      
        Previous releases - always broken:
      
         - sched: deny mismatched skip_sw/skip_hw flags for actions created by
           classifiers
      
         - netfilter: bpf: must hold reference on net namespace
      
         - eth: virtio_net: fix integer overflow in stats
      
         - eth: bnxt_en: replace ptp_lock with irqsave variant
      
         - eth: octeon_ep: add SKB allocation failures handling in
           __octep_oq_process_rx()
      
        Misc:
      
         - MAINTAINERS: add Simon as an official reviewer"
      
      * tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (40 commits)
        net: dsa: mv88e6xxx: support 4000ps cycle counter period
        net: dsa: mv88e6xxx: read cycle counter period from hardware
        net: dsa: mv88e6xxx: group cycle counter coefficients
        net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
        hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
        net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
        Bluetooth: ISO: Fix UAF on iso_sock_timeout
        Bluetooth: SCO: Fix UAF on sco_sock_timeout
        Bluetooth: hci_core: Disable works on hci_unregister_dev
        posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
        r8169: avoid unsolicited interrupts
        net: sched: use RCU read-side critical section in taprio_dump()
        net: sched: fix use-after-free in taprio_change()
        net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiers
        net: usb: usbnet: fix name regression
        mlxsw: spectrum_router: fix xa_store() error checking
        virtio_net: fix integer overflow in stats
        net: fix races in netdev_tx_sent_queue()/dev_watchdog()
        net: wwan: fix global oob in wwan_rtnl_policy
        netfilter: xtables: fix typo causing some targets not to load on IPv6
        ...
      d44cd822
    • Linus Torvalds's avatar
      Merge tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid · c9a50b90
      Linus Torvalds authored
      Pull HID fixes from Jiri Kosina:
       "Device-specific functionality quirks for Thinkpad X1 Gen3, Logitech
        Bolt and some Goodix touchpads (Bartłomiej Maryńczak, Hans de Goede
        and Kenneth Albanowski)"
      
      * tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
        HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
        HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad
        HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad
      c9a50b90
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2024-10-24' of... · 2ba1f81e
      Dave Airlie authored
      Merge tag 'drm-intel-fixes-2024-10-24' of https://gitlab.freedesktop.org/drm/i915/kernel
      
       into drm-fixes
      
      - Fix DRM_I915_GVT_KVMGT dependencies in Kconfig
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/ZxniUlDg59RxOO-6@jlahtine-mobl.ger.corp.intel.com
      2ba1f81e
Loading