stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-19 07:13:36 to 2020-03-19 13:23:49 UTC [more...]

[PATCH 4.4 00/93] 4.4.217-rc1 review
 2020-03-19 13:00 UTC  (46+ messages)
` [PATCH 4.4 01/93] NFS: Remove superfluous kmap in nfs_readdir_xdr_to_array
` [PATCH 4.4 02/93] r8152: check disconnect status after long sleep
` [PATCH 4.4 03/93] net: nfc: fix bounds checking bugs on "pipe"
` [PATCH 4.4 06/93] nl802154: add missing attribute validation
` [PATCH 4.4 09/93] team: add missing attribute validation for array index
` [PATCH 4.4 10/93] nfc: add missing attribute validation for SE API
` [PATCH 4.4 11/93] nfc: add missing attribute validation for vendor subcommand
` [PATCH 4.4 12/93] ipvlan: add cond_resched_rcu() while processing muticast backlog
` [PATCH 4.4 13/93] ipvlan: do not add hardware address of master to its unicast filter list
` [PATCH 4.4 15/93] ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()
` [PATCH 4.4 16/93] ipvlan: dont deref eth hdr before checking its set
` [PATCH 4.4 17/93] macvlan: add cond_resched() during multicast processing
` [PATCH 4.4 18/93] net: fec: validate the new settings in fec_enet_set_coalesce()
` [PATCH 4.4 19/93] slip: make slhc_compress() more robust against malicious packets
` [PATCH 4.4 20/93] bonding/alb: make sure arp header is pulled before accessing it
` [PATCH 4.4 23/93] drm/amd/display: remove duplicated assignment to grph_obj_type
` [PATCH 4.4 25/93] KVM: x86: clear stale x86_emulate_ctxt->intercept value
` [PATCH 4.4 28/93] iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint
` [PATCH 4.4 29/93] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
` [PATCH 4.4 31/93] nl80211: add missing attribute validation for channel switch
` [PATCH 4.4 33/93] iommu/vt-d: Fix the wrong printing in RHSA parsing
` [PATCH 4.4 40/93] batman-adv: Only put orig_node_vlan list reference when removed
` [PATCH 4.4 42/93] batman-adv: Fix unexpected free of bcast_own on add_if error
` [PATCH 4.4 44/93] batman-adv: init neigh node last seen field
` [PATCH 4.4 45/93] batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdown
` [PATCH 4.4 46/93] batman-adv: Drop reference to netdevice on last reference
` [PATCH 4.4 47/93] batman-adv: Fix reference counting of vlan object for tt_local_entry
` [PATCH 4.4 48/93] batman-adv: Avoid duplicate neigh_node additions
` [PATCH 4.4 49/93] batman-adv: fix skb deref after free
` [PATCH 4.4 52/93] batman-adv: Clean up untagged vlan when destroying via rtnl-link
` [PATCH 4.4 54/93] batman-adv: Avoid nullptr dereference in dat after vlan_insert_tag
` [PATCH 4.4 55/93] batman-adv: Fix orig_node_vlan leak on orig_node_release
` [PATCH 4.4 60/93] batman-adv: Fix speedy join in gateway client mode
` [PATCH 4.4 66/93] batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
` [PATCH 4.4 70/93] batman-adv: Avoid race in TT TVLV allocator helper
` [PATCH 4.4 72/93] batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs
` [PATCH 4.4 73/93] batman-adv: Fix debugfs path for renamed hardif
` [PATCH 4.4 74/93] batman-adv: Fix debugfs path for renamed softif
` [PATCH 4.4 79/93] batman-adv: Prevent duplicated tvlv handler
` [PATCH 4.4 80/93] batman-adv: Reduce claim hash refcnt only for removed entry
` [PATCH 4.4 81/93] batman-adv: Reduce tt_local "
` [PATCH 4.4 82/93] batman-adv: Reduce tt_global "
` [PATCH 4.4 86/93] perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag
` [PATCH 4.4 89/93] jbd2: fix data races at struct journal_head
` [PATCH 4.4 92/93] mm: slub: add missing TID bump in kmem_cache_alloc_bulk()

[PATCH 4.9 00/90] 4.9.217-rc1 review
 2020-03-19 13:00 UTC  (42+ messages)
` [PATCH 4.9 02/90] phy: Revert toggling reset changes
` [PATCH 4.9 03/90] net: phy: Avoid multiple suspends
` [PATCH 4.9 04/90] cgroup, netclassid: periodically release file_lock on classid updating
` [PATCH 4.9 06/90] ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
` [PATCH 4.9 07/90] net: macsec: update SCI upon MAC address change
` [PATCH 4.9 08/90] net: nfc: fix bounds checking bugs on "pipe"
` [PATCH 4.9 09/90] r8152: check disconnect status after long sleep
` [PATCH 4.9 10/90] bnxt_en: reinitialize IRQs when MTU is modified
` [PATCH 4.9 12/90] nl802154: add missing attribute validation
` [PATCH 4.9 14/90] macsec: add missing attribute validation for port
` [PATCH 4.9 18/90] nfc: add missing attribute validation for SE API
` [PATCH 4.9 20/90] ipvlan: add cond_resched_rcu() while processing muticast backlog
` [PATCH 4.9 21/90] ipvlan: do not add hardware address of master to its unicast filter list
` [PATCH 4.9 22/90] ipvlan: egress mcast packets are not exceptional
` [PATCH 4.9 23/90] ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()
` [PATCH 4.9 25/90] macvlan: add cond_resched() during multicast processing
` [PATCH 4.9 27/90] slip: make slhc_compress() more robust against malicious packets
` [PATCH 4.9 28/90] bonding/alb: make sure arp header is pulled before accessing it
` [PATCH 4.9 31/90] virtio-blk: fix hw_queue stopped on arbitrary error
` [PATCH 4.9 34/90] drm/amd/display: remove duplicated assignment to grph_obj_type
` [PATCH 4.9 36/90] gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache
` [PATCH 4.9 38/90] ARC: define __ALIGN_STR and __ALIGN symbols for ARC
` [PATCH 4.9 39/90] efi: Fix a race and a buffer overflow while reading efivars via sysfs
` [PATCH 4.9 40/90] iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint
` [PATCH 4.9 49/90] ipv6: restrict IPV6_ADDRFORM operation
` [PATCH 4.9 51/90] batman-adv: Fix double free during fragment merge error
` [PATCH 4.9 56/90] batman-adv: Accept only filled wifi station info
` [PATCH 4.9 58/90] batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation
` [PATCH 4.9 59/90] batman-adv: Always initialize fragment header priority
` [PATCH 4.9 65/90] batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs
` [PATCH 4.9 66/90] batman-adv: Fix debugfs path for renamed hardif
` [PATCH 4.9 72/90] batman-adv: Avoid free/alloc race when handling OGM2 buffer
` [PATCH 4.9 74/90] batman-adv: Dont schedule OGM for disabled interface
` [PATCH 4.9 75/90] batman-adv: update data pointers after skb_cow()
` [PATCH 4.9 77/90] batman-adv: Use explicit tvlv padding for ELP packets
` [PATCH 4.9 79/90] ACPI: watchdog: Allow disabling WDAT at boot
` [PATCH 4.9 80/90] HID: apple: Add support for recent firmware on Magic Keyboards
` [PATCH 4.9 81/90] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
` [PATCH 4.9 82/90] cfg80211: check reg_rule for NULL in handle_channel_custom()
` [PATCH 4.9 88/90] ARM: 8958/1: rename missed uaccess .fixup section
` [PATCH 4.9 89/90] mm: slub: add missing TID bump in kmem_cache_alloc_bulk()

