1. 15 6月, 2023 2 次提交
  2. 14 6月, 2023 6 次提交
  3. 13 6月, 2023 12 次提交
  4. 12 6月, 2023 5 次提交
  5. 11 6月, 2023 9 次提交
  6. 09 6月, 2023 6 次提交
    • O
      !1063 i2c: hisi: Only handle the interrupt of the driver's transfer · 30d00cd2
      openeuler-ci-bot 提交于
      Merge Pull Request from: @lujunhuaHW 
       
      The controller may be shared with other port, for example the firmware.
      Handle the interrupt from other sources will cause crash since some
      data are not initialized. So only handle the interrupt of the driver's
      transfer and discard others. 
       
      Link:https://gitee.com/openeuler/kernel/pulls/1063 
      
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      30d00cd2
    • W
      drm/qxl: Fix missing free_irq · ed64582f
      Wei Li 提交于
      hulk inclusion
      category: bugfix
      bugzilla: https://gitee.com/openeuler/kernel/issues/I5Q4S3
      
      --------------------------------
      
      When doing "cat /proc/interrupts" after qxl.ko is unloaded, an oops occurs:
      
      BUG: unable to handle page fault for address: ffffffffc0274769
      PGD 2a0d067 P4D 2a0d067 PUD 2a0f067 PMD 103f39067 PTE 0
      Oops: 0000 [#1] PREEMPT SMP PTI
      CPU: 6 PID: 246 Comm: cat Not tainted 6.1.0-rc2 #24
      Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-1ubuntu1.1 04/01/2014
      RIP: 0010:string_nocheck+0x34/0x50
      Code: 66 85 c0 74 3c 83 e8 01 4c 8d 5c 07 01 31 c0 eb 19 49 39 fa 76 03 44 88 07 48 83 c7
      RSP: 0018:ffffc90000893bb8 EFLAGS: 00010046
      RAX: 0000000000000000 RBX: ffffc90000893c50 RCX: ffff0a00ffffff04
      RDX: ffffffffc0274769 RSI: ffff888102812000 RDI: ffff88810281133e
      RBP: ffff888102812000 R08: ffffffff823fa5e6 R09: 0000000000000007
      R10: ffff888102812000 R11: ffff88820281133d R12: ffffffffc0274769
      R13: ffff0a00ffffff04 R14: 0000000000000cc4 R15: ffffffff823276b4
      FS:  000000000214f8c0(0000) GS:ffff88842fd80000(0000) knlGS:0000000000000000
      CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
      CR2: ffffffffc0274769 CR3: 00000001025c4005 CR4: 0000000000770ee0
      DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
      DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
      PKRU: 55555554
      Call Trace:
       <TASK>
       string+0x46/0x60
       vsnprintf+0x27a/0x4f0
       seq_vprintf+0x34/0x50
       seq_printf+0x53/0x70
       ? seq_read_iter+0x365/0x450
       show_interrupts+0x259/0x330
       seq_read_iter+0x2a3/0x450
       proc_reg_read_iter+0x47/0x70
       generic_file_splice_read+0x94/0x160
       splice_direct_to_actor+0xb0/0x230
       ? do_splice_direct+0xd0/0xd0
       do_splice_direct+0x8b/0xd0
       do_sendfile+0x345/0x4f0
       __x64_sys_sendfile64+0xa1/0xc0
       do_syscall_64+0x38/0x90
       entry_SYSCALL_64_after_hwframe+0x63/0xcd
      RIP: 0033:0x4bb0ce
      Code: c3 0f 1f 00 4c 89 d2 4c 89 c6 e9 bd fd ff ff 0f 1f 44 00 00 31 c0 c3 0f 1f 44 00 00
      RSP: 002b:00007ffd99dc3fb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000028
      RAX: ffffffffffffffda RBX: 0000000001000000 RCX: 00000000004bb0ce
      RDX: 0000000000000000 RSI: 0000000000000003 RDI: 0000000000000001
      RBP: 0000000000000001 R08: 000000000068f240 R09: 0000000001000000
      R10: 0000000001000000 R11: 0000000000000246 R12: 0000000000000003
      R13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000000
       </TASK>
      
      It seems that qxl doesn't free the interrupt it requests during unload,
      fix this by adding the missing free_irq().
      
      Fixes: f64122c1 ("drm: add new QXL driver. (v1.4)")
      Signed-off-by: NWei Li <liwei391@huawei.com>
      ed64582f
    • O
      !1059 [sync] PR-1028: fs: hfsplus: fix UAF issue in hfsplus_put_super · 3de99ef9
      openeuler-ci-bot 提交于
      Merge Pull Request from: @openeuler-sync-bot 
       
      
      Origin pull request: 
      https://gitee.com/openeuler/kernel/pulls/1028 
       
      PR sync from:  Long Li <leo.lilong@huawei.com>
       https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/thread/SDZSQIDVZ6KO6663MZWABIKABBLHZOUS/ 
       
       
      Link:https://gitee.com/openeuler/kernel/pulls/1059 
      
      Reviewed-by: Jialin Zhang <zhangjialin11@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      3de99ef9
    • O
      !1042 xfrm: Reinject transport-mode packets through workqueue · 520f5a9a
      openeuler-ci-bot 提交于
      Merge Pull Request from: @ci-robot 
       
      PR sync from:  Liu Jian <liujian56@huawei.com>
       https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/thread/XZRFZY2DDUQG3YGA4NRUPJDCHSZ77ENA/ 
       
       
      Link:https://gitee.com/openeuler/kernel/pulls/1042 
      
      Reviewed-by: Yue Haibing <yuehaibing@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      520f5a9a
    • O
      !1069 support ACPI for MPAM 2.0 · a21ea4e1
      openeuler-ci-bot 提交于
      Merge Pull Request from: @ci-robot 
       
      PR sync from:  Yu Liao <liaoyu15@huawei.com>
       https://mailweb.openeuler.org/hyperkitty/list/kernel@openeuler.org/thread/CQNKMRKUYC4EDBYHOMD6CXZQPZEJBMFY/ 
      This patch series support ACPI for MPAM 2.0.
      
      v5: fix unused variable warning.
      
      v4: add PPTT null check to prevent NULL pointer deference.
      
      
      Erik Kaneda (1):
        ACPICA: ACPI 6.4: PPTT: add new version of subtable type 1
      
      Hesham Almatary (1):
        ACPICA: Add support for Arm's MPAM ACPI table version 2
      
      Yu Liao (2):
        ACPI / PPTT: Find PPTT processor node by cache id
        ACPI/MPAM: Adapt to Arm's MPAM ACPI table version 2
      
      
      -- 
      2.25.1
       
       
      Link:https://gitee.com/openeuler/kernel/pulls/1069 
      
      Reviewed-by: Wang ShaoBo <bobo.shaobowang@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      a21ea4e1
    • O
      !1070 crypto: hisilicon - fix some reset problem · 297f7b64
      openeuler-ci-bot 提交于
      Merge Pull Request from: @xiao_jiang_shui 
       
      Fix some reset problem for accelerator drivers.
      
      Weili Qian (5):
      crypto: hisilicon/qm - flush all work before driver removed.
      crypto: hisilicon/hpre - enable sva error interrupt event
      crypto: hisilicon/qm - remove duplicate assignment and release
      crypto: hisilicon/qm - disable same error report before resetting
      crypto: hisilicon/qm - disable error report before flr 
       
      Link:https://gitee.com/openeuler/kernel/pulls/1070 
      
      Reviewed-by: Yang Shen <shenyang39@huawei.com> 
      Signed-off-by: Jialin Zhang <zhangjialin11@huawei.com> 
      297f7b64