Skip to content
Snippets Groups Projects
  1. Dec 21, 2020
  2. Dec 08, 2020
  3. Dec 06, 2020
  4. Dec 05, 2020
    • Linus Torvalds's avatar
      Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux · 33256ce1
      Linus Torvalds authored
      Pull i2c fixes from Wolfram Sang:
       "Some more I2C driver updates. IMX updates are a tad bigger, but not
        exceptionally big"
      
      * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
        i2c: mlxbf: Fix the return check of devm_ioremap and ioremap
        i2c: mlxbf: select CONFIG_I2C_SLAVE
        i2c: imx: Don't generate STOP condition if arbitration has been lost
        i2c: imx: Check for I2SR_IAL after every byte
        i2c: imx: Fix reset of I2SR_IAL flag
        i2c: qcom: Fix IRQ error misassignement
        i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()
      33256ce1
    • Linus Torvalds's avatar
      Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-block · be1515ba
      Linus Torvalds authored
      Pull block fix from Jens Axboe:
       "Single fix for an issue with chunk_sectors and stacked devices"
      
      * tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-block:
        block: use gcd() to fix chunk_sectors limit stacking
      be1515ba
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-block · 619ca266
      Linus Torvalds authored
      Pull io_uring fix from Jens Axboe:
       "Just a small fix this time, for an issue with 32-bit compat apps and
        buffer selection with recvmsg"
      
      * tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-block:
        io_uring: fix recvmsg setup with compat buf-select
      619ca266
    • Linus Torvalds's avatar
      Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 32f741b0
      Linus Torvalds authored
      Pull powerpc fixes from Michael Ellerman:
       "Some more powerpc fixes for 5.10:
      
         - Three commits fixing possible missed TLB invalidations for
           multi-threaded processes when CPUs are hotplugged in and out.
      
         - A fix for a host crash triggerable by host userspace (qemu) in KVM
           on Power9.
      
         - A fix for a host crash in machine check handling when running HPT
           guests on a HPT host.
      
         - One commit fixing potential missed TLB invalidations when using the
           hash MMU on Power9 or later.
      
         - A regression fix for machines with CPUs on node 0 but no memory.
      
        Thanks to Aneesh Kumar K.V, Cédric Le Goater, Greg Kurz, Milan
        Mohanty, Milton Miller, Nicholas Piggin, Paul Mackerras, and Srikar
        Dronamraju"
      
      * tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
        KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
        powerpc/numa: Fix a regression on memoryless node 0
        powerpc/64s: Trim offlined CPUs from mm_cpumasks
        kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
        powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels
        powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation
      32f741b0
    • Linus Torvalds's avatar
      Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 · d4e90419
      Linus Torvalds authored
      Pull cifs fixes from Steve French:
       "Three smb3 fixes (two for stable) fixing
      
         - a null pointer issue in a DFS error path
      
         - a problem with excessive padding when mounted with "idsfromsid"
           causing owner fields to get corrupted
      
         - a more recent problem with compounded reparse point query found in
           testing to the Linux kernel server"
      
      * tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6:
        cifs: refactor create_sd_buf() and and avoid corrupting the buffer
        cifs: add NULL check for ses->tcon_ipc
        smb3: set COMPOUND_FID to FileID field of subsequent compound request
      d4e90419
Loading