[PATCH 4.14 00/99] 4.14.174-rc1 review
 2020-03-19 13:04 UTC  (49+ messages)
` [PATCH 4.14 03/99] cgroup, netclassid: periodically release file_lock on classid updating
` [PATCH 4.14 06/99] ipvlan: add cond_resched_rcu() while processing muticast backlog
` [PATCH 4.14 10/99] net: nfc: fix bounds checking bugs on "pipe"
` [PATCH 4.14 13/99] sfc: detach from cb_page in efx_copy_channel()
` [PATCH 4.14 15/99] cgroup: memcg: net: do not associate sock with unrelated cgroup
` [PATCH 4.14 16/99] net: memcg: late association of sock to memcg
` [PATCH 4.14 17/99] net: memcg: fix lockdep splat in inet_csk_accept()
` [PATCH 4.14 20/99] nl802154: add missing attribute validation for dev_type
` [PATCH 4.14 21/99] can: add missing attribute validation for termination
` [PATCH 4.14 22/99] macsec: add missing attribute validation for port
` [PATCH 4.14 23/99] net: fq: add missing attribute validation for orphan mask
` [PATCH 4.14 24/99] team: add missing attribute validation for port ifindex
` [PATCH 4.14 27/99] nfc: add missing attribute validation for vendor subcommand
` [PATCH 4.14 30/99] slip: make slhc_compress() more robust against malicious packets
` [PATCH 4.14 38/99] cgroup: Iterate tasks that did not finish do_exit()
` [PATCH 4.14 40/99] virtio-blk: fix hw_queue stopped on arbitrary error
` [PATCH 4.14 41/99] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
` [PATCH 4.14 43/99] drm/amd/display: remove duplicated assignment to grph_obj_type
` [PATCH 4.14 45/99] cifs_atomic_open(): fix double-put on late allocation failure
` [PATCH 4.14 47/99] KVM: x86: clear stale x86_emulate_ctxt->intercept value
` [PATCH 4.14 48/99] ARC: define __ALIGN_STR and __ALIGN symbols for ARC
` [PATCH 4.14 49/99] efi: Fix a race and a buffer overflow while reading efivars via sysfs
` [PATCH 4.14 50/99] x86/mce: Fix logic and comments around MSR_PPIN_CTL
` [PATCH 4.14 51/99] iommu/dma: Fix MSI reservation allocation
` [PATCH 4.14 52/99] iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint
` [PATCH 4.14 54/99] pinctrl: meson-gxl: fix GPIOX sdio pins
` [PATCH 4.14 55/99] pinctrl: core: Remove extra kref_get which blocks hogs being freed
` [PATCH 4.14 58/99] nl80211: add missing attribute validation for channel switch
` [PATCH 4.14 59/99] netfilter: cthelper: add missing attribute validation for cthelper
` [PATCH 4.14 62/99] iommu/vt-d: Ignore devices with out-of-spec domain number
` [PATCH 4.14 66/99] efi: Add a sanity check to efivar_store_raw()
` [PATCH 4.14 67/99] batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation
` [PATCH 4.14 74/99] batman-adv: Fix TT sync flags for intermediate TT responses
` [PATCH 4.14 75/99] batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs
` [PATCH 4.14 76/99] batman-adv: Fix debugfs path for renamed hardif
` [PATCH 4.14 77/99] batman-adv: Fix debugfs path for renamed softif
` [PATCH 4.14 79/99] batman-adv: Avoid free/alloc race when handling OGM2 buffer
` [PATCH 4.14 80/99] batman-adv: Avoid free/alloc race when handling OGM buffer
` [PATCH 4.14 83/99] ACPI: watchdog: Allow disabling WDAT at boot
` [PATCH 4.14 84/99] HID: apple: Add support for recent firmware on Magic Keyboards
` [PATCH 4.14 85/99] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
` [PATCH 4.14 86/99] cfg80211: check reg_rule for NULL in handle_channel_custom()
` [PATCH 4.14 88/99] net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch
` [PATCH 4.14 89/99] net: ks8851-ml: Fix IRQ handling and locking
` [PATCH 4.14 92/99] slip: not call free_netdev before rtnl_unlock in slip_open
` [PATCH 4.14 94/99] net: rmnet: fix NULL pointer dereference in rmnet_newlink()
` [PATCH 4.14 95/99] jbd2: fix data races at struct journal_head
` [PATCH 4.14 99/99] ipv4: ensure rcu_read_lock() in cipso_v4_error()

