1 Star 0 Fork 0

Jason/lts-commit-list

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
linux-kernel-v4.19.142-commit.list 7.46 KB
一键复制 编辑 原始数据 按行查看 历史
Pavel Machek 提交于 2020-11-19 11:53 . Add reviews for 4.19.141..4.19.151
# 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.142
- f6d5cb9e2c06 Linux 4.19.142
- 0f09071279b2 KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
ACK: pavel -- but this will result in RCU stalls during OOM...
- a53dc16499fc KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
ACK: pavel -- preparation for next patch, not a bugfix
- 903c6bd937ca clk: Evict unregistered clks from parent caches
ACK: pavel -- not a minimum fix
- da1754a2fb2d xen: don't reschedule in preemption off sections
ACK: pavel
- 734654ae7962 mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
ACK: pavel
- dcb6e6efb329 do_epoll_ctl(): clean the failure exits up a bit
pavel -- cleanup, not a bugfix; why is it here?
- 4957d56414ff epoll: Keep a reference on files added to the check list
ACK: pavel
- 2ff3c97b4752 efi: add missed destroy_workqueue when efisubsys_init fails
ACK: pavel
- fa80b284d706 powerpc/pseries: Do not initiate shutdown when system is running on UPS
NAK: pavel -- changes UPS handling, will fix some configs and break some
- 405ef1b43a3d net: dsa: b53: check for timeout
ACK: pavel
- 1bf1ca93b93a hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()
ACK: pavel
- 391d0ad15088 net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()
ACK: pavel
- 676f44ce25af net: ena: Prevent reset after device destruction
ACK: pavel
- ae405ea98693 bonding: fix active-backup failover for current ARP slave
ACK: pavel
- d676b22edb80 afs: Fix NULL deref in afs_dynroot_depopulate()
ACK: pavel -- I'd do if not root return, but....
- f0e3b33f47cf RDMA/bnxt_re: Do not add user qps to flushlist
IGN: pavel
- 32d8e2b4b177 Fix build error when CONFIG_ACPI is not set/enabled:
ACK: pavel
- 1eb3a9ed6d52 efi: avoid error message when booting under Xen
ACK: pavel
- a21527802224 kconfig: qconf: fix signal connection to invalid slots
ACK: pavel
- f0a40332820b kconfig: qconf: do not limit the pop-up menu to the first row
ACK: pavel
- e9701d5dd610 kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE mode
ACK: pavel
- ec877b0e7cb2 kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE mode
ACK: pavel
- d200964e4dea vfio/type1: Add proper error unwind for vfio_iommu_replay()
ACK: pavel
- 6b2dd0c04bb8 ASoC: intel: Fix memleak in sst_media_open
ACK: pavel
- bd79b3b960f2 ASoC: msm8916-wcd-analog: fix register Interrupt offset
ACK: pavel
- c5599b901df0 s390/ptrace: fix storage key handling
IGN: pavel
- 5a5120b16279 s390/runtime_instrumentation: fix storage key handling
IGN: pavel
- 8dcf18897354 bonding: fix a potential double-unregister
ACK: pavel
- a74506f2d91c bonding: show saner speed for broadcast mode
ACK: pavel
- 99728347a535 net: fec: correct the error path for regulator disable in probe
ACK: pavel
- 46858b2f609f i40e: Fix crash during removing i40e driver
ACK: pavel
- 04efb368bc0b i40e: Set RX_ONLY mode for unicast promiscuous on VLAN
ACK: pavel -- not a minimum fix
- b9d4cab67f7e ASoC: q6routing: add dummy register read/write function
ACK: pavel -- printk fixes, and it is not even certain the verbose messages are present in 4.19
- 1373f884a081 ext4: don't allow overlapping system zones
ACK: pavel -- robustness, not a bugfix
- b3ddf6ba5e28 ext4: fix potential negative array index in do_split()
ACK: pavel
- 7c89e40ede2b fs/signalfd.c: fix inconsistent return codes for signalfd4
ACK: pavel
- 6afcb8b93400 alpha: fix annotation of io{read,write}{16,32}be()
ACK: pavel -- just a warning fix, making code less readable
- c90652abae15 xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init
ACK: pavel
- c4e7716b5349 tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointer dereference
IGN: pavel
- 9f489d30979b virtio_ring: Avoid loop when vq is broken in virtqueue_poll
ACK: pavel
- 4f419fd2f86d scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid cases
ACK: pavel -- the code is quite crazy goto maze
- 62646cb9ab66 cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0
ACK: pavel
- f831c6c95d02 ceph: fix use-after-free for fsc->mdsc
ACK: pavel
- 96de3dbf27ae jffs2: fix UAF problem
ACK: pavel
- 1bc31e520faf xfs: fix inode quota reservation checks
ACK: pavel
- 88f7857c90e4 svcrdma: Fix another Receive buffer leak
ACK: pavel
- 465bc917d164 m68knommu: fix overwriting of bits in ColdFire V3 cache control
ACK: pavel -- but substraction is not exactly suitable for bit operations
- c4af8c25bd9b Input: psmouse - add a newline when printing 'proto' by sysfs
ACK: pavel -- interface change, not a bugfix
- 773ae06f9c40 media: vpss: clean up resources in init
ACK: pavel
- b5a5b21f3486 rtc: goldfish: Enable interrupt in set_alarm() when necessary
ACK: pavel
- b07b9521991c media: budget-core: Improve exception handling in budget_register()
ACK: pavel
- 7d057ec39676 scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARM
NAK: pavel -- prerequisite patch 3c58f737231e2c8cbf543a09d84d8c8e80e05e43 "Optimize flush..." is not in 4.19
- 2ba7c21c03c4 scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices
ACK: pavel
- 30872ac7dbf0 spi: Prevent adding devices below an unregistering controller
ACK: pavel -- conditional locking is ugly
- 1c263d0e54f4 kthread: Do not preempt current task if it is going to call schedule()
- e05c6786abad drm/amd/display: fix pow() crashing when given base 0
ACK: pavel -- not sure if this caused problems in practice
- d25a2b92cf4e scsi: zfcp: Fix use-after-free in request timeout handlers
ACK: pavel
- 402ff143b90b jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superblock()
ACK: pavel
- a5d3f789b272 ext4: fix checking of directory entry validity for inline directories
ACK: pavel -- just a warning fix
- c666936d8d8b mm, page_alloc: fix core hung in free_pcppages_bulk()
ACK: pavel
- 84b8dc232afa mm: include CMA pages in lowmem_reserve at boot
ACK: pavel
- 3a54b901fd77 kernel/relay.c: fix memleak on destroy relay channel
ACK: pavel
- 966098373839 romfs: fix uninitialized memory leak in romfs_dev_read()
ACK: pavel -- would better fix be to zero-init the data?
- 76c38196391b btrfs: sysfs: use NOFS for device creation
ACK: pavel -- mainline commit info is missing, a47bd78d0
- 35c157681471 btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
ACK: pavel
- 2a3d84f1c265 btrfs: Move free_pages_out label in inline extent handling branch in compress_file_range
ACK: pavel -- just a cleanup/preparation for next patch
- f50a0abaf333 btrfs: don't show full path of bind mounts in subvol=
ACK: pavel
- dd39b6f6c29b btrfs: export helpers for subvolume name/id resolution
pavel -- preparation, not a bugfix
- 2ef7ebb14370 khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
ACK: pavel
- 17c08ee00b59 khugepaged: khugepaged_test_exit() check mmget_still_valid()
ACK: pavel -- known broken, fixed by next patch
- 6cb22ed4f00f perf probe: Fix memory leakage when the probe point is not found
ACK: pavel
- b93a3871edf5 drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()
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

搜索帮助