All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-22 12:23:55 to 2023-11-22 12:54:48 UTC [more...]

[iptables PATCH 00/12] Misc fixes (more or less)
 2023-11-22 13:02 UTC  (7+ messages)
` [iptables PATCH 05/12] xshared: Drop needless assignment in --help case
` [iptables PATCH 06/12] xshared: Drop pointless CMD_REPLACE check
` [iptables PATCH 07/12] tests: xlate: Print failing command line
` [iptables PATCH 08/12] ebtables: Drop append_entry() wrapper
` [iptables PATCH 09/12] ebtables: Make ebt_load_match_extensions() static
` [iptables PATCH 10/12] ebtables: Align line number formatting with legacy

[PATCH] powerpc: add crtsavres.o to always-y instead of extra-y
 2023-11-22 12:54 UTC  (5+ messages)

[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
 2023-11-22 12:54 UTC  (8+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call

[PATCH v2 00/12] Add VOP2 support on rk3588
 2023-11-22 12:54 UTC  (10+ messages)
` [PATCH v2 01/12] drm/rockchip: move output interface related definition to rockchip_drm_drv.h
` [PATCH v2 02/12] Revert "drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume"
` [PATCH v2 03/12] drm/rockchip: vop2: set half_block_en bit in all mode

[PATCH] lib: sbi: Prevent redundant sbi_ipi_process
 2023-11-22 12:54 UTC 

[RFC] devtool: support multiple sources
 2023-11-22 12:53 UTC  (3+ messages)
` [yocto] "

[PATCH v5 0/3] powerpc: make fadump resilient with memory add/remove events
 2023-11-22 12:52 UTC  (8+ messages)
` [PATCH v5 1/3] "

[ima-evm-utils PATCH 00/12] Address non concurrency-safe libimaevm global variables
 2023-11-22 12:52 UTC  (5+ messages)
` [ima-evm-utils PATCH 01/12] Rename "public_keys" to "g_public_keys"
` [ima-evm-utils PATCH 02/12] Free public keys list

[PATCH v3 00/20] MediaTek SVS driver partial refactoring
 2023-11-22 12:51 UTC  (7+ messages)
` [PATCH v3 09/20] soc: mediatek: mtk-svs: Move t-calibration-data retrieval to svs_probe()

[PATCH RESEND v3 0/5] PM: domains: Add control for switching back and forth to HW control
 2023-11-22 12:50 UTC  (5+ messages)
` [PATCH RESEND v3 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode

[Intel-gfx] [PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-22 12:48 UTC  (15+ messages)
`  "
` [Intel-gfx] [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
  `  "
` [Intel-gfx] [PATCH v2 2/4] eventfd: simplify eventfd_signal()
  `  "
` [Intel-gfx] [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
  `  "
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void
  ` [Intel-gfx] "

[PATCH v6 0/9] Fix cursor planes with virtualized drivers
 2023-11-22 12:49 UTC  (5+ messages)

[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
 2023-11-22 12:49 UTC  (13+ messages)
` [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function
` [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated
` [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments

[PATCH v3] Input: bcm5974 - check endpoint type before starting traffic
 2023-11-22 12:48 UTC  (2+ messages)

[PATCH v3 0/3] block: warn once for each partition in bio_check_ro()
 2023-11-22 12:47 UTC  (7+ messages)
` [PATCH v3 2/3] block: introduce new field bd_flags in block_device

[PATCH] ASoC: rt5650: add mutex to avoid the jack detection failure
 2023-11-22 12:46 UTC  (3+ messages)

[PATCH] mm,oom_reaper: avoid run queue_oom_reaper if task is not oom
 2023-11-22 12:46 UTC 

[PATCH bpf] bpf: fix tracking of stack size for var-off access
 2023-11-22 12:46 UTC  (7+ messages)

[PATCH] poky: kirkstone: eSDK: fix build-in eSDK environment file generation
 2023-11-22 12:45 UTC  (4+ messages)

[PATCH 00/21] Consistent naming scheme for deployed artifacts
 2023-11-22 12:44 UTC  (22+ messages)
` [PATCH 01/21] image*.bbclass, kernel*.bbclass: create version-less artifacts and versioned hard links
` [PATCH 02/21] create-spdx-2.2.bbclass: use hardlink as well
` [PATCH 03/21] image, kernel: allow to disable creating the hardlinks by setting *LINK_NAME variables to empty
` [PATCH 04/21] kernel: move the leading dash into KERNEL_ARTIFACT_NAME
` [PATCH 05/21] kernel-fitimage.bbclass: avoid duplicate .bin extension
` [PATCH 06/21] kernel-fitimage.bbclass: add .its extension also to links
` [PATCH 07/21] uboot: use ${IMAGE_MACHINE_SUFFIX} instead of -${MACHINE} and use hardlinks
` [PATCH 08/21] image.bbclass: rename create_symlinks to create_hardlinks
` [PATCH 09/21] image-artifact-names.bbclass: add IMAGE_VERSION_SUFFIX_DATETIME which uses SOURCE_DATE_EPOCH
` [PATCH 10/21] oeqa: bbtests.BitbakeTests.test_image_manifest: use just isfile() instead of islink()
` [PATCH 11/21] oeqa: wic: "
` [PATCH 12/21] linux-dummy: add do_deploy_links task
` [PATCH 13/21] kernel.bbclass: inherit KERNEL_CLASSES at the end
` [PATCH 14/21] image.bbclass: don't append -dbg suffix twice
` [PATCH 15/21] oeqa: imagefeatures: append -dbg suffix at the end of IMAGE_NAME not IMAGE_LINK_NAME
` [PATCH 16/21] oeqa: gdbserver: "
` [PATCH 17/21] oeqa: fitimage: respect KERNEL_FIT_NAME
` [PATCH 18/21] selftest: multiconfig-image-packager: use IMAGE_NAME instead of IMAGE_LINK_NAME
` [PATCH 19/21] image.bbclass: remove hardlinks as well
` [PATCH 20/21] populate_sdk_ext.bbclass: add *:do_shared_workdir to BB_SETSCENE_ENFORCE_IGNORE_TASKS
` [PATCH 21/21] u-boot.inc: don't replace the binary with symlink

[PATCH 0/4] mnt_idmapping: decouple from namespaces
 2023-11-22 12:44 UTC  (5+ messages)
` [PATCH 1/4] mnt_idmapping: remove check_fsmapping()
` [PATCH 2/4] mnt_idmapping: remove nop check
` [PATCH 3/4] mnt_idmapping: decouple from namespaces
` [PATCH 4/4] fs: reformat idmapped mounts entry

[kirkstone][PATCH] sdk-manual: extensible.rst: remove instructions for using SDK functionality directly in a yocto build
 2023-11-22 12:42 UTC 

[PATCH v11 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-11-22 12:42 UTC  (4+ messages)
` [PATCH v11 2/3] "

[android-common:android13-5.15 11/20] arch/arm64/kvm/hyp/nvhe/iommu/s2mpu.c:76:19: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-22 12:40 UTC 

[PATCH 3/7] iio: adc: ad7091r: Move defines to header file
 2023-11-22 12:40 UTC  (2+ messages)

arch/powerpc/include/asm/ftrace.h:28 ftrace_call_adjust() warn: inconsistent indenting
 2023-11-22 12:40 UTC 

[PATCH 5/7] dt-bindings: iio: Add binding documentation for AD7091R-8
 2023-11-22 12:40 UTC  (2+ messages)

[PATCH v2 04/10] cxl/memscrub: Add CXL device patrol scrub control feature
 2023-11-22 12:40 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Do not check psr2 if psr/panel replay is not supported
 2023-11-22 12:42 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH V4 RESEND] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-11-22 12:41 UTC  (2+ messages)

[arm-integrator:kernel-in-vmalloc-v6.7-rc1 5/5] setup.c:undefined reference to `kernel_sec_end'
 2023-11-22 12:40 UTC 

[net-next RFC PATCH 04/14] net: phy: add initial support for PHY package in DT
 2023-11-22 12:40 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/1] lib/igt_core: initialize srandom seed on startup
 2023-11-22 12:40 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 1/1] "

[PATCH 00/16] hw/uefi: add uefi variable service
 2023-11-22 12:40 UTC  (8+ messages)
` [PATCH 05/16] hw/uefi: add var-service-core.c

[PATCH 00/12] usb: dwc3: qcom: Flatten dwc3 structure
 2023-11-22 12:40 UTC  (5+ messages)
` [PATCH 09/12] dt-bindings: usb: qcom,dwc3: Rename to "glue"
` [PATCH 10/12] dt-bindings: usb: qcom,dwc3: Introduce flattened qcom,dwc3 binding

[syzbot] [input?] WARNING in bcm5974_start_traffic/usb_submit_urb
 2023-11-22 12:40 UTC 

[PATCH] x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()
 2023-11-22 12:38 UTC  (6+ messages)

[PATCH v4 00/22] stackdepot: allow evicting stack traces
 2023-11-22 12:37 UTC  (4+ messages)
` [PATCH v4 21/22] kasan: use stack_depot_put for Generic mode
  ` [BISECTED] Boot hangs when SLUB_DEBUG_ON=y
    ` [REGRESSION] Boot hangs when SLUB_DEBUG_ON=y and KASAN_GENERIC=y

Getting error "Error: missing hook and priority in flowtable declaration" in nftables 1.0.9
 2023-11-22 12:37 UTC  (3+ messages)

[Intel-xe] [PATCH 0/4] drm/xe: Assorted memory-management fixes
 2023-11-22 12:35 UTC  (3+ messages)
` [Intel-xe] [PATCH 4/4] drm/xe/vm: Fix ASID XA usage

[PATCH] USB: dwc2: write HCINT with INTMASK applied
 2023-11-22 12:35 UTC  (2+ messages)

[PATCH v8 0/8] devtool ide plugin
 2023-11-22 12:35 UTC  (10+ messages)
` [PATCH v8 3/8] image-combined-dbg: make this the default
  ` [OE-core] "

[PATCH 0/2] iio: temperature: mlx90635 Driver for MLX90635 IR temperature sensor
 2023-11-22 12:35 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: iio: temperature: add MLX90635 device bindings

[PATCH] tpm: Start the tpm2 before running a self test
 2023-11-22 12:34 UTC  (2+ messages)

[git pull] device mapper fixes for 6.7-rc2
 2023-11-22 12:34 UTC  (4+ messages)
` [PATCH 1/2] mm, treewide: Introduce NR_PAGE_ORDERS

[PATCH nft 1/1] tests: prettify JSON in test output and add helper
 2023-11-22 12:33 UTC  (2+ messages)

[Bug 203191] The fan speed reports to 65535, despite the fan is stopped
 2023-11-22 12:33 UTC 

[PATCH nft 1/1] tests/shell: sanitize "handle" in JSON output
 2023-11-22 12:32 UTC  (6+ messages)
  ` [PATCH nft v3 "

[igt-dev] [PATCH i-g-t] test/intel/perf_pmu: Dump drpc for correct gt
 2023-11-22 12:32 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for test/intel/perf_pmu: Dump drpc for correct gt (rev2)

[PATCH v5 00/39] ep93xx device tree conversion
 2023-11-22 12:31 UTC  (15+ messages)
` [PATCH v5 07/39] soc: Add SoC driver for Cirrus ep93xx
` [PATCH v5 17/39] net: cirrus: add DT support for Cirrus EP93xx
` [PATCH v5 19/39] mtd: rawnand: add support for ts72xx
` [PATCH v5 21/39] ata: pata_ep93xx: add device tree support
` [PATCH v5 35/39] ata: pata_ep93xx: remove legacy pinctrl use
` [PATCH v5 39/39] dma: cirrus: remove platform code

[PATCH v9 00/15] KVM: xen: update shared_info and vcpu_info handling
 2023-11-22 12:25 UTC  (11+ messages)
` [PATCH v9 04/15] KVM: pfncache: add a mark-dirty helper
` [PATCH v9 08/15] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v9 10/15] KVM: xen: allow vcpu_info to be mapped by fixed HVA
` [PATCH v9 11/15] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v9 12/15] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v9 13/15] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v9 14/15] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v9 15/15] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH v2 0/9] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-11-22 12:29 UTC  (23+ messages)
` [PATCH v2 2/9] ARM: dts: rockchip: rv1126: Serial aliases
` [PATCH v2 4/9] ARM: dts: rockchip: rv1126: Add i2c2 nodes
` [PATCH v2 5/9] ARM: dts: rockchip: rv1126: Split up rgmii1 pinctrl
` [PATCH v2 6/9] ARM: dts: rockchip: rv1126: Add ethernet alias
` [PATCH v2 7/9] ARM: dts: rockchip: Add rv1109 SoC
` [PATCH v2 8/9] ARM: dts: Add Sonoff iHost Smart Home Hub
` [PATCH v2 9/9] dt-bindings: arm: rockchip: Add Sonoff iHost

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-22 12:29 UTC  (2+ messages)

Instruction virtual address in TCG Plugins
 2023-11-22 12:28 UTC  (7+ messages)

[PATCH v2 00/16] Tidy up file permission hooks
 2023-11-22 12:27 UTC  (17+ messages)
` [PATCH v2 01/16] ovl: add permission hooks outside of do_splice_direct()
` [PATCH v2 02/16] splice: remove permission hook from do_splice_direct()
` [PATCH v2 03/16] splice: move permission hook out of splice_direct_to_actor()
` [PATCH v2 04/16] splice: move permission hook out of splice_file_to_pipe()
` [PATCH v2 05/16] splice: remove permission hook from iter_file_splice_write()
` [PATCH v2 06/16] remap_range: move permission hooks out of do_clone_file_range()
` [PATCH v2 07/16] remap_range: move file_start_write() to after permission hook
` [PATCH v2 08/16] btrfs: "
` [PATCH v2 09/16] coda: change locking order in coda_file_write_iter()
` [PATCH v2 10/16] fs: move file_start_write() into vfs_iter_write()
` [PATCH v2 11/16] fs: move permission hook out of do_iter_write()
` [PATCH v2 12/16] fs: move permission hook out of do_iter_read()
` [PATCH v2 13/16] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH v2 14/16] fs: create __sb_write_started() helper
` [PATCH v2 15/16] fs: create file_write_started() helper
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers

mmc: handling of Under-Voltage Events in eMMC
 2023-11-22 12:26 UTC  (4+ messages)

[PATCH v2] x86/cpuid: enumerate and expose PREFETCHIT{0,1}
 2023-11-22 12:25 UTC  (2+ messages)

[PATCH 00/14] drm: Remove infrastructure for user-space mode setting
 2023-11-22 12:09 UTC  (18+ messages)
` [PATCH 01/14] arch/powerpc: Remove legacy DRM drivers from default configs
` [PATCH 02/14] drm: Fix TODO list mentioning non-KMS drivers
` [PATCH 03/14] drm: Include <drm/drm_auth.h>
` [PATCH 04/14] drm/i915: "
  ` [Intel-gfx] "
` [PATCH 05/14] accel: "
` [PATCH 06/14] drm: Include <drm/drm_device.h>
` [PATCH 07/14] drm/radeon: Do not include <drm/drm_legacy.h>
` [PATCH 08/14] drm: Remove entry points for legacy ioctls
` [PATCH 09/14] drm: Remove the legacy DRM_IOCTL_MODESET_CTL ioctl
` [PATCH 10/14] drm: Remove support for legacy drivers
` [PATCH 11/14] drm: Remove locking for legacy ioctls and DRM_UNLOCKED
` [PATCH 12/14] drm: Remove source code for non-KMS drivers
` [PATCH 13/14] char/agp: Remove frontend code
` [PATCH 14/14] drm: Remove Kconfig option for legacy support (CONFIG_DRM_LEGACY)

[pull request][net 00/15] mlx5 fixes 2023-11-21
 2023-11-22 12:25 UTC  (7+ messages)
` [net 09/15] net/mlx5e: Forbid devlink reload if IPSec rules are offloaded


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.