Stable Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 19:44:10 to 2021-04-05 09:00:03 UTC [more...]

[PATCH 4.14 00/52] 4.14.229-rc1 review
 2021-04-05  8:54 UTC  (49+ messages)
` [PATCH 4.14 01/52] selinux: vsock: Set SID for socket returned by accept()
` [PATCH 4.14 02/52] ipv6: weaken the v4mapped source check
` [PATCH 4.14 03/52] ext4: fix bh ref count on error paths
` [PATCH 4.14 04/52] rpc: fix NULL dereference on kmalloc failure
` [PATCH 4.14 05/52] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
` [PATCH 4.14 06/52] ASoC: rt5651: "
` [PATCH 4.14 07/52] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe
` [PATCH 4.14 08/52] ASoC: es8316: Simplify adc_pga_gain_tlv table
` [PATCH 4.14 09/52] ASoC: cs42l42: Fix mixer volume control
` [PATCH 4.14 10/52] ASoC: cs42l42: Always wait at least 3ms after reset
` [PATCH 4.14 11/52] powerpc: Force inlining of cpu_has_feature() to avoid build failure
` [PATCH 4.14 12/52] vhost: Fix vhost_vq_reset()
` [PATCH 4.14 13/52] scsi: st: Fix a use after free in st_open()
` [PATCH 4.14 14/52] scsi: qla2xxx: Fix broken #endif placement
` [PATCH 4.14 15/52] staging: comedi: cb_pcidas: fix request_irq() warn
` [PATCH 4.14 16/52] staging: comedi: cb_pcidas64: "
` [PATCH 4.14 17/52] ASoC: rt5659: Update MCLK rate in set_sysclk()
` [PATCH 4.14 18/52] ext4: do not iput inode under running transaction in ext4_rename()
` [PATCH 4.14 19/52] brcmfmac: clear EAP/association status bits on linkdown events
` [PATCH 4.14 20/52] net: ethernet: aquantia: Handle error cleanup of start on open
` [PATCH 4.14 21/52] appletalk: Fix skb allocation size in loopback case
` [PATCH 4.14 22/52] net: wan/lmc: unregister device when no matching device is found
` [PATCH 4.14 23/52] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH 4.14 24/52] ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
` [PATCH 4.14 25/52] ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO
` [PATCH 4.14 27/52] tracing: Fix stack trace event size
` [PATCH 4.14 28/52] mm: fix race by making init_zero_pfn() early_initcall
` [PATCH 4.14 29/52] drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()
` [PATCH 4.14 30/52] drm/amdgpu: check alignment on CPU page for bo map
` [PATCH 4.14 31/52] reiserfs: update reiserfs_xattrs_initialized() condition
` [PATCH 4.14 32/52] mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats
` [PATCH 4.14 36/52] mm: writeback: use exact memcg dirty counts
` [PATCH 4.14 37/52] pinctrl: rockchip: fix restore error in resume
` [PATCH 4.14 38/52] extcon: Add stubs for extcon_register_notifier_all() functions
` [PATCH 4.14 39/52] extcon: Fix error handling in extcon_dev_register
` [PATCH 4.14 40/52] firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
` [PATCH 4.14 41/52] usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control()
` [PATCH 4.14 42/52] USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
` [PATCH 4.14 43/52] usb: musb: Fix suspend with devices connected for a64
` [PATCH 4.14 44/52] usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
` [PATCH 4.14 45/52] cdc-acm: fix BREAK rx code path adding necessary calls
` [PATCH 4.14 46/52] USB: cdc-acm: untangle a circular dependency between callback and softint
` [PATCH 4.14 47/52] USB: cdc-acm: downgrade message to debug
` [PATCH 4.14 48/52] USB: cdc-acm: fix use-after-free after probe failure
` [PATCH 4.14 49/52] usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference
` [PATCH 4.14 50/52] staging: rtl8192e: Fix incorrect source in memcpy()
` [PATCH 4.14 51/52] staging: rtl8192e: Change state information from u16 to u8
` [PATCH 4.14 52/52] drivers: video: fbcon: fix NULL dereference in fbcon_cursor()

[PATCH 4.9 00/35] 4.9.265-rc1 review
 2021-04-05  8:54 UTC  (36+ messages)
` [PATCH 4.9 01/35] selinux: vsock: Set SID for socket returned by accept()
` [PATCH 4.9 02/35] ipv6: weaken the v4mapped source check
` [PATCH 4.9 03/35] ext4: fix bh ref count on error paths
` [PATCH 4.9 04/35] rpc: fix NULL dereference on kmalloc failure
` [PATCH 4.9 05/35] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
` [PATCH 4.9 06/35] ASoC: rt5651: "
` [PATCH 4.9 07/35] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe
` [PATCH 4.9 08/35] powerpc: Force inlining of cpu_has_feature() to avoid build failure
` [PATCH 4.9 09/35] vhost: Fix vhost_vq_reset()
` [PATCH 4.9 10/35] scsi: st: Fix a use after free in st_open()
` [PATCH 4.9 11/35] scsi: qla2xxx: Fix broken #endif placement
` [PATCH 4.9 12/35] staging: comedi: cb_pcidas: fix request_irq() warn
` [PATCH 4.9 13/35] staging: comedi: cb_pcidas64: "
` [PATCH 4.9 14/35] ASoC: rt5659: Update MCLK rate in set_sysclk()
` [PATCH 4.9 15/35] ext4: do not iput inode under running transaction in ext4_rename()
` [PATCH 4.9 16/35] appletalk: Fix skb allocation size in loopback case
` [PATCH 4.9 17/35] net: wan/lmc: unregister device when no matching device is found
` [PATCH 4.9 18/35] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH 4.9 19/35] ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
` [PATCH 4.9 20/35] ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook
` [PATCH 4.9 21/35] tracing: Fix stack trace event size
` [PATCH 4.9 22/35] mm: fix race by making init_zero_pfn() early_initcall
` [PATCH 4.9 23/35] reiserfs: update reiserfs_xattrs_initialized() condition
` [PATCH 4.9 24/35] pinctrl: rockchip: fix restore error in resume
` [PATCH 4.9 25/35] extcon: Fix error handling in extcon_dev_register
` [PATCH 4.9 26/35] firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
` [PATCH 4.9 27/35] USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
` [PATCH 4.9 28/35] usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
` [PATCH 4.9 29/35] cdc-acm: fix BREAK rx code path adding necessary calls
` [PATCH 4.9 30/35] USB: cdc-acm: downgrade message to debug
` [PATCH 4.9 31/35] USB: cdc-acm: fix use-after-free after probe failure
` [PATCH 4.9 32/35] staging: rtl8192e: Fix incorrect source in memcpy()
` [PATCH 4.9 33/35] staging: rtl8192e: Change state information from u16 to u8
` [PATCH 4.9 34/35] audit: fix a net reference leak in audit_send_reply()
` [PATCH 4.9 35/35] audit: fix a net reference leak in audit_list_rules_send()

[PATCH 4.4 00/28] 4.4.265-rc1 review
 2021-04-05  8:54 UTC  (29+ messages)
` [PATCH 4.4 01/28] selinux: vsock: Set SID for socket returned by accept()
` [PATCH 4.4 02/28] ipv6: weaken the v4mapped source check
` [PATCH 4.4 03/28] ext4: fix bh ref count on error paths
` [PATCH 4.4 04/28] rpc: fix NULL dereference on kmalloc failure
` [PATCH 4.4 05/28] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10
` [PATCH 4.4 06/28] ASoC: rt5651: "
` [PATCH 4.4 07/28] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe
` [PATCH 4.4 08/28] scsi: st: Fix a use after free in st_open()
` [PATCH 4.4 09/28] scsi: qla2xxx: Fix broken #endif placement
` [PATCH 4.4 10/28] staging: comedi: cb_pcidas: fix request_irq() warn
` [PATCH 4.4 11/28] staging: comedi: cb_pcidas64: "
` [PATCH 4.4 12/28] ext4: do not iput inode under running transaction in ext4_rename()
` [PATCH 4.4 13/28] appletalk: Fix skb allocation size in loopback case
` [PATCH 4.4 14/28] net: wan/lmc: unregister device when no matching device is found
` [PATCH 4.4 15/28] ALSA: usb-audio: Apply sample rate quirk to Logitech Connect
` [PATCH 4.4 16/28] ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook
` [PATCH 4.4 17/28] tracing: Fix stack trace event size
` [PATCH 4.4 18/28] mm: fix race by making init_zero_pfn() early_initcall
` [PATCH 4.4 19/28] reiserfs: update reiserfs_xattrs_initialized() condition
` [PATCH 4.4 20/28] pinctrl: rockchip: fix restore error in resume
` [PATCH 4.4 21/28] extcon: Fix error handling in extcon_dev_register
` [PATCH 4.4 22/28] firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
` [PATCH 4.4 23/28] USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem
` [PATCH 4.4 24/28] cdc-acm: fix BREAK rx code path adding necessary calls
` [PATCH 4.4 25/28] USB: cdc-acm: downgrade message to debug
` [PATCH 4.4 26/28] USB: cdc-acm: fix use-after-free after probe failure
` [PATCH 4.4 27/28] staging: rtl8192e: Fix incorrect source in memcpy()
` [PATCH 4.4 28/28] staging: rtl8192e: Change state information from u16 to u8

[PATCH 1/2] Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"
 2021-04-05  8:32 UTC  (2+ messages)

FAILED: patch "[PATCH] mei: allow map and unmap of client dma buffer only for" failed to apply to 5.11-stable tree
 2021-04-05  8:17 UTC 

FAILED: patch "[PATCH] usb: musb: Fix suspend with devices connected for a64" failed to apply to 4.9-stable tree
 2021-04-05  8:16 UTC 

[PATCH] of: property: do not create device links from *nr-gpios
 2021-04-05  3:14 UTC 

stable/linux-5.10.y - 5.10.27
 2021-04-05  1:40 UTC  (3+ messages)

[BUG]: usb: dwc3: gadget: Prevent EP queuing while stopping transfers
 2021-04-04 10:48 UTC  (3+ messages)

[PATCH 0/2] fix userspace access on arm64 for linux 5.4
 2021-04-04  9:13 UTC  (6+ messages)
` [PATCH 1/2] bpf: fix userspace access for bpf_probe_read{, str}()

