All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-12 21:34:54 to 2022-07-12 23:01:02 UTC [more...]

stable/linux-4.19.y baseline: 126 runs, 21 regressions (v4.19.252)
 2022-07-12 23:00 UTC 

stable-rc/queue/4.14 baseline: 120 runs, 19 regressions (v4.14.287-17-g849f10160984)
 2022-07-12 23:00 UTC 

stable-rc/queue/4.9 baseline: 101 runs, 20 regressions (v4.9.322-14-ga345747a92b7)
 2022-07-12 23:00 UTC 

[PULL 0/5] Darwin patches for 2022-07-12
 2022-07-12 22:16 UTC  (6+ messages)
` [PULL 1/5] hvf: Enable RDTSCP support
` [PULL 2/5] configure: Restrict TCG to emulation
` [PULL 3/5] ui/cocoa: Fix switched_to_fullscreen warning
` [PULL 4/5] ui/cocoa: Take refresh rate into account
` [PULL 5/5] avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR

[PATCH 1/2] Fix usage of CONFIG_PREBOOT
 2022-07-12 22:58 UTC  (7+ messages)
` [PATCH 2/2] Nokia RX-51: Remove CONFIG_PREBOOT from defconfig

[PATCH v2] tracing: devlink: Use static array for string in devlink_trap_report even
 2022-07-12 22:58 UTC 

[PATCH] hw/intc/armv7m_nvic: ICPRn must not unpend an IRQ that is being held high
 2022-07-12 22:51 UTC  (2+ messages)

[PATCH] drm/amdkfd: bump KFD version for unified ctx save/restore memory
 2022-07-12 22:57 UTC  (3+ messages)

[PATCH] Add manpage for get/set fsuuid ioctl
 2022-07-12 22:56 UTC 

[PATCH v4 0/3] Zero copy improvements (QIOChannel + multifd)
 2022-07-12 22:42 UTC  (5+ messages)
` [PATCH v4 2/3] Add dirty-sync-missed-zero-copy migration stat
` [PATCH v4 3/3] migration/multifd: Report to user when zerocopy not working

stable-rc/queue/4.19 build: 198 builds: 6 failed, 192 passed, 2 errors, 32 warnings (v4.19.252)
 2022-07-12 22:55 UTC 

initramfs-tools 0.142 release
 2022-07-12 22:54 UTC 

[PATCH] linux-user/hppa: Fix segfaults on page zero
 2022-07-12 22:31 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups
 2022-07-12 22:53 UTC  (6+ messages)
` [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
` [PATCH 3/4] KVM: x86/mmu: Shrink pte_list_desc size when KVM is using TDP

