All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-20 15:51:52 to 2023-01-20 16:35:34 UTC [more...]

[syzbot] possible deadlock in rfcomm_dlc_exists
 2023-01-20 16:28 UTC 

[PATCH v2 0/2] fstests: Fix checking of UDF filesystems
 2023-01-20 16:34 UTC  (3+ messages)
` [PATCH v2 1/2] common: Provide blocksize and ecclength to udf fsck

[PATCH] media: v4l2-async: fix binding async subdevs with multiple source ports
 2023-01-20 16:33 UTC  (5+ messages)

[PATCH v3 0/7] AML Housekeeping
 2023-01-20 16:34 UTC  (7+ messages)
` [PATCH v3 2/7] hw/acpi/acpi_dev_interface: Resolve AcpiDeviceIfClass::madt_cpu

[PATCH] tools/memory-model: Make ppo a subrelation of po
 2023-01-20 16:32 UTC  (8+ messages)

[PATCH v1 00/12] add FPGA hotplug manager driver
 2023-01-20 16:28 UTC  (3+ messages)

[jolsa-perf:bpf/attach_btfid 1/2] net/bpf/test_func_2.c:8:5: warning: no previous prototype for 'bpf_test_func2_globl'
 2023-01-20 16:32 UTC 

[PATCH] migration: Fix migration crash when target psize larger than host
 2023-01-20 16:31 UTC 

[PATCH V3 1/4] dt-bindings: arm: fsl: Add PDK2, PicoITX and DRC02 boards for the DHCOM i.MX6ULL SoM
 2023-01-20 16:29 UTC 

[PATCH v5 0/6] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-01-20 15:18 UTC  (5+ messages)
` [PATCH v5 6/6] "

[PATCH 03/17] Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig
 2023-01-20 16:32 UTC  (5+ messages)
` [PATCHv2 "
  ` [BUG] "

[djiang:cxl-emulate-hdm 1/9] arch/x86/pci/mmconfig-shared.c:451: undefined reference to `efi'
 2023-01-20 16:32 UTC  (2+ messages)

[PATCHv2 bpf] bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
 2023-01-20 16:30 UTC  (2+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2023-01-20 15:18 UTC  (3+ messages)
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers

[PATCH v2 0/7] drm: rcar-du: Misc patches
 2023-01-20 16:28 UTC  (14+ messages)
` [PATCH v2 2/7] drm: rcar-du: lvds: Add runtime PM
` [PATCH v2 3/7] drm: rcar-du: lvsd: Add reset control
` [PATCH v2 4/7] drm: rcar-du: lvds: Fix stop sequence
` [PATCH v2 7/7] drm: rcar-du: Stop accessing non-existant registers on gen4

[PATCH 1/2] drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset
 2023-01-20 16:28 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: drop unneeded dpm features disablement for SMU 13.0.4/11

[PATCH v4 00/49] VMA tree type safety and remove __vma_adjust()
 2023-01-20 16:26 UTC  (46+ messages)
` [PATCH v4 01/49] maple_tree: Add mas_init() function
` [PATCH v4 02/49] maple_tree: Fix potential rcu issue
` [PATCH v4 03/49] maple_tree: Reduce user error potential
` [PATCH v4 04/49] test_maple_tree: Test modifications while iterating
` [PATCH v4 05/49] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v4 06/49] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v4 07/49] mm: Expand vma iterator interface
` [PATCH v4 08/49] mm/mmap: convert brk to use vma iterator
` [PATCH v4 09/49] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v4 10/49] mmap: Convert vma_link() vma iterator
` [PATCH v4 11/49] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v4 12/49] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
` [PATCH v4 13/49] mmap: Convert vma_expand() "
` [PATCH v4 14/49] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v4 15/49] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v4 16/49] userfaultfd: Use vma iterator
` [PATCH v4 17/49] mm: Change mprotect_fixup to "
` [PATCH v4 18/49] mlock: Convert mlock "
` [PATCH v4 19/49] coredump: Convert "
` [PATCH v4 20/49] mempolicy: "
` [PATCH v4 21/49] task_mmu: "
` [PATCH v4 22/49] sched: "
` [PATCH v4 23/49] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v4 24/49] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v4 25/49] mmap: Use vmi version of vma_merge()
` [PATCH v4 26/49] mm/mremap: "
` [PATCH v4 28/49] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v4 29/49] mm: Switch vma_merge(), split_vma(), and __split_vma to vma iterator
` [PATCH v4 30/49] mm/damon/vaddr-test.h: Stop using vma_mas_store() for maple tree store
` [PATCH v4 31/49] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v4 32/49] mm: Pass through vma iterator to __vma_adjust()
` [PATCH v4 33/49] madvise: Use split_vma() instead of __split_vma()
` [PATCH v4 34/49] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v4 35/49] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v4 36/49] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v4 37/49] mmap: Clean up mmap_region() unrolling
` [PATCH v4 38/49] mm: Change munmap splitting order and move_vma()
` [PATCH v4 39/49] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v4 40/49] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v4 41/49] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v4 42/49] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v4 43/49] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v4 44/49] mm/mremap: Convert vma_adjust() to vma_expand()
` [PATCH v4 45/49] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v4 48/49] mm/mmap: Remove __vma_adjust()

