1. 31 Jan, 2023 1 commit
    • Greg Kroah-Hartman's avatar
      Merge tag 'media-uvc-next-20230115' of... · 745656a3
      Greg Kroah-Hartman authored
      Merge tag 'media-uvc-next-20230115' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux into usb-next
      
      Merge in this tag from the media tree so that future USB uvc patches
      will apply properly.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      
      * tag 'media-uvc-next-20230115' of git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux: (27 commits)
        media: uvcvideo: Silence memcpy() run-time false positive warnings
        media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910
        media: uvcvideo: Fix race condition with usb_kill_urb
        media: uvcvideo: Use standard names for menus
        media: uvcvideo: Fix power line control for Lenovo Integrated Camera
        media: uvcvideo: Refactor power_line_frequency_controls_limited
        media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX
        media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
        media: uvcvideo: Extend documentation of uvc_video_clock_decode()
        media: uvcvideo: Limit power line control for Acer EasyCamera
        media: uvcvideo: Refactor __uvc_ctrl_add_mapping
        media: uvcvideo: Fix handling on Bitmask controls
        media: uvcvideo: Do not return positive errors in uvc_query_ctrl()
        media: uvcvideo: Return -EACCES for Wrong state error
        media: uvcvideo: Improve error logging in uvc_query_ctrl()
        media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible()
        media: uvcvideo: Factor out usb_string() calls
        media: uvcvideo: Limit power line control for Acer EasyCamera
        media: uvcvideo: Recover stalled ElGato devices
        media: uvcvideo: Remove void casting for the status endpoint
        ...
      745656a3
  2. 25 Jan, 2023 20 commits
  3. 24 Jan, 2023 14 commits
  4. 23 Jan, 2023 1 commit
  5. 22 Jan, 2023 2 commits
    • Linus Torvalds's avatar
      Linux 6.2-rc5 · 2241ab53
      Linus Torvalds authored
      2241ab53
    • Linus Torvalds's avatar
      Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux · 95f184d0
      Linus Torvalds authored
      Pull another io_uring fix from Jens Axboe:
       "Just a single fix for a regression that happened in this release due
        to a poll change. Normally I would've just deferred it to next week,
        but since the original fix got picked up by stable, I think it's
        better to just send this one off separately.
      
        The issue is around the poll race fix, and how it mistakenly also got
        applied to multishot polling. Those don't need the race fix, and we
        should not be doing any reissues for that case. Exhaustive test cases
        were written and committed to the liburing regression suite for the
        reported issue, and additions for similar issues"
      
      * tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux:
        io_uring/poll: don't reissue in case of poll race on multishot request
      95f184d0
  6. 21 Jan, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · f6714402
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are some small char/misc and other subsystem driver fixes for
        6.2-rc5 to resolve a few reported issues. They include:
      
         - long time pending fastrpc fixes (should have gone into 6.1, my
           fault)
      
         - mei driver/bus fixes and new device ids
      
         - interconnect driver fixes for reported problems
      
         - vmci bugfix
      
         - w1 driver bugfixes for reported problems
      
        Almost all of these have been in linux-next with no reported problems,
        the rest have all passed 0-day bot testing in my tree and on the
        mailing lists where they have sat too long due to me taking a long
        time to catch up on my pending patch queue"
      
      * tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        VMCI: Use threaded irqs instead of tasklets
        misc: fastrpc: Pass bitfield into qcom_scm_assign_mem
        gsmi: fix null-deref in gsmi_get_variable
        misc: fastrpc: Fix use-after-free race condition for maps
        misc: fastrpc: Don't remove map on creater_process and device_release
        misc: fastrpc: Fix use-after-free and race in fastrpc_map_find
        misc: fastrpc: fix error code in fastrpc_req_mmap()
        mei: me: add meteor lake point M DID
        mei: bus: fix unlink on bus in error path
        w1: fix WARNING after calling w1_process()
        w1: fix deadloop in __w1_remove_master_device()
        comedi: adv_pci1760: Fix PWM instruction handling
        interconnect: qcom: rpm: Use _optional func for provider clocks
        interconnect: qcom: msm8996: Fix regmap max_register values
        interconnect: qcom: msm8996: Provide UFS clocks to A2NoC
        dt-bindings: interconnect: Add UFS clocks to MSM8996 A2NoC
      f6714402
    • Linus Torvalds's avatar
      Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · c88a3114
      Linus Torvalds authored
      Pull driver core fixes from Greg KH:
       "Here are three small driver and kernel core fixes for 6.2-rc5. They
        include:
      
         - potential gadget fixup in do_prlimit
      
         - device property refcount leak fix
      
         - test_async_probe bugfix for reported problem"
      
      * tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        prlimit: do_prlimit needs to have a speculation check
        driver core: Fix test_async_probe_init saves device in wrong array
        device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()
      c88a3114