All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-19 02:22:29 to 2022-08-19 04:09:04 UTC [more...]

[PATCH net-next 00/3] Introduce MACsec skb_metadata_dst
 2022-08-19  4:08 UTC  (3+ messages)
` [PATCH 1/3] net/macsec: Add MACsec skb_metadata_dst Tx Data path support

[git pull] drm fixes for 6.0-rc2
 2022-08-19  4:05 UTC  (2+ messages)

Regression: PM: domains: Delete usage of driver_deferred_probe_check_state
 2022-08-19  4:04 UTC  (5+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: remove unused txd_pdma pointer in mtk_xdp_submit_frame
 2022-08-19  4:00 UTC  (2+ messages)

[PATCH net-next v3 1/1] net: macsec: Expose MACSEC_SALT_LEN definition to user space
 2022-08-19  4:00 UTC  (2+ messages)

[PATCH net-next 0/4] selftests: mlxsw: Add ordering tests for unified bridge model
 2022-08-19  4:00 UTC  (2+ messages)

[qemu-mainline test] 172626: regressions - FAIL
 2022-08-19  3:59 UTC 

[PATCH] media: cx23885: reset DMA on AMD Renior/Cezanne IOMMU due to RiSC engine stall
 2022-08-19  3:59 UTC 

[PATCH v2 net-next 0/9] DSA changes for multiple CPU ports (part 3)
 2022-08-19  3:58 UTC  (3+ messages)
` [PATCH v2 net-next 8/9] net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinity

[PATCH RFC v7 0/8] Introduce device group and device management
 2022-08-19  3:57 UTC  (16+ messages)
` [PATCH RFC v7 2/8] Introduce group administration commands
  ` [virtio-comment] "
    ` [virtio] "
` [PATCH RFC v7 4/8] Add admin_queue_index register to PCI common configuration structure
` [PATCH RFC v7 6/8] ccw: disallow ADMIN_VQ
  ` [virtio] "

[PATCH net v4 0/3] bonding: 802.3ad: fix no transmission of LACPDUs
 2022-08-19  3:57 UTC  (3+ messages)
` [PATCH net v4 3/3] bonding: 3ad: make ad_ticks_per_sec a const

[PATCH] mm: hugetlb_vmemmap: simplify reset_struct_pages()
 2022-08-19  3:55 UTC 

[PATCH v2] insane.bbclass: Skip patches not in oe-core by full path
 2022-08-19  3:53 UTC  (3+ messages)
` [OE-core] "

[PATCH 2/2] vDPA: conditionally read fields in virtio-net dev
 2022-08-19  3:52 UTC  (12+ messages)

[asahilinux:bits/070-audio 8/16] drivers/clk/clk.c:867:6: error: redefinition of 'clk_unprepare'
 2022-08-19  3:50 UTC 

[PATCH v3 00/18] powerpc: Syscall wrapper and register clearing
 2022-08-19  3:38 UTC  (19+ messages)
` [PATCH v3 01/18] powerpc: Remove asmlinkage from syscall handler definitions
` [PATCH v3 02/18] powerpc: Use generic fallocate compatibility syscall
` [PATCH v3 03/18] powerpc/32: Remove powerpc select specialisation
` [PATCH v3 04/18] powerpc: Provide do_ppc64_personality helper
` [PATCH v3 05/18] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH v3 06/18] powerpc: Remove direct call to personality syscall handler
` [PATCH v3 07/18] powerpc: Remove direct call to mmap2 syscall handlers
` [PATCH v3 08/18] powerpc: Include all arch-specific syscall prototypes
` [PATCH v3 09/18] powerpc: Enable compile-time check for syscall handlers
` [PATCH v3 10/18] powerpc: Use common syscall handler type
` [PATCH v3 11/18] powerpc: Add ZEROIZE_GPRS macros for register clears
` [PATCH v3 12/18] Revert "powerpc/syscall: Save r3 in regs->orig_r3"
` [PATCH v3 13/18] powerpc: Provide syscall wrapper
` [PATCH v3 14/18] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH v3 15/18] powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
` [PATCH v3 16/18] powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
` [PATCH v3 17/18] powerpc/64s: Fix comment on interrupt handler prologue
` [PATCH v3 18/18] powerpc/64s: Clear gprs on interrupt routine entry

