linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-01 13:19:08 to 2019-06-01 13:35:25 UTC [more...]

[PATCH AUTOSEL 4.19 001/141] rapidio: fix a NULL pointer dereference when create_workqueue() fails
 2019-06-01 13:20 UTC  (41+ messages)
` [PATCH AUTOSEL 4.19 002/141] fs/fat/file.c: issue flush after the writeback of FAT
` [PATCH AUTOSEL 4.19 003/141] sysctl: return -EINVAL if val violates minmax
` [PATCH AUTOSEL 4.19 005/141] drm/pl111: Initialize clock spinlock early
` [PATCH AUTOSEL 4.19 006/141] ARM: prevent tracing IPI_CPU_BACKTRACE
` [PATCH AUTOSEL 4.19 007/141] mm/hmm: select mmu notifier when selecting HMM
` [PATCH AUTOSEL 4.19 008/141] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.19 010/141] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.19 012/141] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 4.19 014/141] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.19 015/141] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 4.19 018/141] drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER
` [PATCH AUTOSEL 4.19 020/141] mfd: intel-lpss: Set the device in reset state when init
` [PATCH AUTOSEL 4.19 021/141] drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configuration
` [PATCH AUTOSEL 4.19 023/141] perf/x86/intel: Allow PEBS multi-entry in watermark mode
` [PATCH AUTOSEL 4.19 024/141] drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when encoders change
` [PATCH AUTOSEL 4.19 026/141] objtool: Don't use ignore flag for fake jumps
` [PATCH AUTOSEL 4.19 027/141] drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
` [PATCH AUTOSEL 4.19 028/141] bpf: fix undefined behavior in narrow load handling
` [PATCH AUTOSEL 4.19 033/141] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 4.19 035/141] f2fs: fix to avoid panic in f2fs_inplace_write_data()
` [PATCH AUTOSEL 4.19 036/141] f2fs: fix to avoid panic in f2fs_remove_inode_page()
` [PATCH AUTOSEL 4.19 038/141] f2fs: fix to clear dirty inode in error path of f2fs_iget()
` [PATCH AUTOSEL 4.19 039/141] f2fs: fix to avoid panic in dec_valid_block_count()
` [PATCH AUTOSEL 4.19 040/141] f2fs: fix to use inline space only if inline_xattr is enable
` [PATCH AUTOSEL 4.19 041/141] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 4.19 042/141] f2fs: fix to do checksum even if inode page is uptodate
` [PATCH AUTOSEL 4.19 043/141] percpu: remove spurious lock dependency between percpu and sched
` [PATCH AUTOSEL 4.19 044/141] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 4.19 045/141] configfs: fix possible use-after-free in configfs_register_group
` [PATCH AUTOSEL 4.19 046/141] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 4.19 047/141] PCI: dwc: Free MSI in dw_pcie_host_init() error path
` [PATCH AUTOSEL 4.19 048/141] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
` [PATCH AUTOSEL 4.19 049/141] ovl: do not generate duplicate fsnotify events for "fake" path
` [PATCH AUTOSEL 4.19 050/141] mmc: mmci: Prevent polling for busy detection in IRQ context
` [PATCH AUTOSEL 4.19 051/141] netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
` [PATCH AUTOSEL 4.19 052/141] netfilter: nf_conntrack_h323: restore boundary check correctness
` [PATCH AUTOSEL 4.19 053/141] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 4.19 054/141] netfilter: nf_tables: fix base chain stat rcu_dereference usage
` [PATCH AUTOSEL 4.19 055/141] watchdog: Use depends instead of select for pretimeout governors
` [PATCH AUTOSEL 4.19 056/141] watchdog: imx2_wdt: Fix set_timeout for big timeout values

PROBLEM: Marvell 88E8040 (sky2) fails after hibernation
 2019-06-01 13:16 UTC 

[PATCH AUTOSEL 4.14 01/99] rapidio: fix a NULL pointer dereference when create_workqueue() fails
 2019-06-01 13:22 UTC  (38+ messages)
