All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-21 18:54:04 to 2022-01-21 20:08:31 UTC [more...]

The mysterious case of the disappearing superblock 
 2022-01-21 19:55 UTC  (7+ messages)
  ` PANIC OVER! "

[PATCH v12 0/5] m68k: Add Virtual M68k Machine
 2022-01-21 20:07 UTC  (5+ messages)
` [PATCH v12 2/5] tty: goldfish: introduce gf_ioread32()/gf_iowrite32()
` [PATCH v12 3/5] rtc: goldfish: use gf_ioread32()/gf_iowrite32()
` [PATCH v12 4/5] clocksource/drivers: Add a goldfish-timer clocksource
` [PATCH v12 5/5] m68k: introduce a virtual m68k machine

[ANNOUNCE] The Linux Test Project has been released for JANUARY 2022
 2022-01-21 20:09 UTC  (2+ messages)
` [LTP] "

[PATCH bpf-next 0/3] Add bpf_access_process_vm helper and sleepable bpf iterator programs
 2022-01-21 20:07 UTC  (10+ messages)
` [PATCH v6 bpf-next 0/3] Add bpf_copy_from_user_task "
  ` [PATCH v6 bpf-next 1/3] bpf: Add bpf_copy_from_user_task() helper
  ` [PATCH v6 bpf-next 2/3] libbpf: Add "iter.s" section for sleepable bpf iterator programs
  ` [PATCH v6 bpf-next 3/3] selftests/bpf: Add test "

stable-rc/queue/4.19 baseline: 168 runs, 1 regressions (v4.19.225-21-g4c83268cc695)
 2022-01-21 20:06 UTC 

IT Decision Makers List
 2022-01-21 19:49 UTC 

[igt-dev] [v2] tests/kms_scaling_modes: New IGT to validate scaling modes
 2022-01-21 20:04 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_scaling_modes: New IGT to validate scaling modes (rev3)

[ammarfaizi2-block:google/android/kernel/common/android-4.19-stable 64/9999] drivers/clk/clk.c:3145:5: warning: no previous prototype for 'clk_set_flags'
 2022-01-21 20:01 UTC  (2+ messages)

[PATCH v3 00/10] powerpc/pseries/vas: NXGZIP support with DLPAR
 2022-01-21 20:01 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/pseries/vas: Use common names in VAS capability structure
` [PATCH v3 02/10] powerpc/pseries/vas: Add notifier for DLPAR core removal/add
` [PATCH v3 03/10] powerpc/pseries/vas: Save LPID in pseries_vas_window struct
` [PATCH v3 04/10] powerpc/pseries/vas: Reopen windows with DLPAR core add
` [PATCH v3 05/10] powerpc/pseries/vas: Close windows with DLPAR core removal
` [PATCH v3 06/10] powerpc/vas: Map paste address only if window is active
` [PATCH v3 07/10] powerpc/vas: Add paste address mmap fault handler
` [PATCH v3 08/10] powerpc/vas: Return paste instruction failure if no active window
` [PATCH v3 09/10] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH v3 10/10] powerpc/pseries/vas: Write 'target_creds' for QoS credits change

non-existent task do_package_write_rpm error
 2022-01-21 20:00 UTC  (3+ messages)
` [yocto] "

Backport ath11k fix to 5.15
 2022-01-21 20:00 UTC 

Testing 5.17 bugfix material
 2022-01-21 19:57 UTC 

Folio meeting video on youtube
 2022-01-21 19:56 UTC 

[PATCH] lib/crypto: blake2s: fix a CFI failure
 2022-01-21 19:54 UTC  (5+ messages)
` [PATCH] lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI

[PATCH] mt76: Ensure sale skb status list is processed
 2022-01-21 19:55 UTC 

[u-boot-test-hooks PATCH v2] travis-ci: Add tests for booting from coreboot
 2022-01-21 19:55 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix errors when there is no free DSM
 2022-01-21 19:53 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.17, take 1
 2022-01-21 19:53 UTC 

