public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-28 19:47:00 to 2023-05-29 16:09:26 UTC [more...]

[PATCH 5.4 000/161] 5.4.244-rc1 review
 2023-05-29 16:09 UTC  (2+ messages)

[PATCH 6.3 000/127] 6.3.5-rc1 review
 2023-05-29 16:08 UTC  (12+ messages)
` [PATCH 6.3 127/127] Revert "arm64: dts: imx8mp: Drop simple-bus from fsl,imx8mp-media-blk-ctrl"

[PATCH 6.1 000/119] 6.1.31-rc1 review
 2023-05-29 16:07 UTC  (7+ messages)

[PATCH 5.15 00/69] 5.15.114-rc1 review
 2023-05-29 16:06 UTC  (73+ messages)
` [PATCH 5.15 01/69] usb: gadget: Properly configure the device for remote wakeup
` [PATCH 5.15 02/69] usb: dwc3: fix gadget mode suspend interrupt handler issue
` [PATCH 5.15 03/69] dt-bindings: ata: ahci-ceva: convert to yaml
` [PATCH 5.15 04/69] dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
` [PATCH 5.15 05/69] watchdog: sp5100_tco: Immediately trigger upon starting
` [PATCH 5.15 06/69] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
` [PATCH 5.15 07/69] spi: fsl-spi: Re-organise transfer bits_per_word adaptation
` [PATCH 5.15 08/69] spi: fsl-cpm: Use 16 bit mode for large transfers with even size
` [PATCH 5.15 09/69] ocfs2: Switch to security_inode_init_security()
` [PATCH 5.15 10/69] arm64: Also reset KASAN tag if page is not PG_mte_tagged
` [PATCH 5.15 11/69] ALSA: hda/ca0132: add quirk for EVGA X299 DARK
` [PATCH 5.15 12/69] ALSA: hda: Fix unhandled register update during auto-suspend period
` [PATCH 5.15 13/69] ALSA: hda/realtek: Enable headset onLenovo M70/M90
` [PATCH 5.15 14/69] mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
` [PATCH 5.15 15/69] ASoC: rt5682: Disable jack detection interrupt during suspend
` [PATCH 5.15 16/69] net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize
` [PATCH 5.15 17/69] m68k: Move signal frame following exception on 68020/030
` [PATCH 5.15 18/69] parisc: Handle kgdb breakpoints only in kernel context
` [PATCH 5.15 19/69] parisc: Allow to reboot machine after system halt
` [PATCH 5.15 20/69] gpio: mockup: Fix mode of debugfs files
` [PATCH 5.15 21/69] btrfs: use nofs when cleaning up aborted transactions
` [PATCH 5.15 22/69] dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
` [PATCH 5.15 23/69] x86/mm: Avoid incomplete Global INVLPG flushes
` [PATCH 5.15 24/69] selftests/memfd: Fix unknown type name build failure
` [PATCH 5.15 25/69] parisc: Fix flush_dcache_page() for usage from irq context
` [PATCH 5.15 26/69] perf/x86/uncore: Correct the number of CHAs on SPR
` [PATCH 5.15 27/69] x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
` [PATCH 5.15 28/69] debugobjects: Dont wake up kswapd from fill_pool()
` [PATCH 5.15 29/69] fbdev: udlfb: Fix endpoint check
` [PATCH 5.15 30/69] net: fix stack overflow when LRO is disabled for virtual interfaces
` [PATCH 5.15 31/69] udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated()
` [PATCH 5.15 32/69] USB: core: Add routines for endpoint checks in old drivers
` [PATCH 5.15 33/69] USB: sisusbvga: Add endpoint checks
` [PATCH 5.15 34/69] media: radio-shark: "
` [PATCH 5.15 35/69] ASoC: lpass: Fix for KASAN use_after_free out of bounds
` [PATCH 5.15 36/69] net: fix skb leak in __skb_tstamp_tx()
` [PATCH 5.15 37/69] selftests: fib_tests: mute cleanup error message
` [PATCH 5.15 38/69] octeontx2-pf: Fix TSOv6 offload
` [PATCH 5.15 39/69] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
` [PATCH 5.15 40/69] ipv6: Fix out-of-bounds access in ipv6_find_tlv()
` [PATCH 5.15 41/69] cifs: mapchars mount option ignored
` [PATCH 5.15 42/69] power: supply: leds: Fix blink to LED on transition
` [PATCH 5.15 43/69] power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_probe
` [PATCH 5.15 44/69] power: supply: bq27xxx: Fix bq27xxx_battery_update() race condition
` [PATCH 5.15 45/69] power: supply: bq27xxx: Fix I2C IRQ race on remove
` [PATCH 5.15 46/69] power: supply: bq27xxx: Fix poll_interval handling and races "
` [PATCH 5.15 47/69] power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_status()
` [PATCH 5.15 48/69] power: supply: sbs-charger: Fix INHIBITED bit for Status reg
` [PATCH 5.15 49/69] firmware: arm_ffa: Check if ffa_driver remove is present before executing
` [PATCH 5.15 50/69] firmware: arm_ffa: Fix FFA device names for logical partitions
` [PATCH 5.15 51/69] fs: fix undefined behavior in bit shift for SB_NOUSER
` [PATCH 5.15 52/69] regulator: pca9450: Fix BUCK2 enable_mask
` [PATCH 5.15 53/69] coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
` [PATCH 5.15 54/69] xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
` [PATCH 5.15 55/69] x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
` [PATCH 5.15 56/69] ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
` [PATCH 5.15 57/69] sctp: fix an issue that plpmtu can never go to complete state
` [PATCH 5.15 58/69] forcedeth: Fix an error handling path in nv_probe()
` [PATCH 5.15 59/69] platform/mellanox: mlxbf-pmc: fix sscanf() error checking
` [PATCH 5.15 60/69] net/mlx5e: do as little as possible in napi poll when budget is 0
` [PATCH 5.15 61/69] net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
` [PATCH 5.15 62/69] net/mlx5: DR, Check force-loopback RC QP capability independently from RoCE
` [PATCH 5.15 63/69] net/mlx5: Fix error message when failing to allocate device memory
` [PATCH 5.15 64/69] net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
` [PATCH 5.15 65/69] arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
` [PATCH 5.15 66/69] firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptors
` [PATCH 5.15 67/69] regulator: mt6359: add read check for PMIC MT6359
` [PATCH 5.15 68/69] 3c589_cs: Fix an error handling path in tc589_probe()
` [PATCH 5.15 69/69] net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE

[PATCH 5.10 000/211] 5.10.181-rc1 review
 2023-05-29 16:06 UTC  (25+ messages)
` [PATCH 5.10 173/211] parisc: Handle kgdb breakpoints only in kernel context
` [PATCH 5.10 176/211] btrfs: use nofs when cleaning up aborted transactions
` [PATCH 5.10 177/211] dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type
` [PATCH 5.10 178/211] x86/mm: Avoid incomplete Global INVLPG flushes
` [PATCH 5.10 179/211] selftests/memfd: Fix unknown type name build failure
` [PATCH 5.10 180/211] parisc: Fix flush_dcache_page() for usage from irq context
` [PATCH 5.10 181/211] x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
` [PATCH 5.10 182/211] debugobjects: Dont wake up kswapd from fill_pool()
` [PATCH 5.10 197/211] power: supply: bq27xxx: Fix poll_interval handling and races on remove
` [PATCH 5.10 198/211] power: supply: sbs-charger: Fix INHIBITED bit for Status reg
` [PATCH 5.10 199/211] fs: fix undefined behavior in bit shift for SB_NOUSER
` [PATCH 5.10 200/211] coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()
` [PATCH 5.10 201/211] xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
` [PATCH 5.10 202/211] x86/show_trace_log_lvl: Ensure stack pointer is aligned, again
` [PATCH 5.10 203/211] ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg
` [PATCH 5.10 204/211] forcedeth: Fix an error handling path in nv_probe()
` [PATCH 5.10 205/211] net/mlx5e: do as little as possible in napi poll when budget is 0
` [PATCH 5.10 206/211] net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUs
` [PATCH 5.10 207/211] net/mlx5: Fix error message when failing to allocate device memory
` [PATCH 5.10 208/211] net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device
` [PATCH 5.10 209/211] arm64: dts: imx8mn-var-som: fix PHY detection bug by adding deassert delay
` [PATCH 5.10 210/211] 3c589_cs: Fix an error handling path in tc589_probe()
` [PATCH 5.10 211/211] net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE

[PATCH 4.14 00/86] 4.14.316-rc1 review
 2023-05-29 16:04 UTC  (2+ messages)

[PATCH 4.19 000/133] 4.19.284-rc2 review
 2023-05-29 15:40 UTC 

[PATCH 4.19 000/132] 4.19.284-rc1 review
 2023-05-29 15:38 UTC  (6+ messages)

[PATCH 4/6] fs: Establish locking order for unrelated directories
 2023-05-29 12:41 UTC  (3+ messages)

stable-rc/queue/5.10 baseline: 156 runs, 7 regressions (v5.10.180-211-gd08ac8b9f867)
 2023-05-29 15:25 UTC 

patch "mm: page_table_check: Ensure user pages are not slab pages" added to usb-linus
 2023-05-29 15:19 UTC 

patch "mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM" added to usb-linus
 2023-05-29 15:19 UTC 

[PATCH v1 1/5] hostfs: Fix ephemeral inodes
 2023-05-29 14:57 UTC  (4+ messages)

[PATCH] ext4: fix race condition between buffer write and page_mkwrite
 2023-05-29 14:44 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 136 runs, 29 regressions (v4.19.283-132-g3df44581d87ca)
 2023-05-29 14:38 UTC 

[PATCH v2] dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
 2023-05-29 14:36 UTC  (2+ messages)

stable-rc/queue/5.15 baseline: 160 runs, 9 regressions (v5.15.112-273-g076e4ddcb04e)
 2023-05-29 14:35 UTC 

stable-rc/queue/4.14 baseline: 127 runs, 27 regressions (v4.14.315-86-gfa69cb3a1901d)
 2023-05-29 13:48 UTC 

stable-rc/queue/5.4 baseline: 153 runs, 29 regressions (v5.4.243-161-g4a096fdef447)
 2023-05-29 13:39 UTC 

FAILED: patch "[PATCH] block: fix bio-cache for passthru IO" failed to apply to 6.1-stable tree
 2023-05-29 12:16 UTC  (2+ messages)
  ` [PATCH 6.1.y] block: fix bio-cache for passthru IO

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.180-211-gd08ac8b9f867)
 2023-05-29 11:55 UTC 

