All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-08 02:11:24 to 2022-08-08 03:47:30 UTC [more...]

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-08  3:47 UTC  (2+ messages)

[qemu-mainline test] 172281: regressions - FAIL
 2022-08-08  3:47 UTC 

[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
 2022-08-08  3:30 UTC  (11+ messages)
` [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
` [PATCH for-7.2 v2 09/20] hw/ppc: set machine->fdt in pnv_reset()
` [PATCH for-7.2 v2 10/20] hw/ppc: set machine->fdt in spapr machine
` [PATCH for-7.2 v2 14/20] qmp/hmp, device_tree.c: introduce dumpdtb

[GIT PULL] Mailbox changes for v5.20
 2022-08-08  3:43 UTC  (2+ messages)

[PATCH v0] ieee802154/adf7242: defer destroy_workqueue call
 2022-08-08  3:42 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-08  3:40 UTC 

[PATCH 0/6] net/crypto: Introduce crypto_pool
 2022-08-08  3:40 UTC  (3+ messages)
` [PATCH 6/6] net/ipv6: sr: Switch to using crypto_pool

Choose 5.10 LTS or 5.15 LTS
 2022-08-08  3:36 UTC  (2+ messages)

[intel-tdx:kvm-upstream-workaround 601/846] arch/x86/kvm/mmu/mmu.c:689:53: error: incompatible type for argument 1 of 'kvm_mmu_topup_memory_cache'
 2022-08-08  3:35 UTC 

arch/arm64/net/bpf_jit_comp.c:1683:16: sparse: sparse: incorrect type in assignment (different base types)
 2022-08-08  3:32 UTC  (4+ messages)

[PATCH v5 00/32] Printbufs
 2022-08-08  3:32 UTC  (35+ messages)
` [PATCH v5 01/32] lib/printbuf: New data structure for printing strings
` [PATCH v5 02/32] lib/string_helpers: Convert string_escape_mem() to printbuf
` [PATCH v5 03/32] vsprintf: Convert "
` [PATCH v5 04/32] lib/hexdump: "
` [PATCH v5 05/32] lib/string_helpers: string_get_size() now returns characters wrote
` [PATCH v5 06/32] lib/printbuf: Heap allocation
` [PATCH v5 07/32] lib/printbuf: Tabstops, indenting
` [PATCH v5 08/32] lib/printbuf: Unit specifiers
` [PATCH v5 09/32] vsprintf: Improve number()
` [PATCH v5 10/32] vsprintf: prt_u64_minwidth(), prt_u64()
` [PATCH v5 11/32] test_printf: Drop requirement that sprintf not write past nul
` [PATCH v5 12/32] vsprintf: Start consolidating printf_spec handling
` [PATCH v5 13/32] vsprintf: Refactor resource_string()
` [PATCH v5 14/32] vsprintf: Refactor fourcc_string()
` [PATCH v5 15/32] vsprintf: Refactor ip_addr_string()
` [PATCH v5 16/32] vsprintf: Refactor mac_address_string()
` [PATCH v5 17/32] vsprintf: time_and_date() no longer takes printf_spec
` [PATCH v5 18/32] vsprintf: flags_string() "
` [PATCH v5 19/32] vsprintf: Refactor device_node_string, fwnode_string
` [PATCH v5 20/32] vsprintf: Refactor hex_string, bitmap_string_list, bitmap_string
` [PATCH v5 21/32] Input/joystick/analog: Convert from seq_buf -> printbuf
` [PATCH v5 22/32] mm/memcontrol.c: Convert to printbuf
` [PATCH v5 23/32] clk: tegra: bpmp: "
` [PATCH v5 24/32] tools/testing/nvdimm: "
` [PATCH v5 25/32] powerpc: "
` [PATCH v5 26/32] x86/resctrl: "
` [PATCH v5 27/32] PCI/P2PDMA: "
` [PATCH v5 28/32] tracing: trace_events_synth: "
` [PATCH v5 29/32] d_path: prt_path()
` [PATCH v5 30/32] ACPI/APEI: Add missing include
` [PATCH v5 31/32] tracing: Convert to printbuf
` [PATCH v5 32/32] Delete seq_buf

[PATCH stable 5.10 0/3] dm: fix nullptr crash
 2022-08-08  3:31 UTC  (7+ messages)
` [PATCH stable 5.10 1/3] block: look up holders by bdev
          ` [dm-devel] "

[PATCH 00/31] Add support for MediaTek MT7981/MT7986 SoCs
 2022-08-08  3:31 UTC  (39+ messages)
` [PATCH 02/31] arm: mediatek: add support for MediaTek MT7981 SoC
` [PATCH 05/31] mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCs
` [PATCH 06/31] net: mediatek: use a struct to cover variations of all SoCs
` [PATCH 07/31] net: mediatek: stop using bitfileds for DMA descriptors
` [PATCH 10/31] serial: mtk: add support for using dynamic baud clock souce
` [PATCH 17/31] i2c: add support for MediaTek I2C interface
` [PATCH 22/31] clk: mediatek: add CLK_BYPASS_XTAL flag to allow bypassing searching clock parent of xtal clock
` [PATCH 25/31] clk: mediatek: add CLK_XTAL support for clock driver
` [PATCH 26/31] clk: mediatek: add clock driver support for MediaTek MT7986 SoC
` [PATCH 27/31] clk: mediatek: add clock driver support for MediaTek MT7981 SoC
` [PATCH 29/31] tools: mtk_image: split the code of generating NAND header into a new file
` [PATCH 30/31] tools: mtk_image: add support for nand headers used by newer chips

[Patch net v2 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-08  3:31 UTC  (5+ messages)
` [Patch net v2 1/4] tcp: fix sock skb accounting in tcp_read_skb()
` [Patch net v2 2/4] tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
` [Patch net v2 3/4] tcp: refactor tcp_read_skb() a bit
` [Patch net v2 4/4] tcp: handle pure FIN case correctly

RTT-PROBE: lore-subspace-rtt
 2022-08-08  3:30 UTC 

[ovmf test] 172286: regressions - FAIL
 2022-08-08  3:30 UTC 

[Question]: Question about "cherry-pick" internal
 2022-08-08  3:27 UTC  (3+ messages)

[PATCH v2 0/6] asus-wmi: Add support for RGB keyboards
 2022-08-08  3:26 UTC  (8+ messages)
` [PATCH v2 1/6] asus-wmi: Implement TUF laptop keyboard RGB control
` [PATCH v2 2/6] asus-wmi: Implement TUF laptop keyboard LED modes
` [PATCH v2 3/6] asus-wmi: Implement TUF laptop keyboard power states
` [PATCH v2 4/6] asus-wmi: Document previously added attributes
` [PATCH v2 5/6] asus-wmi: Convert all attr-show to use sysfs_emit
` [PATCH v2 6/6] asus-wmi: Add support for dGPU-only mode

[oe][meta-oe][PATCH][master-next] nodejs : upgrade 16.14.2 -> 16.16.0
 2022-08-08  3:26 UTC 

[PATCH] scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
 2022-08-08  3:25 UTC  (2+ messages)

[PATCH v10 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2022-08-08  3:25 UTC  (4+ messages)
` [PATCH v10 1/8] crash: introduce arch/*/asm/crash.h

[PATCH v2 03/14] powerpc: Remove direct call to mmap2 syscall handlers
 2022-08-08  3:24 UTC  (2+ messages)

[PATCH] erofs-utils: use the BLK_ROUND_UP directly
 2022-08-08  3:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-08  3:20 UTC 

Race conditioned discovered between ima_match_rules and ima_update_lsm_update_rules
 2022-08-08  3:19 UTC  (2+ messages)

[PATCH mptcp-next] selftests: mptcp: move prefix tests of addr_nr_ns2 together
 2022-08-08  3:18 UTC  (2+ messages)
` selftests: mptcp: move prefix tests of addr_nr_ns2 together: Tests Results

[PATCH] e2fsprogs: fix device name parsing to resolve names containing '='
 2022-08-08  3:13 UTC  (2+ messages)

[PATCH v2 0/2] asus-wmi: add support for ROG XFlow tablet mode
 2022-08-08  3:11 UTC  (3+ messages)
` [PATCH v2 1/2] asus-wmi: Adjust tablet/lidflip handling to use enum
` [PATCH v2 2/2] asus-wmi: Add support for ROG X13 tablet mode

RTT-PROBE: lore-subspace-rtt
 2022-08-08  3:10 UTC 

[PATCH] pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
 2022-08-08  2:51 UTC  (3+ messages)

[PATCH v8 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-08-08  2:53 UTC  (4+ messages)
` [PATCH v8 1/5] crypto: aspeed: Add HACE hash driver

imx8mm lcdif->dsi->adv7535 no video, no errors
 2022-08-08  2:49 UTC  (20+ messages)

drivers/pinctrl/meson/pinctrl-meson8-pmx.c:60:25: warning: Value stored to 'func' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-08-08  3:05 UTC 

[PATCH 00/23] blk: Rationalise the block interface
 2022-08-08  1:05 UTC  (3+ messages)
` [PATCH 21/23] blk: Switch over to using uclass IDs

[V12,0/7] Enable two hardware jpeg encoder for MT8195
 2022-08-08  1:53 UTC  (5+ messages)
` [V12,3/7] mtk-jpegenc: manage jpegenc multi-hardware

[PATCH v5 1/2] dt-bindngs: i2c: update bindings for mt8188 soc
 2022-08-08  1:45 UTC  (4+ messages)
` [PATCH v5 2/2] i2c: mediatek: add i2c compatible for MT8188

RTT-PROBE: lore-subspace-rtt
 2022-08-08  3:00 UTC 

[PATCH AUTOSEL 4.9 1/8] arm64: fix oops in concurrently setting insn_emulation sysctls
 2022-08-08  1:39 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 3/8] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 4.9 4/8] ARM: dts: imx6ul: fix qspi node compatible

arch/s390/include/asm/vtime.h:16:31: warning: Dereference of null pointer [clang-analyzer-core.NullDereference]
 2022-08-08  2:54 UTC 

[PATCH AUTOSEL 4.14 01/12] arm64: Do not forget syscall when starting a new thread
 2022-08-08  1:39 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 02/12] arm64: fix oops in concurrently setting insn_emulation sysctls
` [PATCH AUTOSEL 4.14 05/12] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 4.14 06/12] ARM: dts: imx6ul: fix qspi node compatible
` [PATCH AUTOSEL 4.14 07/12] ARM: OMAP2+: display: Fix refcount leak bug

warning: stable kernel rule is not satisfied
 2022-08-08  2:51 UTC  (2+ messages)
` Fwd: "

RTT-PROBE: lore-subspace-rtt
 2022-08-08  2:50 UTC 

[PATCH AUTOSEL 4.19 01/16] arm64: Do not forget syscall when starting a new thread
 2022-08-08  1:39 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 02/16] arm64: fix oops in concurrently setting insn_emulation sysctls
` [PATCH AUTOSEL 4.19 05/16] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 4.19 06/16] ARM: dts: imx6ul: change operating-points to uint32-matrix
` [PATCH AUTOSEL 4.19 07/16] ARM: dts: imx6ul: fix lcdif node compatible
` [PATCH AUTOSEL 4.19 08/16] ARM: dts: imx6ul: fix qspi "
` [PATCH AUTOSEL 4.19 09/16] ARM: OMAP2+: display: Fix refcount leak bug

[PATCHv3 0/7] dma mapping optimisations
 2022-08-08  2:49 UTC  (6+ messages)
` [PATCHv3 2/7] file: add ops to dma map bvec

[PATCH 1/3] ksmbd: request update to stale share config
 2022-08-08  2:43 UTC  (3+ messages)
` [PATCH 2/3] ksmbd-tools: cleanup config group handling
` [PATCH 3/3] ksmbd-tools: inform ksmbd of stale share config

[PATCH AUTOSEL 5.4 01/23] x86: Handle idle=nomwait cmdline properly for x86_idle
 2022-08-08  1:38 UTC  (11+ messages)
` [PATCH AUTOSEL 5.4 02/23] arm64: Do not forget syscall when starting a new thread
` [PATCH AUTOSEL 5.4 03/23] arm64: fix oops in concurrently setting insn_emulation sysctls
` [PATCH AUTOSEL 5.4 08/23] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 5.4 09/23] ARM: dts: imx6ul: change operating-points to uint32-matrix
` [PATCH AUTOSEL 5.4 10/23] ARM: dts: imx6ul: fix csi node compatible
` [PATCH AUTOSEL 5.4 11/23] ARM: dts: imx6ul: fix lcdif "
` [PATCH AUTOSEL 5.4 12/23] ARM: dts: imx6ul: fix qspi "
` [PATCH AUTOSEL 5.4 14/23] ARM: OMAP2+: display: Fix refcount leak bug
` [PATCH AUTOSEL 5.4 19/23] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
` [PATCH AUTOSEL 5.4 20/23] ARM: shmobile: rcar-gen2: Increase refcount for new reference

RTT-PROBE: lore-subspace-rtt
 2022-08-08  2:40 UTC 

[PATCH] scsi: megaraid_sas: remove unnecessary kfree
 2022-08-08  2:37 UTC  (2+ messages)

[PATCH] scsi: megaraid_sas: fix double kfree
 2022-08-08  2:37 UTC  (2+ messages)

[PATCH v1 0/7] New DRM driver for Intel VPU
 2022-08-08  2:34 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 01/29] x86: Handle idle=nomwait cmdline properly for x86_idle
 2022-08-08  1:37 UTC  (13+ messages)
` [PATCH AUTOSEL 5.10 02/29] arm64: Do not forget syscall when starting a new thread
` [PATCH AUTOSEL 5.10 03/29] arm64: fix oops in concurrently setting insn_emulation sysctls
` [PATCH AUTOSEL 5.10 10/29] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 5.10 11/29] ARM: dts: imx6ul: change operating-points to uint32-matrix
` [PATCH AUTOSEL 5.10 12/29] ARM: dts: imx6ul: fix keypad compatible
` [PATCH AUTOSEL 5.10 13/29] ARM: dts: imx6ul: fix csi node compatible
` [PATCH AUTOSEL 5.10 14/29] ARM: dts: imx6ul: fix lcdif "
` [PATCH AUTOSEL 5.10 15/29] ARM: dts: imx6ul: fix qspi "
` [PATCH AUTOSEL 5.10 16/29] ARM: dts: BCM5301X: Add DT for Meraki MR26
` [PATCH AUTOSEL 5.10 18/29] ARM: OMAP2+: display: Fix refcount leak bug
` [PATCH AUTOSEL 5.10 24/29] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
` [PATCH AUTOSEL 5.10 25/29] ARM: shmobile: rcar-gen2: Increase refcount for new reference

❌ FAIL: Test report for 5.19.0 (mainline.kernel.org-clang) [3bc1bc0b]
 2022-08-08  2:30 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-08  2:30 UTC 

[PATCH 0/2] dmaengine: idxd: Fix max batch size issues for Intel IAA
 2022-08-08  3:19 UTC  (3+ messages)
` [PATCH 1/2] dmaengine: idxd: Fix max batch size "
` [PATCH 2/2] dmaengine: idxd: Make max batch size attributes in sysfs invisible "

[PATCH v2] ceph: fail the request if the peer MDS doesn't support getvxattr op
 2022-08-08  2:26 UTC  (2+ messages)

[PATCH] rcu: Reduce the frequency of triggering irq-work for strict grace period
 2022-08-08  2:26 UTC 

[RFC PATCH 0/4] vfs: allow querying i_version via statx
 2022-08-08  2:09 UTC  (3+ messages)
` [RFC PATCH 1/4] vfs: report change attribute in statx for IS_I_VERSION inodes

[RFC] hw/nvme: Use irqfd to send interrupts
 2022-08-08  2:23 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 01/45] x86: Handle idle=nomwait cmdline properly for x86_idle
 2022-08-08  1:35 UTC  (17+ messages)
` [PATCH AUTOSEL 5.15 06/45] arm64: Do not forget syscall when starting a new thread
` [PATCH AUTOSEL 5.15 07/45] arm64: fix oops in concurrently setting insn_emulation sysctls
` [PATCH AUTOSEL 5.15 09/45] arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"
` [PATCH AUTOSEL 5.15 18/45] ARM: dts: imx6ul: add missing properties for sram
` [PATCH AUTOSEL 5.15 19/45] ARM: dts: imx6ul: change operating-points to uint32-matrix
` [PATCH AUTOSEL 5.15 20/45] ARM: dts: imx6ul: fix keypad compatible
` [PATCH AUTOSEL 5.15 21/45] ARM: dts: imx6ul: fix csi node compatible
` [PATCH AUTOSEL 5.15 22/45] ARM: dts: imx6ul: fix lcdif "
` [PATCH AUTOSEL 5.15 23/45] ARM: dts: imx6ul: fix qspi "
` [PATCH AUTOSEL 5.15 24/45] ARM: dts: BCM5301X: Add DT for Meraki MR26
` [PATCH AUTOSEL 5.15 25/45] ARM: dts: ux500: Fix Codina accelerometer mounting matrix
` [PATCH AUTOSEL 5.15 26/45] ARM: dts: ux500: Fix Gavini "
` [PATCH AUTOSEL 5.15 28/45] ARM: OMAP2+: display: Fix refcount leak bug
` [PATCH AUTOSEL 5.15 29/45] ARM: OMAP2+: pdata-quirks: "
` [PATCH AUTOSEL 5.15 36/45] arm64: dts: allwinner: a64: orangepi-win: Fix LED node name
` [PATCH AUTOSEL 5.15 37/45] ARM: shmobile: rcar-gen2: Increase refcount for new reference

[PATCH STABLE 5.18 v2 0/3] btrfs: backport zoned mode fixes
 2022-08-08  2:02 UTC  (4+ messages)
` [PATCH STABLE 5.18 v2 1/3] btrfs: zoned: prevent allocation from previous data relocation BG
` [PATCH STABLE 5.18 v2 2/3] btrfs: zoned: fix critical section of relocation inode writeback
` [PATCH STABLE 5.18 v2 3/3] btrfs: zoned: drop optimization of zone finish

[PATCH STABLE 5.18 0/3] btrfs: backport zoned mode fixes
 2022-08-08  2:00 UTC  (3+ messages)
` [PATCH STABLE 5.18 3/3] btrfs: zoned: drop optimization of zone finish

[yocto] [meta-cgl][PATCH] resource-agents: Bug fix
 2022-08-08  2:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-08  2:20 UTC 

[PATCH 1/2] dt-bindings: display: bridge: icn6211: Add support for RGB/BGR swap
 2022-08-08  1:57 UTC  (5+ messages)

[PATCH 1/2] USB: gadget: f_hid: Add Get-Feature report
 2022-08-08  1:57 UTC  (9+ messages)
` [PATCH 2/2] USB: gadget: f_hid: Add Set-Feature report

[PATCH v2 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-08  1:55 UTC  (6+ messages)
` [PATCH v2 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

[PATCH 1/1] usb: storage: stop probe on "Invalid device"
 2022-08-08  2:18 UTC  (3+ messages)

gpiod_get() - How to get GPIO from chip & offset?
 2022-08-08  1:54 UTC  (2+ messages)

[PATCH] ARM: dts: ast2600-evb: correct compatible (drop -a1)
 2022-08-08  1:36 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.