[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-12 22:51 UTC  (4+ messages)

[PATCH] target/ppc/kvm: Skip ".." directory in kvmppc_find_cpu_dt
 2022-07-12 22:45 UTC  (4+ messages)

[PATCH v2 00/40] PS2 device QOMification - part 2
 2022-07-12 22:02 UTC  (43+ messages)
` [PATCH v2 01/40] pl050: move PL050State from pl050.c to new pl050.h header file
` [PATCH v2 02/40] pl050: rename pl050_keyboard_init() to pl050_kbd_init()
` [PATCH v2 03/40] pl050: change PL050State dev pointer from void to PS2State
` [PATCH v2 04/40] pl050: introduce new PL050_KBD_DEVICE QOM type
` [PATCH v2 05/40] pl050: introduce new PL050_MOUSE_DEVICE "
` [PATCH v2 06/40] pl050: move logic from pl050_realize() to pl050_init()
` [PATCH v2 07/40] pl050: introduce PL050DeviceClass for the PL050 device
` [PATCH v2 08/40] pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()
` [PATCH v2 09/40] pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()
` [PATCH v2 10/40] pl050: don't use legacy ps2_kbd_init() function
` [PATCH v2 11/40] pl050: don't use legacy ps2_mouse_init() function
` [PATCH v2 12/40] lasips2: don't use vmstate_register() in lasips2_realize()
` [PATCH v2 13/40] lasips2: remove the qdev base property and the lasips2_properties array
` [PATCH v2 14/40] lasips2: remove legacy lasips2_initfn() function
` [PATCH v2 15/40] lasips2: change LASIPS2State dev pointer from void to PS2State
` [PATCH v2 16/40] lasips2: QOMify LASIPS2Port
` [PATCH v2 17/40] lasips2: introduce new LASIPS2_KBD_PORT QOM type
` [PATCH v2 18/40] lasips2: introduce new LASIPS2_MOUSE_PORT "
` [PATCH v2 19/40] lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() function
` [PATCH v2 20/40] lasips2: move mouse port initialisation to new lasips2_mouse_port_init() function
` [PATCH v2 21/40] lasips2: introduce lasips2_kbd_port_class_init() and lasips2_kbd_port_realize()
` [PATCH v2 22/40] lasips2: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_realize()
` [PATCH v2 23/40] lasips2: rename LASIPS2Port irq field to birq
` [PATCH v2 24/40] lasips2: introduce port IRQ and new lasips2_port_init() function
` [PATCH v2 25/40] lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT device
` [PATCH v2 26/40] lasips2: add named input gpio to port for downstream PS2 device IRQ
` [PATCH v2 27/40] lasips2: add named input gpio to handle incoming port IRQs
` [PATCH v2 28/40] lasips2: switch to using port-based IRQs
` [PATCH v2 29/40] lasips2: rename LASIPS2Port parent pointer to lasips2
` [PATCH v2 30/40] lasips2: standardise on lp name for LASIPS2Port variables
` [PATCH v2 31/40] lasips2: switch register memory region to DEVICE_BIG_ENDIAN
` [PATCH v2 32/40] lasips2: don't use legacy ps2_kbd_init() function
` [PATCH v2 33/40] lasips2: don't use legacy ps2_mouse_init() function
` [PATCH v2 34/40] lasips2: update VMStateDescription for LASIPS2 device
` [PATCH v2 35/40] pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO device
` [PATCH v2 36/40] pckbd: don't use legacy ps2_kbd_init() function
` [PATCH v2 37/40] ps2: remove unused "
` [PATCH v2 38/40] pckbd: don't use legacy ps2_mouse_init() function
` [PATCH v2 39/40] ps2: remove unused "
` [PATCH v2 40/40] pckbd: remove legacy i8042_mm_init() function

[PATCH RFC bpf-next 0/3] Execution context callbacks
 2022-07-12 22:51 UTC  (4+ messages)

[PATCH] remove custom return values in vc04_services
 2022-07-12 22:50 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: reparent bpf maps on memcg offlining
 2022-07-12 22:50 UTC  (5+ messages)

[PATCH v2] Align Raspberry Pi DMA interrupts with Linux DTS
 2022-07-12 22:45 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the bluetooth tree
 2022-07-12 22:48 UTC 

[PATCH 0/6] netfilter: ipset: Add support for new bitmask parameter
 2022-07-12 22:48 UTC  (3+ messages)
` [PATCH 1/6] netfilter: ipset: include linux/nf_inet_addr.h

stable-rc/queue/4.14 build: 136 builds: 1 failed, 135 passed, 21 warnings (v4.14.288)
 2022-07-12 22:45 UTC 

[PATCH] yocto-bsps: update to v5.10.128 and buildpaths fixes
 2022-07-12 22:45 UTC  (3+ messages)
` [PATCH] yocto-bsps: update to v5.15.52 "

[PATCH] netfilter: ipset: ipset list may return wrong member count on bitmap types
 2022-07-12 22:45 UTC  (5+ messages)
` [PATCH] netfilter: ipset: regression in ip_set_hash_ip.c
` [PATCH] netfilter: ipset: Add support for new bitmask parameter

[PATCH bpf-next v1] bpf: Tidy up verifier check_func_arg()
 2022-07-12 22:44 UTC  (2+ messages)

[PATCH] drm/amd/display: Enable building new display engine with KCOV enabled
 2022-07-12 22:42 UTC 

[PATCH v2 0/8] Implement call_rcu_lazy() and miscellaneous fixes
 2022-07-12 22:41 UTC  (17+ messages)
` [PATCH v2 1/8] rcu: Introduce call_rcu_lazy() API implementation
` [PATCH v2 6/8] rcuscale: Add test for using call_rcu_lazy() to emulate kfree_rcu()

[linux-stable-rc:linux-5.10.y 7114/7120] arch/x86/kernel/kvm.o: warning: objtool: __raw_callee_save___kvm_vcpu_is_preempted()+0x12: 'naked' return found in RETHUNK build
 2022-07-12 22:39 UTC 

[PATCH v6 bpf-next 0/2] bpf: add a ksym BPF iterator
 2022-07-12 22:40 UTC  (2+ messages)

include/linux/build_bug.h:78:41: error: static assertion failed: "sizeof(struct gve_tx_context_cmd_dtype) == 2"
 2022-07-12 22:39 UTC 

[PATCH v3] sched/core: Always flush pending blk_plug
 2022-07-12 22:38 UTC  (4+ messages)

[RFC v4 0/9] Add support for zoned device
 2022-07-12 22:12 UTC  (4+ messages)
` [RFC v4 1/9] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[Intel-wired-lan] [PATCH net-next v2 0/2] i40e: Fix ethtool rx-flow-hash setting for X722
 2022-07-12 22:37 UTC  (2+ messages)

[PATCH v2] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo
 2022-07-12 22:37 UTC  (2+ messages)
` [OE-core] "

[PATCH 00/12] Additional support for 802.11ah (S1G)
 2022-07-12 22:36 UTC  (9+ messages)
` [PATCH 04/12] nl80211: support setting S1G short beacon period
` [PATCH 06/12] mac80211: support ieee80211_ext format
` [PATCH 07/12] mac80211: S1G capabilities information element in probe request
` [PATCH 08/12] cfg80211: S1G rate flags

[PATCH] HID: nintendo: Add missing array termination
 2022-07-12 22:35 UTC  (2+ messages)

[PATCH 0/3] fs/fat: fix handling of full disk
 2022-07-12 22:33 UTC  (4+ messages)
` [PATCH 1/3] fs: fat: finding an empty FAT cluster
` [PATCH 2/3] fs: fat: determine_fatent() error handling
` [PATCH 3/3] fs: fat: carve out fat_create_dir_entry()

[PATCH bpf-next 0/3] Maintain selftest configuration in-tree
 2022-07-12 22:33 UTC  (4+ messages)
  ` [PATCH bpf-next 1/3] selftests/bpf: Copy over libbpf configs

[PATCH] affs: replace kmap_atomic() with kmap_local_page()
 2022-07-12 22:27 UTC 

Updated LSM tree for linux-next
 2022-07-12 21:52 UTC  (2+ messages)

[IPTABLES][PATCHv3] xt_sctp: support a couple of new chunk types
 2022-07-12 22:31 UTC  (2+ messages)

[PATCH v3] spi: dt-bindings: atmel,at91rm9200-spi: convert to json-schema
 2022-07-12 22:29 UTC  (3+ messages)

[PATCH 0/2] limit the number of v4 clients to 4096 per 4GB of system memory
 2022-07-12 22:30 UTC  (4+ messages)
` [PATCH 2/2] NFSD: "

[PATCH v3 0/2] Call blk_mq_free_tag_set() earlier
 2022-07-12 22:29 UTC  (4+ messages)
` [PATCH v3 1/2] scsi: core: Make sure that hosts outlive targets and devices

[PATCH v6 0/6] media: ov5693: cleanup code and add dts support
 2022-07-12 22:29 UTC  (3+ messages)
` [PATCH v6 5/6] media: dt-bindings: ov5693: document YAML binding

[asahilinux:bits/070-audio 3/20] kismet: WARNING: unmet direct dependencies detected for APPLE_ADMAC when selected by SND_SOC_APPLE_MCA
 2022-07-12 22:29 UTC 

What's cooking in git.git (Jul 2022, #03; Mon, 11)
 2022-07-12 22:29 UTC  (3+ messages)
` gc/bare-repo-discovery (was Re: What's cooking in git.git (Jul 2022, #03; Mon, 11))

stable-rc/queue/4.9 build: 145 builds: 3 failed, 142 passed, 2 errors, 27 warnings (v4.9.323)
 2022-07-12 22:29 UTC 

[PATCH] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
 2022-07-12 22:27 UTC  (3+ messages)

[PATCH] avocado: Fix BUILD_DIR if it's equal to SOURCE_DIR
 2022-07-12 22:23 UTC  (3+ messages)

[PATCH 5.18 00/61] 5.18.12-rc1 review
 2022-07-12 22:26 UTC 

[PATCH] package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo
 2022-07-12 22:26 UTC  (3+ messages)
` [OE-core] "

[tpm2] Re: How to initialize a used TPM2 module and thoughts on clevis
 2022-07-12 22:25 UTC 

[PATCH v2 00/10] ARM: dts: mvebu: Add definitions for PCIe legacy INTx interrupts
 2022-07-12 22:23 UTC  (4+ messages)

[PATCH 8/8] xfs: grant heads track byte counts, not LSNs
 2022-07-12 22:24 UTC  (4+ messages)
` [xfs] 65cf4eb83e: xfstests.xfs.011.fail

[PATCH v2 0/7] ftdi_sio driver improvements
 2022-07-12 22:24 UTC  (4+ messages)
` [PATCH v2 2/7] USB: serial: ftdi_sio: Add missing baud rate validation

[Intel-gfx] [PULL] gvt-fixes
 2022-07-12 22:24 UTC  (2+ messages)

[GIT PULL FOR v5.20] rkisp1 refactoring to prepare for i.MX8MP support
 2022-07-12 22:23 UTC 

[PATCH v4 0/2] Prevent re-use of FUSE superblock after force unmount
 2022-07-12 22:24 UTC  (3+ messages)
` [PATCH v4 2/2] FUSE: Retire superblock on "

[PATCH net-next] net: lantiq_xrx200: use skb cache
 2022-07-12 22:23 UTC  (2+ messages)

RFC: Proper suspend-to-ram implementation of Ingenic SoCs
 2022-07-12 22:20 UTC  (4+ messages)

[PATCH v4 0/4] Call blk_mq_free_tag_set() earlier
 2022-07-12 22:19 UTC  (5+ messages)
` [PATCH v4 1/4] scsi: core: Make sure that targets outlive devices
` [PATCH v4 2/4] scsi: core: Make sure that hosts outlive targets
` [PATCH v4 3/4] scsi: core: Simplify LLD module reference counting
` [PATCH v4 4/4] scsi: core: Call blk_mq_free_tag_set() earlier

[Intel-gfx] [PATCH v5 0/2] Fix TLB invalidate issues with Broadwell
 2022-07-12 22:17 UTC  (6+ messages)
` [Intel-gfx] [PATCH v5 2/2] drm/i915/gt: Serialize TLB invalidates with GT resets
  `  "
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Fix TLB invalidate issues with Broadwell (rev7)

[Intel-wired-lan] [PATCH net v1] ice: Fix VSIs unable to share unicast MAC
 2022-07-12 22:17 UTC  (2+ messages)

update synopsys driver for platform/devicetree support
 2022-07-12 22:17 UTC  (3+ messages)
` [PATCH 3/7] pwm: dwc: add of/platform support

stable-rc/queue/5.4 build: 184 builds: 3 failed, 181 passed, 4 errors, 27 warnings (v5.4.205)
 2022-07-12 22:16 UTC 

[PATCH] MAINTAINERS: Change mentions of mpm to olivia
 2022-07-12 22:15 UTC  (3+ messages)

[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
 2022-07-12 22:14 UTC  (2+ messages)

[PATCH v6 0/5] config: introduce discovery.bare and protected config
 2022-07-12 22:11 UTC  (5+ messages)
` [PATCH v7 "

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-07-12 22:11 UTC  (5+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention

[PATCH v13 net-next 0/9] add support for VSC7512 control over SPI
 2022-07-12 22:08 UTC  (7+ messages)

[PATCH 0/5] Fix controller halt and endxfer timeout issues
 2022-07-12 22:08 UTC  (4+ messages)
` [PATCH 4/5] usb: dwc3: Allow end transfer commands to be sent during soft disconnect

[PATCH bpf] bpf, x86: fix freeing of not-finalized bpf_prog_pack
 2022-07-12 22:09 UTC  (2+ messages)

[PATCH 0/3] Improve READ CAPACITY reporting and handling
 2022-07-12 22:08 UTC  (6+ messages)
` [PATCH 3/3] scsi: sd_zbc: Fix handling of RC BASIS

[PATCH] platform/chrome: cros_ec_typec: Use dev_err_probe on port register fail
 2022-07-12 22:07 UTC  (2+ messages)

[PATCH stable 4.9 v3] net: dsa: bcm_sf2: force pause link settings
 2022-07-12 22:07 UTC  (5+ messages)
` [PATCH stable 4.14 "

[PATCH v37 00/33] LSM: Module stacking for AppArmor
 2022-07-12 21:58 UTC  (5+ messages)

[PATCH] drm/i915: Correct ss -> steering calculation for pre-Xe_HP platforms
 2022-07-12 22:05 UTC  (2+ messages)
` [Intel-gfx] "

stable-rc/queue/5.15 build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.54-78-g9de37b0ed1dc)
 2022-07-12 22:05 UTC 

[geert-m68k:for-v5.20] BUILD SUCCESS b508128bb0d1e243beb56cca5d819bcbb5c269b1
 2022-07-12 22:03 UTC 

[dm-devel] [PATCH] libmultipath: fix find_multipaths_timeout for unknown hardware
 2022-07-12 22:02 UTC 

[Intel-wired-lan] [PATCH net v1 0/2] Fix close path on shutdown and remove in iavf driver
 2022-07-12 22:01 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH net v1 1/2] iavf: Fix shutdown pci callback to match the remove one

stable-rc/queue/5.18 build: 175 builds: 2 failed, 173 passed, 6 errors, 2 warnings (v5.18.11-61-g8656c561960d)
 2022-07-12 21:58 UTC 

[Intel-wired-lan] [PATCH net v2 0/2] Improvements for default VSI filter handling
 2022-07-12 21:57 UTC  (4+ messages)

[PATCH v8 00/33] crypto: rockchip: permit to pass self-tests
 2022-07-12 21:54 UTC  (7+ messages)
` [PATCH v8 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings

[PATCH] systemd: add usrmerge to REQUIRED_DISTRO_FEATURES
 2022-07-12 21:55 UTC  (4+ messages)
` [OE-core] "

[REGRESSION] amd-pstate doesn't work since v5.18.11
 2022-07-12 21:55 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 0/3] drm/i915: Apply waitboosting before fence wait
 2022-07-12 21:55 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 3/3] drm/i915/gt: Only kick the signal worker if there's been an update

