1 Star 0 Fork 0

Jason/lts-commit-list

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
linux-kernel-v4.19.104-commit.list 5.40 KB
一键复制 编辑 原始数据 按行查看 历史
Pavel Machek 提交于 2020-06-10 17:41 . Add reviews to 4.19.103..109.
# 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.104
- 9b15f7fae677 Linux 4.19.104
- cad926f70b5a padata: fix null pointer deref of pd->pinst
- 77bad0ab1b72 serial: uartps: Move the spinlock after the read of the tx empty
- 2cdef3b47a40 x86/stackframe, x86/ftrace: Add pt_regs frame annotations
ACK: pavel -- probably just a debugging improvement
- 510cd44619e8 x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h
pavel -- just a clenup
- 1cb14cce72a9 scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state
ACK: pavel
- 1de085c83fad libertas: make lbs_ibss_join_existing() return error code on rates overflow
ACK: pavel
- 8ffeb2114dc1 libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held
ACK: pavel
- 48247f7e1491 mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()
ACK: pavel -- changelog could use some work, it would be good to return error
- fab5ca79960b mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
ACK: pavel -- changelog could use some work, it would be good to return error
- 920d65a77277 pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
ACK: pavel
- db5c14546684 media: i2c: adv748x: Fix unsafe macros
ACK: pavel -- not sure if bug manifests itself
- b772f3c499aa crypto: atmel-sha - fix error handling when setting hmac key
- e1254ca723ec crypto: artpec6 - return correct error code for failed setkey()
- a23409cee466 mtd: sharpslpart: Fix unsigned comparison to zero
- ad13249bfa13 mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
- b818a55bc4e8 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
- f8d4dfffbb4a KVM: arm: Make inject_abt32() inject an external abort instead
UR: pavel -- correct?
- 8ea83328b2bc KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
UR: pavel -- BIT() vs <<, is the comment correct?
- 5b63ffb30b81 KVM: arm/arm64: Fix young bit from mmu notifier
ACK: pavel
- 0e0310adf220 arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations
ACK: pavel
- 12e2dca1f224 arm64: cpufeature: Fix the type of no FP/SIMD capability
ACK: pavel
- f1025b2f75a0 ARM: 8949/1: mm: mark free_memmap as __init
ACK: pavel -- just a warning fix
- 092c84fdac55 KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
- 0703c46a76c1 iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA
- 9ed7b9085e13 powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW
- 802d70466909 powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning
- 63a01158cfe6 tools/power/acpi: fix compilation error
- 939d63b8e2b9 ARM: dts: at91: sama5d3: define clock rate range for tcb1
ACK: pavel -- not sure if it fixes real problem
- 7afef92485de ARM: dts: at91: sama5d3: fix maximum peripheral clock rates
ACK: pavel
- 95427f9a169f ARM: dts: am43xx: add support for clkout1 clock
ACK: pavel
- 27866f367698 ARM: dts: at91: Reenable UART TX pull-ups
ACK: pavel
- 73124cba8144 platform/x86: intel_mid_powerbtn: Take a copy of ddata
- f2b554292008 ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
- 25992fd9d888 rtc: cmos: Stop using shared IRQ
ACK: pavel -- just tweaks interrupt configuration
- 3abc9c46a5e2 rtc: hym8563: Return -EINVAL if the time is known to be invalid
- 490ab7fce109 spi: spi-mem: Fix inverted logic in op sanity check
ACK: pavel
- b237f078cb25 spi: spi-mem: Add extra sanity checks on the op param
ACK: pavel -- buggy, fixed by the next patch; robustness, not really a bugfix
- 1503649d8f0f gpio: zynq: Report gpio direction at boot
- 4d905fc227ce serial: uartps: Add a timeout to the tx empty wait
NAK: pavel -- returns with spinlock held. 107475685abfdee504bb0ef4824f15797f6d2d4d can be cherry picked
- 070818b71dca NFSv4: try lease recovery on NFS4ERR_EXPIRED
ACK: pavel
- 056d16567040 NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
ACK: pavel -- not sure what user-visible problem it fixes
- 3060883146e5 NFS: Revalidate the file size on a fatal write error
ACK: pavel
- 008ff93deec2 nfs: NFS_SWAP should depend on SWAP
ACK: pavel -- just a kconfig improvement
- 412cb7a7b0a0 PCI: Don't disable bridge BARs when assigning bus resources
UR: pavel --a common helper would be nice?
- 239514d16ff7 PCI/switchtec: Fix vep_vector_number ioread width
- 654ba8dcc30f ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe
- 93b5c76198a5 PCI/IOV: Fix memory leak in pci_iov_add_virtfn()
ACK: pavel
- 960e54416bec scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails
ACK: pavel
- eb22d5e307d8 RDMA/uverbs: Verify MR access flags
ACK: pavel
- 14d37518a978 RDMA/core: Fix locking in ib_uverbs_event_read
- ab40fc36d6b3 RDMA/netlink: Do not always generate an ACK for some netlink operations
- 6ddcb30256b2 IB/mlx4: Fix memory leak in add_gid error flow
- 9a7f8a176a73 hv_sock: Remove the accept port restriction
- e7751a4bb72f ASoC: pcm: update FE/BE trigger order based on the command
ACK: pavel -- not sure what user-visible problem it fixes
马建仓 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

搜索帮助