stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 03:06:14 to 2018-11-20 03:19:25 UTC [more...]

[PATCH 4.9 00/83] 4.9.138-stable review
 2018-11-19 16:29 UTC  (28+ messages)
` [PATCH 4.9 15/83] cdrom: fix improper type cast, which can leat to information leak
` [PATCH 4.9 16/83] scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
` [PATCH 4.9 17/83] scsi: qla2xxx: shutdown chip if reset fail
` [PATCH 4.9 18/83] fuse: Fix use-after-free in fuse_dev_do_read()
` [PATCH 4.9 19/83] fuse: Fix use-after-free in fuse_dev_do_write()
` [PATCH 4.9 20/83] fuse: fix blocked_waitq wakeup
` [PATCH 4.9 31/83] xtensa: add NOTES section to the linker script
` [PATCH 4.9 32/83] xtensa: make sure bFLT stack is 16 byte aligned
` [PATCH 4.9 39/83] mach64: fix display corruption on big endian machines
` [PATCH 4.9 40/83] mach64: fix image corruption due to reading accelerator registers
` [PATCH 4.9 41/83] reset: hisilicon: fix potential NULL pointer dereference
` [PATCH 4.9 42/83] vhost/scsi: truncate T10 PI iov_iter to prot_bytes
` [PATCH 4.9 43/83] ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
` [PATCH 4.9 44/83] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
` [PATCH 4.9 45/83] netfilter: conntrack: fix calculation of next bucket number in early_drop
` [PATCH 4.9 48/83] termios, tty/tty_baudrate.c: fix buffer overrun
` [PATCH 4.9 49/83] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH 4.9 52/83] clockevents/drivers/i8253: Add support for PIT shutdown quirk
` [PATCH 4.9 53/83] ext4: add missing brelse() update_backups()s error path
` [PATCH 4.9 54/83] ext4: add missing brelse() in set_flexbg_block_bitmap()s "
` [PATCH 4.9 55/83] ext4: add missing brelse() add_new_gdb_meta_bg()s "
` [PATCH 4.9 58/83] ext4: avoid buffer leak in ext4_orphan_add() after prior errors
` [PATCH 4.9 59/83] ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
` [PATCH 4.9 61/83] ext4: fix possible leak of sbi->s_group_desc_leak in error path
` [PATCH 4.9 63/83] ext4: release bs.bh before re-using in ext4_xattr_block_find()
` [PATCH 4.9 65/83] ext4: fix buffer leak in __ext4_read_dirblock() on error path
` [PATCH 4.9 66/83] mount: Retest MNT_LOCKED in do_umount

Adding iTCO_wdt fixes into 4.9-stable?
 2018-11-19 16:32 UTC 

[PATCH 4.14 000/124] 4.14.82-stable review
 2018-11-19 16:29 UTC  (71+ messages)