` [PATCH AUTOSEL 4.14 02/99] fs/fat/file.c: issue flush after the writeback of FAT
` [PATCH AUTOSEL 4.14 03/99] sysctl: return -EINVAL if val violates minmax
` [PATCH AUTOSEL 4.14 04/99] ipc: prevent lockup on alloc_msg and free_msg
` [PATCH AUTOSEL 4.14 05/99] ARM: prevent tracing IPI_CPU_BACKTRACE
` [PATCH AUTOSEL 4.14 06/99] mm/hmm: select mmu notifier when selecting HMM
` [PATCH AUTOSEL 4.14 07/99] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.14 08/99] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.14 09/99] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.14 10/99] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 4.14 11/99] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.14 12/99] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 4.14 13/99] kernel/sys.c: prctl: fix false positive in validate_prctl_map()
` [PATCH AUTOSEL 4.14 14/99] thermal: rcar_gen3_thermal: disable interrupt in .remove
` [PATCH AUTOSEL 4.14 15/99] drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER
` [PATCH AUTOSEL 4.14 16/99] mfd: tps65912-spi: Add missing of table registration
` [PATCH AUTOSEL 4.14 17/99] mfd: intel-lpss: Set the device in reset state when init
` [PATCH AUTOSEL 4.14 18/99] drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configuration
` [PATCH AUTOSEL 4.14 19/99] mfd: twl6040: Fix device init errors for ACCCTL register
` [PATCH AUTOSEL 4.14 20/99] perf/x86/intel: Allow PEBS multi-entry in watermark mode
` [PATCH AUTOSEL 4.14 21/99] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 4.14 22/99] objtool: Don't use ignore flag for fake jumps
` [PATCH AUTOSEL 4.14 23/99] EDAC/mpc85xx: Prevent building as a module
` [PATCH AUTOSEL 4.14 24/99] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 4.14 25/99] pwm: meson: Use the spin-lock only to protect register modifications
` [PATCH AUTOSEL 4.14 26/99] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 4.14 27/99] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 4.14 28/99] f2fs: fix to clear dirty inode in error path of f2fs_iget()
` [PATCH AUTOSEL 4.14 29/99] f2fs: fix to avoid panic in dec_valid_block_count()
` [PATCH AUTOSEL 4.14 30/99] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 4.14 31/99] percpu: remove spurious lock dependency between percpu and sched
` [PATCH AUTOSEL 4.14 32/99] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 4.14 33/99] configfs: fix possible use-after-free in configfs_register_group
` [PATCH AUTOSEL 4.14 34/99] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 4.14 35/99] mmc: mmci: Prevent polling for busy detection in IRQ context
` [PATCH AUTOSEL 4.14 36/99] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 4.14 37/99] watchdog: Use depends instead of select for pretimeout governors
` [PATCH AUTOSEL 4.14 38/99] watchdog: imx2_wdt: Fix set_timeout for big timeout values

[PATCH AUTOSEL 4.9 01/74] rapidio: fix a NULL pointer dereference when create_workqueue() fails
 2019-06-01 13:24 UTC  (30+ messages)
` [PATCH AUTOSEL 4.9 02/74] fs/fat/file.c: issue flush after the writeback of FAT
` [PATCH AUTOSEL 4.9 03/74] sysctl: return -EINVAL if val violates minmax
` [PATCH AUTOSEL 4.9 04/74] ipc: prevent lockup on alloc_msg and free_msg
` [PATCH AUTOSEL 4.9 05/74] ARM: prevent tracing IPI_CPU_BACKTRACE
` [PATCH AUTOSEL 4.9 06/74] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.9 07/74] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.9 08/74] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.9 09/74] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.9 10/74] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 4.9 11/74] kernel/sys.c: prctl: fix false positive in validate_prctl_map()
` [PATCH AUTOSEL 4.9 12/74] drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER
` [PATCH AUTOSEL 4.9 13/74] mfd: tps65912-spi: Add missing of table registration
` [PATCH AUTOSEL 4.9 14/74] mfd: intel-lpss: Set the device in reset state when init
` [PATCH AUTOSEL 4.9 15/74] mfd: twl6040: Fix device init errors for ACCCTL register
` [PATCH AUTOSEL 4.9 16/74] perf/x86/intel: Allow PEBS multi-entry in watermark mode
` [PATCH AUTOSEL 4.9 17/74] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 4.9 18/74] objtool: Don't use ignore flag for fake jumps
` [PATCH AUTOSEL 4.9 19/74] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 4.9 20/74] pwm: meson: Use the spin-lock only to protect register modifications
` [PATCH AUTOSEL 4.9 21/74] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 4.9 22/74] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 4.9 23/74] f2fs: fix to clear dirty inode in error path of f2fs_iget()
` [PATCH AUTOSEL 4.9 24/74] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 4.9 25/74] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 4.9 26/74] configfs: fix possible use-after-free in configfs_register_group
` [PATCH AUTOSEL 4.9 27/74] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 4.9 28/74] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 4.9 29/74] watchdog: Use depends instead of select for pretimeout governors
` [PATCH AUTOSEL 4.9 30/74] watchdog: imx2_wdt: Fix set_timeout for big timeout values

[PATCH AUTOSEL 4.4 01/56] fs/fat/file.c: issue flush after the writeback of FAT
 2019-06-01 13:26 UTC  (56+ messages)
` [PATCH AUTOSEL 4.4 02/56] sysctl: return -EINVAL if val violates minmax
` [PATCH AUTOSEL 4.4 03/56] ipc: prevent lockup on alloc_msg and free_msg
` [PATCH AUTOSEL 4.4 04/56] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 4.4 05/56] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 4.4 06/56] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 4.4 07/56] kernel/sys.c: prctl: fix false positive in validate_prctl_map()
` [PATCH AUTOSEL 4.4 08/56] mfd: intel-lpss: Set the device in reset state when init
` [PATCH AUTOSEL 4.4 09/56] mfd: twl6040: Fix device init errors for ACCCTL register
` [PATCH AUTOSEL 4.4 10/56] perf/x86/intel: Allow PEBS multi-entry in watermark mode
` [PATCH AUTOSEL 4.4 11/56] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 4.4 12/56] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 4.4 13/56] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 4.4 14/56] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 4.4 15/56] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 4.4 16/56] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 4.4 17/56] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 4.4 18/56] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 4.4 19/56] iommu/vt-d: Set intel_iommu_gfx_mapped correctly
` [PATCH AUTOSEL 4.4 20/56] ALSA: hda - Register irq handler after the chip initialization
` [PATCH AUTOSEL 4.4 21/56] nvmem: core: fix read buffer in place
` [PATCH AUTOSEL 4.4 22/56] stm class: Fix channel free in stm output free path
` [PATCH AUTOSEL 4.4 23/56] fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
` [PATCH AUTOSEL 4.4 24/56] fuse: require /dev/fuse reads to have enough buffer capacity
` [PATCH AUTOSEL 4.4 25/56] fuse: retrieve: cap requested size to negotiated max_write
` [PATCH AUTOSEL 4.4 26/56] nfsd: allow fh_want_write to be called twice
` [PATCH AUTOSEL 4.4 27/56] PCI: Mark Atheros AR9462 to avoid bus reset
` [PATCH AUTOSEL 4.4 28/56] media: ov6650: Fix sensor possibly not detected on probe
` [PATCH AUTOSEL 4.4 29/56] x86/PCI: Fix PCI IRQ routing table memory leak
` [PATCH AUTOSEL 4.4 30/56] platform/chrome: cros_ec_proto: check for NULL transfer function
` [PATCH AUTOSEL 4.4 31/56] soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
` [PATCH AUTOSEL 4.4 32/56] clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288
` [PATCH AUTOSEL 4.4 33/56] fbdev: fix WARNING in __alloc_pages_nodemask bug
` [PATCH AUTOSEL 4.4 34/56] iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114
` [PATCH AUTOSEL 4.4 35/56] ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ahb" clock to SDMA
` [PATCH AUTOSEL 4.4 36/56] ARM: dts: imx6sx: Specify IMX6SX_CLK_IPG as "ipg" "
` [PATCH AUTOSEL 4.4 37/56] ARM: dts: imx6qdl: Specify IMX6QDL_CLK_IPG "
` [PATCH AUTOSEL 4.4 38/56] md: add mddev->pers to avoid potential NULL pointer dereference
` [PATCH AUTOSEL 4.4 39/56] PCI: rpadlpar: Fix leaked device_node references in add/remove paths
` [PATCH AUTOSEL 4.4 40/56] PCI: rcar: Fix a potential NULL pointer dereference
` [PATCH AUTOSEL 4.4 41/56] fbdev: sm712fb: fix crashes and garbled display during DPMS modesetting
` [PATCH AUTOSEL 4.4 42/56] fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGA
` [PATCH AUTOSEL 4.4 43/56] video: hgafb: fix potential NULL pointer dereference
` [PATCH AUTOSEL 4.4 44/56] video: imsttfb: fix potential NULL pointer dereferences
` [PATCH AUTOSEL 4.4 45/56] fbdev: sm712fb: fix brightness control on reboot, don't set SR30
` [PATCH AUTOSEL 4.4 46/56] fbdev: fix divide error in fb_var_to_videomode
` [PATCH AUTOSEL 4.4 47/56] fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3F
` [PATCH AUTOSEL 4.4 48/56] fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAM
` [PATCH AUTOSEL 4.4 49/56] PCI: xilinx: Check for __get_free_pages() failure
` [PATCH AUTOSEL 4.4 50/56] tty: pty: Fix race condition between release_one_tty and pty_write
` [PATCH AUTOSEL 4.4 51/56] gpio: gpio-omap: add check for off wake capable gpios
` [PATCH AUTOSEL 4.4 52/56] dmaengine: idma64: Use actual device for DMA transfers
` [PATCH AUTOSEL 4.4 53/56] pwm: tiehrpwm: Update shadow register for disabling PWMs
` [PATCH AUTOSEL 4.4 54/56] ARM: dts: exynos: Always enable necessary APIO_1V8 and ABB_1V8 regulators on Arndale Octa
` [PATCH AUTOSEL 4.4 55/56] pwm: Fix deadlock warning when removing PWM device
` [PATCH AUTOSEL 4.4 56/56] ARM: exynos: Fix undefined instruction during Exynos5422 resume

[PATCH AUTOSEL 5.0 001/173] media: rockchip/vpu: Fix/re-order probe-error/remove path
 2019-06-01 13:17 UTC  (29+ messages)
` [PATCH AUTOSEL 5.0 002/173] media: rockchip/vpu: Add missing dont_use_autosuspend() calls
` [PATCH AUTOSEL 5.0 004/173] fs/fat/file.c: issue flush after the writeback of FAT
` [PATCH AUTOSEL 5.0 005/173] sysctl: return -EINVAL if val violates minmax
` [PATCH AUTOSEL 5.0 006/173] ipc: prevent lockup on alloc_msg and free_msg
` [PATCH AUTOSEL 5.0 007/173] drm/msm: correct attempted NULL pointer dereference in debugfs
` [PATCH AUTOSEL 5.0 009/173] ARM: prevent tracing IPI_CPU_BACKTRACE
` [PATCH AUTOSEL 5.0 010/173] mm/hmm: select mmu notifier when selecting HMM
` [PATCH AUTOSEL 5.0 011/173] hugetlbfs: on restore reserve error path retain subpool reservation
` [PATCH AUTOSEL 5.0 014/173] mm/cma.c: fix crash on CMA allocation if bitmap allocation fails
` [PATCH AUTOSEL 5.0 015/173] initramfs: free initrd memory if opening /initrd.image fails
` [PATCH AUTOSEL 5.0 016/173] mm/memory_hotplug.c: fix the wrong usage of N_HIGH_MEMORY
` [PATCH AUTOSEL 5.0 020/173] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 5.0 027/173] mfd: twl6040: Fix device init errors for ACCCTL register
` [PATCH AUTOSEL 5.0 028/173] perf/x86/intel: Allow PEBS multi-entry in watermark mode
` [PATCH AUTOSEL 5.0 030/173] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 5.0 031/173] objtool: Don't use ignore flag for fake jumps
` [PATCH AUTOSEL 5.0 034/173] gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6
` [PATCH AUTOSEL 5.0 035/173] EDAC/mpc85xx: Prevent building as a module
` [PATCH AUTOSEL 5.0 039/173] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 5.0 042/173] f2fs: fix error path of recovery
` [PATCH AUTOSEL 5.0 044/173] f2fs: fix to do sanity check on free nid
` [PATCH AUTOSEL 5.0 049/173] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 5.0 058/173] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 5.0 059/173] PCI: dwc: Free MSI in dw_pcie_host_init() error path
` [PATCH AUTOSEL 5.0 063/173] mmc: mmci: Prevent polling for busy detection in IRQ context
` [PATCH AUTOSEL 5.0 065/173] netfilter: nf_conntrack_h323: restore boundary check correctness
` [PATCH AUTOSEL 5.0 066/173] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 5.0 069/173] watchdog: imx2_wdt: Fix set_timeout for big timeout values

[PATCH AUTOSEL 5.1 001/186] media: rockchip/vpu: Fix/re-order probe-error/remove path
 2019-06-01 13:14 UTC  (7+ messages)
` [PATCH AUTOSEL 5.1 064/186] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
` [PATCH AUTOSEL 5.1 065/186] fbcon: Don't reset logo_shown when logo is currently shown
` [PATCH AUTOSEL 5.1 071/186] mips: Make sure dt memory regions are valid
` [PATCH AUTOSEL 5.1 072/186] netfilter: nf_tables: fix base chain stat rcu_dereference usage
` [PATCH AUTOSEL 5.1 073/186] watchdog: Use depends instead of select for pretimeout governors
` [PATCH AUTOSEL 5.1 074/186] watchdog: imx2_wdt: Fix set_timeout for big timeout values


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