messages from 2023-10-28 16:40:27 to 2023-10-28 20:45:44 UTC [more...]
[BUG] hp-wmi-sensors: probe of 8F1F6435-9F42-42C8-BADC-0E9424F20C9A failed with error -22
2023-10-28 18:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/spirv-headers: needs C++
2023-10-28 20:45 UTC (2+ messages)
[Buildroot] [git commit] package/spirv-headers: needs C++
2023-10-28 20:41 UTC
[PATCH] Fixing directly deferencing a __rcu pointer warning
2023-10-28 20:43 UTC (5+ messages)
` [PATCH v3] "
[PATCH] Added empty sys_ememz
2023-10-28 20:40 UTC
[Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.10.0
2023-10-28 20:40 UTC
[PATCH] eventfs: Test for ei->is_freed when accessing ei->dentry
2023-10-28 20:37 UTC
[Buildroot] [PATCH 1/1] package/cli11: bump to version 2.3.2
2023-10-28 20:37 UTC
[powerpc:merge] BUILD REGRESSION d369da17dce8aba8ec8303026b8bc827fd0cd8d2
2023-10-28 20:31 UTC
[Buildroot] [PATCH 1/1] package/cjson: bump to version 1.7.16
2023-10-28 20:32 UTC
[PATCH] mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B
2023-10-28 20:31 UTC (2+ messages)
cip-gitlab/ci/pavel/linux-test baseline-nfs: 35 runs, 6 regressions (v6.1.59-cip8-106-g65bd536c294e)
2023-10-28 20:28 UTC
cip-gitlab/ci/pavel/linux-test baseline: 101 runs, 10 regressions (v6.1.59-cip8-106-g65bd536c294e)
2023-10-28 20:28 UTC
[PATCH v2 0/3] staging: greybus: Coding style cleanup patches
2023-10-28 20:25 UTC (7+ messages)
` [PATCH v2 1/3] staging: greybus: camera: Alignment should match open parenthesis
` [PATCH v2 3/3] staging: greybus: bootrom: fixed prefer using ftrace warning
[PATCH 0/3] arm: dts: k3-am6: Fix Ethernet/DMA
2023-10-28 20:22 UTC (3+ messages)
[PATCH v2 1/6] dt-bindings: regulator: add Samsung s2dos05 pmic
2023-10-28 20:18 UTC (8+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: starqltechn: enable more features
[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
2023-10-28 20:16 UTC (6+ messages)
` [PATCH v9 1/4] usb: gadget: uvc: prevent use of disabled endpoint
` [PATCH v9 2/4] usb: gadget: uvc: Allocate uvc_requests one at a time
` [PATCH v9 3/4] usb: gadget: uvc: move video disable logic to its own function
[Buildroot] [PATCH 1/1] package/x11r7/xlib_libX11: security bump to version 1.8.7
2023-10-28 20:14 UTC
cip/linux-4.4.y-cip-rt baseline: 151 runs, 1 regressions (v4.4.302-cip80-rt46)
2023-10-28 20:11 UTC
[PATCH] Fixing warning cast removes address space '__iomem' of expression
2023-10-28 20:10 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/x11r7/xlib_libXpm: security bump to version 3.5.17
2023-10-28 20:08 UTC
[RFC] rust: types: Add read_once and write_once
2023-10-28 20:04 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-urllib3: security bump to version 2.0.7
2023-10-28 20:00 UTC
[PATCH] iomap: fix iomap_dio_zero() for fs bs > system page size
2023-10-28 19:57 UTC (11+ messages)
[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-10-28 19:55 UTC (5+ messages)
` [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition
[Intel-gfx] [PATCH 0/2] Cleanup a few functions in C10/C20 handling
2023-10-28 19:55 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Cleanup a few functions in C10/C20 handling (rev3)
fs/eventpoll.c:526:9: sparse: sparse: restricted __poll_t degrades to integer
2023-10-28 19:53 UTC
[PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
2023-10-28 19:45 UTC (36+ messages)
` [PATCH v2 01/35] "
` [PATCH v2 02/35] tcg/optimize: Split out arg_is_const_val
` [PATCH v2 03/35] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH v2 04/35] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PATCH v2 05/35] tcg/optimize: Split out arg_new_constant
` [PATCH v2 06/35] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_match
` [PATCH v2 08/35] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 09/35] tcg/aarch64: Generate TBZ, TBNZ
` [PATCH v2 10/35] tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
` [PATCH v2 11/35] tcg/arm: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 12/35] tcg/i386: Pass x86 condition codes to tcg_out_cmov
` [PATCH v2 13/35] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PATCH v2 14/35] tcg/i386: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 15/35] tcg/i386: Improve TSTNE/TESTEQ vs powers of two
` [PATCH v2 16/35] tcg/loongarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 17/35] tcg/mips: "
` [PATCH v2 18/35] tcg/riscv: "
` [PATCH v2 19/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
` [PATCH v2 20/35] tcg/sparc64: Hoist read of tcg_cond_to_rcond
` [PATCH v2 21/35] tcg/sparc64: Pass TCGCond to tcg_out_cmp
` [PATCH v2 22/35] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 23/35] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PATCH v2 24/35] tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
` [PATCH v2 25/35] tcg/ppc: Tidy up tcg_target_const_match
` [PATCH v2 26/35] tcg/ppc: Add TCG_CT_CONST_CMP
` [PATCH v2 27/35] tcg/ppc: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 28/35] tcg/s390x: Split constraint A into J+U
` [PATCH v2 29/35] tcg/s390x: Add TCG_CT_CONST_CMP
` [PATCH v2 30/35] tcg/s390x: Support TCG_COND_TST{EQ,NE}
` [PATCH v2 31/35] tcg/tci: "
` [PATCH v2 32/35] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PATCH v2 33/35] target/alpha: Use TCG_COND_TST{EQ, NE} for CMOVLB{C, S}
` [PATCH v2 34/35] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
` [PATCH v2 35/35] target/m68k: Use TCG_COND_TST{EQ, NE} in gen_fcc_cond
[Buildroot] [PATCH 1/1] package/cryptopp: bump to version 8.9.0
2023-10-28 19:44 UTC
[PATCH v5 0/4] riscv: tlb flush improvements
2023-10-28 19:42 UTC (10+ messages)
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()
[Buildroot] [PATCH 1/1] package/rabbitmq-c: fix CVE-2023-35789
2023-10-28 19:41 UTC
Lockdep show 6.6-rc regression in Xen HVM CPU hotplug
2023-10-28 19:38 UTC (8+ messages)
[PATCH v2 00/12] scsi: mpt3sas: Use flexible arrays and do a few cleanups
2023-10-28 19:32 UTC (4+ messages)
[PATCH] i2c: ocores: Move system PM hooks to the NOIRQ phase
2023-10-28 19:36 UTC (3+ messages)
[Buildroot] [git commit] package/dfu-programmer: bump version to 1.1.0
2023-10-28 19:30 UTC
[Buildroot] [git commit] package/aufs: use HTTPS for git.code.sf.net
2023-10-28 19:30 UTC
[Buildroot] [git commit] package/aufs-util: use HTTPS for git.code.sf.net
2023-10-28 19:30 UTC
[Buildroot] [git commit] package/riscv64-elf-toolchain: add .hash file
2023-10-28 19:30 UTC
[PATCH] KVM: selftests: add -MP to CFLAGS
2023-10-28 19:34 UTC
[Buildroot] [git commit] Config.in: default to HTTPS for s.b.n backup site
2023-10-28 19:30 UTC
[Buildroot] [PATCH] package/riscv64-elf-toolchain: add .hash file
2023-10-28 19:33 UTC (2+ messages)
[Buildroot] [PATCH] package/dfu-programmer: bump version to 1.1.0
2023-10-28 19:32 UTC
[linyunsheng:page_frag_unify_rfc 2/4] net/core/skbuff.c:301:15: error: use of undeclared identifier '__napi_alloc_frag_align'; did you mean 'napi_alloc_frag_align'?
2023-10-28 19:31 UTC
[Buildroot] [PATCH 1/2] package/aufs: use HTTPS for git.code.sf.net
2023-10-28 19:32 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] package/aufs-util: "
[PATCH 00/17] Maintainer updates for testing, gdb, semihosting and plugins
2023-10-28 19:31 UTC (31+ messages)
` [PATCH 02/17] tests/tcg: Add -fno-stack-protector
` [PATCH 03/17] gitlab: split alpha testing into a legacy container
` [PATCH 04/17] tests/docker: use debian-legacy-test-cross for alpha
` [PATCH 05/17] tests/docker: move sh4 to use debian-legacy-test-cross
` [PATCH 06/17] tests/docker: use debian-all-test-cross for power
` [PATCH 07/17] tests/docker: use debian-all-test-cross for hppa
` [PATCH 08/17] tests/docker: use debian-all-test-cross for m68k
` [PATCH 09/17] tests/docker: use debian-all-test-cross for mips64
` [PATCH 10/17] tests/docker: use debian-all-test-cross for mips
` [PATCH 11/17] tests/docker: use debian-all-test-cross for riscv64
` [PATCH 12/17] tests/docker: use debian-all-test-cross for sparc64
` [PATCH 13/17] tests/docker: upgrade debian-all-test-cross to bookworm
` [PATCH 14/17] gdbstub: Check if gdb_regs is NULL
` [PATCH 15/17] semihosting: fix memleak at semihosting_arg_fallback
` [PATCH 16/17] plugins: Remove an extra parameter
[Buildroot] [PATCH] Config.in: default to HTTPS for s.b.n backup site
2023-10-28 19:30 UTC (2+ messages)
[cxl:fixes] BUILD SUCCESS 8f61d48c83f6e3525a770e44692604595693f787
2023-10-28 19:30 UTC
[PATCH v1 net] net: ethtool: Fix documentation of ethtool_sprintf()
2023-10-28 19:25 UTC
[PATCH] lockdep: add lockdep_cleanup_dead_cpu()
2023-10-28 19:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH net-next v7 0/5] Rust abstractions for network PHY drivers
2023-10-28 19:23 UTC (16+ messages)
` [PATCH net-next v7 1/5] rust: core "
Virtio is all not working in linux 6.6 rc-7
2023-10-28 19:22 UTC
[PATCH v3 1/1] r8169: Coalesce RTL8411b PHY power-down recovery programming instructions to reduce spinlock stalls
2023-10-28 19:21 UTC (2+ messages)
[xen-4.18-testing bisection] complete build-amd64-xsm
2023-10-28 19:20 UTC
selftests: ftrace: RIP: 0010:__lock_acquire (kernel/locking/lockdep.c:5005)
2023-10-28 19:17 UTC (3+ messages)
[PATCH] clk: qcom: gcc-msm8939: Add missing CSI2 related clocks
2023-10-28 19:13 UTC (2+ messages)
[PATCH] lib/find: optimize find_*_bit_wrap
2023-10-28 19:05 UTC
[PATCH] clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz
2023-10-28 19:06 UTC
[Buildroot] Help with DTO
2023-10-28 18:58 UTC (2+ messages)
[PATCH] docs: translations: add translations links when they exist
2023-10-28 18:51 UTC (2+ messages)
[linyunsheng:page_frag_unify_rfc 2/4] net/core/skbuff.c:301:15: error: '__napi_alloc_frag_align' undeclared here (not in a function); did you mean 'napi_alloc_frag_align'?
2023-10-28 18:50 UTC
[PATCH v16 net-next 06/23] net/tcp: Add TCP-AO sign to outgoing packets
2023-10-28 18:49 UTC (2+ messages)
[PATCH v1 net-next 0/2] Add missing MODULE_DESCRIPTIONS
2023-10-28 18:44 UTC (3+ messages)
` [PATCH v1 net-next 1/2] net: phy: fill in missing MODULE_DESCRIPTION()s
` [PATCH v1 net-next 2/2] net: mdio: "
[PATCH v2] objtool/x86: add missing embedded_insn check
2023-10-28 18:43 UTC (2+ messages)
[PATCH v2] smbios: arm64: Allow table to be written at a fixed addr
2023-10-28 18:41 UTC (5+ messages)
[PATCH v11 00/14] Linux RISC-V AIA Support
2023-10-28 18:36 UTC (17+ messages)
` [PATCH v11 07/14] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v11 09/14] irqchip/riscv-imsic: Add support for PCI MSI irqdomain
[PATCH] scripts/kernel-doc: fix make htmldoc warning
2023-10-28 18:22 UTC (2+ messages)
[PATCH v7 0/3] Add emulation of AmigaOne XE board
2023-10-28 18:20 UTC (3+ messages)
[GIT PULL] IRQ fix
2023-10-28 18:17 UTC (2+ messages)
[GIT PULL] x86 fixes
2023-10-28 18:17 UTC (2+ messages)
[GIT PULL] perf events fix
2023-10-28 18:17 UTC (2+ messages)
[yocto-autobuilder-helper] [PATCH] config.json: Fix check-layer for meta-poky/meta-yocto-bsp
2023-10-28 18:10 UTC (2+ messages)
` [yocto] "
[GIT PULL] probes: fixes for v6.6-rc7
2023-10-28 18:07 UTC (2+ messages)
[GIT PULL] dma-mapping fix for Linux 6.6
2023-10-28 18:07 UTC (2+ messages)
[PATCH 1/2] ioctl_userfaultfd.2: add UFFD_FEATURE_WP_ASYNC
2023-10-28 18:07 UTC (8+ messages)
` [PATCH 2/2] ioctl_pagemap_scan: add page for pagemap_scan IOCTL
` managing tagged paragraphs (was: [PATCH 2/2] ioctl_pagemap_scan: add page for pagemap_scan IOCTL)
[RFC PATCH 0/5] Introduce -t, --table for status/add commands
2023-10-28 18:05 UTC (12+ messages)
` [RFC PATCH v2 0/6] Noobify format for status, add, restore
[git pull] misc fixes
2023-10-28 18:00 UTC (2+ messages)
[GIT PULL] clk fixes for v6.6-rc7
2023-10-28 18:00 UTC (2+ messages)
[GIT PULL] Char/Misc driver fixes for 6.6-final
2023-10-28 18:00 UTC (2+ messages)
[PULL REQUEST] i2c-for-6.6-rc8
2023-10-28 18:00 UTC (2+ messages)
[RFC PATCH 00/19] Rust abstractions for VFS
2023-10-28 18:00 UTC (3+ messages)
` [RFC PATCH 05/19] rust: fs: introduce `INode<T>`
WIP: initial work to set selinux contexts
2023-10-28 17:59 UTC (2+ messages)
[tiwai-sound:for-next 90/101] sound/pci/hda/cs35l41_hda.c:733:5: warning: no previous declaration for 'cs35l41_verify_id'
2023-10-28 17:57 UTC
[PATCH 6.5] accel/ivpu/37xx: Fix missing VPUIP interrupts
2023-10-28 17:53 UTC
[PATCH v3] dt-bindings: watchdog: davinci-wdt: convert txt to yaml
2023-10-28 17:51 UTC (2+ messages)
[PATCH 1/1] doc: short overlong title underlines
2023-10-28 17:49 UTC (2+ messages)
` [SPAM] "
[PATCH] drm/tests: Add KUnit tests for drm_mode_create_dvi_i_properties()
2023-10-28 17:47 UTC
[PATCH v5 0/5] VIA PM: Implement basic ACPI support
2023-10-28 17:47 UTC (8+ messages)
` [PATCH v5 5/5] hw/isa/vt82c686: Implement software-based SMI triggering
[PATCH RESEND] get_maintainer: add email addresses from dts files
2023-10-28 17:46 UTC (2+ messages)
[PATCH 1/4] x86/rust: support RETPOLINE
2023-10-28 17:46 UTC (3+ messages)
` [PATCH 3/4] x86/rust: depend on !RETHUNK
[PATCH v3] usb-storage,uas: use host helper to generate driver info
2023-10-28 17:41 UTC (2+ messages)
` [PATCH v4] "
[ANNOUNCE] 4.4.302-cip80-rt46
2023-10-28 17:37 UTC
[ovmf test] 183571: all pass - PUSHED
2023-10-28 17:36 UTC
[PATCH v2 0/3] arm: dts: k3-am6: Fix Ethernet/DMA
2023-10-28 17:36 UTC (4+ messages)
` [PATCH v2 1/3] arm: dts: k3-am625-sk-u-boot.dtsi: Update main_bcdma and main_pktdma nodes
` [PATCH v2 2/3] arm: dts: k3-am625-verdin-wifi-dev-u-boot.dtsi: Fix DMA/Ethernet
` [PATCH v2 3/3] arm: dts: k3-am642: Update main_bcdma and main_pktdma nodes
[Intel-gfx] [PATCH] drm/i915: Skip pxp init if gt is wedged
2023-10-28 17:30 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS f6a28f10df6f455bb57250ac39fb6301f2b0c5c9
2023-10-28 17:28 UTC
[cxl:next] BUILD REGRESSION 2630b3957abe46d7bc4ae0e26275030d76cefb94
2023-10-28 17:27 UTC
[PATCH] swiotlb: check dynamically allocated TLB address before decrypting
2023-10-28 17:24 UTC (2+ messages)
[PATCH v2 00/39] Memory allocation profiling
2023-10-28 17:21 UTC (5+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
[PATCH] test/py: always use autostart on tpm2 selftests
2023-10-28 17:17 UTC (4+ messages)
[PATCH net 1/1] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
2023-10-28 17:16 UTC
[syzbot] [ntfs3?] INFO: task hung in ntfs_read_folio (2)
2023-10-28 17:05 UTC (2+ messages)
[PATCH] refscale: Optimize process_durations()
2023-10-28 17:04 UTC
[PATCH] jfs: fix array-index-out-of-bounds in dbAdjTree
2023-10-28 17:04 UTC (3+ messages)
[RFC PATCH 0/8] IIO: Use the new cleanup.h magic
2023-10-28 16:59 UTC (7+ messages)
` [RFC PATCH 1/8] iio: locking: introduce __cleanup() based direct mode claiming infrastructure
[PATCH] get_maintainer.pl: update from Linux kernel v6.5
2023-10-28 16:58 UTC
[GIT PULL] iomap: bug fixes for 6.6-rc7
2023-10-28 16:56 UTC (9+ messages)
arch/powerpc/crypto/aes-gcm-p10-glue.c:121:9: error: 'gcm_init_htable' accessing 256 bytes in a region of size 224
2023-10-28 16:54 UTC
[Buildroot] [PATCH 1/1] package/avrdude: bump to version 7.2
2023-10-28 16:51 UTC
[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
2023-10-28 16:50 UTC (4+ messages)
[PATCH v6 00/12] RVA22U64 profile support
2023-10-28 16:49 UTC (4+ messages)
` [PATCH v6 01/12] target/riscv: add zicbop extension flag
[PATCH v3] PM: sleep: Expose last succeeded resumed timestamp in sysfs
2023-10-28 16:48 UTC (2+ messages)
[PATCH 0/3] arm64: Add a build target for Flat Image Tree
2023-10-28 16:46 UTC (5+ messages)
` [PATCH 3/3] arm64: boot: Support "
[Buildroot] [PATCH 1/1] package/powerpc-utils: bump to version 1.3.11
2023-10-28 16:42 UTC
[PATCH BlueZ 1/4] doc: extend MediaEndpoint1 API with SelectQoS
2023-10-28 16:41 UTC (2+ messages)
` [BlueZ,1/4] "
[PATCH 3/3] locking/atomic: openrisc: use generic_cmpxchg[64]_local for arch_cmpxchg[64]_local
2023-10-28 16:40 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.