[PATCH v4 0/5] discrete card 64K page support
 2022-01-21 19:50 UTC  (17+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v4 1/5] drm/i915: add needs_compact_pt flag
  `  "
` [PATCH v4 2/5] drm/i915: enforce min GTT alignment for discrete cards
  ` [Intel-gfx] "
` [PATCH v4 3/5] drm/i915: support 64K GTT pages "
  ` [Intel-gfx] "
` [PATCH v4 4/5] drm/i915: add gtt misalignment test
  ` [Intel-gfx] "
` [PATCH v4 5/5] drm/i915/uapi: document behaviour for DG2 64K support
  ` [Intel-gfx] "

[PATCH] crypto: memneq: avoid implicit unaligned accesses
 2022-01-21 19:51 UTC  (2+ messages)

[GIT PULL] Three small folio patches
 2022-01-21 19:50 UTC 

[PATCH v6 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21 19:49 UTC  (8+ messages)
` [PATCH v6 bpf-next 1/7] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
` [PATCH v6 bpf-next 2/7] bpf: use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
` [PATCH v6 bpf-next 3/7] bpf: use size instead of pages in bpf_binary_header
` [PATCH v6 bpf-next 4/7] bpf: add a pointer of bpf_binary_header to bpf_prog
` [PATCH v6 bpf-next 5/7] x86/alternative: introduce text_poke_copy
` [PATCH v6 bpf-next 6/7] bpf: introduce bpf_prog_pack allocator
` [PATCH v6 bpf-next 7/7] bpf, x86_64: use "

[PATCH v6] ACPI: explicit init HEST, SDEI and GHES in apci_init
 2022-01-21 19:46 UTC  (3+ messages)

hardware recovery and RAID5 services
 2022-01-21 19:47 UTC  (4+ messages)

[PATCH] sched/rt: Plug rt_mutex_setprio() vs push_rt_task() race
 2022-01-21 19:47 UTC  (3+ messages)

[PATCH] sae: pass exact length to l_ecc_point_from_data
 2022-01-21 19:46 UTC 

[PATCH v2 1/2] ecc: enforce strict length with l_ecc_point_from_data
 2022-01-21 19:44 UTC 

Help with ppc e500 tlb usage
 2022-01-21 18:38 UTC  (4+ messages)
      ` [EXT] - "

[PATCH] PCI: Speed up device init by parsing capabilities all at once
 2022-01-21 19:42 UTC  (2+ messages)

[PATCH v3 0/9] ARM: mstar: cpupll
 2022-01-21 19:35 UTC  (20+ messages)
` [PATCH v3 1/9] dt-bindings: clk: mstar msc313 cpupll binding description
` [PATCH v3 2/9] clk: mstar: msc313 cpupll clk driver
` [PATCH v3 3/9] ARM: mstar: Add cpupll to base dtsi
` [PATCH v3 4/9] ARM: mstar: Link cpupll to cpu
` [PATCH v3 5/9] ARM: mstar: Link cpupll to second core
` [PATCH v3 6/9] ARM: mstar: Add OPP table for infinity
` [PATCH v3 7/9] ARM: mstar: Add OPP table for infinity3
` [PATCH v3 8/9] ARM: mstar: Add OPP table for mercury5
` [PATCH v3 9/9] ARM: mstar: Extend opp_table for infinity2m

[oe] [meta-oe] [PATCH] fmt: upgrade 8.0.1 -> 8.1.1
 2022-01-21 19:40 UTC  (3+ messages)
` [oe] [meta-oe] [PATCH] sdbus-c++-libsystemd: upgrade 249 -> 250.3

[RFC bpf-next 0/3] libbpf: name-based u[ret]probe attach
 2022-01-21 19:40 UTC  (7+ messages)
` [RFC bpf-next 1/3] libbpf: support function name-based attach for uprobes
` [RFC bpf-next 2/3] libbpf: add auto-attach for uprobes based on section name
` [RFC bpf-next 3/3] selftests/bpf: add tests for u[ret]probe attach by name

[RFC bpf-next 0/3] bpf: Introduce module helper functions
 2022-01-21 19:39 UTC  (4+ messages)