[PATCHv5 00/10] Introduce RK806 Support
 2023-01-20 16:28 UTC  (3+ messages)
` [PATCHv5 05/10] mfd: rk808: split into core and i2c

another use-after-free in ep_remove_wait_queue()
 2023-01-20 16:28 UTC  (9+ messages)

[PATCH v6 0/3] cachestat: a new syscall for page cache state of files
 2023-01-20 16:27 UTC  (4+ messages)
` [PATCH v6 1/3] workingset: refactor LRU refault to expose refault recency check

[PATCH 1/2] powercap: intel_rapl: add support for METEORLAKE
 2023-01-20 16:25 UTC  (2+ messages)

OP-TEE 3.20.0 has been released
 2023-01-20 16:25 UTC 

[master] Pull request
 2023-01-20 16:25 UTC 

[RFC] virtio-iommu: Take into account possible aliasing in virtio_iommu_mr()
 2023-01-20 16:23 UTC  (4+ messages)

[PATCH] Fix data race in mark_rt_mutex_waiters
 2023-01-20 16:23 UTC  (4+ messages)

[PATCH] selftests: amd-pstate: Don't delete source files via Makefile
 2023-01-20 16:23 UTC  (7+ messages)

[GIT PULL] firmware: arm_scmi: Updates for v6.3
 2023-01-20 16:21 UTC  (2+ messages)

[PATCH for-6.2 0/3] msg_ring fixes
 2023-01-20 16:21 UTC  (4+ messages)
` [PATCH for-6.2 1/3] io_uring/msg_ring: fix flagging remote execution
` [PATCH for-6.2 2/3] io_uring/msg_ring: fix remote queue to disabled ring
` [PATCH for-6.2 3/3] io_uring/msg_ring: optimise with correct tw notify method

[RFC PATCH 0/4] rasdaemon: Add support for the CXL error events
 2023-01-20 16:21 UTC  (3+ messages)
` [RFC PATCH 3/4] rasdaemon: Add support for the CXL AER uncorrectable errors

[PATCH 00/41] Per-VMA locks
 2023-01-20 16:20 UTC  (20+ messages)
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH v7 0/7] i2c-atr and FPDLink
 2023-01-20 16:20 UTC  (13+ messages)
` [PATCH v7 1/7] i2c: add I2C Address Translator (ATR) support

[Patch v5 0/5] Some fixes and cleanups for microcode
 2023-01-20 16:19 UTC  (6+ messages)
` [Patch v5 1/5] x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
` [Patch v5 2/5] x86/microcode/core: Take a snapshot before and after applying microcode
` [Patch v5 3/5] x86/microcode: Display revisions only when update is successful
` [Patch v5 4/5] x86/microcode/intel: Use a plain revision argument for print_ucode_rev()
` [Patch v5 5/5] x86/microcode/intel: Print old and new rev during early boot