✅ PASS: Test report for kernel 5.11.11 (stable-queue)
 2021-04-04  6:32 UTC 

[PATCH] MIPS: fix memory reservation for non-usermem setups
 2021-04-04  2:02 UTC  (5+ messages)

✅ PASS: Test report for kernel 5.11.11 (stable-queue)
 2021-04-03 23:42 UTC 

[PATCH] target: iscsi: Fix zero tag inside a trace event
 2021-04-03 21:54 UTC 

✅ PASS: Test report for kernel 5.11.12-rc1 (stable)
 2021-04-03 20:56 UTC 

✅ PASS: Test report for kernel 5.11.11 (stable-queue)
 2021-04-03 20:11 UTC 

[PATCH 4.9] audit: fix a net reference leak in audit_list_rules_send()
 2021-04-03 17:14 UTC 

[PATCH 4.9] audit: fix a net reference leak in audit_send_reply()
 2021-04-03 17:14 UTC 

[PATCH 4.14 0/5] memcontrol follow-up patches
 2021-04-03 16:39 UTC  (4+ messages)
` [PATCH 4.14 2/5] mm: memcg: make sure memory.events is uptodate when waking pollers

stable-rc/queue/5.10 baseline: 167 runs, 1 regressions (v5.10.27-81-g55bd33bce71db)
 2021-04-03 15:26 UTC 

✅ PASS: Test report for kernel 5.11.11 (stable-queue)
 2021-04-03 15:24 UTC 

stable-rc/linux-4.19.y build: 198 builds: 0 failed, 198 passed, 85 warnings (v4.19.184-40-gea7c9d15cb8d4)
 2021-04-03 15:16 UTC 

stable-rc/queue/5.4 baseline: 164 runs, 1 regressions (v5.4.109-56-gabc4ad86e5da)
 2021-04-03 15:04 UTC 

stable-rc/linux-5.4.y build: 187 builds: 0 failed, 187 passed, 111 warnings (v5.4.109-57-gc20688e6a6f3)
 2021-04-03 14:58 UTC 

stable-rc/linux-4.4.y build: 180 builds: 0 failed, 180 passed, 13 warnings (v4.4.264-21-g8b29c729d1d83)
 2021-04-03 14:31 UTC 

stable-rc/queue/4.14 baseline: 97 runs, 4 regressions (v4.14.228-36-g9f3ce13352b5e)
 2021-04-03 14:23 UTC 

stable-rc/queue/4.9 baseline: 89 runs, 5 regressions (v4.9.264-23-g7fcf501baf34b)
 2021-04-03 14:14 UTC 

stable-rc/queue/4.4 baseline: 90 runs, 9 regressions (v4.4.264-19-g51e18f439565)
 2021-04-03 13:55 UTC 

stable-rc/queue/4.4 build: 184 builds: 0 failed, 184 passed, 12 warnings (v4.4.264-20-gd676fabf20df3)
 2021-04-03 13:25 UTC 

stable-rc/queue/4.14 build: 184 builds: 0 failed, 184 passed, 64 warnings (v4.14.228-37-gf3371b16da688)
 2021-04-03 13:07 UTC 

stable-rc/queue/4.9 build: 191 builds: 0 failed, 191 passed, 4 warnings (v4.9.264-24-g1d82835a5e4b)
 2021-04-03 12:40 UTC 

stable-rc/queue/4.19 build: 192 builds: 0 failed, 192 passed, 83 warnings (v4.19.184-39-ga54c31013b292)
 2021-04-03 12:16 UTC 

stable-rc/queue/5.10 build: 192 builds: 0 failed, 192 passed, 16 warnings (v5.10.27-81-g55bd33bce71db)
 2021-04-03 11:57 UTC 

stable-rc/queue/5.4 build: 188 builds: 0 failed, 188 passed, 113 warnings (v5.4.109-56-gabc4ad86e5da)
 2021-04-03 11:35 UTC 

stable-rc/queue/4.14 build: 197 builds: 0 failed, 197 passed, 67 warnings (v4.14.228-36-g9f3ce13352b5e)
 2021-04-03 10:54 UTC 

stable-rc/queue/4.9 build: 193 builds: 0 failed, 193 passed, 4 warnings (v4.9.264-23-g7fcf501baf34b)
 2021-04-03 10:45 UTC 

stable-rc/queue/4.4 build: 180 builds: 0 failed, 180 passed, 23 warnings (v4.4.264-19-g51e18f439565)
 2021-04-03 10:26 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX" failed to apply to 5.11-stable tree
 2021-04-03  8:07 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX" failed to apply to 5.10-stable tree
 2021-04-03  8:07 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Ensure TLBs are flushed when yielding during" failed to apply to 5.10-stable tree
 2021-04-03  8:07 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Ensure TLBs are flushed when yielding during" failed to apply to 5.11-stable tree
 2021-04-03  8:07 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed" failed to apply to 5.11-stable tree
 2021-04-03  8:07 UTC 

FAILED: patch "[PATCH] KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed" failed to apply to 5.10-stable tree
 2021-04-03  8:07 UTC 

[PATCH] platform/chrome: Update cros_ec sysfs attributes on sensors discovery
 2021-04-03  8:04 UTC  (5+ messages)

patch "usb: xhci-mtk: fix broken streams issue on 0.96 xHCI" added to usb-next
 2021-04-03  6:30 UTC 

[PATCH stable/5.4..5.8] nvme-mpath: replace direct_make_request with generic_make_request
 2021-04-03  6:10 UTC  (2+ messages)

[PATCH 1/3] drm/i915/ilk-glk: Fix link training on links with LTTPRs
 2021-04-02 23:45 UTC  (4+ messages)
  ` [gfx-internal-devel] "