` [PATCH 4.14 024/124] ovl: fix error handling in ovl_verify_set_fh()
` [PATCH 4.14 025/124] scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
` [PATCH 4.14 026/124] scsi: qla2xxx: Fix process response queue for ISP26XX and above
` [PATCH 4.14 028/124] scsi: qla2xxx: shutdown chip if reset fail
` [PATCH 4.14 029/124] scsi: qla2xxx: Fix re-using LoopID when handle is in use
` [PATCH 4.14 030/124] fuse: Fix use-after-free in fuse_dev_do_read()
` [PATCH 4.14 032/124] fuse: fix blocked_waitq wakeup
` [PATCH 4.14 033/124] fuse: set FR_SENT while locked
` [PATCH 4.14 037/124] xtensa: add NOTES section to the linker script
` [PATCH 4.14 038/124] xtensa: make sure bFLT stack is 16 byte aligned
` [PATCH 4.14 039/124] xtensa: fix boot parameters address translation
` [PATCH 4.14 040/124] um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
` [PATCH 4.14 041/124] clk: s2mps11: Fix matching when built as module and DT node contains compatible
` [PATCH 4.14 042/124] clk: at91: Fix division by zero in PLL recalc_rate()
` [PATCH 4.14 047/124] Revert "ceph: fix dentry leak in splice_dentry()"
` [PATCH 4.14 048/124] thermal: enable broadcom menu for arm64 bcm2835
` [PATCH 4.14 052/124] vhost/scsi: truncate T10 PI iov_iter to prot_bytes
` [PATCH 4.14 053/124] scsi: qla2xxx: Initialize port speed to avoid setting lower speed
` [PATCH 4.14 054/124] SCSI: fix queue cleanup race before queue initialization is done
` [PATCH 4.14 055/124] soc: ti: QMSS: Fix usage of irq_set_affinity_hint
` [PATCH 4.14 057/124] ocfs2: free up write context when direct IO failed
` [PATCH 4.14 059/124] netfilter: conntrack: fix calculation of next bucket number in early_drop
` [PATCH 4.14 060/124] ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
` [PATCH 4.14 062/124] of, numa: Validate some distance map rules
` [PATCH 4.14 063/124] x86/cpu/vmware: Do not trace vmware_sched_clock()
` [PATCH 4.14 064/124] x86/hyper-v: Enable PIT shutdown quirk
` [PATCH 4.14 065/124] termios, tty/tty_baudrate.c: fix buffer overrun
` [PATCH 4.14 066/124] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH 4.14 067/124] watchdog/core: Add missing prototypes for weak functions
` [PATCH 4.14 069/124] Btrfs: fix cur_offset in the error case for nocow
` [PATCH 4.14 071/124] Btrfs: fix data corruption due to cloning of eof block
` [PATCH 4.14 073/124] ext4: add missing brelse() update_backups()s error path
` [PATCH 4.14 074/124] ext4: add missing brelse() in set_flexbg_block_bitmap()s "
` [PATCH 4.14 075/124] ext4: add missing brelse() add_new_gdb_meta_bg()s "
` [PATCH 4.14 077/124] ext4: missing !bh check in ext4_xattr_inode_write()
` [PATCH 4.14 078/124] ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
` [PATCH 4.14 079/124] ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
` [PATCH 4.14 080/124] ext4: avoid buffer leak in ext4_orphan_add() after prior errors
` [PATCH 4.14 081/124] ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
` [PATCH 4.14 084/124] ext4: fix possible leak of s_journal_flag_rwsem in error path
` [PATCH 4.14 085/124] ext4: fix buffer leak in ext4_xattr_get_block() on "
` [PATCH 4.14 087/124] ext4: fix buffer leak in ext4_xattr_move_to_block() "
` [PATCH 4.14 089/124] ext4: fix buffer leak in __ext4_read_dirblock() "
` [PATCH 4.14 090/124] mount: Retest MNT_LOCKED in do_umount
` [PATCH 4.14 091/124] mount: Dont allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
` [PATCH 4.14 092/124] mount: Prevent MNT_DETACH from disconnecting locked mounts
` [PATCH 4.14 094/124] kdb: print real address of pointers instead of hashed addresses
` [PATCH 4.14 095/124] sunrpc: correct the computation for page_ptr when truncating
` [PATCH 4.14 096/124] nfsd: COPY and CLONE operations require the saved filehandle to be set
` [PATCH 4.14 097/124] rtc: hctosys: Add missing range error reporting
` [PATCH 4.14 099/124] fuse: fix leaked notify reply
` [PATCH 4.14 100/124] configfs: replace strncpy with memcpy
` [PATCH 4.14 101/124] gfs2: Put bitmap buffers in put_super
` [PATCH 4.14 102/124] crypto: user - fix leaking uninitialized memory to userspace
` [PATCH 4.14 103/124] lib/ubsan.c: dont mark __ubsan_handle_builtin_unreachable as noreturn
` [PATCH 4.14 105/124] mm/swapfile.c: use kvzalloc for swap_info_struct allocation
` [PATCH 4.14 106/124] efi/arm/libstub: Pack FDT after populating it
` [PATCH 4.14 107/124] drm/rockchip: Allow driver to be shutdown on reboot/kexec
` [PATCH 4.14 108/124] drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
` [PATCH 4.14 109/124] drm/nouveau: Check backlight IDs are >= 0, not > 0
` [PATCH 4.14 110/124] drm/dp_mst: Check if primary mstb is null
` [PATCH 4.14 112/124] drm/i915: Restore vblank interrupts earlier
` [PATCH 4.14 113/124] drm/i915: Dont unset intel_connector->mst_port
` [PATCH 4.14 115/124] drm/i915: Large page offsets for pread/pwrite
` [PATCH 4.14 117/124] drm/i915: Dont oops during modeset shutdown after lpe audio deinit
` [PATCH 4.14 118/124] drm/i915: Mark pin flags as u64
` [PATCH 4.14 120/124] CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
` [PATCH 4.14 121/124] ovl: check whiteout in ovl_create_over_whiteout()
` [PATCH 4.14 123/124] nvme-loop: fix kernel oops in case of unhandled command
` [PATCH 4.14 124/124] gpio: brcmstb: release the bgpio lock during irq handlers

[PATCH 4.18 000/171] 4.18.20-stable review
 2018-11-19 16:29 UTC  (101+ messages)
` [PATCH 4.18 035/171] cdrom: fix improper type cast, which can leat to information leak
` [PATCH 4.18 038/171] serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
` [PATCH 4.18 039/171] scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
` [PATCH 4.18 040/171] scsi: qla2xxx: Fix process response queue for ISP26XX and above
` [PATCH 4.18 041/171] scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
` [PATCH 4.18 042/171] scsi: qla2xxx: shutdown chip if reset fail
` [PATCH 4.18 043/171] scsi: qla2xxx: Fix duplicate switch database entries
` [PATCH 4.18 044/171] scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
` [PATCH 4.18 065/171] clk: sunxi-ng: h6: fix bus clocks divider position
` [PATCH 4.18 067/171] clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
` [PATCH 4.18 068/171] libceph: bump CEPH_MSG_MAX_DATA_LEN
` [PATCH 4.18 069/171] Revert "ceph: fix dentry leak in splice_dentry()"
` [PATCH 4.18 070/171] thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
` [PATCH 4.18 072/171] mach64: fix image corruption due to reading accelerator registers
` [PATCH 4.18 073/171] acpi/nfit, x86/mce: Handle only uncorrectable machine checks
` [PATCH 4.18 074/171] acpi/nfit, x86/mce: Validate a MCEs address before using it
` [PATCH 4.18 075/171] acpi, nfit: Fix ARS overflow continuation
` [PATCH 4.18 076/171] reset: hisilicon: fix potential NULL pointer dereference
` [PATCH 4.18 077/171] vhost/scsi: truncate T10 PI iov_iter to prot_bytes
` [PATCH 4.18 078/171] scsi: qla2xxx: Initialize port speed to avoid setting lower speed
` [PATCH 4.18 079/171] SCSI: fix queue cleanup race before queue initialization is done
` [PATCH 4.18 080/171] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH 4.18 081/171] soc: ti: QMSS: Fix usage of irq_set_affinity_hint
` [PATCH 4.18 082/171] ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
` [PATCH 4.18 084/171] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
` [PATCH 4.18 085/171] memory_hotplug: cond_resched in __remove_pages
` [PATCH 4.18 086/171] netfilter: conntrack: fix calculation of next bucket number in early_drop
` [PATCH 4.18 087/171] ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
` [PATCH 4.18 089/171] mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()
` [PATCH 4.18 090/171] mtd: nand: Fix nanddev_neraseblocks()
` [PATCH 4.18 092/171] hwmon: (core) Fix double-free in __hwmon_device_register()
` [PATCH 4.18 093/171] perf stat: Handle different PMU names with common prefix
` [PATCH 4.18 094/171] of, numa: Validate some distance map rules
` [PATCH 4.18 095/171] x86/cpu/vmware: Do not trace vmware_sched_clock()
` [PATCH 4.18 096/171] x86/hyper-v: Enable PIT shutdown quirk
` [PATCH 4.18 097/171] termios, tty/tty_baudrate.c: fix buffer overrun
` [PATCH 4.18 098/171] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH 4.18 099/171] watchdog/core: Add missing prototypes for weak functions
` [PATCH 4.18 100/171] btrfs: fix pinned underflow after transaction aborted
` [PATCH 4.18 101/171] Btrfs: fix cur_offset in the error case for nocow
` [PATCH 4.18 103/171] Btrfs: fix data corruption due to cloning of eof block
` [PATCH 4.18 104/171] clockevents/drivers/i8253: Add support for PIT shutdown quirk
` [PATCH 4.18 105/171] ext4: add missing brelse() update_backups()s error path
` [PATCH 4.18 106/171] ext4: add missing brelse() in set_flexbg_block_bitmap()s "
` [PATCH 4.18 107/171] ext4: add missing brelse() add_new_gdb_meta_bg()s "
` [PATCH 4.18 108/171] ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
` [PATCH 4.18 109/171] ext4: missing !bh check in ext4_xattr_inode_write()
` [PATCH 4.18 110/171] ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
` [PATCH 4.18 111/171] ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
` [PATCH 4.18 112/171] ext4: avoid buffer leak in ext4_orphan_add() after prior errors
` [PATCH 4.18 114/171] ext4: avoid possible double brelse() in add_new_gdb() on error path
` [PATCH 4.18 115/171] ext4: fix possible leak of sbi->s_group_desc_leak in "
` [PATCH 4.18 116/171] ext4: fix possible leak of s_journal_flag_rwsem "
` [PATCH 4.18 117/171] ext4: fix buffer leak in ext4_xattr_get_block() on "
` [PATCH 4.18 118/171] ext4: release bs.bh before re-using in ext4_xattr_block_find()
` [PATCH 4.18 119/171] ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
` [PATCH 4.18 120/171] ext4: fix buffer leak in ext4_expand_extra_isize_ea() "
` [PATCH 4.18 121/171] ext4: fix buffer leak in __ext4_read_dirblock() "
` [PATCH 4.18 122/171] mount: Retest MNT_LOCKED in do_umount
` [PATCH 4.18 123/171] mount: Dont allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
` [PATCH 4.18 124/171] mount: Prevent MNT_DETACH from disconnecting locked mounts
` [PATCH 4.18 126/171] kdb: use correct pointer when btc calls btt
` [PATCH 4.18 128/171] sunrpc: correct the computation for page_ptr when truncating
` [PATCH 4.18 129/171] NFSv4: Dont exit the state manager without clearing NFS4CLNT_MANAGER_RUNNING
` [PATCH 4.18 130/171] nfsd: COPY and CLONE operations require the saved filehandle to be set
` [PATCH 4.18 131/171] rtc: hctosys: Add missing range error reporting
` [PATCH 4.18 132/171] fuse: fix use-after-free in fuse_direct_IO()
` [PATCH 4.18 133/171] fuse: fix leaked notify reply
` [PATCH 4.18 134/171] selinux: check length properly in SCTP bind hook
` [PATCH 4.18 135/171] configfs: replace strncpy with memcpy
` [PATCH 4.18 136/171] gfs2: Put bitmap buffers in put_super
` [PATCH 4.18 137/171] gfs2: Fix metadata read-ahead during truncate (2)
` [PATCH 4.18 139/171] crypto: user - fix leaking uninitialized memory to userspace
` [PATCH 4.18 140/171] lib/ubsan.c: dont mark __ubsan_handle_builtin_unreachable as noreturn
` [PATCH 4.18 141/171] hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
` [PATCH 4.18 142/171] mm/swapfile.c: use kvzalloc for swap_info_struct allocation
` [PATCH 4.18 143/171] efi/arm/libstub: Pack FDT after populating it
` [PATCH 4.18 144/171] drm/rockchip: Allow driver to be shutdown on reboot/kexec
` [PATCH 4.18 145/171] drm/msm: fix OF child-node lookup
` [PATCH 4.18 147/171] drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
` [PATCH 4.18 148/171] drm/nouveau: Check backlight IDs are >= 0, not > 0
` [PATCH 4.18 149/171] drm/nouveau: Fix nv50_mstc->best_encoder()
` [PATCH 4.18 150/171] drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
` [PATCH 4.18 151/171] drm/etnaviv: fix bogus fence complete check in timeout handler
` [PATCH 4.18 152/171] drm/dp_mst: Check if primary mstb is null
` [PATCH 4.18 153/171] drm/atomic_helper: Disallow new modesets on unregistered connectors
` [PATCH 4.18 154/171] drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
` [PATCH 4.18 156/171] drm/i915: Restore vblank interrupts earlier
` [PATCH 4.18 158/171] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH 4.18 159/171] drm/i915: Large page offsets for pread/pwrite
` [PATCH 4.18 161/171] drm/i915/dp: Restrict link retrain workaround to external monitors
` [PATCH 4.18 162/171] drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
` [PATCH 4.18 163/171] drm/i915: Fix error handling for the NV12 fb dimensions check
` [PATCH 4.18 164/171] drm/i915: Fix ilk+ watermarks when disabling pipes
` [PATCH 4.18 165/171] drm/i915: Compare users 64b GTT offset even on 32b
` [PATCH 4.18 166/171] drm/i915: Dont oops during modeset shutdown after lpe audio deinit
` [PATCH 4.18 168/171] drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
` [PATCH 4.18 169/171] drm/i915/execlists: Force write serialisation into context image vs execution
` [PATCH 4.18 170/171] drm/i915: Fix possible race in intel_dp_add_mst_connector()
` [PATCH 4.18 171/171] CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM


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).