All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 20:06:49 to 2021-11-29 20:47:13 UTC [more...]

FAILED: patch "[PATCH] shm: extend forced shm destroy to support objects from" failed to apply to 4.4-stable tree
 2021-11-29 20:22 UTC  (5+ messages)
` [PATCH] shm: extend forced shm destroy to support objects from several IPC nses

linux-next: Signed-off-by missing for commit in the net tree
 2021-11-29 20:42 UTC  (2+ messages)

[PATCH 00/23] Add drivers for CXL ports and mem devices
 2021-11-29 20:12 UTC  (8+ messages)
` [PATCH 12/23] cxl: Introduce endpoint decoders

[PATCH v2] efi_loader: tcg2: Return success even when TPM device is not found
 2021-11-29 20:46 UTC  (5+ messages)

[PATCH 0/8] Avoid removing the current working directory, even if it becomes empty
 2021-11-29 17:26 UTC  (8+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 2/9] setup: introduce startup_info->original_cwd
  ` [PATCH v2 3/9] unpack-trees: refuse to remove startup_info->original_cwd

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-29 17:25 UTC  (5+ messages)
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

linux-next: Signed-off-by missing for commit in the fscache tree
 2021-11-29 20:44 UTC 

[PATCH] unpack-objects: unpack large object in stream
 2021-11-29 20:44 UTC  (4+ messages)
` [PATCH v3 2/5] object-file.c: handle undetermined oid in write_loose_object()

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2021-11-29 20:01 UTC  (90+ messages)
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v5 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v5 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 15/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v5 17/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v5 18/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v5 19/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v5 20/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v5 21/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v5 22/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v5 23/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v5 24/69] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v5 25/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v5 26/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v5 27/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v5 28/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v5 29/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v5 30/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v5 31/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v5 32/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v5 33/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v5 34/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v5 35/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v5 36/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v5 37/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 39/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v5 40/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v5 41/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v5 42/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v5 43/69] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v5 45/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v5 46/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v5 47/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v5 48/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v5 49/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v5 50/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v5 51/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v5 52/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v5 53/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v5 54/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v5 55/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v5 56/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v5 57/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v5 59/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v5 60/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v5 61/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v5 62/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v5 63/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v5 64/69] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v5 65/69] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v5 66/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v5 68/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v5 69/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH net 00/10] wireguard/siphash patches for 5.16-rc6
 2021-11-29 18:18 UTC  (3+ messages)

[PATCH for-6.1 v2] i386: do not call cpudef-only models functions for max, host, base
 2021-11-29 20:29 UTC  (10+ messages)

vmxnet3 no longer functional on DPDK 21.11
 2021-11-29 20:45 UTC 

[PATCH] mm/memcg: Relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()
 2021-11-29 17:19 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the tee tree
 2021-11-29 20:39 UTC 

