1 Star 0 Fork 0

Jason/lts-commit-list

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
linux-kernel-v4.19.93-commit.list 10.82 KB
一键复制 编辑 原始数据 按行查看 历史
Pavel Machek 提交于 2020-06-10 18:02 . Add my reviews to 4.19.90..99.
# Stable Kernel Patches Review Status
Please list your name and review result below the patch item
* UR: Under Review
* ACK: Acknowledge (if the patch is accepted)
* TBB: To be backported (if other patches should be also backported)
* NAK: Negative acknowledge (if the patch is rejected, please list the reason)
* IGN: Patch was not reviewed as it is out of scope for CIP project
## v4.19.93
- 3d40d7117e35 Linux 4.19.93
- 947e83724cad spi: fsl: use platform_get_irq() instead of of_irq_to_resource()
- bbe414a1ab59 pinctrl: baytrail: Really serialize all register accesses
UR: pavel
- 3184e03c4b81 tty/serial: atmel: fix out of range clock divider handling
ACK: pavel
- aae4cd90ce13 spi: fsl: don't map irq during probe
ACK: pavel
- cd2458224c6f gtp: avoid zero size hashtable
ACK: pavel
- 043a283d24f4 gtp: fix an use-after-free in ipv4_pdp_find()
ACK: pavel
- 83e00efe8c68 gtp: fix wrong condition in gtp_genl_dump_pdp()
ACK: pavel
- d3f384f57953 tcp: do not send empty skb from tcp_write_xmit()
ACK: pavel
- 28f0d54dbed8 tcp/dccp: fix possible race __inet_lookup_established()
UR: pavel
- 3182439ad192 net: marvell: mvpp2: phylink requires the link interrupt
ACK: pavel
- 013b344d3fc0 gtp: do not allow adding duplicate tid and ms_addr pdp context
ACK: pavel
- a36b275f31a5 net/dst: do not confirm neighbor for vxlan and geneve pmtu update
ACK: pavel
- d7bd38cff2bd sit: do not confirm neighbor when do pmtu update
ACK: pavel
- 47353db5692d vti: do not confirm neighbor when do pmtu update
ACK: pavel -- no functional impact
- 2c06278348c3 tunnel: do not confirm neighbor when do pmtu update
ACK: pavel
- dba3ed5646b8 net/dst: add new function skb_dst_update_pmtu_no_confirm
ACK: pavel -- just preparation for next patches
- 9ef0de68ed81 gtp: do not confirm neighbor when do pmtu update
ACK: pavel -- just consistency, no functional impact
- 2e9f6ff22fbb ip6_gre: do not confirm neighbor when do pmtu update
ACK: pavel
- 8bf95f28be52 net: add bool confirm_neigh parameter for dst_ops.update_pmtu
ACK: pavel -- preparation for next patches
- c483ef739b08 vhost/vsock: accept only packets with the right dst_cid
ACK: pavel
- 4840b6a7480b udp: fix integer overflow while computing available space in sk_rcvbuf
ACK: pavel
- 6ed6ab5c5d65 tcp: Fix highest_sack and highest_sack_seq
ACK: pavel
- 0393b8720128 ptp: fix the race between the release of ptp_clock and cdev
UR: pavel
- bd52fa849305 net: stmmac: dwmac-meson8b: Fix the RGMII TX delay on Meson8b/8m2 SoCs
ACK: pavel
- 6538eea79300 net/mlxfw: Fix out-of-memory error in mfa2 flash burning
ACK: pavel
- 3990d6909f2f net: ena: fix napi handler misbehavior when the napi budget is zero
ACK: pavel
- 779807c74af3 hrtimer: Annotate lockless access to timer->state
ACK: pavel -- just a KCSAN fix, and not a minimum one
- 0c78a0e69069 net: icmp: fix data-race in cmp_global_allow()
ACK: pavel -- just a KCSAN fix
- 9079830e74b2 net: add a READ_ONCE() in skb_peek_tail()
ACK: pavel -- just a KCSAN fix
- 610f01f1ab72 inetpeer: fix data-race in inet_putpeer / inet_putpeer
ACK: pavel -- just a KCSAN fix
- 2ad86afcd92a netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
ACK: pavel
- 9b8e63d0a6e8 6pack,mkiss: fix possible deadlock
ACK: pavel
- 751e2557dec2 netfilter: ebtables: compat: reject all padding in matches/watchers
UR: pavel
- 0643c3d694ad filldir[64]: remove WARN_ON_ONCE() for bad directory entries
UR: pavel
- 40696eb2bce7 Make filldir[64]() verify the directory entry filename is valid
UR: pavel -- ?why for stable
- 332ed88d96d8 perf strbuf: Remove redundant va_end() in strbuf_addv()
ACK: pavel
- 74c4ed6c9cd4 bonding: fix active-backup transition after link failure
ACK: pavel
- 5c8e29603b8b ALSA: hda - Downgrade error message for single-cmd fallback
ACK: pavel -- just a revert of printk tweak
- 766e42d68fd0 netfilter: nf_queue: enqueue skbs with NULL dst
ACK: pavel
- 7fe470885ec5 net, sysctl: Fix compiler warning when only cBPF is present
ACK: pavel -- just a warning fix
- 92a8b03cdf6b x86/mce: Fix possibly incorrect severity calculation on AMD
ACK: pavel
- ed5ebf442fad Revert "powerpc/vcpu: Assume dedicated processors as non-preempt"
IGN: pavel
- 9df1ac5dd935 userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
ACK: pavel
- acb265a5cc20 kernel: sysctl: make drop_caches write-only
NAK: pavel -- interface change, not a bugfix
- e0c0412f478a mailbox: imx: Fix Tx doorbell shutdown path
ACK: pavel
- 642c0994ffd8 ocfs2: fix passing zero to 'PTR_ERR' warning
ACK: pavel -- just a fix for random checker warning
- 4e61f016b045 s390/cpum_sf: Check for SDBT and SDB consistency
IGN: pavel
- 5772cc668cea libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
NAK: pavel -- we don't plan dtc update in -stable
- a5867bb197d4 s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR
IGN: pavel
- b5208263322f perf regs: Make perf_reg_name() return "unknown" instead of NULL
IGN: pavel
- 0d1472cdac17 perf script: Fix brstackinsn for AUXTRACE
IGN: pavel
- d84fd0cb9018 cdrom: respect device capabilities during opening action
ACK: pavel
- 593a5505517c powerpc: Don't add -mabi= flags when building with Clang
IGN: pavel
- e9bcb9247208 scripts/kallsyms: fix definitely-lost memory leak
ACK: pavel
- 79a1eae9e433 apparmor: fix unsigned len comparison with less than zero
UR: pavel
- dcf1f67c6db2 gpio: mpc8xxx: Don't overwrite default irq_set_type callback
ACK: pavel
- b0aede21b4f5 scsi: target: iscsi: Wait for all commands to finish before freeing a session
ACK: pavel
- c007a55d5b56 scsi: iscsi: Don't send data to unbound connection
ACK: pavel
- 0ebfc0372276 scsi: NCR5380: Add disconnect_mask module parameter
ACK: pavel
- 1b4128a55cc0 scsi: scsi_debug: num_tgts must be >= 0
ACK: pavel -- it is possible that passing huge number will have same effect
- a4c9fd613eec scsi: ufs: Fix error handing during hibern8 enter
ACK: pavel
- c153c121539f scsi: pm80xx: Fix for SATA device discovery
ACK: pavel
- f4c36f199974 watchdog: Fix the race between the release of watchdog_core_data and cdev
UR: pavel -- redoing reference counting, not simple bugfix
- f573f4041076 HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI transport device
ACK: pavel
- 51ade3d12e74 HID: Improve Windows Precision Touchpad detection.
ACK: pavel
- fc7b2a29d83f libnvdimm/btt: fix variable 'rc' set but not used
ACK: pavel -- just a warning fix/printk tweak
- 18f3ad4b97c7 ARM: 8937/1: spectre-v2: remove Brahma-B53 from hardening
ACK: pavel -- just a tiny performance imrpovement, not a bugfix
- f490b51a3b3d HID: logitech-hidpp: Silence intermittent get_battery_capacity errors
ACK: pavel -- just a printk tweak
- a6d05d75f05a HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse
ACK: pavel
- 247acf430891 bcache: at least try to shrink 1 node in bch_mca_scan()
ACK: pavel
- 468e5cb0fb58 clk: pxa: fix one of the pxa RTC clocks
ACK: pavel
- 6540d3af7ad8 scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE
ACK: pavel
- ebd3980c8d47 powerpc/security: Fix wrong message when RFI Flush is disable
IGN: pavel
- 802534c0ffae PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info
ACK: pavel
- 1dc37bd4750f PCI: rpaphp: Annotate and correctly byte swap DRC properties
ACK: pavel -- just portability improvement
- a22f89ba4421 PCI: rpaphp: Don't rely on firmware feature to imply drc-info support
ACK: pavel
- f6529b8928b9 powerpc/pseries/cmm: Implement release() function for sysfs device
ACK: pavel
- f7276da463af scsi: ufs: fix potential bug which ends in system hang
ACK: pavel
- 68b7ccf6b0ee PCI: rpaphp: Fix up pointer to first drc-info entry
ACK: pavel
- 6225451ca107 scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferences
ACK: pavel -- just a coverity warning fix
- a94058fec2e5 fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
ACK: pavel
- c99e39a32e80 irqchip: ingenic: Error out if IRQ domain creation failed
ACK: pavel
- 276010d926bb irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary
ACK: pavel
- e3c563599e26 clk: clk-gpio: propagate rate change to parent
pavel -- may break stuff, does not fix anything
- 4572d2a522a9 clk: qcom: Allow constant ratio freq tables for rcg
pavel -- not a bugfix
- 220a7ffd8ab8 f2fs: fix to update dir's i_pino during cross_rename
ACK: pavel
- 7f9ac150f6b9 scsi: lpfc: Fix duplicate unreg_rpi error in port offline flow
ACK: pavel
- 69720e0f1675 scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)
ACK: pavel -- just a tracing improvement
- b414de6049fa jbd2: Fix statistics for the number of logged blocks
ACK: pavel
- c14187f1b442 ext4: iomap that extends beyond EOF should be marked dirty
ACK: pavel
- 0af1ad3b1ce5 ext4: update direct I/O read lock pattern for IOCB_NOWAIT
ACK: pavel
- bf2f0e037a1f powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning
ACK: pavel
- 3944c72b1716 powerpc/security/book3s64: Report L1TF status in sysfs
IGN: pavel
- 8e62b02df5c0 clocksource/drivers/timer-of: Use unique device name instead of timer
ACK: pavel -- /proc output change, not really a bugfix
- 55bdcb2ecb00 clocksource/drivers/asm9260: Add a check for of_clk_get
ACK: pavel
- a072f0ab35d2 leds: lm3692x: Handle failure to probe the regulator
ACK: pavel -- does not fix a known bug in 4.19
- ea44828c4106 dma-debug: add a schedule point in debug_dma_dump_mappings()
ACK: pavel
- ee830c01c48c powerpc/tools: Don't quote $objdump in scripts
ACK: pavel
- 3d8ecbb6036b powerpc/pseries: Don't fail hash page table insert for bolted mapping
IGN: pavel
- 178f6bdf75f9 powerpc/pseries: Mark accumulate_stolen_time() as notrace
ACK: pavel
- ca0414280756 scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()
ACK: pavel
- 33c7e2e9f471 scsi: csiostor: Don't enable IRQs too early
ACK: pavel
- 36bd8602024f scsi: lpfc: Fix SLI3 hba in loop mode not discovering devices
ACK: pavel
- c6fcc4927ce3 scsi: target: compare full CHAP_A Algorithm strings
ACK: pavel -- no evidence this causes problems in practice
- c4986e473435 dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
ACK: pavel
- 40179e745ff7 iommu/tegra-smmu: Fix page tables in > 4 GiB memory
ACK: pavel
- a03f5974f32c iommu: rockchip: Free domain on .domain_free
ACK: pavel
- 7a370ecb6f5c f2fs: fix to update time in lazytime mode
ACK: pavel
- f6123db9773a Input: atmel_mxt_ts - disable IRQ across suspend
ACK: pavel
- c89e1186012e scsi: lpfc: Fix locking on mailbox command completion
ACK: pavel
- 8770146e9b52 scsi: mpt3sas: Fix clear pending bit in ioctl status
ACK: pavel
- d097dd7d1407 scsi: lpfc: Fix discovery failures when target device connectivity bounces
ACK: pavel
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jason1291015298/lts-commit-list.git
git@gitee.com:jason1291015298/lts-commit-list.git
jason1291015298
lts-commit-list
lts-commit-list
master

搜索帮助