linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-01 13:26:01 to 2019-06-01 13:53:37 UTC [more...]

RFC: declaring DT match tables (2nd take)
 2019-06-01 13:52 UTC  (3+ messages)
` [PATCH 1/4] mod_devicetable: helper macro for declaring oftree module device table
` [PATCH 2/4] drivers: block: xsysace: use MODULE_DECLARE_OF_TABLE() and of_match_ptr()

[PATCH AUTOSEL 5.1 001/186] media: rockchip/vpu: Fix/re-order probe-error/remove path
 2019-06-01 13:14 UTC  (33+ messages)
` [PATCH AUTOSEL 5.1 008/186] drm/pl111: Initialize clock spinlock early
` [PATCH AUTOSEL 5.1 022/186] mm/slab.c: fix an infinite loop in leaks_show()
` [PATCH AUTOSEL 5.1 024/186] thermal: rcar_gen3_thermal: disable interrupt in .remove
` [PATCH AUTOSEL 5.1 026/186] mfd: tps65912-spi: Add missing of table registration
` [PATCH AUTOSEL 5.1 031/186] drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when encoders change
` [PATCH AUTOSEL 5.1 034/186] objtool: Don't use ignore flag for fake jumps
` [PATCH AUTOSEL 5.1 037/186] gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6
` [PATCH AUTOSEL 5.1 038/186] EDAC/mpc85xx: Prevent building as a module
` [PATCH AUTOSEL 5.1 039/186] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 5.1 042/186] ntp: Allow TAI-UTC offset to be set to zero
` [PATCH AUTOSEL 5.1 043/186] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 5.1 044/186] f2fs: fix to avoid panic in f2fs_inplace_write_data()
` [PATCH AUTOSEL 5.1 045/186] f2fs: fix error path of recovery
` [PATCH AUTOSEL 5.1 047/186] f2fs: fix to do sanity check on free nid
` [PATCH AUTOSEL 5.1 048/186] f2fs: fix to clear dirty inode in error path of f2fs_iget()
` [PATCH AUTOSEL 5.1 049/186] f2fs: fix to avoid panic in dec_valid_block_count()
` [PATCH AUTOSEL 5.1 051/186] f2fs: fix to avoid panic in dec_valid_node_count()
` [PATCH AUTOSEL 5.1 052/186] f2fs: fix to do sanity check on valid block count of segment
` [PATCH AUTOSEL 5.1 054/186] f2fs: fix to retrieve inline xattr space
` [PATCH AUTOSEL 5.1 055/186] f2fs: fix to do checksum even if inode page is uptodate
` [PATCH AUTOSEL 5.1 056/186] media: atmel: atmel-isc: fix asd memory allocation
` [PATCH AUTOSEL 5.1 057/186] percpu: remove spurious lock dependency between percpu and sched
` [PATCH AUTOSEL 5.1 058/186] tracing: probeevent: Fix to make the type of $comm string
` [PATCH AUTOSEL 5.1 059/186] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 5.1 060/186] configfs: fix possible use-after-free in configfs_register_group
` [PATCH AUTOSEL 5.1 061/186] uml: fix a boot splat wrt use of cpu_all_mask
` [PATCH AUTOSEL 5.1 062/186] cifs: fix credits leak for SMB1 oplock breaks
` [PATCH AUTOSEL 5.1 066/186] netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
` [PATCH AUTOSEL 5.1 067/186] ovl: do not generate duplicate fsnotify events for "fake" path
` [PATCH AUTOSEL 5.1 068/186] mmc: mmci: Prevent polling for busy detection in IRQ context
` [PATCH AUTOSEL 5.1 069/186] netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
` [PATCH AUTOSEL 5.1 070/186] netfilter: nf_conntrack_h323: restore boundary check correctness

[PATCH AUTOSEL 5.0 001/173] media: rockchip/vpu: Fix/re-order probe-error/remove path
 2019-06-01 13:17 UTC  (41+ messages)
` [PATCH AUTOSEL 5.0 003/173] rapidio: fix a NULL pointer dereference when create_workqueue() fails
` [PATCH AUTOSEL 5.0 008/173] drm/pl111: Initialize clock spinlock early
` [PATCH AUTOSEL 5.0 012/173] mm/memory_hotplug: release memory resource after arch_remove_memory()
` [PATCH AUTOSEL 5.0 013/173] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 5.0 017/173] mm/cma.c: fix the bitmap status to show failed allocation reason
` [PATCH AUTOSEL 5.0 018/173] mm: page_mkclean vs MADV_DONTNEED race
` [PATCH AUTOSEL 5.0 019/173] mm/cma_debug.c: fix the break condition in cma_maxchunk_get()
` [PATCH AUTOSEL 5.0 021/173] kernel/sys.c: prctl: fix false positive in validate_prctl_map()
` [PATCH AUTOSEL 5.0 022/173] thermal: rcar_gen3_thermal: disable interrupt in .remove
` [PATCH AUTOSEL 5.0 023/173] drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER
` [PATCH AUTOSEL 5.0 024/173] mfd: tps65912-spi: Add missing of table registration
` [PATCH AUTOSEL 5.0 025/173] mfd: intel-lpss: Set the device in reset state when init
` [PATCH AUTOSEL 5.0 026/173] drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configuration
` [PATCH AUTOSEL 5.0 029/173] drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when encoders change
` [PATCH AUTOSEL 5.0 032/173] drm/nouveau/kms/gv100-: fix spurious window immediate interlocks
` [PATCH AUTOSEL 5.0 033/173] bpf: fix undefined behavior in narrow load handling
` [PATCH AUTOSEL 5.0 036/173] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 5.0 037/173] pwm: meson: Use the spin-lock only to protect register modifications
` [PATCH AUTOSEL 5.0 038/173] mailbox: stm32-ipcc: check invalid irq
` [PATCH AUTOSEL 5.0 040/173] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 5.0 041/173] f2fs: fix to avoid panic in f2fs_inplace_write_data()
` [PATCH AUTOSEL 5.0 043/173] f2fs: fix to avoid panic in f2fs_remove_inode_page()
` [PATCH AUTOSEL 5.0 045/173] f2fs: fix to clear dirty inode in error path of f2fs_iget()
` [PATCH AUTOSEL 5.0 046/173] f2fs: fix to avoid panic in dec_valid_block_count()
` [PATCH AUTOSEL 5.0 047/173] f2fs: fix to use inline space only if inline_xattr is enable
` [PATCH AUTOSEL 5.0 048/173] f2fs: fix to avoid panic in dec_valid_node_count()
` [PATCH AUTOSEL 5.0 050/173] f2fs: fix to avoid deadloop in foreground GC
` [PATCH AUTOSEL 5.0 051/173] f2fs: fix to retrieve inline xattr space
` [PATCH AUTOSEL 5.0 052/173] f2fs: fix to do checksum even if inode page is uptodate
` [PATCH AUTOSEL 5.0 053/173] media: atmel: atmel-isc: fix asd memory allocation
` [PATCH AUTOSEL 5.0 054/173] percpu: remove spurious lock dependency between percpu and sched
` [PATCH AUTOSEL 5.0 055/173] tracing: probeevent: Fix to make the type of $comm string
` [PATCH AUTOSEL 5.0 056/173] tracing: Fix partial reading of trace event's id file
` [PATCH AUTOSEL 5.0 057/173] configfs: fix possible use-after-free in configfs_register_group
` [PATCH AUTOSEL 5.0 060/173] PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
` [PATCH AUTOSEL 5.0 061/173] netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
` [PATCH AUTOSEL 5.0 062/173] ovl: do not generate duplicate fsnotify events for "fake" path
` [PATCH AUTOSEL 5.0 064/173] netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
` [PATCH AUTOSEL 5.0 067/173] netfilter: nf_tables: fix base chain stat rcu_dereference usage
` [PATCH AUTOSEL 5.0 068/173] watchdog: Use depends instead of select for pretimeout governors

