stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-19 08:47:37 to 2018-12-20 09:18:47 UTC [more...]

[PATCH 4.19 00/67] 4.19.12-stable review
 2018-12-20  9:18 UTC  (35+ messages)
` [PATCH 4.19 01/67] locking/qspinlock: Re-order code
` [PATCH 4.19 02/67] locking/qspinlock, x86: Provide liveness guarantee
` [PATCH 4.19 03/67] IB/hfi1: Remove race conditions in user_sdma send path
` [PATCH 4.19 04/67] mac80211_hwsim: fix module init error paths for netlink
` [PATCH 4.19 05/67] Input: hyper-v - fix wakeup from suspend-to-idle
` [PATCH 4.19 06/67] i2c: rcar: check bus state before reinitializing
` [PATCH 4.19 07/67] scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
` [PATCH 4.19 08/67] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
` [PATCH 4.19 09/67] tools/bpf: fix two test_btf unit test cases
` [PATCH 4.19 10/67] tools/bpf: add addition type tests to test_btf
` [PATCH 4.19 11/67] net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
` [PATCH 4.19 12/67] drm/amd/display: Fix 6x4K displays light-up on Vega20 (v2)
` [PATCH 4.19 13/67] x86/earlyprintk/efi: Fix infinite loop on some screen widths
` [PATCH 4.19 14/67] drm/msm: Fix task dump in gpu recovery
` [PATCH 4.19 15/67] drm/msm/gpu: Fix a couple memory leaks in debugfs
` [PATCH 4.19 16/67] drm/msm: fix handling of cmdstream offset
` [PATCH 4.19 17/67] drm/msm/dsi: configure VCO rate for 10nm PLL driver
` [PATCH 4.19 18/67] drm/msm: Grab a vblank reference when waiting for commit_done
` [PATCH 4.19 19/67] drm/ttm: fix LRU handling in ttm_buffer_object_transfer
` [PATCH 4.19 20/67] drm/amdgpu: wait for IB test on first device open
` [PATCH 4.19 21/67] ARC: io.h: Implement reads{x}()/writes{x}()
` [PATCH 4.19 22/67] net: stmmac: Move debugfs init/exit to ->probe()/->remove()
` [PATCH 4.19 23/67] net: aquantia: fix rx checksum offload bits
` [PATCH 4.19 24/67] bonding: fix 802.3ad state sent to partner when unbinding slave
` [PATCH 4.19 25/67] bpf: Fix verifier log string check for bad alignment
` [PATCH 4.19 26/67] liquidio: read sc->iq_no before release sc
` [PATCH 4.19 27/67] nfs: dont dirty kernel pages read by direct-io
` [PATCH 4.19 28/67] SUNRPC: Fix a potential race in xprt_connect()
` [PATCH 4.19 29/67] sbus: char: add of_node_put()
` [PATCH 4.19 30/67] drivers/sbus/char: "
` [PATCH 4.19 31/67] drivers/tty: add missing of_node_put()
` [PATCH 4.19 32/67] ide: pmac: add of_node_put()
` [PATCH 4.19 33/67] drm/msm/hdmi: Enable HPD after HDMI IRQ is set up
` [PATCH 4.19 34/67] drm/msm: dpu: Dont set legacy plane->crtc pointer

[PATCH 4.14 00/72] 4.14.90-stable review
 2018-12-20  9:18 UTC  (33+ messages)