[PATCH 5.4 00/60] 5.4.27-rc1 review
 2020-03-19 13:04 UTC  (24+ messages)
` [PATCH 5.4 02/60] netfilter: xt_hashlimit: unregister proc file before releasing mutex
` [PATCH 5.4 03/60] drm/amdgpu: Fix TLB invalidation request when using semaphore
` [PATCH 5.4 05/60] mmc: core: Allow host controllers to require R1B for CMD6
` [PATCH 5.4 06/60] mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSY
` [PATCH 5.4 07/60] mmc: sdhci-omap: "
` [PATCH 5.4 09/60] mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
` [PATCH 5.4 10/60] ACPI: watchdog: Allow disabling WDAT at boot
` [PATCH 5.4 11/60] HID: apple: Add support for recent firmware on Magic Keyboards
` [PATCH 5.4 12/60] ACPI: watchdog: Set default timeout in probe
` [PATCH 5.4 13/60] HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
` [PATCH 5.4 15/60] MIPS: Disable VDSO time functionality on microMIPS
` [PATCH 5.4 16/60] mips: vdso: add build time check that no jalr t9 calls left
` [PATCH 5.4 17/60] HID: hid-bigbenff: fix general protection fault caused by double kfree
` [PATCH 5.4 20/60] MIPS: vdso: Wrap -mexplicit-relocs in cc-option
` [PATCH 5.4 22/60] tracing: Fix number printing bug in print_synth_event()
` [PATCH 5.4 28/60] net: ll_temac: Fix race condition causing TX hang
` [PATCH 5.4 29/60] net: ll_temac: Add more error handling of dma_map_single() calls
` [PATCH 5.4 30/60] net: ll_temac: Fix RX buffer descriptor handling on GFP_ATOMIC pressure
` [PATCH 5.4 31/60] net: ll_temac: Handle DMA halt condition caused by buffer underrun
` [PATCH 5.4 32/60] blk-mq: insert passthrough request into hctx->dispatch directly
` [PATCH 5.4 42/60] net: rmnet: fix NULL pointer dereference in rmnet_newlink()
` [PATCH 5.4 44/60] net: rmnet: fix suspicious RCU usage
` [PATCH 5.4 45/60] net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()

[PATCH 4.19 00/48] 4.19.112-rc1 review
 2020-03-19 13:04 UTC  (26+ messages)
` [PATCH 4.19 04/48] mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)
` [PATCH 4.19 08/48] mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
` [PATCH 4.19 10/48] ACPI: watchdog: Allow disabling WDAT at boot
` [PATCH 4.19 13/48] cfg80211: check reg_rule for NULL in handle_channel_custom()
` [PATCH 4.19 14/48] scsi: libfc: free response frame from GPN_ID
` [PATCH 4.19 15/48] net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch
` [PATCH 4.19 17/48] mac80211: rx: avoid RCU list traversal under mutex
` [PATCH 4.19 20/48] hinic: fix a irq affinity bug
` [PATCH 4.19 21/48] hinic: fix a bug of setting hw_ioctxt
` [PATCH 4.19 22/48] net: rmnet: fix NULL pointer dereference in rmnet_newlink()
` [PATCH 4.19 23/48] net: rmnet: fix NULL pointer dereference in rmnet_changelink()
` [PATCH 4.19 24/48] net: rmnet: fix suspicious RCU usage
` [PATCH 4.19 25/48] net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
` [PATCH 4.19 26/48] net: rmnet: do not allow to change mux id if mux id is duplicated
` [PATCH 4.19 27/48] net: rmnet: use upper/lower device infrastructure
` [PATCH 4.19 28/48] net: rmnet: fix bridge mode bugs
` [PATCH 4.19 29/48] net: rmnet: fix packet forwarding in rmnet bridge mode
` [PATCH 4.19 30/48] sfc: fix timestamp reconstruction at 16-bit rollover points
` [PATCH 4.19 31/48] jbd2: fix data races at struct journal_head
` [PATCH 4.19 35/48] mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
` [PATCH 4.19 36/48] driver core: Remove the link if there is no driver with AUTO flag
` [PATCH 4.19 38/48] driver core: Make driver core own stateful device links
` [PATCH 4.19 40/48] driver core: Remove device link creation limitation
` [PATCH 4.19 41/48] driver core: Fix creation of device links with PM-runtime flags
` [PATCH 4.19 48/48] ipv4: ensure rcu_read_lock() in cipso_v4_error()