[PATCH 00/13] Fix documentation build warnings against 6.0-rc1
 2022-08-19  3:49 UTC  (9+ messages)
` [PATCH 02/13] docs: update vmemmap_dedup.rst reference
` [PATCH 06/13] Documentation: coresight: fix a documentation build warning
` [PATCH 10/13] docs: leds: add leds-qcom-lpg.rst to the index file

[PATCH v1 bpf 1/4] bpf: Fix data-races around bpf_jit_enable
 2022-08-19  3:46 UTC  (4+ messages)

[PATCH v6 00/21] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-19  3:26 UTC  (22+ messages)
` [PATCH v6 01/21] linux-user/arm: Mark the commpage executable
` [PATCH v6 02/21] linux-user/hppa: Allocate page zero as a commpage
` [PATCH v6 03/21] linux-user/x86_64: Allocate vsyscall page "
` [PATCH v6 04/21] linux-user: Honor PT_GNU_STACK
` [PATCH v6 05/21] linux-user: Clear translations and tb_jmp_cache on mprotect()
` [PATCH v6 06/21] tests/tcg/i386: Move smc_code2 to an executable section
` [PATCH v6 07/21] accel/tcg: Introduce is_same_page()
` [PATCH v6 08/21] accel/tcg: Properly implement get_page_addr_code for user-only
` [PATCH v6 09/21] accel/tcg: Unlock mmap_lock after longjmp
` [PATCH v6 10/21] accel/tcg: Make tb_htable_lookup static
` [PATCH v6 11/21] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
` [PATCH v6 12/21] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
` [PATCH v6 13/21] accel/tcg: Add nofault parameter to get_page_addr_code_hostp
` [PATCH v6 14/21] accel/tcg: Raise PROT_EXEC exception early
` [PATCH v6 15/21] accel/tcg: Remove translator_ldsw
` [PATCH v6 16/21] accel/tcg: Add pc and host_pc params to gen_intermediate_code
` [PATCH v6 17/21] accel/tcg: Add fast path for translator_ld*
` [PATCH v6 18/21] target/s390x: Make translator stop before the end of a page
` [PATCH v6 19/21] target/i386: "
` [PATCH v6 20/21] target/riscv: Add MAX_INSN_LEN and insn_len
` [PATCH v6 21/21] target/riscv: Make translator stop before the end of a page

[PATCH net-next] net: sched: remove duplicate check of user rights in qdisc
 2022-08-19  3:44 UTC  (2+ messages)

[tip:irq/urgent] BUILD SUCCESS 57646d6769f13f9484ffc6869c493e25a6568073
 2022-08-19  3:43 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  3:38 UTC  (6+ messages)

[PATCH v1 1/1] kfd: fixed memleak about release topology
 2022-08-19  3:18 UTC  (3+ messages)

[PATCH -next] bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
 2022-08-19  3:31 UTC  (2+ messages)

linux-next: Tree for Aug 19
 2022-08-19  3:32 UTC 

[Nouveau] Ubuntu 22.04 LTS system freezes 5 minutes then unlocks on nouveau, was stable on 20.04 w/nvidia
 2022-08-19  3:30 UTC  (2+ messages)

[steev:sc8280xp-next-20220818 155/159] common.c:undefined reference to `sdw_disable_stream'
 2022-08-19  3:30 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_stream.c:395 dc_stream_set_cursor_position() warn: variable dereferenced before check 'stream' (see line 392)
 2022-08-19  3:30 UTC 

[PATCH 1/2] mm: memory-failure: kill soft_offline_free_page()
 2022-08-19  3:34 UTC  (2+ messages)
` [PATCH 2/2] mm: memory-failure: kill __soft_offline_page()