[PATCH 0/2] ARM Error Source Table Support
 2021-11-29 20:39 UTC  (4+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver

[PATCH 0/4] TI K3 R5F and C71x support on J721S2
 2021-11-29 17:17 UTC  (2+ messages)

[PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
 2021-11-29 17:17 UTC  (16+ messages)

[PATCH RFC 0/3] Remove NFS v2 support from the client and server
 2021-11-29 20:38 UTC  (2+ messages)

[PATCH 0/7] PCI: aardvark controller fixes BATCH 3
 2021-11-29 17:15 UTC  (4+ messages)
` [PATCH 7/7] PCI: aardvark: Reset PCIe card and disable PHY at driver unbind

[PATCH] arc: perf: Move static structs to where they're really used
 2021-11-29 20:37 UTC 

[ucounts] dc7e5f9d41: UBSAN:array-index-out-of-bounds_in_kernel/ucount.c
 2021-11-29 20:37 UTC  (7+ messages)
` [PATCH v2 0/2] ucounts: Fix rlimit max values check
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] ucounts: Move rlimit max values from ucounts max

[PATCH v3] ASoC: dt-bindings: davinci-mcasp: convert McASP bindings to yaml schema
 2021-11-29 17:14 UTC  (4+ messages)

[PATCH] ASoC: Intel: atom: Remove redundant check to simplify the code
 2021-11-29 17:11 UTC  (3+ messages)

Use after free with BFQ and cgroups
 2021-11-29 17:12 UTC  (3+ messages)

[PATCH v10 0/2] am: support --empty=(die|drop|keep) option to handle empty patches
 2021-11-29 17:10 UTC  (7+ messages)
` [PATCH v11 "
  ` [PATCH v11 2/2] am: support --empty=<option> "
        `  "

[RFC PATCH v1 0/1] Create 'Reported:' and 'Reviewed:' tags for links in commit messages
 2021-11-29 17:10 UTC  (10+ messages)
` [RFC PATCH v1 1/1] docs: add the new commit-msg tags 'Reported:' and 'Reviewed:'

[RFC Patch 0/2] I2C statistics as sysfs attributes
 2021-11-29 17:09 UTC  (2+ messages)

[PATCH net-next] net: phy: micrel: Add config_init for LAN8814
 2021-11-29 17:07 UTC  (4+ messages)

net/compat.c:444:5: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2021-11-29 20:32 UTC 

stable-rc/queue/4.19 build: 195 builds: 6 failed, 189 passed, 2 errors, 35 warnings (v4.19.218-59-g1172201594ac1)
 2021-11-29 17:04 UTC 

[PATCH] dt-bindings: thermal: Fix definition of cooling-maps contribution property
 2021-11-29 20:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/amdgpu: add test for panel self refresh
 2021-11-29 20:31 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-11-29 20:25 UTC  (3+ messages)

[syzbot] INFO: rcu detected stall in newstat
 2021-11-29 17:03 UTC  (5+ messages)

[PATCH] libtraceevent: Add __rel_loc relative location attribute support
 2021-11-29 20:27 UTC  (4+ messages)
` [PATCH v2] "

[dm-devel] [PATCH v3 00/35] multipathd: uxlsnr overhaul
 2021-11-29 20:29 UTC  (3+ messages)
` [dm-devel] [PATCH v3 32/35] multipathd: uxlsnr: use poll loop for sending, too

[PATCH 0/5] Add timers for Mstar SoCs
 2021-11-29 17:02 UTC  (3+ messages)
` [PATCH 1/5] clocksource: Add MStar MSC313e timer support

[PATCH 1/1] tty: serial: uartlite: allow 64 bit address
 2021-11-29 20:23 UTC 

[PATCH v1 1/2] i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode
 2021-11-29 17:00 UTC  (6+ messages)
` [PATCH v1 2/2] i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE

[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
 2021-11-29 17:03 UTC 

[PATCH 0/2] This is a patch series for I2C driver for Sunplus SP7021 SoC
 2021-11-29 20:23 UTC  (4+ messages)
` [PATCH v2 0/2] Add I2C control "
  ` [PATCH v2 2/2] devicetree bindings I2C Add bindings doc for Sunplus SP7021

[PATCH nf] netfilter: nat: force port remap to prevent shadowing well-known ports
 2021-11-29 20:22 UTC  (2+ messages)

[Intel-gfx] [PATCH v7] drm/i915: Update error capture code to avoid using the current vma state
 2021-11-29 20:22 UTC  (2+ messages)
`  "

[PATCH] kernfs: switch global kernfs_rwsem lock to per-fs lock
 2021-11-29 16:58 UTC  (3+ messages)

[PATCH net v2 1/3] net: dsa: realtek-smi: don't log an error on EPROBE_DEFER
 2021-11-29 16:57 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn31/dcn31_apg.c:124:2: warning: Value stored to 'speakers' is never read [clang-analyzer-deadcode.DeadStores]
 2021-11-29 20:22 UTC 

[PATCH] [RFC] dt-bindings: clk: Introduce 'critical-clocks' property
 2021-11-29 20:18 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 163 builds: 4 failed, 159 passed, 8 errors, 28 warnings (v4.4.293-22-gd0a6005afb1e1)
 2021-11-29 16:53 UTC 

stable-rc/queue/4.4 build: 185 builds: 5 failed, 180 passed, 6 errors, 29 warnings (v4.4.293-21-gba114a7ef1f9d)
 2021-11-29 16:55 UTC 

[PATCH v2 0/3] i2c: Enable asynchronous suspend/resume
 2021-11-29 16:51 UTC  (5+ messages)
` [PATCH 2/3] i2c: enable async suspend/resume for i2c adapters
` [PATCH 3/3] i2c: enable async suspend/resume on i2c client devices

[RFC][PATCH v6 0/5] trace: Introduce objtrace trigger to trace the kernel object
 2021-11-29 16:49 UTC  (6+ messages)
` [RFC][PATCH v6 1/5] trace: Add trace any "
` [RFC][PATCH v6 2/5] trace/objtrace: get the value of the object
` [RFC][PATCH v6 3/5] trace/README: Document objtrace trigger syntax
` [RFC][PATCH v6 4/5] trace/objtrace: Add testcases for objtrace
` [RFC][PATCH v6 5/5] trace/objtrace: Add documentation "

[PATCH] PM / hibernate: Fix snapshot partial write lengths
 2021-11-29 16:50 UTC  (6+ messages)

[RFC PATCH 0/9] Improve native/cross reproducibility
 2021-11-29 20:14 UTC  (5+ messages)
` [RFC PATCH 4/9] perl/perlcross: Improve native reproducability
  ` [OE-core] "

[PATCH] rcar-vin: Update format alignment constraints
 2021-11-29 20:11 UTC  (3+ messages)

[PATCH for-7.0 0/4] qemu-common.h include cleanup
 2021-11-29 20:05 UTC  (5+ messages)
` [PATCH for-7.0 1/4] include/hw/i386: Don't include qemu-common.h in .h files
` [PATCH for-7.0 2/4] target/hexagon/cpu.h: don't include qemu-common.h
` [PATCH for-7.0 3/4] target/rx/cpu.h: Don't "
` [PATCH for-7.0 4/4] hw/arm: Don't include qemu-common.h unnecessarily

[qemu-mainline test] 166952: tolerable FAIL - PUSHED
 2021-11-29 20:12 UTC 

[xenomai-images][PATCH] linux-xenomai: Only add own defconfigs to SRC_URI
 2021-11-29 20:12 UTC 

[dm-devel] [PATCH v2 00/13] multipath-tools: improvements for pretty-printing code
 2021-11-29 20:09 UTC  (14+ messages)
` [dm-devel] [PATCH v2 01/13] libmultipath: make multipath_data etc. static
` [dm-devel] [PATCH v2 02/13] libmultipath: move path_data etc. to print.c
` [dm-devel] [PATCH v2 03/13] libmultipath: make pd_lookup() etc. return an index
` [dm-devel] [PATCH v2 04/13] libmultipath: use ARRAY_SIZE for iterating over wildcard arrays
` [dm-devel] [PATCH v2 05/13] libmultipath: drop padding code in _snprint_pathgroup()
` [dm-devel] [PATCH v2 06/13] libmultipath: snprint_foreign_topology(): split out lockless variant
` [dm-devel] [PATCH v2 07/13] multipathd: drop unnecessary path layout calls
` [dm-devel] [PATCH v2 08/13] libmultipath: add a cleanup function for unsigned char *
` [dm-devel] [PATCH v2 09/13] libmultipath: make sprint_path_marginal() static
` [dm-devel] [PATCH v2 10/13] libmultipath: introduce width argument for pretty-printing functions
` [dm-devel] [PATCH v2 11/13] libmultipath: change wildcard handler tables to static const
` [dm-devel] [PATCH v2 12/13] libmultipath: fix compilation error with clang 13
` [dm-devel] [PATCH v2 13/13] libmultipath: remove_map(): make sure orphaned paths aren't referenced

[PATCH] dt-bindings: display: sync formats with simplefb.h
 2021-11-29 20:10 UTC  (3+ messages)

[mcgrof-next:20211124-sysctl-cleanups-v2 41/41] kernel/kprobes.c:2605:2: error: implicit declaration of function 'kprobe_sysctls_init'
 2021-11-29 20:12 UTC  (3+ messages)

[PATCH 0/3] RK356x/Quartz64 Model A SPI
 2021-11-29 16:45 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: qcom: Add support for ALC5682I-VS codec
 2021-11-29 16:45 UTC  (2+ messages)

[PATCH 0/3] Add PMG1110(Seco Jr) PMIC support
 2021-11-29 16:45 UTC  (2+ messages)
` (subset) "

[PATCH 00/13]Update the icicle kit device tree
 2021-11-29 20:08 UTC  (11+ messages)
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string
` [PATCH 06/13] dt-bindings: rng: add bindings for microchip mpfs rng

[Bug 215169] New: UBSAN: shift-out-of-bounds in arch/powerpc/mm/kasan/book3s_32.c:22:23
 2021-11-29 20:09 UTC  (2+ messages)
` [Bug 215169] "

Fat Removes and Protein Bars
 2021-11-29 20:05 UTC 

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-29 16:44 UTC  (4+ messages)
` [PATCH v5 05/12] KVM: RISC-V: Use Makefile.kvm for common files

[PATCH v2] drm/amdgpu: update fw_load_type module parameter doc to match code
 2021-11-29 20:08 UTC 

[PATCH 0/6] Expand display core documentation
 2021-11-29 20:08 UTC  (4+ messages)
` [PATCH 6/6] Documentation/gpu: Add DC glossary

stable-rc/linux-5.15.y build: 177 builds: 4 failed, 173 passed, 14 errors, 5 warnings (v5.15.5-173-g0378d8e52f9b9)
 2021-11-29 16:41 UTC 

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-29 16:41 UTC  (7+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-29 19:56 UTC  (3+ messages)
` [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling


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.