stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-09 02:07:14 to 2018-10-10 22:02:29 UTC [more...]

[PATCH stable 4.9 v2 00/29] backport of IP fragmentation fixes
 2018-10-10 19:30 UTC  (18+ messages)
` [PATCH stable 4.9 v2 02/29] inet: frags: add a pointer to struct netns_frags
` [PATCH stable 4.9 v2 09/29] inet: frags: remove some helpers
` [PATCH stable 4.9 v2 11/29] inet: frags: remove inet_frag_maybe_warn_overflow()
` [PATCH stable 4.9 v2 12/29] inet: frags: break the 2GB limit for frags storage
` [PATCH stable 4.9 v2 13/29] inet: frags: do not clone skb in ip_expire()
` [PATCH stable 4.9 v2 14/29] ipv6: frags: rewrite ip6_expire_frag_queue()
` [PATCH stable 4.9 v2 17/29] inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
` [PATCH stable 4.9 v2 18/29] inet: frags: fix ip6frag_low_thresh boundary
` [PATCH stable 4.9 v2 19/29] ip: discard IPv4 datagrams with overlapping segments
` [PATCH stable 4.9 v2 20/29] net: speed up skb_rbtree_purge()
` [PATCH stable 4.9 v2 21/29] net: modify skb_rbtree_purge to return the truesize of all purged skbs
` [PATCH stable 4.9 v2 22/29] ipv6: defrag: drop non-last frags smaller than min mtu
` [PATCH stable 4.9 v2 24/29] net: add rb_to_skb() and other rb tree helpers
` [PATCH stable 4.9 v2 25/29] ip: use rb trees for IP frag queue
` [PATCH stable 4.9 v2 26/29] ip: add helpers to process in-order fragments faster
` [PATCH stable 4.9 v2 27/29] ip: process in-order fragments efficiently
` [PATCH stable 4.9 v2 29/29] ipv4: frags: precedence bug in ip_expire()

[PATCH AUTOSEL 4.18 01/58] soundwire: Fix duplicate stream state assignment
 2018-10-10 19:04 UTC  (16+ messages)
` [PATCH AUTOSEL 4.18 24/58] Input: atakbd - fix Atari CapsLock behaviour

[PATCH 4.4 000/113] 4.4.160-stable review
 2018-10-10 15:03 UTC  (17+ messages)
` [PATCH 4.4 093/113] pinctrl: msm: Really mask level interrupts to prevent latching

[PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-10-10 21:19 UTC  (19+ messages)

[PATCH 2/2] xen: make xen_qlock_wait() nestable
 2018-10-10 13:53 UTC  (7+ messages)

[GIT PULL] vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
 2018-10-10 13:18 UTC 

troubles with https://www.kernel.org/
 2018-10-10 11:22 UTC  (3+ messages)

[PATCH 01/15] power: supply: olpc_battery: correct the temperature units
 2018-10-10 17:22 UTC 

[PATCH for-4.14.y 1/4] cgroup/cpuset: remove circular dependency deadlock
 2018-10-10  9:29 UTC  (4+ messages)
` [PATCH for-4.14.y 2/4] ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
` [PATCH for-4.14.y 3/4] ath10k: fix kernel panic issue during pci probe
` [PATCH for-4.14.y 4/4] nvme_fc: fix ctrl create failures racing with workq items

Linux 4.18.13
 2018-10-10  9:13 UTC  (2+ messages)

Linux 4.14.75
 2018-10-10  9:12 UTC  (2+ messages)

Linux 4.9.132
 2018-10-10  9:12 UTC  (2+ messages)

Linux 4.4.160
 2018-10-10  9:12 UTC  (2+ messages)

[PATCH] pci: Add a few new IDs for Intel GPU "spurious interrupt" quirk
 2018-10-10  8:00 UTC  (7+ messages)

[PATCH] xen/balloon: Support xend-based toolstack
 2018-10-10  8:04 UTC  (3+ messages)

[PATCH 4.14 00/94] 4.14.75-stable review
 2018-10-10  7:42 UTC  (10+ messages)
