All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-10 20:51:50 to 2023-03-10 21:46:18 UTC [more...]

[PATCH v1 0/4] cli: run_commandf() coverage and small fixups
 2023-03-10 20:49 UTC  (9+ messages)
` [PATCH v1 1/4] cli: run_commandf(): "
` [PATCH v1 2/4] unit-test: cover run_commandf() by test-cases
` [PATCH v1 3/4] test: fdt: fix run_commandf() warnings
` [PATCH v1 4/4] test: exit: "

[PATCH 1/9] ASoC: qcom: lpass-sc7280: Drop of_match_ptr for ID table
 2023-03-10 21:43 UTC  (13+ messages)
` [PATCH] power: reset: qcom-pon: drop "
` [PATCH 2/9] ASoC: atmel: sam9x5_wm8731: Drop "
` [PATCH 3/9] ASoC: samsung: aries_wm8994: "
` [PATCH 4/9] ASoC: samsung: rt5514-spi: "
` [PATCH 5/9] ASoC: codecs: adau1977-spi: Mark OF related data as maybe unused
` [PATCH 6/9] ASoC: codecs: pcm179x-spi: "
` [PATCH 7/9] ASoC: codecs: rt1019: "

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-10 21:43 UTC  (21+ messages)
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-03-10 21:42 UTC  (19+ messages)
` [PATCH v2 01/18] x86/reboot: VMCLEAR active VMCSes before emergency reboot
` [PATCH v2 02/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_INTEL is enabled
` [PATCH v2 03/18] x86/reboot: Harden virtualization hooks for emergency reboot
` [PATCH v2 04/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH v2 05/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM "
` [PATCH v2 06/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
` [PATCH v2 07/18] x86/reboot: Disable virtualization during reboot iff callback is registered
` [PATCH v2 08/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization
` [PATCH v2 09/18] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
` [PATCH v2 10/18] x86/virt: KVM: Move VMXOFF helpers into "
` [PATCH v2 11/18] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
` [PATCH v2 12/18] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
` [PATCH v2 13/18] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
` [PATCH v2 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
` [PATCH v2 15/18] KVM: VMX: Ensure CPU is stable when probing basic VMX support
` [PATCH v2 16/18] x86/virt: KVM: Move "disable SVM" helper into KVM SVM
` [PATCH v2 17/18] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
` [PATCH v2 18/18] KVM: SVM: Use "standard" stgi() helper when disabling SVM

[jpoimboe:static-call-null-3 2/5] include/linux/static_call.h:210:9: warning: data definition has no type or storage class
 2023-03-10 21:41 UTC 

[Intel-gfx] [PATCH v12 0/6] Enable HDCP2.x via GSC CS
 2023-03-10 21:42 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Enable HDCP2.x via GSC CS (rev12)

[PATCH RFC 6/6] r8169: remove ASPM restrictions now that ASPM is disabled during NAPI poll
 2023-03-10 21:41 UTC  (3+ messages)

[PATCH v2] index-pack: remove fetch_if_missing=0
 2023-03-10 21:41 UTC  (3+ messages)

[PATCH] staging: greybus: fix exceeds line length
 2023-03-10 21:40 UTC  (2+ messages)

[PATCH v2] pwm: Zero-initialize the pwm_state passed to driver's .get_state()
 2023-03-10 21:40 UTC 

[PATCH v2 1/2] iso-tester: Update High Reliability presets
 2023-03-10 21:40 UTC  (2+ messages)
` [PATCH v2 2/2] client/player: "

[PATCH] staging: sm750: Rename camel case functions in sm750_cursor.*
 2023-03-10 21:39 UTC  (2+ messages)

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-10 21:38 UTC  (11+ messages)
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr

[ISSUE]soft lockup in __inet_lookup_established() function which one sock exist in two hash buckets(tcp_hashinfo.ehash)
 2023-03-10 21:38 UTC  (2+ messages)

[PATCH BlueZ 1/2] iso-tester: Update High Reliability presets
 2023-03-10 21:36 UTC  (3+ messages)
` [PATCH BlueZ 2/2] client/player: "
` [BlueZ,1/2] iso-tester: "

[PATCH v5 0/7] Remove VT-d virtual command interface and IOASID
 2023-03-10 21:36 UTC  (4+ messages)
` [PATCH v5 2/7] iommu/sva: Move PASID helpers to sva code

Bug with /dev/vcs* devices
 2023-03-10 21:32 UTC  (8+ messages)
` [PATCH] vc_screen: don't clobber return value in vcs_read

[PATCH v3 1/2] landlock.7: Document Landlock ABI v2 (file reparenting; Linux 5.19)
 2023-03-10 21:31 UTC  (6+ messages)

[RFC][PATCH 0/5] Improve static call NULL handling
 2023-03-10 21:29 UTC  (8+ messages)
` [RFC][PATCH 1/5] static_call: Make NULL static calls consistent
` [RFC][PATCH 5/5] x86/kvm: Simplify static call handling

[linux-next:master 816/1532] drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
 2023-03-10 21:30 UTC  (4+ messages)

[PATCH v2] object-file: reprepare alternates when necessary
 2023-03-10 21:29 UTC  (2+ messages)

[PATCH] dyndbg: cleanup dynamic usage in ib_srp.c
 2023-03-10 21:27 UTC 

[PATCHES] fget()-to-fdget() whack-a-mole
 2023-03-10 21:27 UTC  (9+ messages)
` [PATCH 1/8] convert setns(2) to fdget()/fdput()
  ` [PATCH 2/8] convert sgx_set_attribute() "
  ` [PATCH 3/8] SVM-SEV: convert the rest of fget() uses to fdget() in there
  ` [PATCH 4/8] kill the last remaining user of proc_ns_fget()
  ` [PATCH 5/8] build_mount_idmapped(): switch to fdget()
  ` [PATCH 6/8] bpf: switch to fdget_raw()
  ` [PATCH 7/8] cgroup_get_from_fd(): "
  ` [PATCH 8/8] fuse_dev_ioctl(): switch to fdget()

[PATCH] input: goodix: Add option to power off the controller during suspend
 2023-03-10 21:19 UTC  (2+ messages)

[REGRESSION] v6.1+ bind() does not fail with EADDRINUSE if dual stack is bound
 2023-03-10 21:25 UTC  (2+ messages)

[RFC PATCH] arm64: dts: qcom: sm8350-hdk: enable IPA
 2023-03-10 21:25 UTC  (2+ messages)

[PATCH v4 0/8] Export platform features from ccp driver
 2023-03-10 21:19 UTC  (11+ messages)
` [PATCH v4 1/8] crypto: ccp: Drop TEE support for IRQ handler
` [PATCH v4 2/8] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`
` [PATCH v4 3/8] crypto: ccp: Move some PSP mailbox bit definitions into common header
` [PATCH v4 4/8] crypto: ccp: Add support for an interface for platform features
` [PATCH v4 5/8] crypto: ccp: Enable platform access interface on client PSP parts
` [PATCH v4 6/8] i2c: designware: Use PCI PSP driver for communication
` [PATCH v4 7/8] crypto: ccp: Add support for ringing a platform doorbell
` [PATCH v4 8/8] i2c: designware: Add doorbell support for Skyrim

[chrome-os:chromeos-6.1 7/238] drivers/usb/gadget/function/f_accessory.c:1078:5: warning: no previous prototype for function 'acc_ctrlrequest_composite'
 2023-03-10 21:20 UTC 

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-10 21:14 UTC  (6+ messages)
` [PATCH v4 3/4] "

What's cooking in git.git (Feb 2023, #01; Thu, 2)
 2023-03-10 21:19 UTC  (16+ messages)
  ` so/diff-merges-more (was Re: What's cooking in git.git (Feb 2023, #01; Thu, 2))

stable-rc/linux-6.1.y baseline: 177 runs, 1 regressions (v6.1.16-201-gf345f456043c)
 2023-03-10 21:19 UTC 

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-10 21:18 UTC  (4+ messages)
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH] ntfs: fix typo in dir.c
 2023-03-10 21:18 UTC 

Possible kernel fs block code regression in 6.2.3 umounting usb drives
 2023-03-10 21:08 UTC  (5+ messages)

stable-rc/queue/5.15 baseline: 170 runs, 22 regressions (v5.15.99-136-g8868121d78d7)
 2023-03-10 21:18 UTC 

[PATCH] x86/hyperv: Mark hv_ghcb_terminate() as noreturn
 2023-03-10 21:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/bonding: fix forward packets failed
 2023-03-10 21:11 UTC  (2+ messages)

[mnyman-xhci:feature_interrupters 4/4] drivers/usb/host/xhci-sideband.h:21:31: warning: 'struct usb_device' declared inside parameter list will not be visible outside of this definition or declaration
 2023-03-10 21:10 UTC 

[PATCHv4 0/4] zsmalloc: fine-grained fullness and new compaction algorithm
 2023-03-10 21:10 UTC  (2+ messages)

[PATCH bpf-next v4] bpf, docs: Explain helper functions
 2023-03-10 21:10 UTC  (2+ messages)

[PATCH RFC 4/6] r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic context
 2023-03-10 21:09 UTC  (2+ messages)

System Hang With 5.15.79-rt54 Patch Set
 2023-03-10 21:09 UTC  (6+ messages)

[PATCH RFC 3/6] r8169: enable cfg9346 config register access in atomic context
 2023-03-10 21:08 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix unaligned field offset in 32-bits platform
 2023-03-10 21:08 UTC  (6+ messages)
        `  "

[f2fs-dev] [PATCH 1/3] f2fs: factor out victim_entry usage from general rb_tree use
 2023-03-10 21:04 UTC  (6+ messages)
`  "
` [f2fs-dev] [PATCH 2/3] f2fs: factor out discard_cmd "
  `  "
` [f2fs-dev] [PATCH 3/3] f2fs: remove entire rb_entry sharing
  `  "

[Intel-xe] [PATCH] drm/xe: Use atomic instead of mutex for xe_device_mem_access_ongoing
 2023-03-10 21:05 UTC  (6+ messages)

[PATCH 4.14 000/193] 4.14.308-rc1 review
 2023-03-10 21:03 UTC  (2+ messages)

[PATCH v1 1/1] devres: Pass unique name of the resource to devm_add_action()
 2023-03-10 21:02 UTC  (4+ messages)

[PATCH 5.10 000/529] 5.10.173-rc1 review
 2023-03-10 21:02 UTC  (2+ messages)

[Buildroot] [git commit] package/ace: fix build with libressl >= 3.5.0
 2023-03-10 21:01 UTC 

[ipset PATCH] tests: hash:ip,port.t: Replace VRRP by GRE protocol
 2023-03-10 21:01 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ace: fix build with libressl >= 3.5.0
 2023-03-10 21:02 UTC  (2+ messages)

[Buildroot] [git commit] package/network-manager: fix build with -Dmodem_manager=false
 2023-03-10 20:56 UTC 

[PULL 0/3] Edk2 stable202302 20230309 patches
 2023-03-10 21:00 UTC  (5+ messages)
` [PULL 3/3] edk2: update firmware binaries

[Buildroot] [git commit] package/rdma-core: needs NPTL
 2023-03-10 20:59 UTC 

[PATCH v1] net: socket: suppress unused warning
 2023-03-10 20:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/network-manager: fix build with -Dmodem_manager=false
 2023-03-10 21:00 UTC  (2+ messages)

[PATCH nft] src: improve error reporting for unsupported chain type
 2023-03-10 20:59 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/rdma-core: needs NPTL
 2023-03-10 21:00 UTC  (2+ messages)

[PATCH 1/2] staging: wlan-ng: remove unnecessary kfree statements
 2023-03-10 20:59 UTC  (2+ messages)
` [PATCH 2/2] staging: wlan-ng: remove else statement

b4 v0.12.2 available
 2023-03-10 20:59 UTC 

[PATCH RFC 1/6] r8169: use spinlock to protect mac ocp register access
 2023-03-10 20:56 UTC  (2+ messages)

[RFC PATCH] intel-iommu: Report interrupt remapping faults
 2023-03-10 20:57 UTC  (2+ messages)

[PATCH v3 00/12] soc: qcom: add UCSI function to PMIC GLINK
 2023-03-10 20:56 UTC  (4+ messages)
` [PATCH v3 04/12] soc: qcom: pmic_glink: register ucsi aux device

[PATCH 00/16] net/hns3: some code refactor for hns3 RSS
 2023-03-10 20:58 UTC  (2+ messages)

[PATCH v2 00/12] efi: Improvements to booting and debugging
 2023-03-10 20:49 UTC  (13+ messages)
` [PATCH v2 01/12] efi: Set RUN_64BIT correctly for the EFI app
` [PATCH v2 02/12] x86: Adjust bootparam.h to be more like linux
` [PATCH v2 03/12] x86: Add return-value comment to cpu_jump_to_64bit()
` [PATCH v2 04/12] x86: Support booting a 64-bit kernel from 64-bit U-Boot
` [PATCH v2 05/12] x86: Exit EFI boot services before starting kernel
` [PATCH v2 06/12] x86: Support zboot and bootm in the EFI app
` [PATCH v2 07/12] efi: Add another tranch of GUIDs
` [PATCH v2 08/12] efi: Include GUID names with EFI app and payload
` [PATCH v2 09/12] doc: Add help for the efi command
` [PATCH v2 10/12] efi: Split out table-listing code into a new file
` [PATCH v2 11/12] efi: Support showing tables
` [PATCH v2 12/12] efI: Allow packaging a kernel in the debugging script

Dpdk packet reception
 2023-03-10 20:57 UTC 

Please pull u-boot-dm
 2023-03-10 20:54 UTC 

[PATCH 0/2] CI configuration improvements
 2023-03-10 20:49 UTC  (5+ messages)
` [PATCH 1/2] CI: Allow job tag to be optionally set globally
` [PATCH 2/2] CI: Allow a mirror to be specified for Docker Hub

[Buildroot] [git commit] package/pcre2: drop JIT sparc
 2023-03-10 20:56 UTC 

[PATCH v8 03/10] arm_ffa: introduce Arm FF-A low-level driver
 2023-03-10 20:50 UTC  (15+ messages)
` [PATCH v9 00/10] introduce Arm FF-A support
  ` [PATCH v9 02/10] lib: uuid: introduce uuid_str_to_le_bin function
  ` [PATCH v9 05/10] arm_ffa: introduce armffa command
  ` [PATCH v9 06/10] arm_ffa: introduce the FF-A Sandbox driver
  ` [PATCH v9 07/10] arm_ffa: introduce Sandbox test cases for UCLASS_FFA
  ` [PATCH v9 08/10] arm_ffa: introduce armffa command Sandbox test
  ` [PATCH v9 09/10] arm_ffa: efi: introduce FF-A MM communication

[Buildroot] [PATCH 1/1] package/pcre2: drop JIT sparc
 2023-03-10 20:56 UTC  (2+ messages)

[PATCH v2.1 03/24] arm/cpu: Add unreachable() to arch_cpu_idle_dead()
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2.1 04/24] arm64/cpu: Mark cpu_die() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2.1 09/24] mips/cpu: Expose play_dead()'s prototype definition
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 25/24] x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[Buildroot] [PATCH v2 2/2] linux: use -isystem instead of -I in HOSTCC
 2023-03-10 20:55 UTC  (2+ messages)

[PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn
 2023-03-10 20:54 UTC  (2+ messages)
` [tip: objtool/core] "

[Buildroot] [git commit] package/libbpf: Don't remove bpf.h
 2023-03-10 20:48 UTC 

Auditing nftables changes
 2023-03-10 20:54 UTC  (7+ messages)

[Buildroot] [git commit] linux: use -isystem instead of -I in HOSTCC
 2023-03-10 20:44 UTC 

[PATCH v2 1/3] cmd: pci: Add command to set MPS of all PCIe devices
 2023-03-10 20:49 UTC  (3+ messages)
` [PATCH v2 2/3] drivers: pci: sandbox: Add stub sandbox PCI MPS support

[PATCH] power: reset: qcom-pon: drop of_match_ptr for ID table
 2023-03-10 20:54 UTC  (3+ messages)

[PATCH 0/9] binman: Show missing blob message when building U-Boot
 2023-03-10 20:49 UTC  (2+ messages)

[RFC PATCH] binman: bintool: etype: Add support for ti-secure entry
 2023-03-10 20:49 UTC  (7+ messages)

[PATCH] sysinfo: gpio: fix loop over DT "revisions" array
 2023-03-10 20:49 UTC  (2+ messages)

[syzbot] unexpected kernel reboot (8)
 2023-03-10 20:53 UTC  (2+ messages)

✅ PASS (311/381 SKIPPED): Test report for master (6.3.0-rc1, mainline.kernel.org-clang, 388a8101)
 2023-03-10 20:52 UTC 


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.