` [PATCH 4.14 01/72] timer/debug: Change /proc/timer_list from 0444 to 0400
` [PATCH 4.14 17/72] drm/i915/execlists: Apply a full mb before execution for Braswell
` [PATCH 4.14 19/72] x86/build: Fix compiler support check for CONFIG_RETPOLINE
` [PATCH 4.14 20/72] locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
` [PATCH 4.14 21/72] locking/qspinlock: Ensure node is initialised before updating prev->next
` [PATCH 4.14 22/72] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH 4.14 23/72] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH 4.14 24/72] locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
` [PATCH 4.14 25/72] locking/qspinlock: Remove duplicate clear_pending() function from PV code
` [PATCH 4.14 26/72] locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue
` [PATCH 4.14 27/72] locking/qspinlock: Re-order code
` [PATCH 4.14 28/72] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH 4.14 29/72] locking/qspinlock, x86: Provide liveness guarantee
` [PATCH 4.14 30/72] elevator: lookup mq vs non-mq elevators
` [PATCH 4.14 31/72] netfilter: ipset: Fix wraparound in hash:*net* types
` [PATCH 4.14 32/72] mac80211: dont WARN on bad WMM parameters from buggy APs
` [PATCH 4.14 33/72] mac80211: Fix condition validating WMM IE
` [PATCH 4.14 34/72] IB/hfi1: Remove race conditions in user_sdma send path
` [PATCH 4.14 35/72] locking/qspinlock: Fix build for anonymous union in older GCC compilers
` [PATCH 4.14 36/72] mac80211_hwsim: fix module init error paths for netlink
` [PATCH 4.14 37/72] Input: hyper-v - fix wakeup from suspend-to-idle
` [PATCH 4.14 38/72] scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
` [PATCH 4.14 39/72] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
` [PATCH 4.14 40/72] x86/earlyprintk/efi: Fix infinite loop on some screen widths
` [PATCH 4.14 41/72] drm/msm: Grab a vblank reference when waiting for commit_done
` [PATCH 4.14 42/72] ARC: io.h: Implement reads{x}()/writes{x}()
` [PATCH 4.14 43/72] bonding: fix 802.3ad state sent to partner when unbinding slave
` [PATCH 4.14 44/72] bpf: Fix verifier log string check for bad alignment
` [PATCH 4.14 45/72] nfs: dont dirty kernel pages read by direct-io
` [PATCH 4.14 46/72] SUNRPC: Fix a potential race in xprt_connect()
` [PATCH 4.14 47/72] sbus: char: add of_node_put()
` [PATCH 4.14 48/72] drivers/sbus/char: "

[PATCH 4.9 00/61] 4.9.147-stable review
 2018-12-20  9:18 UTC  (39+ messages)
` [PATCH 4.9 02/61] lib/interval_tree_test.c: make test options module parameters
` [PATCH 4.9 03/61] lib/interval_tree_test.c: allow full tree search
` [PATCH 4.9 04/61] lib/rbtree_test.c: make input module parameters
` [PATCH 4.9 05/61] lib/rbtree-test: lower default params
` [PATCH 4.9 06/61] lib/interval_tree_test.c: allow users to limit scope of endpoint
` [PATCH 4.9 07/61] timer/debug: Change /proc/timer_list from 0444 to 0400
` [PATCH 4.9 11/61] ARM: mmp/mmp2: fix cpu_is_mmp2() on mmp2-dt
` [PATCH 4.9 13/61] tracing: Fix memory leak of instance function hash filters
` [PATCH 4.9 17/61] mac80211: dont WARN on bad WMM parameters from buggy APs
` [PATCH 4.9 18/61] mac80211: Fix condition validating WMM IE
` [PATCH 4.9 19/61] IB/hfi1: Remove race conditions in user_sdma send path
` [PATCH 4.9 20/61] locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
` [PATCH 4.9 21/61] locking/qspinlock: Ensure node is initialised before updating prev->next
` [PATCH 4.9 22/61] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH 4.9 23/61] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH 4.9 24/61] locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpath
` [PATCH 4.9 25/61] locking/qspinlock: Remove duplicate clear_pending() function from PV code
` [PATCH 4.9 26/61] locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queue
` [PATCH 4.9 27/61] locking/qspinlock: Re-order code
` [PATCH 4.9 28/61] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH 4.9 29/61] locking/qspinlock, x86: Provide liveness guarantee
` [PATCH 4.9 30/61] locking/qspinlock: Fix build for anonymous union in older GCC compilers
` [PATCH 4.9 31/61] mac80211_hwsim: fix module init error paths for netlink
` [PATCH 4.9 32/61] scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
` [PATCH 4.9 33/61] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
` [PATCH 4.9 34/61] x86/earlyprintk/efi: Fix infinite loop on some screen widths
` [PATCH 4.9 35/61] drm/msm: Grab a vblank reference when waiting for commit_done
` [PATCH 4.9 36/61] ARC: io.h: Implement reads{x}()/writes{x}()
` [PATCH 4.9 37/61] bonding: fix 802.3ad state sent to partner when unbinding slave
` [PATCH 4.9 38/61] nfs: dont dirty kernel pages read by direct-io
` [PATCH 4.9 39/61] SUNRPC: Fix a potential race in xprt_connect()
` [PATCH 4.9 40/61] sbus: char: add of_node_put()
` [PATCH 4.9 41/61] drivers/sbus/char: "
` [PATCH 4.9 42/61] drivers/tty: add missing of_node_put()
` [PATCH 4.9 43/61] ide: pmac: add of_node_put()
` [PATCH 4.9 44/61] clk: mvebu: Off by one bugs in cp110_of_clk_get()
` [PATCH 4.9 45/61] clk: mmp: Off by one in mmp_clk_add()
` [PATCH 4.9 46/61] Input: omap-keypad - fix keyboard debounce configuration