[PATCH v15 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-08-19  3:27 UTC  (5+ messages)
` [PATCH v15 1/4] trace: Add trace any "
` [PATCH v15 2/4] trace/objtrace: Get the value of the object
` [PATCH v15 3/4] selftests/ftrace: Add testcases for objtrace
` [PATCH v15 4/4] Documentation: trace/objtrace: Add documentation "

[NFSD] 4a0e73e635: fsmark.files_per_sec 39.7% improvement
 2022-08-19  3:21 UTC  (2+ messages)

[PATCH 5/9] refs: avoid duplicate running of the reference-transaction hook
 2022-08-19  3:21 UTC  (11+ messages)
` [PATCH v2 0/9] Fix issues of refx-txn hook for various git commands
` [PATCH v2 1/9] t1416: more testcases for reference-transaction hook
` [PATCH v2 2/9] refs: update missing old-oid in transaction from lockfile
` [PATCH v2 3/9] refs: add new field in transaction for running transaction hook
` [PATCH v2 4/9] refs: do not run transaction hook for git-pack-refs
` [PATCH v2 5/9] refs: avoid duplicate running of the reference-transaction hook
` [PATCH v2 6/9] refs: add reflog_info to hold more fields for reflog entry
` [PATCH v2 7/9] refs: get error message via refs_update_ref_extended()
` [PATCH v2 8/9] refs: reimplement files_copy_or_rename_ref() to run refs-txn hook
` [PATCH v2 9/9] refs: reimplement refs_delete_refs() and run hook once

[meta-oe][kirkstone][PATCH] libcoap: Add recipe
 2022-08-19  3:20 UTC  (2+ messages)
` [oe] "

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-19  3:19 UTC  (17+ messages)
` [PATCH 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()

[PATCH] perf tool: add skip_not_exec_file_map_events option
 2022-08-19  3:18 UTC  (5+ messages)

[PATCH 0/3] Add the fec node on i.MX8ULP platform
 2022-08-19  3:13 UTC  (12+ messages)
` [PATCH 1/3] dt-bings: net: fsl,fec: update compatible item

[PATCH net-next 1/2] net: improve and fix netlink kdoc
 2022-08-19  3:13 UTC  (4+ messages)
` [PATCH net-next 2/2] docs: netlink: basic introduction to Netlink

[GIT PULL] rtla: Fixes for 6.0
 2022-08-19  3:12 UTC  (2+ messages)

[PULL] Networking for 6.0-rc2
 2022-08-19  3:12 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 6.0-rc2
 2022-08-19  3:12 UTC  (2+ messages)

[PATCH] target/riscv: Use official extension names for AIA CSRs
 2022-08-19  3:09 UTC 

[steev:sc8280xp-next-20220818 155/159] ERROR: modpost: "sdw_disable_stream" [sound/soc/qcom/snd-soc-qcom-common.ko] undefined!
 2022-08-19  3:09 UTC 

[PATCH 0/1] Use proper mask when setting PUD mapping
 2022-08-19  3:08 UTC  (3+ messages)
` [PATCH 1/1] x86/mm: "

[PATCH v3] hwmon: Add driver for the TEXAS TPS546D24 Buck Converter
 2022-08-19  3:04 UTC 

[PATCH v11 0/9] enable menu-driven UEFI variable maintenance
 2022-08-19  3:05 UTC  (4+ messages)
` [PATCH v11 6/9] bootmenu: add removable media entries

[PATCH v2 0/3] Add DRM pixel blend mode support to R-Car DU
 2022-08-19  3:05 UTC  (9+ messages)
` [PATCH v2 1/3] media: vsp1: add premultiplied alpha support
` [PATCH v2 2/3] drm: rcar-du: Add DRM_MODE_BLEND_PREMULTI support

[PATCH V4 RESEND] net/colo.c: Fix the pointer issue reported by Coverity
 2022-08-19  2:59 UTC  (4+ messages)

[PATCH bpf-next 0/3] A couple of small refactorings of BPF program call sites
 2022-08-19  3:01 UTC  (3+ messages)
` [PATCH bpf-next 1/3] dev: Move received_rps counter next to RPS members in softnet data

[tty:tty-linus] BUILD SUCCESS b5a5b9d5f28d23b84f06b45c61dcad95b07d41bc
 2022-08-19  2:58 UTC 

[PATCH v2 1/2] riscv: ftrace: Fix the comments about the number of ftrace instruction
 2022-08-19  2:55 UTC  (4+ messages)
` [PATCH v2 2/2] riscv: kprobe: Allow coexistence of ftrace and kprobe

[RFC PATCH v2 0/2] UFS Multi-Circular Queue (MCQ)
 2022-08-19  2:57 UTC  (7+ messages)
` [RFC PATCH v2 1/2] scsi: ufs: Add Multi-Circular Queue support
` [RFC PATCH v2 2/2] scsi: ufs-qcom: Add MCQ support

[PATCH v7 00/15] Rewrite the remaining merge strategies from shell to C
 2022-08-19  2:45 UTC  (13+ messages)
` [PATCH v8 00/14] "
  ` [PATCH v8 08/14] merge-resolve: rewrite in C

[PATCH V3 0/3] riscv: kexec: Fixup crash_save percpu and machine_kexec_mask_interrupts
 2022-08-19  2:54 UTC  (8+ messages)
` [PATCH V3 1/3] riscv: kexec: Disable all interrupts in kexec crash path
` [PATCH V3 2/3] riscv: kexec: Fixup crash_smp_send_stop with percpu crash_save_cpu
` [PATCH V3 3/3] arch: crash: Remove duplicate declaration in smp.h

[PATCH] cifs: Fix memory leak on the deferred close
 2022-08-19  2:53 UTC  (4+ messages)

[patch net-next 0/4] net: devlink: sync flash and dev info commands
 2022-08-19  2:53 UTC  (4+ messages)
` [patch net-next 4/4] net: devlink: expose default flash update target

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-19  2:51 UTC  (13+ messages)

[RFC] problems with alloc_file_pseudo() use in __nfs42_ssc_open()
 2022-08-19  2:51 UTC  (8+ messages)

[PATCH V2 1/2] mm/damon/lru_sort: Move target memory region check to head of func
 2022-08-19  2:47 UTC  (3+ messages)

[net-next 10/14] ptp: lan743x: convert to .adjfine and diff_by_scaled_ppm
 2022-08-19  2:47 UTC  (2+ messages)

[linux-next:master 958/2065] sound/soc/codecs/src4xxx-i2c.c:28:34: warning: unused variable 'src4xxx_of_match'
 2022-08-19  2:47 UTC 

[PATCH] pinctrl: sunxi: Fix name for A100 R_PIO
 2022-08-19  2:45 UTC  (2+ messages)

[REGRESSION] v5.17-rc1+: FIFREEZE ioctl system call hangs
 2022-08-19  2:46 UTC  (8+ messages)

[PATCH 0/2] Allow --ancestry-path to take an argument
 2022-08-19  2:45 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] revision: allow "

[PATCH 0/5] Add support for Xiaomi Poco F1 EBBG variant
 2022-08-19  2:45 UTC  (3+ messages)

[PATCH v3 resend 0/6] Implement call_rcu_lazy() and miscellaneous fixes
 2022-08-19  2:45 UTC  (7+ messages)
` [PATCH v3 resend 4/6] fs: Move call_rcu() to call_rcu_lazy() in some paths

[PATCH v2] btrfs: remove unnecessary EXTENT_UPTODATE state in buffered I/O path
 2022-08-19  2:44 UTC 

[syzbot] WARNING: ODEBUG bug in __cancel_work
 2022-08-19  2:44 UTC 

[OE-core][kirkstone 00/26] Patch review
 2022-08-19  2:42 UTC  (27+ messages)
` [OE-core][kirkstone 01/26] gdk-pixbuf: CVE-2021-46829 a heap-based buffer overflow
` [OE-core][kirkstone 02/26] qemu: fix CVE-2021-3507
` [OE-core][kirkstone 03/26] qemu: fix CVE-2021-3929
` [OE-core][kirkstone 04/26] qemu: fix CVE-2021-4158
` [OE-core][kirkstone 05/26] qemu: fix CVE-2022-0358
` [OE-core][kirkstone 06/26] qemu: fix CVE-2022-0216
` [OE-core][kirkstone 07/26] u-boot: fix CVE-2022-33103
` [OE-core][kirkstone 08/26] gnutls: CVE-2022-2509 Double free during gnutls_pkcs7_verify
` [OE-core][kirkstone 09/26] zlib: CVE-2022-37434 a heap-based buffer over-read
` [OE-core][kirkstone 10/26] vim: update from 9.0.0063 to 9.0.0115
` [OE-core][kirkstone 11/26] devtool: error out when workspace is using old override syntax
` [OE-core][kirkstone 12/26] devtool/upgrade: correctly clean up when recipe filename isn't yet known
` [OE-core][kirkstone 13/26] devtool/upgrade: catch bb.fetch2.decodeurl errors
` [OE-core][kirkstone 14/26] runqemu: Add missing space on default display option
` [OE-core][kirkstone 15/26] archiver.bbclass: remove unsed do_deploy_archives[dirs]
` [OE-core][kirkstone 16/26] create-spdx: Fix supplier field
` [OE-core][kirkstone 17/26] create-spdx: ignore packing control files from ipk and deb
` [OE-core][kirkstone 18/26] boost: fix install of fiber shared libraries
` [OE-core][kirkstone 19/26] cmake: remove CMAKE_ASM_FLAGS variable in toolchain file
` [OE-core][kirkstone 20/26] scripts/oe-setup-builddir: make it known where configurations come from
` [OE-core][kirkstone 21/26] nativesdk: Clear TUNE_FEATURES
` [OE-core][kirkstone 22/26] relocate_sdk.py: ensure interpreter size error causes relocation to fail
` [OE-core][kirkstone 23/26] selftest/wic: Tweak test case to not depend on kernel size
` [OE-core][kirkstone 24/26] lttng-modules: fix 5.19+ build
` [OE-core][kirkstone 25/26] lttng-modules: fix build against mips and v5.19 kernel
` [OE-core][kirkstone 26/26] lttng-modules: replace mips compaction fix with upstream change

[Intel-gfx] [PATCH 1/2] drm/i915/dsc/mtl: Update the DSC minor version
 2022-08-19  2:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/dsc/mtl: Update the DSC minor version (rev2)

[PATCH nft v3] src: Don't parse string as verdict in map
 2022-08-19  2:40 UTC 

[PATCH] HID: hid-input: add Lenov Yoga C630 battery quirk
 2022-08-19  2:39 UTC 

[PATCH -next] net: neigh: use dev_kfree_skb_irq instead of kfree_skb()
 2022-08-19  2:39 UTC  (5+ messages)

[PATCH -next] mtd/ftl: Fix memleak in ftl_add_mtd()
 2022-08-19  2:37 UTC  (5+ messages)

[ammarfaizi2-block:palmer/linux/fixes 2/2] ld.lld: error: init/built-in.a(calibrate.o):(function calibrate_delay: .text+0x90): relocation R_RISCV_HI20 out of range: 528022 is not in [-524288, 524287]; references __stack_chk_guard
 2022-08-19  2:36 UTC 

drivers/tty/serial/sunplus-uart.c:671: undefined reference to `uart_remove_one_port'
 2022-08-19  2:36 UTC  (3+ messages)

[PATCH xfrm-next v2 0/6] Extend XFRM core to allow full offload configuration
 2022-08-19  2:34 UTC  (6+ messages)

[PATCH nft v2] src: Don't parse string as verdict in map
 2022-08-19  2:33 UTC 

[PATCH v12 00/30] v4l: routing and streams support
 2022-08-19  2:31 UTC  (4+ messages)

kernel splat during boot
 2022-08-19  2:29 UTC  (2+ messages)

[PATCH] init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
 2022-08-19  2:27 UTC  (3+ messages)

KVM: Drop unnecessary initialization of "npages" in hva_to_pfn_slow() initialized and assigned, it is used after assignment
 2022-08-19  2:28 UTC  (2+ messages)
` [PATCH v2] "

[xen-4.16-testing test] 172623: tolerable FAIL - PUSHED
 2022-08-19  2:27 UTC 

[intel-tdx:kvm-upstream-workaround 79/308] arch/x86/kvm/vmx/tdx.c: mmu.h is included more than once
 2022-08-19  2:26 UTC 

[PATCH v25 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-08-19  2:09 UTC  (4+ messages)
` [PATCH v25 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits


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.