[PULL 00/12] Header cleanup patches for 2023-01-20
 2023-01-20 16:17 UTC  (2+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-20 16:18 UTC  (24+ messages)

[PATCH bpf-next 0/8] Enable cpumasks to be used as kptrs
 2023-01-20 16:17 UTC  (10+ messages)
` [PATCH bpf-next 2/8] bpf: Allow trusted args to walk struct when checking BTF IDs

[PATCH v3 1/2] f2fs: fix to avoid potential memory corruption in __update_iostat_latency()
 2023-01-20 16:16 UTC  (4+ messages)
` [f2fs-dev] "
` [PATCH v3 2/2] f2fs: use iostat_lat_type directly as a parameter in the iostat_update_and_unbind_ctx()
  ` [f2fs-dev] "

[PATCH 1/1] checkpatch: recognise NOKPROBE_SYMBOL for blank line detection after function/struct/union/enum
 2023-01-20 16:10 UTC  (2+ messages)

[bug report] iomap: write iomap validity checks
 2023-01-20 16:16 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 6.3
 2023-01-20 16:15 UTC  (2+ messages)

When adding a module, what does "Exec format error" / "Skipping invalid relocation target" mean, and how to fix it?
 2023-01-20 16:14 UTC  (3+ messages)
  ` [EXT]Re: "

[PATCH] rebase: mark --update-refs as requiring the merge backend
 2023-01-20 16:15 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] rebase: remove completely useless -C option

[PATCH 0/2] wifi: Add support to enable/disable bss color collision detection
 2023-01-20 16:10 UTC  (7+ messages)
` [PATCH 1/2] nl80211: add "

[paulmck-rcu:dev.2023.01.17a] BUILD SUCCESS c7b1319271df427da37720a1b656297dd73da37e
 2023-01-20 16:14 UTC 

[bisected] clang 15 built kernel fails to boot, stuck at "Loading Linux 6.1.1 ...", gcc 12 built kernel with same config boots fine
 2023-01-20 16:13 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Convert PSS_MODE2 to multicast register
 2023-01-20 16:13 UTC  (2+ messages)

[PATCH v3 3/3] ptrace,syscall_user_dispatch: add a getter/setter for sud configuration
 2023-01-20 16:12 UTC  (2+ messages)
` [lkp] [+309 bytes kernel size regression] [i386-tinyconfig] [9a08e0b054] "

[PATCH 0/4] iommu/amd: Force SNP-enabled VFIO domain to 4K page size
 2023-01-20 16:13 UTC  (7+ messages)
` [PATCH 1/4] iommu/amd: Introduce Protection-domain flag VFIO

[PATCH] block: treat poll queue enter similarly to timeouts
 2023-01-20 16:11 UTC  (2+ messages)

[PATCH] io_uring: pass in io_issue_def to io_assign_file()
 2023-01-20 16:11 UTC 

[PATCH v6 00/17] Qcom: LLCC/EDAC: Fix base address used for LLCC banks
 2023-01-20 16:10 UTC  (3+ messages)
` [PATCH v6 02/17] EDAC/qcom: Add platform_device_id table for module autoloading

❌ FAIL (30/383 SKIPPED): Test report for master (6.2.0-rc4, mainline.kernel.org-clang, d368967c)
 2023-01-20 16:10 UTC 

[igt-dev] [PATCH i-g-t] Revert VDSC lib changes
 2023-01-20 16:09 UTC  (4+ messages)

[RFC RESEND PATCH 0/2] Add support for sharing page tables across processes (Previously mshare)
 2023-01-20 16:08 UTC  (6+ messages)
  ` [RFC RESEND PATCH 1/2] mm/ptshare: Add vm flag for shared PTE
  ` [RFC RESEND PATCH 2/2] mm/ptshare: Create a new mm for shared pagetables and add basic page table sharing support

[PATCH for-rc 0/6] HFI fixups around expected recv
 2023-01-20 16:09 UTC  (8+ messages)
` [PATCH for-rc 6/6] IB/hfi1: Remove user expected buffer invalidate race

[PATCH v2] sched/fair: unlink misfit task from cpu overutilized
 2023-01-20 16:08 UTC  (5+ messages)

[PATCH] MIPS: remove CONFIG_MIPS_LD_CAN_LINK_VDSO
 2023-01-20 16:08 UTC  (2+ messages)

[RESEND PATCH] sched/debug: Put sched/domains files under the verbose flag
 2023-01-20 16:06 UTC  (3+ messages)

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-01-20 16:05 UTC  (3+ messages)
` [PATCH v3 2/2] selftests: add tests for prctl(SET_HIDE_SELF_EXE)

Linux 6.2-rc1
 2023-01-20 11:42 UTC  (15+ messages)
` Build regressions/improvements in v6.2-rc1
        ` Calculating array sizes in C - was: "

[PATCH v6] serial: stm32: Merge hard IRQ and threaded IRQ handling into single IRQ handler
 2023-01-20 16:03 UTC  (2+ messages)

[tty:tty-linus 4/7] drivers/tty/serial/stm32-usart.c:804:62: error: 'flags' undeclared
 2023-01-20 16:04 UTC  (4+ messages)

[PATCH 0/4] efi: verify that variable services are supported
 2023-01-20 16:04 UTC  (4+ messages)
` [PATCH 2/4] efivarfs: always register filesystem

[XEN v2 00/11] Add support for 32 bit physical address
 2023-01-20 16:03 UTC  (7+ messages)
` [XEN v2 02/11] xen/arm: Use the correct format specifier

[PATCH v2] locking/rwbase: Prevent indefinite writer starvation
 2023-01-20 15:36 UTC  (11+ messages)

[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-20 16:01 UTC  (17+ messages)

[linux-linus test] 175992: regressions - FAIL
 2023-01-20 16:02 UTC 

[PATCH v2 0/2] leds: lp55xx: configure internal charge pump
 2023-01-20 16:02 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/2] various aarch64 fixes for running Hyper-V on TCG
 2023-01-20 15:59 UTC  (3+ messages)
` [PATCH v3 1/2] target/arm: implement DBGCLAIM registers
` [PATCH v3 2/2] target/arm: provide stubs for more external debug registers

[PATCH] btrfs/011: use $_btrfs_profile_configs to limit the tests
 2023-01-20 15:59 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v9 0/2] Memory poison recovery in khugepaged collapsing
 2023-01-20 15:56 UTC  (4+ messages)
` [PATCH v9 1/2] mm/khugepaged: recover from poisoned anonymous memory

[PATCH v3 0/5] Series of fixes for PL011 char device
 2023-01-20 15:54 UTC  (6+ messages)
` [PATCH v3 1/5] hw/char/pl011: refactor FIFO depth handling code
` [PATCH v3 2/5] hw/char/pl011: add post_load hook for backwards-compatibility
` [PATCH v3 3/5] hw/char/pl011: implement a reset method
` [PATCH v3 4/5] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PATCH v3 5/5] hw/char/pl011: check if UART is enabled before RX or TX operation