` [RFC bpf-next 1/3] bpf: btf: Introduce infrastructure for module helpers
` [RFC bpf-next 2/3] bpf: add support for module helpers in verifier
` [RFC bpf-next 3/3] selftests/bpf: add test for module helper

Massive I/O usage from btrfs-cleaner after upgrading to 5.16
 2022-01-21 19:39 UTC  (13+ messages)

[PATCH] drivers: net: remove a dangling pointer in peak_usb_create_dev
 2022-01-21 19:36 UTC  (6+ messages)

[Virtio-fs] [virtiofsd] MR opened: mount_fd: Use Arc for MountFd reference counting
 2022-01-21 19:36 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_scaling_modes: New IGT to validate scaling modes
 2022-01-21 19:36 UTC  (3+ messages)

[PATCH v2 2/2] tls-suites: use exact length on l_ecc_point_from_data
 2022-01-21 19:36 UTC 

[PATCH v2 1/2] ecc: enforce strict length with l_ecc_point_from_data
 2022-01-21 19:36 UTC 

[PATCH] ffmpeg: Update from 4.4.1 to 5.0
 2022-01-21 19:35 UTC  (4+ messages)
` [OE-core] "

[meta-oe][PATCH] gtkmm3: Add missing dependency on gdk-pixbuf-native
 2022-01-21 19:35 UTC 

[PATCH v2 0/3] page table check fixes and cleanups
 2022-01-21 19:32 UTC  (4+ messages)
` [PATCH v2 2/3] mm/page_table_check: check entries at pud and pmd levels

[Intel-gfx] [PATCH] drm/i915/rpl-s: Add stepping info
 2022-01-21 19:30 UTC 

[PATCH 1/1] fat: fix listing the root directory
 2022-01-21 19:31 UTC 

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-21 19:31 UTC  (4+ messages)
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states

net/kcm/kcmsock.c:645 kcm_write_msgs() error: we previously assumed 'psock' could be null (see line 585)
 2022-01-21 19:31 UTC 

Possible big endian bug in latest stable kernel
 2022-01-21 19:13 UTC 

[PATCH] common/cnxk: fix incorrect error checking
 2022-01-21 19:28 UTC  (2+ messages)

[PATCH 00/31] leds: start removing obsolete/useless enum
 2022-01-21 19:28 UTC  (3+ messages)
` [PATCH 27/31] net: mac80211 : changing LED_* from enum led_brightness to actual value

[PATCH v10 00/12] user_events: Enable user processes to create and write to trace events
 2022-01-21 19:28 UTC  (3+ messages)

[GIT PULL] More thermal control updates for v5.17-rc1
 2022-01-21 19:28 UTC 

[GIT PULL] Extra ACPI updates for v5.17-rc1
 2022-01-21 19:25 UTC 

[Intel-gfx] [PATCH] drm/i915: nuke local versions of WARN_ON/WARN_ON_ONCE
 2022-01-21 19:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH v3 00/31] Initial implementation of standard boot
 2022-01-21 19:23 UTC  (14+ messages)
` [PATCH v3 30/31] bootstd: doc: Add documentation

[PATCH v2 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-01-21 19:22 UTC  (5+ messages)
` [PATCH v2 03/15] dt-bindings: clock: Document qcom,gcc-ipq8064 binding

[PATCH v3] iommu: Fix potential use-after-free during probe
 2022-01-21 19:20 UTC  (6+ messages)

[LTP] [RFC PATCH] ltp-pan: Report failure if testcases failed to run
 2022-01-21 19:20 UTC  (3+ messages)

[PATCH 0/2] i2c-designware: Add support for AMD PSP semaphore
 2022-01-21 19:18 UTC  (7+ messages)
` [PATCH 2/2] i2c: designware: Add AMD PSP I2C bus support

[PATCH] python: pin setuptools below v60.0.0
 2022-01-21 19:15 UTC  (2+ messages)

[PATCH devicetree v3] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
 2022-01-21 19:18 UTC  (3+ messages)

[PATCH] scsi: print actual pointer addresses if using scsi debug logging
 2022-01-21 19:17 UTC  (3+ messages)

[libvirt test] 167779: regressions - FAIL
 2022-01-21 19:16 UTC 

[ANNOUNCE] v5.16.2-rt19
 2022-01-21 19:02 UTC  (2+ messages)

[PATCH v3 0/9] Add a new --remerge-diff capability to show & log
 2022-01-21 19:12 UTC  (12+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] show, log: provide a --remerge-diff capability
  ` [PATCH v4 02/10] log: clean unneeded objects during `log --remerge-diff`
  ` [PATCH v4 03/10] ll-merge: make callers responsible for showing warnings
  ` [PATCH v4 04/10] merge-ort: capture and print ll-merge warnings in our preferred fashion
  ` [PATCH v4 05/10] merge-ort: mark a few more conflict messages as omittable
  ` [PATCH v4 06/10] merge-ort: format messages slightly different for use in headers
  ` [PATCH v4 07/10] diff: add ability to insert additional headers for paths
  ` [PATCH v4 08/10] show, log: include conflict/warning messages in --remerge-diff headers
  ` [PATCH v4 09/10] merge-ort: mark conflict/warning messages from inner merges as omittable
  ` [PATCH v4 10/10] diff-merges: avoid history simplifications when diffing merges