` [PATCH 2/3] drm/i915: Disable LTTPR support when the DPCD rev < 1.4
` [PATCH 3/3] drm/i915: Disable LTTPR support when the LTTPR "

[PATCH mvebu-dt] ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pin
 2021-04-02 20:15 UTC  (2+ messages)

Fix bug for Ingenic X1000
 2021-04-02 15:30 UTC  (6+ messages)
` [PATCH] I2C: JZ4780: "

[QUESTION] WARNNING after 3d8e2128f26a ("sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output")
 2021-04-02 14:41 UTC  (4+ messages)

patch "usb: xhci-mtk: fix broken streams issue on 0.96 xHCI" added to usb-testing
 2021-04-02 13:57 UTC 

[PATCH 1/3] file: fix close_range() for unshare+cloexec
 2021-04-02 12:35 UTC 

[PATCH 5.11 084/120] usb: dwc3: gadget: Prevent EP queuing while stopping transfers
 2021-04-02  9:27 UTC  (4+ messages)
` [PATCH] Revert "usb: dwc3: gadget: Prevent EP queuing while stopping transfers"

[PATCH] crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS
 2021-04-02  9:03 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.11.11 (stable-queue)
 2021-04-02  6:04 UTC 

[PATCH 1/1] pm80xx: Fix chip initialization failure
 2021-04-02  5:42 UTC 

