stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 11:20:38 to 2020-03-18 20:06:26 UTC [more...]

[PATCHv2] exec: Fix a deadlock in ptrace
 2020-03-18 20:06 UTC  (20+ messages)
` [PATCHv5] "
      ` [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 "

FAILED: patch "[PATCH] mmc: core: Allow host controllers to require R1B for CMD6" failed to apply to 5.5-stable tree
 2020-03-18 19:25 UTC  (2+ messages)

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

[PATCH 4.4 00/48] batman-adv: Pending fixes
 2020-03-18 18:07 UTC  (50+ messages)
` [PATCH 4.4 01/48] batman-adv: Fix invalid read while copying bat_iv.bcast_own
` [PATCH 4.4 02/48] batman-adv: Only put gw_node list reference when removed
` [PATCH 4.4 03/48] batman-adv: Only put orig_node_vlan "
` [PATCH 4.4 04/48] batman-adv: Avoid endless loop in bat-on-bat netdevice check
` [PATCH 4.4 05/48] batman-adv: Fix unexpected free of bcast_own on add_if error
` [PATCH 4.4 06/48] batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tq
` [PATCH 4.4 07/48] batman-adv: init neigh node last seen field
` [PATCH 4.4 08/48] batman-adv: Deactivate TO_BE_ACTIVATED hardif on shutdown
` [PATCH 4.4 09/48] batman-adv: Drop reference to netdevice on last reference
` [PATCH 4.4 10/48] batman-adv: Fix reference counting of vlan object for tt_local_entry
` [PATCH 4.4 11/48] batman-adv: Avoid duplicate neigh_node additions
` [PATCH 4.4 12/48] batman-adv: fix skb deref after free
` [PATCH 4.4 13/48] batman-adv: Fix use-after-free/double-free of tt_req_node
` [PATCH 4.4 14/48] batman-adv: Fix ICMP RR ethernet access after skb_linearize
` [PATCH 4.4 15/48] batman-adv: Clean up untagged vlan when destroying via rtnl-link
` [PATCH 4.4 16/48] batman-adv: Avoid nullptr dereference in bla after vlan_insert_tag
` [PATCH 4.4 17/48] batman-adv: Avoid nullptr dereference in dat "
` [PATCH 4.4 18/48] batman-adv: Fix orig_node_vlan leak on orig_node_release
` [PATCH 4.4 19/48] batman-adv: lock crc access in bridge loop avoidance
` [PATCH 4.4 20/48] batman-adv: Fix non-atomic bla_claim::backbone_gw access
` [PATCH 4.4 21/48] batman-adv: Fix reference leak in batadv_find_router
` [PATCH 4.4 22/48] batman-adv: Free last_bonding_candidate on release of orig_node
` [PATCH 4.4 23/48] batman-adv: Fix speedy join in gateway client mode
` [PATCH 4.4 24/48] batman-adv: Add missing refcnt for last_candidate
` [PATCH 4.4 25/48] batman-adv: Fix double free during fragment merge error
` [PATCH 4.4 26/48] batman-adv: Fix transmission of final, 16th fragment
` [PATCH 4.4 27/48] batman-adv: Fix rx packet/bytes stats on local ARP reply
` [PATCH 4.4 28/48] batman-adv: fix TT sync flag inconsistencies
` [PATCH 4.4 29/48] batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
` [PATCH 4.4 30/48] batman-adv: Fix internal interface indices types
` [PATCH 4.4 31/48] batman-adv: update data pointers after skb_cow()
` [PATCH 4.4 32/48] batman-adv: Fix skbuff rcsum on packet reroute
` [PATCH 4.4 33/48] batman-adv: Avoid race in TT TVLV allocator helper
` [PATCH 4.4 34/48] batman-adv: Fix TT sync flags for intermediate TT responses
` [PATCH 4.4 35/48] batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs
` [PATCH 4.4 36/48] batman-adv: Fix debugfs path for renamed hardif
` [PATCH 4.4 37/48] batman-adv: Fix debugfs path for renamed softif
` [PATCH 4.4 38/48] batman-adv: Avoid storing non-TT-sync flags on singular entries too
` [PATCH 4.4 39/48] batman-adv: Prevent duplicated gateway_node entry
` [PATCH 4.4 40/48] batman-adv: Prevent duplicated nc_node entry
` [PATCH 4.4 41/48] batman-adv: Prevent duplicated global TT entry
` [PATCH 4.4 42/48] batman-adv: Prevent duplicated tvlv handler
` [PATCH 4.4 43/48] batman-adv: Reduce claim hash refcnt only for removed entry
` [PATCH 4.4 44/48] batman-adv: Reduce tt_local "
` [PATCH 4.4 45/48] batman-adv: Reduce tt_global "
` [PATCH 4.4 46/48] batman-adv: Only read OGM tvlv_len after buffer len check
` [PATCH 4.4 47/48] batman-adv: Avoid free/alloc race when handling OGM buffer
` [PATCH 4.4 48/48] batman-adv: Don't schedule OGM for disabled interface

[PATCH 4.9 0/3] batman-adv: Pending fixes; part 2
 2020-03-18 18:01 UTC  (5+ messages)
` [PATCH 4.9 1/3] batman-adv: update data pointers after skb_cow()
` [PATCH 4.9 2/3] batman-adv: Avoid probe ELP information leak
` [PATCH 4.9 3/3] batman-adv: Use explicit tvlv padding for ELP packets

FAILED: patch "[PATCH] pinctrl: qcom: Assign irq_eoi conditionally" failed to apply to 5.4-stable tree
 2020-03-18 16:53 UTC  (3+ messages)

[PATCH v3 1/5] kmod: make request_module() return an error when autoloading is disabled
 2020-03-18 16:03 UTC  (6+ messages)
` [PATCH v3 2/5] fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()

FAILED: patch "[PATCH] pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bug" failed to apply to 5.5-stable tree
 2020-03-18 15:56 UTC  (2+ messages)

FAILED: patch "[PATCH] perf/amd/uncore: Replace manual sampling check with" failed to apply to 4.19-stable tree
 2020-03-18 15:31 UTC  (2+ messages)

[PATCH] rtc: max8907: add missing select REGMAP_IRQ
 2020-03-18 15:26 UTC 

[PATCH] soc/tegra: pmc: should select GENERIC_PINCONF
 2020-03-18 15:25 UTC 

[PATCH] phy: tegra: should select USB_PHY
 2020-03-18 15:23 UTC 

[PATCH] x86/resctrl: Fix invalid attempt at removing default resource group
 2020-03-18 15:14 UTC  (2+ messages)

[PATCH v1] gpio: name PCA953x gpio chips after device name
 2020-03-18 14:57 UTC 

FAILED: patch "[PATCH] batman-adv: Don't schedule OGM for disabled interface" failed to apply to 4.4-stable tree
 2020-03-18 14:26 UTC  (4+ messages)

patch "nvmem: check for NULL reg_read and reg_write before dereferencing" added to char-misc-testing
 2020-03-18 13:01 UTC 

patch "nvmem: release the write-protect pin" added to char-misc-testing
 2020-03-18 13:01 UTC 

patch "tty: fix compat TIOCGSERIAL checking wrong function ptr" added to tty-linus
 2020-03-18 12:16 UTC 

patch "tty: fix compat TIOCGSERIAL leaking uninitialized memory" added to tty-linus
 2020-03-18 12:16 UTC 

stable/linux-5.4.y boot: 109 boots: 3 failed, 101 passed with 5 untried/unknown (v5.4.26)
 2020-03-18 12:12 UTC 

stable/linux-4.19.y boot: 94 boots: 1 failed, 88 passed with 5 untried/unknown (v4.19.111)
 2020-03-18 11:59 UTC 

[GIT PULL 2/6] stm class: sys-t: Fix the use of time_after()
 2020-03-18 10:31 UTC  (9+ messages)
` [GIT PULL 4/6] intel_th: msu: Fix the unexpected state warning
` [GIT PULL 5/6] intel_th: Fix user-visible error codes
` [GIT PULL 6/6] intel_th: pci: Add Elkhart Lake CPU support

patch "iio: st_sensors: remap SMO8840 to LIS2DH12" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: light: vcnl4000: update sampling periods for vcnl4200" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: light: vcnl4000: update sampling periods for vcnl4040" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: trigger: stm32-timer: disable master mode when stopping" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: accel: adxl372: Set iio_chan BE" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: magnetometer: ak8974: Fix negative raw values in sysfs" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: adc: stm32-dfsdm: fix sleep in atomic context" added to staging-linus
 2020-03-18 10:24 UTC 

patch "iio: adc: at91-sama5d2_adc: fix differential channels in triggered" added to staging-linus
 2020-03-18 10:24 UTC 

Linux 5.5.10
 2020-03-18 10:03 UTC  (2+ messages)

Linux 5.4.26
 2020-03-18 10:02 UTC  (2+ messages)

Linux 4.19.111
 2020-03-18 10:02 UTC  (2+ messages)

[PATCH 4.19 00/89] 4.19.111-rc1 review
 2020-03-18 10:01 UTC  (47+ messages)
` [PATCH 4.19 02/89] net: phy: Avoid multiple suspends
` [PATCH 4.19 03/89] cgroup, netclassid: periodically release file_lock on classid updating
` [PATCH 4.19 08/89] ipvlan: do not add hardware address of master to its unicast filter list
` [PATCH 4.19 09/89] ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()
` [PATCH 4.19 10/89] ipvlan: dont deref eth hdr before checking its set
` [PATCH 4.19 13/89] net: macsec: update SCI upon MAC address change
` [PATCH 4.19 14/89] net: nfc: fix bounds checking bugs on "pipe"
` [PATCH 4.19 16/89] net: stmmac: dwmac1000: Disable ACS if enhanced descs are not used
` [PATCH 4.19 17/89] net: systemport: fix index check to avoid an array out of bounds access
` [PATCH 4.19 18/89] r8152: check disconnect status after long sleep
` [PATCH 4.19 19/89] sfc: detach from cb_page in efx_copy_channel()
` [PATCH 4.19 23/89] net: memcg: fix lockdep splat in inet_csk_accept()
` [PATCH 4.19 28/89] can: add missing attribute validation for termination
` [PATCH 4.19 29/89] macsec: add missing attribute validation for port
` [PATCH 4.19 31/89] team: add missing attribute validation for port ifindex
` [PATCH 4.19 33/89] nfc: add missing attribute validation for SE API
` [PATCH 4.19 34/89] nfc: add missing attribute validation for deactivate target
` [PATCH 4.19 39/89] net/ipv6: remove the old peer route if change it to a new one
` [PATCH 4.19 40/89] tipc: add missing attribute validation for MTU property
` [PATCH 4.19 43/89] slip: make slhc_compress() more robust against malicious packets
` [PATCH 4.19 44/89] net: fec: validate the new settings in fec_enet_set_coalesce()
` [PATCH 4.19 47/89] cgroup: Iterate tasks that did not finish do_exit()
` [PATCH 4.19 49/89] virtio-blk: fix hw_queue stopped on arbitrary error
` [PATCH 4.19 54/89] netfilter: x_tables: xt_mttg_seq_next should increase position index
` [PATCH 4.19 55/89] workqueue: dont use wq_select_unbound_cpu() for bound works
` [PATCH 4.19 56/89] drm/amd/display: remove duplicated assignment to grph_obj_type
` [PATCH 4.19 57/89] ktest: Add timeout for ssh sync testing
` [PATCH 4.19 58/89] cifs_atomic_open(): fix double-put on late allocation failure
` [PATCH 4.19 61/89] ARC: define __ALIGN_STR and __ALIGN symbols for ARC
` [PATCH 4.19 63/89] efi: Fix a race and a buffer overflow while reading efivars via sysfs
` [PATCH 4.19 64/89] efi: Make efi_rts_work accessible to efi page fault handler
` [PATCH 4.19 66/89] x86/mce: Fix logic and comments around MSR_PPIN_CTL
` [PATCH 4.19 69/89] iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page
` [PATCH 4.19 70/89] batman-adv: Dont schedule OGM for disabled interface
` [PATCH 4.19 71/89] pinctrl: meson-gxl: fix GPIOX sdio pins
` [PATCH 4.19 72/89] pinctrl: core: Remove extra kref_get which blocks hogs being freed
` [PATCH 4.19 74/89] i2c: gpio: suppress error on probe defer
` [PATCH 4.19 80/89] netfilter: nft_payload: add missing attribute validation for payload csum flags
` [PATCH 4.19 82/89] iommu/vt-d: Fix the wrong printing in RHSA parsing
` [PATCH 4.19 83/89] iommu/vt-d: Ignore devices with out-of-spec domain number
` [PATCH 4.19 84/89] i2c: acpi: put device when verifying client fails

[PATCH 5.5 000/151] 5.5.10-rc1 review
 2020-03-18 10:00 UTC  (8+ messages)
` [PATCH 5.5 129/151] x86/mce/therm_throt: Undo thermal polling properly on CPU offline

patch "USB: serial: pl2303: add device-id for HP LD381" added to usb-linus
 2020-03-18  9:43 UTC 

patch "USB: serial: option: add ME910G1 ECM composition 0x110b" added to usb-linus
 2020-03-18  9:43 UTC 

[tip: x86/timers] x86/tsc_msr: Use named struct initializers
 2020-03-18  9:01 UTC  (3+ messages)

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 1 error, 107 warnings (v5.4.26)
 2020-03-18  8:42 UTC 

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.111)
 2020-03-18  8:30 UTC 

[PATCH v1] mpt3sas: Fix kernel panic observed on soft HBA unplug
 2020-03-18  6:41 UTC  (3+ messages)

patch "serial: sprd: Fix a dereference warning" added to tty-next
 2020-03-18  6:06 UTC 

[PATCH 5.4 000/123] 5.4.26-rc1 review
 2020-03-18  0:04 UTC  (4+ messages)

[PATCH 1/3 RESEND] perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag
 2020-03-17 22:30 UTC  (2+ messages)

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-17 22:30 UTC  (6+ messages)

[PATCH v2] media: ov5640: fix use of destroyed mutex
 2020-03-17 22:30 UTC  (2+ messages)

[PATCH 4.19 00/86] 4.19.109-stable review
 2020-03-17 19:46 UTC  (4+ messages)

patch "USB: cdc-acm: fix rounding error in TIOCSSERIAL" added to usb-linus
 2020-03-17 19:27 UTC 

patch "USB: cdc-acm: fix close_delay and closing_wait units in TIOCSSERIAL" added to usb-linus
 2020-03-17 19:27 UTC 

patch "usb: chipidea: udc: fix sleeping function called from invalid context" added to usb-linus
 2020-03-17 19:24 UTC 

stable-rc/linux-5.4.y boot: 163 boots: 2 failed, 150 passed with 4 offline, 7 untried/unknown (v5.4.25-124-gbd9158ff941e)
 2020-03-17 18:57 UTC 

stable-rc/linux-4.19.y boot: 145 boots: 1 failed, 135 passed with 4 offline, 5 untried/unknown (v4.19.109-92-gad35ac79caef)
 2020-03-17 18:11 UTC 

❌ FAIL: Test report for kernel 5.5.10-rc1-97969bd.cki (stable)
 2020-03-17 17:10 UTC  (2+ messages)
` [LTP] "

stable-rc/linux-4.9.y boot: 113 boots: 1 failed, 103 passed with 4 offline, 5 untried/unknown (v4.9.216-75-g6ee407f35904)
 2020-03-17 16:52 UTC 

stable-rc/linux-4.14.y boot: 132 boots: 2 failed, 121 passed with 4 offline, 5 untried/unknown (v4.14.173-82-ga352cfe419d8)
 2020-03-17 16:24 UTC 

[PATCH v2] net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
 2020-03-17 15:45 UTC  (3+ messages)

stable-rc/linux-4.4.y boot: 96 boots: 3 failed, 84 passed with 4 offline, 5 untried/unknown (v4.4.216-38-g4173a298f52f)
 2020-03-17 15:40 UTC 

stable-rc/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 1 error, 107 warnings (v5.4.25-124-gbd9158ff941e)
 2020-03-17 15:27 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 10 warnings (v4.19.109-92-gad35ac79caef)
 2020-03-17 14:42 UTC 

[PATCH v3] powerpc/fsl-85xx: fix compile error
 2020-03-17 14:25 UTC  (3+ messages)
  `  "

[PATCH v4] remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
 2020-03-17 14:24 UTC  (7+ messages)
` [PATCH v5] "

patch "serial: sprd: Fix a dereference warning" added to tty-testing
 2020-03-17 14:23 UTC 

stable-rc/linux-4.9.y build: 197 builds: 1 failed, 196 passed (v4.9.216-75-g6ee407f35904)
 2020-03-17 13:22 UTC 

patch "staging: rtl8188eu: Add device id for MERCUSYS MW150US v2" added to staging-linus
 2020-03-17 13:17 UTC 

patch "staging: greybus: loopback_test: fix poll-mask build breakage" added to staging-linus
 2020-03-17 13:17 UTC 

[PATCH] powerpc/fsl_booke: avoid creating duplicate tlb1 entry
 2020-03-17 13:14 UTC  (2+ messages)

stable-rc/linux-4.14.y build: 201 builds: 0 failed, 201 passed, 102 warnings (v4.14.173-82-ga352cfe419d8)
 2020-03-17 12:54 UTC 

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.216-38-g4173a298f52f)
 2020-03-17 12:10 UTC 

[PATCH v2] modpost: move the namespace field in Module.symvers last
 2020-03-17 11:24 UTC  (3+ 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).