[kvm-unit-tests PATCH v4 0/3] Add additional testing for routing L2 exceptions
 2022-01-21 19:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 3/3] x86: Add test coverage for nested_vmx_reflect_vmexit() testing

[PATCH v1 0/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
 2022-01-21 19:03 UTC  (11+ messages)
` [PATCH v1 1/5] cmd: Fix up warnings in flash.c
` [PATCH v1 2/5] mtd: cfi: introduce CFI_FLASH_BANKS
` [PATCH v1 3/5] mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean
` [PATCH v1 4/5] configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
` [PATCH v1 5/5] Convert CONFIG_AT91_EFLASH "

[PATCH v2 1/5] Convert CONFIG_KEEP_SERVERADDR to Kconfig
 2022-01-21 19:02 UTC  (10+ messages)
` [PATCH v2 2/5] Convert CONFIG_UDP_CHECKSUM "
` [PATCH v2 3/5] Convert CONFIG_TIMESTAMP "
` [PATCH v2 4/5] Convert CONFIG_BOOTP_SERVERIP "
` [PATCH v2 5/5] net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP

[PATCH v6 0/2] Xilinx ZynqMP USB fixes
 2022-01-21 19:06 UTC  (2+ messages)

[PATCH 1/1] target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()
 2022-01-21 18:32 UTC  (2+ messages)

[PATCH] sparse-checkout: create leading directory
 2022-01-21 18:48 UTC  (3+ messages)
` [PATCH v2] "

[xen-unstable-smoke test] 167785: regressions - FAIL
 2022-01-21 19:03 UTC 

[PATCH] drm/amd/display: Fix memory leak
 2022-01-21 19:03 UTC  (3+ messages)

[PATCH 0/4] printk: reduce deadlocks during panic
 2022-01-21 19:02 UTC  (5+ messages)
` [PATCH 1/4] panic: Add panic_in_progress helper
` [PATCH 2/4] printk: disable optimistic spin during panic
` [PATCH 3/4] printk: Avoid livelock with heavy printk "
` [PATCH 4/4] printk: Drop console_sem "

[PATCH] spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to Kconfig
 2022-01-21 19:02 UTC  (2+ messages)

[PATCH] net/mlx5e: Add support for using xdp->data_meta
 2022-01-21 19:01 UTC  (2+ messages)

[Bug] nvme blocks PC10 since v5.15 - bisected
 2022-01-21 19:00 UTC 

[Buildroot] [PATCH 1/8] package/perl-date-manip: bump to version 6.86
 2022-01-21 12:38 UTC  (8+ messages)
` [Buildroot] [PATCH 2/8] package/perl-http-message: bump to version 6.36
` [Buildroot] [PATCH 3/8] package/perl-io-socket-ssl: bump to version 2.074
` [Buildroot] [PATCH 4/8] package/perl-libwww-perl: bump to version 6.60
` [Buildroot] [PATCH 5/8] package/perl-net-dns: bump to version 1.33
` [Buildroot] [PATCH 6/8] package/perl-path-tiny: bump to version 0.122
` [Buildroot] [PATCH 7/8] package/perl-try-tiny: bump to version 0.31
` [Buildroot] [PATCH 8/8] package/perl-uri: bump to version 5.10

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2022-01-21 18:59 UTC  (4+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison

[PATCH v2] ide: Increment BB in-flight counter for TRIM BH
 2022-01-21 18:47 UTC  (2+ messages)

[PATCH v5 bpf-next 0/7] bpf_prog_pack allocator
 2022-01-21 18:56 UTC  (6+ messages)
` [PATCH v5 bpf-next 7/7] bpf, x86_64: use "

[PATCH 0/3] Flush G2H handler during a GT reset
 2022-01-21 18:53 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/guc: Add work queue to trigger "


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.