代码拉取完成,页面将自动刷新
# 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.4.225
- 646cdb183bb78 Linux 4.4.225
ACK: iwamatsu
- c0f84de8a4854 cpumask: Make for_each_cpu_wrap() available on UP as well
ACK: iwamatsu
- 403a7a561a034 l2tp: device MTU setup, tunnel socket needs a lock
ACK: iwamatsu
- ee1f28d8601e3 iio: sca3000: Remove an erroneous 'get_device()'
ACK: iwamatsu
- 423a07a85a20f mei: release me_cl object reference
ACK: iwamatsu
- 22ca2b449a7b9 staging: iio: ad2s1210: Fix SPI reading
ACK: iwamatsu
- f690a12dcc2d2 Revert "gfs2: Don't demote a glock until its revokes are written"
ACK: iwamatsu
- a95d7c7ef409d l2tp: initialise PPP sessions before registering them
ACK: iwamatsu
- c2984681fe15c l2tp: protect sock pointer of struct pppol2tp_session with RCU
ACK: iwamatsu
- aac73582392e5 l2tp: initialise l2tp_eth sessions before registering them
ACK: iwamatsu
- 8d1c650d452c5 l2tp: don't register sessions in l2tp_session_create()
ACK: iwamatsu
- c30b34ce7944e l2tp: fix l2tp_eth module loading
ACK: iwamatsu
- 3ca51032627e9 l2tp: pass tunnel pointer to ->session_create()
ACK: iwamatsu
- d4b6a793227f4 l2tp: prevent creation of sessions on terminated tunnels
ACK: iwamatsu
- 824899812e0c9 l2tp: hold tunnel used while creating sessions with netlink
ACK: iwamatsu
- 57cf7aa66fb7b l2tp: hold tunnel while handling genl TUNNEL_GET commands
ACK: iwamatsu
- eb34471f73daf l2tp: hold tunnel while handling genl tunnel updates
ACK: iwamatsu
- a274e6bd5f1de l2tp: hold tunnel while processing genl delete command
ACK: iwamatsu
- 0df31581d133d l2tp: hold tunnel while looking up sessions in l2tp_netlink
ACK: iwamatsu
- df9fdbc23b7fa l2tp: initialise session's refcount before making it reachable
ACK: iwamatsu
- f15f181bb2436 l2tp: define parameters of l2tp_tunnel_find*() as "const"
ACK: iwamatsu
- ea9b5e4494a5f l2tp: define parameters of l2tp_session_get*() as "const"
ACK: iwamatsu
- 6a1a339ab261b l2tp: remove l2tp_session_find()
ACK: iwamatsu
- 263afb2e4cfc6 l2tp: remove useless duplicate session detection in l2tp_netlink
ACK: iwamatsu
- 83fc9ba9f1abc L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.
ACK: iwamatsu
- d222f4ad7bfc2 New kernel function to get IP overhead on a socket.
ACK: iwamatsu
- b517078a4e0c7 net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_*
ACK: iwamatsu
- a471a623e7805 net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*
ACK: iwamatsu
- 2ce994fa14b74 net: l2tp: export debug flags to UAPI
ACK: iwamatsu
- c85c0a70f143d l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
ACK: iwamatsu
- 386915355c2d5 l2tp: take a reference on sessions used in genetlink handlers
ACK: iwamatsu
- ddda402d21dc9 l2tp: hold session while sending creation notifications
ACK: iwamatsu
- 1d175333f1a0d l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()
ACK: iwamatsu
- 02c2d9e72e0fe l2tp: lock socket before checking flags in connect()
ACK: iwamatsu
- 70ae064b04e7e libnvdimm/btt: Remove unnecessary code in btt_freelist_init
ACK: iwamatsu
- 9de3aeae9b3c4 platform/x86: alienware-wmi: fix kfree on potentially uninitialized pointer
ACK: iwamatsu
- 873792ea17423 ext4: lock the xattr block before checksuming it
ACK: iwamatsu
- e7fa15a6941da ALSA: pcm: fix incorrect hw_base increase
ACK: iwamatsu
- 1bd688b5a407a padata: purge get_cpu and reorder_via_wq from padata_do_serial
ACK: iwamatsu
- d08fb9f169eb5 padata: initialize pd->cpu with effective cpumask
ACK: iwamatsu
- 9d62e9fe86fe6 padata: Replace delayed timer with immediate workqueue in padata_reorder
ACK: iwamatsu
- 8539c5151a601 sched/fair, cpumask: Export for_each_cpu_wrap()
ACK: iwamatsu
- 7653fbfc21fe0 padata: set cpu_index of unused CPUs to -1
ACK: iwamatsu
- 1c1b4327970c7 i2c: dev: Fix the race between the release of i2c_dev and cdev
ACK: iwamatsu
- 8086b081e7166 i2c-dev: don't get i2c adapter via i2c_dev
ACK: iwamatsu
- 466b5897239e1 i2c: dev: use after free in detach
ACK: iwamatsu
- 49661be5ab43f i2c: dev: don't start function name with 'return'
ACK: iwamatsu
- 082041c05f308 i2c: dev: switch from register_chrdev to cdev API
ACK: iwamatsu
- b882fcc49cb6c media: fix media devnode ioctl/syscall and unregister race
ACK: iwamatsu
- bbb3ce60dd698 media: fix use-after-free in cdev_put() when app exits after driver unbind
ACK: iwamatsu
- bcce79f625b4a media-device: dynamically allocate struct media_devnode
ACK: iwamatsu
- 328ff670b09bd media-devnode: fix namespace mess
ACK: iwamatsu
- 46522c641eb52 media-devnode: add missing mutex lock in error handler
ACK: iwamatsu
- c4cbdb763ae30 drivers/media/media-devnode: clear private_data before put_device()
ACK: iwamatsu
- 7451beed434b5 media: Fix media_open() to clear filp->private_data in error leg
ACK: iwamatsu
- 69767f70a23cd ARM: futex: Address build warning
ACK: iwamatsu / fix warning with gcc-9.2.1
- f062065bff88f platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
ACK: iwamatsu
- b011419b32230 USB: core: Fix misleading driver bug report
ACK: iwamatsu
- f12bf0d048c28 ceph: fix double unlock in handle_cap_export()
ACK: iwamatsu
- 2614ff6557d5d HID: multitouch: add eGalaxTouch P80H84 support
ACK: iwamatsu
- 1f8f6293768e5 fix multiplication overflow in copy_fdtable()
ACK: iwamatsu
- b30282c3bcc75 evm: Check also if *tfm is an error pointer in init_desc()
ACK: iwamatsu
- 3c74e59f30ccf padata: ensure padata_do_serial() runs on the correct CPU
ACK: iwamatsu
- f4fb6f1523d43 padata: ensure the reorder timer callback runs on the correct CPU
ACK: iwamatsu
- a46bec632371d padata: get_next is never NULL
ACK: iwamatsu
- a8f580cb56643 padata: Remove unused but set variables
ACK: iwamatsu
- 33cbfacb4c813 igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr
ACK: iwamatsu
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。