[PATCH 3.18 00/31] 3.18.131-stable review
 2018-12-20  9:18 UTC  (25+ messages)
` [PATCH 3.18 01/31] lib/interval_tree_test.c: make test options module parameters
` [PATCH 3.18 02/31] lib/interval_tree_test.c: allow full tree search
` [PATCH 3.18 03/31] lib/rbtree_test.c: make input module parameters
` [PATCH 3.18 04/31] lib/rbtree-test: lower default params
` [PATCH 3.18 05/31] lib/interval_tree_test.c: allow users to limit scope of endpoint
` [PATCH 3.18 06/31] timer/debug: Change /proc/timer_list from 0444 to 0400
` [PATCH 3.18 07/31] powerpc/boot: Fix random libfdt related build errors
` [PATCH 3.18 11/31] powerpc: Look for "stdout-path" when setting up legacy consoles
` [PATCH 3.18 12/31] scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
` [PATCH 3.18 13/31] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
` [PATCH 3.18 14/31] x86/earlyprintk/efi: Fix infinite loop on some screen widths
` [PATCH 3.18 15/31] bonding: fix 802.3ad state sent to partner when unbinding slave
` [PATCH 3.18 16/31] SUNRPC: Fix a potential race in xprt_connect()
` [PATCH 3.18 17/31] sbus: char: add of_node_put()
` [PATCH 3.18 18/31] drivers/sbus/char: "
` [PATCH 3.18 19/31] drivers/tty: add missing of_node_put()
` [PATCH 3.18 20/31] ide: pmac: add of_node_put()
` [PATCH 3.18 21/31] Input: omap-keypad - fix keyboard debounce configuration
` [PATCH 3.18 22/31] libata: whitelist all SAMSUNG MZ7KM* solid-state disks
` [PATCH 3.18 23/31] ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling
` [PATCH 3.18 24/31] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)
` [PATCH 3.18 25/31] i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node
` [PATCH 3.18 26/31] ALSA: isa/wavefront: prevent some out of bound writes
` [PATCH 3.18 28/31] posix-timers: Sanitize overrun handling

[PATCH 4.4 00/40] 4.4.169-stable review
 2018-12-20  9:18 UTC  (29+ messages)
` [PATCH 4.4 01/40] lib/interval_tree_test.c: make test options module parameters
` [PATCH 4.4 02/40] lib/interval_tree_test.c: allow full tree search
` [PATCH 4.4 03/40] lib/rbtree_test.c: make input module parameters
` [PATCH 4.4 04/40] lib/rbtree-test: lower default params
` [PATCH 4.4 05/40] lib/interval_tree_test.c: allow users to limit scope of endpoint
` [PATCH 4.4 06/40] timer/debug: Change /proc/timer_list from 0444 to 0400
` [PATCH 4.4 07/40] powerpc/boot: Fix random libfdt related build errors
` [PATCH 4.4 09/40] aio: fix spectre gadget in lookup_ioctx
` [PATCH 4.4 16/40] mac80211: dont WARN on bad WMM parameters from buggy APs
` [PATCH 4.4 17/40] mac80211: Fix condition validating WMM IE
` [PATCH 4.4 18/40] mac80211_hwsim: fix module init error paths for netlink
` [PATCH 4.4 19/40] scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset
` [PATCH 4.4 20/40] scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload
` [PATCH 4.4 21/40] x86/earlyprintk/efi: Fix infinite loop on some screen widths
` [PATCH 4.4 22/40] drm/msm: Grab a vblank reference when waiting for commit_done
` [PATCH 4.4 23/40] ARC: io.h: Implement reads{x}()/writes{x}()
` [PATCH 4.4 24/40] bonding: fix 802.3ad state sent to partner when unbinding slave
` [PATCH 4.4 25/40] SUNRPC: Fix a potential race in xprt_connect()
` [PATCH 4.4 26/40] sbus: char: add of_node_put()
` [PATCH 4.4 27/40] drivers/sbus/char: "
` [PATCH 4.4 28/40] drivers/tty: add missing of_node_put()
` [PATCH 4.4 29/40] ide: pmac: add of_node_put()
` [PATCH 4.4 30/40] clk: mmp: Off by one in mmp_clk_add()
` [PATCH 4.4 31/40] Input: omap-keypad - fix keyboard debounce configuration
` [PATCH 4.4 32/40] libata: whitelist all SAMSUNG MZ7KM* solid-state disks
` [PATCH 4.4 33/40] mv88e6060: disable hardware level MAC learning
` [PATCH 4.4 34/40] ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handling
` [PATCH 4.4 35/40] cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)

[PATCH wireless-drivers] brcmfmac: fix roamoff=1 modparam
 2018-12-20  6:48 UTC  (2+ messages)

patch "stm class: Fix a module refcount leak in policy creation error path" added to char-misc-next
 2018-12-20  6:31 UTC 

patch "serial: uartps: Fix interrupt mask issue to handle the RX interrupts" added to tty-next
 2018-12-20  6:31 UTC 

[PATCH] arm: cns3xxx: fix writing to wrong PCI registers after alignment
 2018-12-20  5:34 UTC  (2+ messages)

[PATCH] ARC: adjust memblock_reserve of kernel memory
 2018-12-20  4:00 UTC  (3+ messages)

[PATCH V2] scsi: lpfc: Switch memcpy_fromio() to __read32_copy()
 2018-12-20  2:42 UTC  (2+ messages)

[PATCH stable 4.14] bpf, arm: fix emit_ldx_r and emit_mov_i using TMP_REG_1
 2018-12-20  1:57 UTC  (2+ messages)

Backport cd7f3a249dbe (rtc: snvs: Add timeouts to avoid kernel lockups)
 2018-12-20  1:56 UTC  (2+ messages)

stable-rc/linux-4.19.y boot: 119 boots: 0 failed, 118 passed with 1 offline (v4.19.11)
 2018-12-20  1:44 UTC 

stable/linux-4.19.y boot: 121 boots: 0 failed, 119 passed with 1 offline, 1 untried/unknown (v4.19.11)
 2018-12-20  0:01 UTC 

stable-rc/linux-4.19.y build: 202 builds: 0 failed, 202 passed, 55 warnings (v4.19.11)
 2018-12-19 22:14 UTC 

stable/linux-4.19.y build: 202 builds: 0 failed, 202 passed, 55 warnings (v4.19.11)
 2018-12-19 20:31 UTC 

patch "stm class: Fix a module refcount leak in policy creation error path" added to char-misc-testing
 2018-12-19 19:22 UTC 

[PATCH v2 3/3] intel_th: msu: Fix an off-by-one in attribute store
 2018-12-19 19:21 UTC  (2+ messages)

Linux 4.19.11
 2018-12-19 19:20 UTC  (2+ messages)

[PATCH 4.19 00/44] 4.19.11-stable review
 2018-12-19 18:37 UTC  (9+ messages)

patch "usb: r8a66597: Fix a possible concurrency use-after-free bug in" added to usb-next
 2018-12-19 17:13 UTC 

patch "driver core: Add missing dev->bus->need_parent_lock checks" added to driver-core-next
 2018-12-19 16:38 UTC 

[WRONG] KVM: arm/arm64: vgic: fix off-by-one bug in vgic_get_irq()
 2018-12-19 16:14 UTC  (2+ messages)

[ANNOUNCE] Linux kernel CVE tracker
 2018-12-19 16:08 UTC 

patch "binder: fix use-after-free due to ksys_close() during fdget()" added to char-misc-next
 2018-12-19 15:01 UTC 

[PATCH 2/2] efi: efi_guid_t must be 64-bit aligned
 2018-12-19 14:06 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 01/73] mac80211_hwsim: fix module init error paths for netlink
 2018-12-19 13:43 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 44/73] net: phy: Fix not to call phy_resume() if PHY is not attached
` [PATCH AUTOSEL 4.19 45/73] net: phy: micrel: add toggling phy reset "

TREAT WITH CONFIDENCE PLEASE
 2018-12-19 13:23 UTC 

patch "driver core: Add missing dev->bus->need_parent_lock checks" added to driver-core-testing
 2018-12-19  9:13 UTC 

[PATCH 12/25] clocksource/drivers/arc_timer: Utilize generic sched_clock
 2018-12-19  9:06 UTC  (2+ messages)

[PATCH v5] cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader
 2018-12-19  9:00 UTC  (14+ messages)
` [PATCH v7] "

patch "binder: fix use-after-free due to ksys_close() during fdget()" added to char-misc-testing
 2018-12-19  8:47 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).