[PATCH] iommu/vt-d: Force to flush iotlb before creating superpage
 2021-04-02  4:47 UTC  (5+ messages)

[PATCH v1 1/2] driver core: Fix locking bug in deferred_probe_timeout_work_func()
 2021-04-02  4:03 UTC 

stable-rc/queue/4.14 baseline: 131 runs, 6 regressions (v4.14.228-23-g6a99e6c924bd)
 2021-04-02  3:15 UTC 

stable-rc/queue/4.4 baseline: 98 runs, 8 regressions (v4.4.264-14-g01fb04fd710fb)
 2021-04-02  2:53 UTC 

stable-rc/queue/5.4 build: 196 builds: 0 failed, 196 passed, 117 warnings (v5.4.109-39-gf6a310964649)
 2021-04-02  0:54 UTC 

stable-rc/queue/5.10 baseline: 176 runs, 1 regressions (v5.10.27-53-gcd7f2c515425)
 2021-04-02  0:48 UTC 

[PATCH 0/5] 4.14 backports of fixes for "CoW after fork() issue"
 2021-04-02  0:12 UTC  (8+ messages)
` [PATCH 1/5] mm: reuse only-pte-mapped KSM page in do_wp_page()

stable-rc/queue/4.14 build: 192 builds: 0 failed, 192 passed, 64 warnings (v4.14.228-23-g6a99e6c924bd)
 2021-04-01 23:46 UTC 

stable-rc/queue/4.4 build: 174 builds: 0 failed, 174 passed, 13 warnings (v4.4.264-14-g01fb04fd710fb)
 2021-04-01 23:24 UTC 

stable-rc/queue/4.19 build: 204 builds: 0 failed, 204 passed, 86 warnings (v4.19.184-28-g352cd19e3757)
 2021-04-01 22:40 UTC 

stable-rc/queue/5.10 build: 192 builds: 0 failed, 192 passed, 16 warnings (v5.10.27-53-gcd7f2c515425)
 2021-04-01 21:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).