` [PATCH 4.14 66/94] dm thin metadata: try to avoid ever aborting transactions

[PATCH] ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
 2018-10-10  7:00 UTC  (2+ messages)

[PATCH v5 1/3] x86/xen: fix boot loader version reported for pvh guests
 2018-10-10  6:14 UTC 

[PATCH 4.18 000/168] 4.18.13-stable review
 2018-10-10  5:52 UTC  (17+ messages)
` [PATCH 4.18 163/168] Drivers: hv: vmbus: Use get/put_cpu() in vmbus_connect()
` [PATCH 4.18 165/168] proc: restrict kernel stack dumps to root
` [PATCH 4.18 166/168] ocfs2: fix locking for res->tracking and dlm->tracking_list
` [PATCH 4.18 168/168] ixgbe: check return value of napi_complete_done()

[PATCH 4.9 00/59] 4.9.132-stable review
 2018-10-10  4:15 UTC  (6+ messages)

[PATCH stable 4.9 00/29] backport of IP fragmentation fixes
 2018-10-10  4:15 UTC  (32+ messages)
` [PATCH stable 4.9 01/29] inet: frags: change inet_frags_init_net() return value
` [PATCH stable 4.9 02/29] inet: frags: add a pointer to struct netns_frags
` [PATCH stable 4.9 03/29] inet: frags: refactor ipfrag_init()
` [PATCH stable 4.9 04/29] inet: frags: refactor ipv6_frag_init()
` [PATCH stable 4.9 05/29] inet: frags: refactor lowpan_net_frag_init()
` [PATCH stable 4.9 06/29] ipv6: export ip6 fragments sysctl to unprivileged users
` [PATCH stable 4.9 07/29] rhashtable: add schedule points
` [PATCH stable 4.9 08/29] inet: frags: use rhashtables for reassembly units
` [PATCH stable 4.9 09/29] inet: frags: remove some helpers
` [PATCH stable 4.9 10/29] inet: frags: get rif of inet_frag_evicting()
` [PATCH stable 4.9 11/29] inet: frags: remove inet_frag_maybe_warn_overflow()
` [PATCH stable 4.9 12/29] inet: frags: break the 2GB limit for frags storage
` [PATCH stable 4.9 13/29] inet: frags: do not clone skb in ip_expire()
` [PATCH stable 4.9 14/29] ipv6: frags: rewrite ip6_expire_frag_queue()
` [PATCH stable 4.9 15/29] rhashtable: reorganize struct rhashtable layout
` [PATCH stable 4.9 16/29] inet: frags: reorganize struct netns_frags
` [PATCH stable 4.9 17/29] inet: frags: get rid of ipfrag_skb_cb/FRAG_CB
` [PATCH stable 4.9 18/29] inet: frags: fix ip6frag_low_thresh boundary
` [PATCH stable 4.9 19/29] ip: discard IPv4 datagrams with overlapping segments
` [PATCH stable 4.9 20/29] net: speed up skb_rbtree_purge()
` [PATCH stable 4.9 21/29] net: modify skb_rbtree_purge to return the truesize of all purged skbs
` [PATCH stable 4.9 22/29] ipv6: defrag: drop non-last frags smaller than min mtu
` [PATCH stable 4.9 23/29] net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
` [PATCH stable 4.9 24/29] net: add rb_to_skb() and other rb tree helpers
` [PATCH stable 4.9 25/29] net: sk_buff rbnode reorg
` [PATCH stable 4.9 26/29] ipv4: frags: precedence bug in ip_expire()
` [PATCH stable 4.9 27/29] ip: add helpers to process in-order fragments faster
` [PATCH stable 4.9 28/29] ip: process in-order fragments efficiently
` [PATCH stable 4.9 29/29] ip: frags: fix crash in ip_do_fragment()

[PATCH backport for 4.9] x86/mm: Expand static page table for fixmap space
 2018-10-10  3:04 UTC 

[PATCH] mm: Preserve _PAGE_DEVMAP across mprotect() calls
 2018-10-10  7:45 UTC  (5+ messages)

[PATCH] drm/atomic_helper: Allow DPMS On<->Off changes for unregistered connectors
 2018-10-09 20:44 UTC 

[PATCH] drm/vc4: Set ->is_yuv to false when num_planes == 1
 2018-10-09 19:54 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
 2018-10-09 18:24 UTC  (2+ messages)