6.1.30: thunderbolt: Clear registers properly when auto clear isn't in use cause call trace after resume
 2023-05-29 11:38 UTC  (10+ messages)
      ` Fwd: "

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.283-132-g3df44581d87ca)
 2023-05-29 11:08 UTC 

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 10 errors, 5 warnings (v5.15.112-273-g076e4ddcb04e)
 2023-05-29 11:06 UTC 

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.315-86-gfa69cb3a1901d)
 2023-05-29 10:19 UTC 

stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.243-161-g4a096fdef447)
 2023-05-29 10:10 UTC 

[PATCH v2 1/2] clk: composite: Fix handling of high clock rates
 2023-05-29  8:50 UTC  (2+ messages)

stable-rc/queue/4.14 baseline: 124 runs, 27 regressions (v4.14.315-88-g43b7aaaf52283)
 2023-05-29  8:38 UTC 

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-29  8:37 UTC  (4+ messages)

stable-rc/queue/5.10 baseline: 153 runs, 7 regressions (v5.10.180-229-gce6531c049a4)
 2023-05-29  8:35 UTC 

stable-rc/queue/6.1 baseline: 160 runs, 8 regressions (v6.1.29-438-g81b569a4c469)
 2023-05-29  8:18 UTC 

[PATCH] arm64: dts: mt7986: use size of reserved partition for bl2
 2023-05-29  8:06 UTC  (2+ messages)

stable-rc/queue/5.15 baseline: 157 runs, 10 regressions (v5.15.112-286-gb4a5fdb6a8b48)
 2023-05-29  7:56 UTC 

stable-rc/queue/5.4 baseline: 153 runs, 29 regressions (v5.4.243-169-g2892d1676c18)
 2023-05-29  7:37 UTC 

[PATCH] opp: Fix use-after-free in lazy_opp_tables after probe deferral
 2023-05-29  5:31 UTC  (2+ messages)

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.315-88-g43b7aaaf52283)
 2023-05-29  5:08 UTC 

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.180-229-gce6531c049a4)
 2023-05-29  5:05 UTC 

stable-rc/queue/6.1 build: 166 builds: 1 failed, 165 passed, 4 errors, 17 warnings (v6.1.29-438-g81b569a4c469)
 2023-05-29  4:49 UTC 

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 9 errors, 5 warnings (v5.15.112-286-gb4a5fdb6a8b48)
 2023-05-29  4:26 UTC 

stable-rc/queue/5.4 build: 187 builds: 2 failed, 185 passed, 35 warnings (v5.4.243-169-g2892d1676c18)
 2023-05-29  4:08 UTC 

stable-rc/linux-6.1.y baseline: 147 runs, 7 regressions (v6.1.29-413-g8482df0ff7e7)
 2023-05-29  3:24 UTC 

stable-rc/linux-5.4.y baseline: 158 runs, 33 regressions (v5.4.243-162-g99ecfa2a4afc)
 2023-05-29  2:22 UTC 

stable-rc/linux-4.19.y baseline: 145 runs, 32 regressions (v4.19.283-133-gca80c4a612a7)
 2023-05-29  2:18 UTC 

stable-rc/linux-5.10.y baseline: 168 runs, 4 regressions (v5.10.180-212-g80ae453d08c19)
 2023-05-29  2:01 UTC 

stable-rc/linux-5.15.y baseline: 165 runs, 13 regressions (v5.15.112-274-gcd3aaa9c7395)
 2023-05-29  1:38 UTC 

[PATCH V2 1/4] irqchip/loongson-pch-pic: Fix initialization of HT vector register
 2023-05-29  1:09 UTC  (3+ messages)
` [PATCH V2 2/4] irqchip/loongson-pch-pic: Fix potential incorrect hwirq assignment
` [PATCH V2 3/4] irqchip/loongson-liointc: Fix IRQ trigger polarity

stable-rc/linux-4.14.y baseline: 131 runs, 28 regressions (v4.14.315-87-g102232d7564c)
 2023-05-29  1:13 UTC 

stable-rc/queue/4.19 baseline: 139 runs, 28 regressions (v4.19.283-132-gcb4ecab9134ef)
 2023-05-29  0:53 UTC 

stable-rc/queue/5.10 baseline: 159 runs, 7 regressions (v5.10.180-211-g89a45a9e82b1)
 2023-05-29  0:46 UTC 

dpt_i2o fixes for stable
 2023-05-29  0:29 UTC  (8+ messages)

stable-rc/queue/6.1 baseline: 134 runs, 8 regressions (v6.1.29-412-g59962e745c3c)
 2023-05-29  0:21 UTC 

stable-rc/queue/4.14 baseline: 119 runs, 16 regressions (v4.14.315-86-gb0ddde6855b90)
 2023-05-29  0:11 UTC 

stable-rc/queue/5.4 baseline: 164 runs, 29 regressions (v5.4.243-161-g09842cbfc7bf)
 2023-05-28 23:58 UTC 

stable-rc/linux-6.1.y build: 165 builds: 1 failed, 164 passed, 4 errors, 17 warnings (v6.1.29-413-g8482df0ff7e7)
 2023-05-28 23:55 UTC 

stable-rc/linux-5.15.y baseline: 169 runs, 13 regressions (v5.15.112-274-gb5766b96f7b27)
 2023-05-28 23:33 UTC 

stable-rc/linux-6.1.y baseline: 154 runs, 7 regressions (v6.1.29-413-g605b0c0bebca)
 2023-05-28 23:09 UTC 

stable-rc/linux-4.19.y baseline: 143 runs, 31 regressions (v4.19.283-133-g8bf710fb2437)
 2023-05-28 23:07 UTC 

stable-rc/linux-5.4.y build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.243-162-g99ecfa2a4afc)
 2023-05-28 22:53 UTC 

stable-rc/linux-4.19.y build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.283-133-gca80c4a612a7)
 2023-05-28 22:48 UTC 

stable-rc/linux-5.10.y build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.180-212-g80ae453d08c19)
 2023-05-28 22:31 UTC 

stable-rc/linux-4.14.y baseline: 131 runs, 28 regressions (v4.14.315-87-g59f2b732ac7cd)
 2023-05-28 22:29 UTC 

stable-rc/queue/5.15 baseline: 169 runs, 7 regressions (v5.15.112-273-gd9a33ebea341)
 2023-05-28 22:26 UTC 

stable-rc/linux-5.15.y build: 179 builds: 3 failed, 176 passed, 10 errors, 5 warnings (v5.15.112-274-gcd3aaa9c7395)
 2023-05-28 22:08 UTC 

stable-rc/linux-5.4.y baseline: 166 runs, 33 regressions (v5.4.243-162-gf3e9c9c55ec0)
 2023-05-28 22:07 UTC 

stable-rc/linux-5.10.y baseline: 174 runs, 5 regressions (v5.10.180-212-g5bb979836617c)
 2023-05-28 21:53 UTC 

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.315-87-g102232d7564c)
 2023-05-28 21:43 UTC 

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.283-132-gcb4ecab9134ef)
 2023-05-28 21:23 UTC 

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.180-211-g89a45a9e82b1)
 2023-05-28 21:16 UTC 

[net-next PATCH v2] wireguard: allowedips: fix compilation warning for stack limit exceeded
 2023-05-28 10:11 UTC 

stable-rc/queue/6.1 build: 165 builds: 1 failed, 164 passed, 4 errors, 17 warnings (v6.1.29-412-g59962e745c3c)
 2023-05-28 20:52 UTC 

stable-rc/queue/4.14 build: 194 builds: 2 failed, 192 passed, 28 warnings (v4.14.315-86-gb0ddde6855b90)
 2023-05-28 20:41 UTC 

stable-rc/queue/6.1 baseline: 122 runs, 10 regressions (v6.1.29-348-gee55487329644)
 2023-05-28 20:39 UTC 

stable-rc/queue/5.4 baseline: 160 runs, 25 regressions (v5.4.243-137-g06dfc39c3d2b)
 2023-05-28 20:34 UTC 

stable-rc/queue/5.4 build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.243-161-g09842cbfc7bf)
 2023-05-28 20:28 UTC 

stable-rc/linux-5.15.y build: 179 builds: 3 failed, 176 passed, 10 errors, 5 warnings (v5.15.112-274-gb5766b96f7b27)
 2023-05-28 20:03 UTC 

[PATCH 6.3 000/127] 6.3.5-rc1 review
 2023-05-28 20:02 UTC 

stable-rc/queue/5.15 baseline: 174 runs, 7 regressions (v5.15.112-231-ga29aa139444d8)
 2023-05-28 19:58 UTC 

stable-rc/queue/4.19 baseline: 140 runs, 29 regressions (v4.19.283-112-g053be4f4cfe1)
 2023-05-28 19:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox