stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-18 10:47:55 to 2017-05-18 11:02:02 UTC [more...]

[PATCH 4.4 00/56] 4.4.69-stable review
 2017-05-18 10:49 UTC  (44+ messages)
` [PATCH 4.4 01/56] xen: adjust early dom0 p2m handling to xen hypervisor behavior
` [PATCH 4.4 02/56] target: Fix compare_and_write_callback handling for non GOOD status
` [PATCH 4.4 03/56] target/fileio: Fix zero-length READ and WRITE handling
` [PATCH 4.4 04/56] target: Convert ACL change queue_depth se_session reference usage
` [PATCH 4.4 05/56] iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
` [PATCH 4.4 06/56] usb: host: xhci: print correct command ring address
` [PATCH 4.4 07/56] USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
` [PATCH 4.4 08/56] USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously
` [PATCH 4.4 09/56] staging: vt6656: use off stack for in buffer USB transfers
` [PATCH 4.4 10/56] staging: vt6656: use off stack for out "
` [PATCH 4.4 11/56] staging: gdm724x: gdm_mux: fix use-after-free on module unload
` [PATCH 4.4 12/56] staging: comedi: jr3_pci: fix possible null pointer dereference
` [PATCH 4.4 13/56] staging: comedi: jr3_pci: cope with jiffies wraparound
` [PATCH 4.4 14/56] usb: misc: add missing continue in switch
` [PATCH 4.4 15/56] usb: Make sure usb/phy/of gets built-in
` [PATCH 4.4 16/56] usb: hub: Fix error loop seen after hub communication errors
` [PATCH 4.4 17/56] usb: hub: Do not attempt to autosuspend disconnected devices
` [PATCH 4.4 18/56] usb: misc: legousbtower: Fix buffers on stack
` [PATCH 4.4 19/56] x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
` [PATCH 4.4 20/56] selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
` [PATCH 4.4 21/56] x86, pmem: Fix cache flushing for iovec write < 8 bytes
` [PATCH 4.4 22/56] um: Fix PTRACE_POKEUSER on x86_64
` [PATCH 4.4 24/56] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PATCH 4.4 25/56] block: fix blk_integrity_register to use templates interval_exp if not 0
` [PATCH 4.4 26/56] crypto: algif_aead - Require setkey before accept(2)
` [PATCH 4.4 27/56] dm era: save spacemap metadata root after the pre-commit
` [PATCH 4.4 28/56] vfio/type1: Remove locked page accounting workqueue
` [PATCH 4.4 29/56] IB/core: Fix sysfs registration error flow
` [PATCH 4.4 30/56] IB/IPoIB: ibX: failed to create mcg debug file
` [PATCH 4.4 34/56] fs/xattr.c: zero out memory copied to userspace in getxattr
` [PATCH 4.4 35/56] ceph: fix memory leak in __ceph_setxattr()
` [PATCH 4.4 36/56] fs/block_dev: always invalidate cleancache in invalidate_bdev()
` [PATCH 4.4 37/56] Set unicode flag on cifs echo request to avoid Mac error
` [PATCH 4.4 38/56] SMB3: Work around mount failure when using SMB3 dialect to Macs
` [PATCH 4.4 40/56] cifs: fix CIFS_IOC_GET_MNT_INFO oops
` [PATCH 4.4 42/56] padata: free correct variable
` [PATCH 4.4 43/56] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 4.4 45/56] serial: omap: fix runtime-pm handling on unbind
` [PATCH 4.4 48/56] Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
` [PATCH 4.4 52/56] mac80211: pass block ack session timeout to to driver
` [PATCH 4.4 53/56] mac80211: RX BA support for sta max_rx_aggregation_subframes
` [PATCH 4.4 54/56] wlcore: Pass win_size taken from ieee80211_sta to FW
` [PATCH 4.4 55/56] wlcore: Add RX_BA_WIN_SIZE_CHANGE_EVENT event

[git:media_tree/master] [media] vb2: Fix an off by one error in 'vb2_plane_vaddr'
 2017-05-18 10:33 UTC 

[PATCH 4.9 00/80] 4.9.29-stable review
 2017-05-18 10:49 UTC  (73+ messages)
` [PATCH 4.9 02/80] target: Fix compare_and_write_callback handling for non GOOD status
` [PATCH 4.9 03/80] target/fileio: Fix zero-length READ and WRITE handling
` [PATCH 4.9 04/80] iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement
` [PATCH 4.9 06/80] usb: host: xhci: print correct command ring address
` [PATCH 4.9 10/80] staging: vt6656: use off stack for in buffer USB transfers
` [PATCH 4.9 11/80] staging: vt6656: use off stack for out "
` [PATCH 4.9 12/80] staging: gdm724x: gdm_mux: fix use-after-free on module unload
` [PATCH 4.9 13/80] staging: comedi: jr3_pci: fix possible null pointer dereference
` [PATCH 4.9 14/80] staging: comedi: jr3_pci: cope with jiffies wraparound
` [PATCH 4.9 15/80] usb: misc: add missing continue in switch
` [PATCH 4.9 16/80] usb: gadget: legacy gadgets are optional
` [PATCH 4.9 17/80] usb: Make sure usb/phy/of gets built-in
` [PATCH 4.9 18/80] usb: hub: Fix error loop seen after hub communication errors
` [PATCH 4.9 19/80] usb: hub: Do not attempt to autosuspend disconnected devices
` [PATCH 4.9 20/80] usb: misc: legousbtower: Fix buffers on stack
` [PATCH 4.9 21/80] x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
` [PATCH 4.9 22/80] selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
` [PATCH 4.9 23/80] x86, pmem: Fix cache flushing for iovec write < 8 bytes
` [PATCH 4.9 24/80] um: Fix PTRACE_POKEUSER on x86_64
` [PATCH 4.9 25/80] perf/x86: Fix Broadwell-EP DRAM RAPL events
` [PATCH 4.9 27/80] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PATCH 4.9 28/80] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 4.9 29/80] block: fix blk_integrity_register to use templates interval_exp if not 0
` [PATCH 4.9 30/80] crypto: algif_aead - Require setkey before accept(2)
` [PATCH 4.9 31/80] crypto: ccp - Use only the relevant interrupt bits
` [PATCH 4.9 32/80] crypto: ccp - Disable interrupts early on unload
` [PATCH 4.9 33/80] crypto: ccp - Change ISR handler method for a v3 CCP
` [PATCH 4.9 34/80] crypto: ccp - Change ISR handler method for a v5 CCP
` [PATCH 4.9 35/80] dm era: save spacemap metadata root after the pre-commit
` [PATCH 4.9 36/80] dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
` [PATCH 4.9 37/80] dm thin: fix a memory leak when passing discard bio down
` [PATCH 4.9 38/80] vfio/type1: Remove locked page accounting workqueue
` [PATCH 4.9 39/80] iov_iter: dont revert iov buffer if csum error
` [PATCH 4.9 40/80] IB/core: Fix sysfs registration error flow
` [PATCH 4.9 41/80] IB/core: For multicast functions, verify that LIDs are multicast LIDs
` [PATCH 4.9 42/80] IB/IPoIB: ibX: failed to create mcg debug file
` [PATCH 4.9 43/80] IB/mlx4: Fix ib device initialization error flow
` [PATCH 4.9 44/80] IB/mlx4: Reduce SRIOV multicast cleanup warning message to debug level
` [PATCH 4.9 45/80] IB/hfi1: Prevent kernel QP post send hard lockups
` [PATCH 4.9 46/80] perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
` [PATCH 4.9 47/80] ext4: evict inline data when writing to memory map
` [PATCH 4.9 48/80] orangefs: fix bounds check for listxattr
` [PATCH 4.9 49/80] orangefs: clean up oversize xattr validation
` [PATCH 4.9 50/80] orangefs: do not set getattr_time on orangefs_lookup
` [PATCH 4.9 51/80] orangefs: do not check possibly stale size on truncate
` [PATCH 4.9 52/80] fs/xattr.c: zero out memory copied to userspace in getxattr
` [PATCH 4.9 53/80] ceph: fix memory leak in __ceph_setxattr()
` [PATCH 4.9 54/80] fs/block_dev: always invalidate cleancache in invalidate_bdev()
` [PATCH 4.9 55/80] mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
` [PATCH 4.9 56/80] Fix match_prepath()
` [PATCH 4.9 57/80] Set unicode flag on cifs echo request to avoid Mac error
` [PATCH 4.9 58/80] SMB3: Work around mount failure when using SMB3 dialect to Macs
` [PATCH 4.9 60/80] cifs: fix leak in FSCTL_ENUM_SNAPS response handling
` [PATCH 4.9 61/80] cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
` [PATCH 4.9 62/80] CIFS: fix oplock break deadlocks
` [PATCH 4.9 63/80] cifs: fix CIFS_IOC_GET_MNT_INFO oops
` [PATCH 4.9 65/80] padata: free correct variable
` [PATCH 4.9 66/80] device-dax: fix cdev leak
` [PATCH 4.9 67/80] fscrypt: fix context consistency check when key(s) unavailable
` [PATCH 4.9 68/80] serial: samsung: Use right device for DMA-mapping calls
` [PATCH 4.9 69/80] serial: omap: fix runtime-pm handling on unbind
` [PATCH 4.9 70/80] serial: omap: suspend device on probe errors
` [PATCH 4.9 71/80] tty: pty: Fix ldisc flush after userspace become aware of the data already
` [PATCH 4.9 72/80] Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
` [PATCH 4.9 73/80] Bluetooth: hci_bcm: add missing tty-device sanity check
` [PATCH 4.9 74/80] Bluetooth: hci_intel: "
` [PATCH 4.9 75/80] ipmi: Fix kernel panic at ipmi_ssif_thread()
` [PATCH 4.9 76/80] libnvdimm, region: fix flush hint detection crash
` [PATCH 4.9 77/80] libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
` [PATCH 4.9 78/80] libnvdimm, pfn: fix npfns vs section alignment
` [PATCH 4.9 79/80] pstore: Fix flags to enable dumps on powerpc
` [PATCH 4.9 80/80] pstore: Shut down worker when unregistering

[PATCH 4.10 00/93] 4.10.17-stable review
 2017-05-18 10:48 UTC  (38+ messages)
` [PATCH 4.10 01/93] xen: adjust early dom0 p2m handling to xen hypervisor behavior
` [PATCH 4.10 02/93] target: Fix compare_and_write_callback handling for non GOOD status
` [PATCH 4.10 05/93] usb: xhci: bInterval quirk for TI TUSB73x0
` [PATCH 4.10 06/93] usb: host: xhci: print correct command ring address
` [PATCH 4.10 07/93] USB: serial: ftdi_sio: add device ID for Microsemi/Arrow SF2PLUS Dev Kit
` [PATCH 4.10 08/93] USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously
` [PATCH 4.10 13/93] staging: wilc1000: Fix problem with wrong vif index
` [PATCH 4.10 15/93] staging: comedi: jr3_pci: cope with jiffies wraparound
` [PATCH 4.10 18/93] usb: Make sure usb/phy/of gets built-in
` [PATCH 4.10 22/93] x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup
` [PATCH 4.10 29/93] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 4.10 30/93] block: fix blk_integrity_register to use templates interval_exp if not 0
` [PATCH 4.10 32/93] crypto: algif_aead - Require setkey before accept(2)
` [PATCH 4.10 33/93] crypto: ccp - Use only the relevant interrupt bits
` [PATCH 4.10 43/93] IB/core: Fix sysfs registration error flow
` [PATCH 4.10 44/93] IB/core: For multicast functions, verify that LIDs are multicast LIDs
` [PATCH 4.10 45/93] IB/IPoIB: ibX: failed to create mcg debug file
` [PATCH 4.10 49/93] perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
` [PATCH 4.10 50/93] perf annotate s390: Fix perf annotate error -95 (4.10 regression)
` [PATCH 4.10 54/93] orangefs: fix bounds check for listxattr
` [PATCH 4.10 57/93] orangefs: do not check possibly stale size on truncate
` [PATCH 4.10 59/93] ceph: fix memory leak in __ceph_setxattr()
` [PATCH 4.10 61/93] mm: prevent potential recursive reclaim due to clearing PF_MEMALLOC
` [PATCH 4.10 62/93] Fix match_prepath()
` [PATCH 4.10 68/93] CIFS: fix oplock break deadlocks
` [PATCH 4.10 74/93] device-dax: fix cdev leak
` [PATCH 4.10 75/93] device-dax: fix sysfs attribute deadlock
` [PATCH 4.10 78/93] f2fs: fix fs corruption due to zero inode page
` [PATCH 4.10 81/93] serial: omap: fix runtime-pm handling on unbind
` [PATCH 4.10 83/93] tty: pty: Fix ldisc flush after userspace become aware of the data already
` [PATCH 4.10 87/93] ipmi: Fix kernel panic at ipmi_ssif_thread()
` [PATCH 4.10 88/93] libnvdimm, region: fix flush hint detection crash
` [PATCH 4.10 89/93] libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
` [PATCH 4.10 90/93] libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
` [PATCH 4.10 91/93] libnvdimm, pfn: fix npfns vs section alignment
` [PATCH 4.10 92/93] pstore: Fix flags to enable dumps on powerpc
` [PATCH 4.10 93/93] pstore: Shut down worker when unregistering

[PATCH 4.11 000/114] 4.11.2-stable review
 2017-05-18 10:47 UTC  (42+ messages)
` [PATCH 4.11 001/114] xen: adjust early dom0 p2m handling to xen hypervisor behavior
` [PATCH 4.11 003/114] target/fileio: Fix zero-length READ and WRITE handling
` [PATCH 4.11 010/114] staging: vt6656: use off stack for in buffer USB transfers
` [PATCH 4.11 011/114] staging: vt6656: use off stack for out "
` [PATCH 4.11 015/114] staging: comedi: jr3_pci: fix possible null pointer dereference
` [PATCH 4.11 022/114] usb: misc: legousbtower: Fix buffers on stack
` [PATCH 4.11 025/114] x86, pmem: Fix cache flushing for iovec write < 8 bytes
` [PATCH 4.11 030/114] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PATCH 4.11 033/114] crypto: s5p-sss - Close possible race for completed requests
` [PATCH 4.11 034/114] crypto: algif_aead - Require setkey before accept(2)
` [PATCH 4.11 038/114] crypto: ccp - Change ISR handler method for a v5 CCP
` [PATCH 4.11 042/114] dm thin: fix a memory leak when passing discard bio down
` [PATCH 4.11 043/114] vfio/type1: Remove locked page accounting workqueue
` [PATCH 4.11 045/114] IB/core: Fix sysfs registration error flow
` [PATCH 4.11 053/114] perf annotate s390: Fix perf annotate error -95 (4.10 regression)
` [PATCH 4.11 056/114] ext4: evict inline data when writing to memory map
` [PATCH 4.11 058/114] orangefs: clean up oversize xattr validation
` [PATCH 4.11 062/114] ceph: fix memory leak in __ceph_setxattr()
` [PATCH 4.11 063/114] fs: fix data invalidation in the cleancache during direct IO
` [PATCH 4.11 065/114] mm: vmscan: fix IO/refault regression in cache workingset transition
` [PATCH 4.11 068/114] Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILE
` [PATCH 4.11 069/114] Set unicode flag on cifs echo request to avoid Mac error
` [PATCH 4.11 070/114] SMB3: Work around mount failure when using SMB3 dialect to Macs
` [PATCH 4.11 073/114] cifs: fix CIFS_ENUMERATE_SNAPSHOTS oops
` [PATCH 4.11 074/114] CIFS: fix oplock break deadlocks
` [PATCH 4.11 084/114] ext4: return to starting transaction in ext4_dax_huge_fault()
` [PATCH 4.11 086/114] f2fs: fix wrong max cost initialization
` [PATCH 4.11 087/114] Revert "f2fs: put allocate_segment after refresh_sit_entry"
` [PATCH 4.11 090/114] f2fs: check entire encrypted bigname when finding a dentry
` [PATCH 4.11 091/114] f2fs: Make flush bios explicitely sync
` [PATCH 4.11 095/114] fscrypt: avoid collisions when presenting long encrypted filenames
` [PATCH 4.11 096/114] serial: samsung: Use right device for DMA-mapping calls
` [PATCH 4.11 099/114] serial: omap: suspend device on probe errors
` [PATCH 4.11 100/114] tty: pty: Fix ldisc flush after userspace become aware of the data already
` [PATCH 4.11 102/114] Bluetooth: Fix user channel for 32bit userspace on 64bit kernel
` [PATCH 4.11 105/114] cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()
` [PATCH 4.11 106/114] libata: reject passthrough WRITE SAME requests
` [PATCH 4.11 107/114] ipmi: Fix kernel panic at ipmi_ssif_thread()
` [PATCH 4.11 109/114] libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify
` [PATCH 4.11 110/114] libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering
` [PATCH 4.11 113/114] pstore: Use dynamic spinlock initializer

Two sched patchs missing from 4.4-stable: inclusion possible?
 2017-05-18 10:51 UTC  (3+ messages)

[PATCH 1/2] ext4: Fix SEEK_HOLE
 2017-05-18 10:49 UTC 

[PATCH 1/3] xfs: Fix missed holes in SEEK_HOLE implementation
 2017-05-18 10:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).