[PATCH v7 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors
 2018-10-09 17:20 UTC  (4+ messages)
` [PATCH v7 2/5] drm/nouveau: Fix nv50_mstc->best_encoder()
` [PATCH v7 5/5] drm/i915: Fix intel_dp_mst_best_encoder()

[PATCH 0/1] Fix 4.4-stable and 4.9-stable ppc build
 2018-10-09 15:29 UTC  (2+ messages)
` [PATCH 1/1] powerpc/fadump: Return error when fadump registration fails

[PATCH 4.18 000/235] 4.18.10-stable review
 2018-10-09 15:15 UTC  (13+ messages)
` [PATCH 4.18 222/235] drm/amd/pp: Send khz clock values to DC for smu7/8

Building 4.14 LTS kernel with GCC 8
 2018-10-09 13:07 UTC 

[git:media_tree/master] media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
 2018-10-09 12:10 UTC 

[PATCH v2 1/3] ARM: socfpga: Clean unused functions
 2018-10-09 11:20 UTC  (3+ messages)
` [PATCH v2 2/3] ARM: socfpga: Turn on all peripheral clocks for a system reboot
` [PATCH v2 3/3] ARM: socfpga: Turn on ARM errata for L2 cache

[Patch] sched/fair: Avoid throttle_list starvation with low cfs quota
 2018-10-09 12:44 UTC  (3+ messages)

[PATCH 1/1] crypto:chelsio: Fix memory corruption in DMA Mapped buffers
 2018-10-09  7:28 UTC 

FAILED: patch "[PATCH] firmware: Always initialize the fw_priv list object" failed to apply to 4.14-stable tree
 2018-10-09  7:13 UTC  (3+ messages)

[PATCH 0/7] NULL pointer deref fix for stm32-dma
 2018-10-09  5:47 UTC  (8+ messages)
` [PATCH 1/7] dmaengine: stm32-dma: threshold manages with bitfield feature
` [PATCH 2/7] dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
` [PATCH 3/7] dmaengine: stm32-dma: fix typo and reported checkpatch warnings
` [PATCH 4/7] dmaengine: stm32-dma: Improve memory burst management
` [PATCH 5/7] dmaengine: stm32-dma: fix DMA IRQ status handling
` [PATCH 6/7] dmaengine: stm32-dma: fix max items per transfer
` [PATCH 7/7] dmaengine: stm32-dma: properly mask irq bits

[PATCH net-next] net/ipv6: stop leaking percpu memory in fib6 info
 2018-10-09  4:03 UTC  (3+ messages)

[PATCH v4 1/3] x86/xen: fix boot loader version reported for pvh guests
 2018-10-09 10:54 UTC 

[merged] ocfs2-fix-locking-for-res-tracking-and-dlm-tracking_list.patch removed from -mm tree
 2018-10-08 23:46 UTC 

[merged] mm-vmstat-skip-nr_tlb_remote_flush-properly.patch removed from -mm tree
 2018-10-08 23:46 UTC 

[merged] proc-restrict-kernel-stack-dumps-to-root.patch removed from -mm tree
 2018-10-08 23:46 UTC 

[merged] mm-thp-fix-mlocking-thp-page-with-migration-enabled.patch removed from -mm tree
 2018-10-08 23:46 UTC 

[merged] mm-migration-fix-migration-of-huge-pmd-shared-pages.patch removed from -mm tree
 2018-10-08 23:46 UTC 

FAILED: patch "[PATCH] powerpc: Avoid code patching freed init sections" failed to apply to 4.14-stable tree
 2018-10-08 23:07 UTC  (2+ messages)

[PATCH v6 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors
 2018-10-08 22:53 UTC  (4+ messages)
` [PATCH v6 3/5] drm/i915: Don't unset intel_connector->mst_port
` [PATCH v6 4/5] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH v6 5/5] drm/i915: Fix intel_dp_mst_best_encoder()

[PATCH v5 1/5] drm/atomic_helper: Disallow new modesets on unregistered connectors
 2018-10-08 22:39 UTC  (3+ messages)
` [PATCH v5 3/5] drm/i915: Don't unset intel_connector->mst_port
` [PATCH v5 4/5] drm/i915: Skip vcpi allocation for MSTB ports that are gone

[PATCH] usbip: vhci_hcd: check port number before using
 2018-10-08 20:06 UTC  (4+ messages)

[PATCH 4.18 000/228] 4.18.12-stable review
 2018-10-08 19:59 UTC  (9+ messages)


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