[PATCH AUTOSEL 4.19 001/141] rapidio: fix a NULL pointer dereference when create_workqueue() fails
 2019-06-01 13:20 UTC  (26+ messages)
` [PATCH AUTOSEL 4.19 004/141] ipc: prevent lockup on alloc_msg and free_msg
` [PATCH AUTOSEL 4.19 009/141] mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
` [PATCH AUTOSEL 4.19 011/141] initramfs: free initrd memory if opening /initrd.image fails
` [PATCH AUTOSEL 4.19 013/141] mm: page_mkclean vs MADV_DONTNEED race
` [PATCH AUTOSEL 4.19 016/141] kernel/sys.c: prctl: fix false positive in validate_prctl_map()
` [PATCH AUTOSEL 4.19 017/141] thermal: rcar_gen3_thermal: disable interrupt in .remove
` [PATCH AUTOSEL 4.19 019/141] mfd: tps65912-spi: Add missing of table registration
` [PATCH AUTOSEL 4.19 022/141] mfd: twl6040: Fix device init errors for ACCCTL register
` [PATCH AUTOSEL 4.19 025/141] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 4.19 029/141] EDAC/mpc85xx: Prevent building as a module
` [PATCH AUTOSEL 4.19 030/141] NFS4: Fix v4.0 client state corruption when mount
` [PATCH AUTOSEL 4.19 031/141] pwm: meson: Use the spin-lock only to protect register modifications
` [PATCH AUTOSEL 4.19 032/141] mailbox: stm32-ipcc: check invalid irq
` [PATCH AUTOSEL 4.19 034/141] f2fs: fix to avoid panic in do_recover_data()
` [PATCH AUTOSEL 4.19 037/141] f2fs: fix to do sanity check on free nid
` [PATCH AUTOSEL 4.19 039/141] f2fs: fix to avoid panic in dec_valid_block_count()
` [PATCH AUTOSEL 4.19 041/141] f2fs: fix to do sanity check on valid block count of segment
` [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 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 051/141] netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
` [PATCH AUTOSEL 4.19 053/141] mips: Make sure dt memory regions are valid
` [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  (24+ messages)
` [PATCH AUTOSEL 4.14 03/99] sysctl: return -EINVAL if val violates minmax
` [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 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 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 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 21/99] drm/bridge: adv7511: Fix low refresh rate selection
` [PATCH AUTOSEL 4.14 23/99] EDAC/mpc85xx: Prevent building as a module
` [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 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 37/99] watchdog: Use depends instead of select for pretimeout governors

[PATCH AUTOSEL 4.9 01/74] rapidio: fix a NULL pointer dereference when create_workqueue() fails
 2019-06-01 13:24 UTC  (20+ messages)
` [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 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 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 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


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