[PATCH next 0/3] miscellaneous documentation fixes for linux-next
 2022-07-12 21:54 UTC  (3+ messages)
` [PATCH next 2/3] Documentation: qat: rewrite description

[PATCH] xfs: flush inode gc workqueue before clearing agi bucket
 2022-07-12 21:49 UTC  (4+ messages)

vcan OpenWRT
 2022-07-12 21:49 UTC  (3+ messages)

[PATCH] hwmon: drivetemp: Add module alias
 2022-07-12 21:46 UTC 

[xfs] 47a6df7cd3: Assertion_failed
 2022-07-12 21:47 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/haproxy: bump to version 2.6.1
 2022-07-12 21:43 UTC 

[PATCH] target/avr: Drop avr_cpu_memory_rw_debug()
 2022-07-12 21:44 UTC  (3+ messages)

[PATCH v2] blk-cgroup: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:46 UTC  (2+ messages)

[PATCH] iommu/mediatek: Log with dev_err_probe when failing to parse dts
 2022-07-12 21:44 UTC  (2+ messages)

[PATCH v2] blk-iolatency: Use atomic{,64}_try_cmpxchg
 2022-07-12 21:45 UTC  (2+ messages)

[PATCH v2 0/4] pinctrl: tegra: Separate Tegra194 instances
 2022-07-12 21:45 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: tegra: Convert to json-schema

[PATCH] drivers/base/node.c: fix userspace break from using bin_attributes for cpumap and cpulist
 2022-07-12 21:43 UTC 

[PATCH 0/3] ui/cocoa: Run qemu_init in the main thread
 2022-07-12 21:40 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH 00/11] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-07-12 21:41 UTC  (6+ messages)
` [PATCH 11/11] dt-bindings: display/msm: move common DPU properties to dpu-common.yaml

Problem with deferred close after umount
 2022-07-12 21:40 UTC  (3+ messages)

[linux-stable-rc:linux-5.10.y 7082/7120] arch/x86/kernel/head_64.o: warning: objtool: xen_hypercall_mmu_update(): can't find starting instruction
 2022-07-12 21:38 UTC 

[PATCH 00/19] buildman: Integration of boards.cfg file
 2022-07-12 21:38 UTC  (5+ messages)
` [PATCH 10/19] buildman: Incorporate the genboardscfg.py tool
` [PATCH 13/19] Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""

[Buildroot] [PATCH v2,1/1] package/libstrophe: disable examples
 2022-07-12 21:34 UTC 

[v3 1/4] doc: Add statistics page for v2022.07
 2022-07-12 21:34 UTC  (2+ messages)
` [v3 3/4] doc: process: Correct and expand slightly on the Merge Window concept


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.