[PATCH v2 1/4] wifi: rtl8xxxu: Register the LED and make it blink
 2023-01-20 15:55 UTC  (4+ messages)
` [PATCH v2 2/4] wifi: rtl8xxxu: Add LED control code for RTL8188EU
` [PATCH v2 3/4] wifi: rtl8xxxu: Add LED control code for RTL8192EU
` [PATCH v2 4/4] wifi: rtl8xxxu: Add LED control code for RTL8723AU

[Intel-gfx] [PATCH v6 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-01-20 15:54 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller
  `  "

[PATCH v1 00/14] RISCV basic exception handling implementation
 2023-01-20 15:54 UTC  (3+ messages)
` [PATCH v1 06/14] xen/riscv: introduce exception context

[PATCH 00/11] ARM: dts: exynos: DT schema fixes
 2023-01-20 15:54 UTC  (12+ messages)
` [PATCH 01/11] ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
` [PATCH 02/11] ARM: dts: exynos: drop unsupported desc-num in Exynos3250
` [PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite
` [PATCH 04/11] ARM: dts: exynos: align pin node names in Exynos4412
` [RFT 05/11] ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas
` [PATCH 06/11] ARM: dts: exynos: add panel supply in Tiny4412
` [PATCH 07/11] ARM: dts: exynos: add backlight supply in P4 Note
` [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names
` [PATCH 09/11] ARM: dts: exynos: correct SATA clocks in Exynos5250
` [PATCH 10/11] ARM: dts: exynos: correct HS200 property in Exynos5260
` [PATCH 11/11] ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU

FIO data validation profile
 2023-01-20 15:54 UTC 

linux-next: duplicate patch in the sound-asoc tree
 2023-01-20 15:52 UTC  (3+ messages)

[PATCH] drm: exynos: Make g2d_open() and g2d_close() static
 2023-01-20 15:53 UTC  (2+ messages)

[PATCH 0/8] Bundle URIs V: creationToken heuristic for incremental fetches
 2023-01-20 15:53 UTC  (4+ messages)
` [PATCH 8/8] bundle-uri: store fetch.bundleCreationToken

[PATCH v1 0/6] Harden a few virtio bits
 2023-01-20 15:51 UTC  (4+ messages)
` [PATCH v1 1/6] virtio console: Harden multiport against invalid host input


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.