[PATCH] kernel/printk: add kmsg SEEK_CUR handling
 2020-03-19 10:33 UTC  (6+ messages)

[PATCH 4.19 00/89] 4.19.111-rc1 review
 2020-03-19 10:04 UTC  (4+ messages)
` [PATCH 4.19 64/89] efi: Make efi_rts_work accessible to efi page fault handler

[tip: x86/urgent] x86/ioremap: Fix CONFIG_EFI=n build
 2020-03-19 10:01 UTC 

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-19  9:20 UTC  (22+ messages)
` [PATCHv6] "
  ` [PATCH 0/2] Infrastructure to allow fixing exec deadlocks
    ` [PATCH 0/5] "
      ` [PATCH v2 5/5] exec: Add a exec_update_mutex to replace cred_guard_mutex
                    ` [PATCH v3 "
                                ` [PATCH v4 3/5] "

[PATCH v2 01/19] media: ti-vpe: cal: fix DMA memory corruption
 2020-03-19  7:50 UTC 

[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
 2020-03-19  7:46 UTC  (4+ messages)

[4.19] i2400m fixes
 2020-03-19  7:41 UTC  (2+ messages)

[PATCH v1 0/6] Fix device links functional breakage in 4.19.99
 2020-03-19  7:39 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 01/73] cgroup-v1: cgroup_pidlist_next should update position index
 2020-03-19  7:30 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 49/73] i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device

[PATCH] xen/events: avoid NULL pointer dereference in evtchn_from_irq()
 2020-03-19  7:14 UTC 

patch "nvmem: check for NULL reg_read and reg_write before dereferencing" added to char-misc-next
 2020-03-19  7:12 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).