1. 18 5月, 2023 5 次提交
    • L
      Merge tag 'media/v6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · b802651b
      Linus Torvalds 提交于
      Pull media fixes from Mauro Carvalho Chehab:
       "Several fixes for the dvb core and drivers:
      
         - fix UAF and null pointer de-reference in DVB core
      
         - fix kernel runtime warning for blocking operation in wait_event*()
           in dvb core
      
         - fix write size bug in DVB conditional access core
      
         - fix dvb demux continuity counter debug check logic
      
         - randconfig build fixes in pvrusb2 and mn88443x
      
         - fix memory leak in ttusb-dec
      
         - fix netup_unidvb probe-time error check logic
      
         - improve error handling in dw2102 if it can't retrieve DVB MAC
           address"
      
      * tag 'media/v6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
        media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221
        media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()
        media: dvb-core: Fix use-after-free due to race at dvb_register_device()
        media: dvb-core: Fix use-after-free due on race condition at dvb_net
        media: dvb-core: Fix use-after-free on race condition at dvb_frontend
        media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID table
        media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()
        media: dvb_ca_en50221: fix a size write bug
        media: netup_unidvb: fix irq init by register it at the end of probe
        media: dvb-usb: dw2102: fix uninit-value in su3000_read_mac_address
        media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer()
        media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in rtl28xxu_i2c_xfer
        media: dvb-usb-v2: ce6230: fix null-ptr-deref in ce6230_i2c_master_xfer()
        media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer()
        media: dvb-usb: az6027: fix three null-ptr-deref in az6027_i2c_xfer()
        media: netup_unidvb: fix use-after-free at del_timer()
        media: dvb_demux: fix a bug for the continuity counter
        media: pvrusb2: fix DVB_CORE dependency
      b802651b
    • L
      Merge tag 'linux-kselftest-fixes-6.4-rc3' of... · 4d6d4c7f
      Linus Torvalds 提交于
      Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
      
      Pull Kselftest fixes from Shuah Khan:
      
       - sgx test fix for false negatives
      
       - ftrace output is hard to parses and it masks inappropriate skips etc.
         This fix addresses the problems by integrating with kselftest runner
      
      * tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
        selftests/ftrace: Improve integration with kselftest runner
        selftests/sgx: Add "test_encl.elf" to TEST_FILES
      4d6d4c7f
    • L
      Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux · 1b66c114
      Linus Torvalds 提交于
      Pull nfsd fixes from Chuck Lever:
      
       - A collection of minor bug fixes
      
      * tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux:
        NFSD: Remove open coding of string copy
        SUNRPC: Fix trace_svc_register() call site
        SUNRPC: always free ctxt when freeing deferred request
        SUNRPC: double free xprt_ctxt while still in use
        SUNRPC: Fix error handling in svc_setup_socket()
        SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
        lockd: define nlm_port_min,max with CONFIG_SYSCTL
        nfsd: define exports_proc_ops with CONFIG_PROC_FS
        SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IV
      1b66c114
    • L
      Merge tag 'tpmdd-v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd · cba58263
      Linus Torvalds 提交于
      Pull tpm fixes from Jarkko Sakkinen:
       "Three bug fixes for recently discovered issues"
      
      * tag 'tpmdd-v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
        tpm/tpm_tis: Disable interrupts for more Lenovo devices
        tpm: Prevent hwrng from activating during resume
        tpm_tis: Use tpm_chip_{start,stop} decoration inside tpm_tis_resume
      cba58263
    • A
      tracing: make ftrace_likely_update() declaration visible · a18ef64f
      Arnd Bergmann 提交于
      This function is only used when CONFIG_TRACE_BRANCH_PROFILING is set and
      DISABLE_BRANCH_PROFILING is not set, and the declaration is hidden
      behind this combination of tests.
      
      But that causes a warning when building with CONFIG_TRACING_BRANCHES,
      since that sets DISABLE_BRANCH_PROFILING for the tracing code, and the
      declaration is thus hidden:
      
        kernel/trace/trace_branch.c:205:6: error: no previous prototype for 'ftrace_likely_update' [-Werror=missing-prototypes]
      
      Move the declaration out of the #ifdef to avoid the warning.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      a18ef64f
  2. 16 5月, 2023 3 次提交
  3. 15 5月, 2023 8 次提交
  4. 14 5月, 2023 24 次提交