All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-03 18:22:05 to 2023-11-03 19:08:26 UTC [more...]

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-03 19:05 UTC  (18+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v9 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v9 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v9 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v9 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v9 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v9 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v9 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v9 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v9 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v9 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCH 00/15] board: ti: Add support for BeagleBone AI-64
 2023-11-03 19:06 UTC  (4+ messages)
` [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

Altera PCIe driver, email address check
 2023-11-03 19:05 UTC 

[igt-dev] [PATCH i-g-t 0/9] Client memory fdinfo test and intel_gpu_top support
 2023-11-03 19:05 UTC  (25+ messages)
` [igt-dev] [PATCH i-g-t 2/9] tests/i915/drm_fdinfo: Stress test context close versus fdinfo reads
  ` [igt-dev] [Intel-gfx] "
    `  "
` [igt-dev] [PATCH i-g-t 3/9] tests/i915/drm_fdinfo: Add some memory info tests
  ` [igt-dev] [Intel-gfx] "
    `  "
` [igt-dev] [PATCH i-g-t 4/9] lib/igt_drm_fdinfo: Copy over region map name on match
    ` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 5/9] lib/igt_drm_clients: Fix client id type confusion
  ` [igt-dev] [Intel-gfx] "
    `  "
` [igt-dev] [PATCH i-g-t 6/9] lib/igt_drm_clients: Allow passing in the memory region map
  ` [igt-dev] [Intel-gfx] "
    `  "
` [igt-dev] [PATCH i-g-t 7/9] tools/intel_gpu_top: Fully wrap clients operations
    ` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 8/9] tools/intel_gpu_top: Add per client memory info
    ` [Intel-gfx] "
` [igt-dev] [PATCH i-g-t 9/9] tools/intel_gpu_top: Add ability to show memory region breakdown
    ` [Intel-gfx] "

[virtio-dev] virtio-snd comments/questions
 2023-11-03 19:05 UTC  (3+ messages)
` [virtio-comment] "

[PATCH 16/18] mm: use a folio in zap_pte_range()
 2023-11-03 19:04 UTC  (2+ messages)

[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-11-03 19:04 UTC  (4+ messages)

External display on the x13s?
 2023-11-03 19:04 UTC  (4+ messages)

[LTP] [PATCH] keyctl02: Add delay between main loop iterations for RT kernels
 2023-11-03 19:03 UTC  (2+ messages)

[PATCH v1 0/3] Implement GPIO cells for PALMAS and MAX77663 PMICs
 2023-11-03 19:03 UTC  (3+ messages)
` [PATCH v1 1/3] drivers: gpio-uclass: support PMIC GPIO children

Request for Help - Too many perl arguments as of 2.43.0-rc0
 2023-11-03 19:03 UTC 

[PATCH v9 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-03 19:01 UTC  (10+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v9 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v9 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v9 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v9 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v9 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v9 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v9 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v9 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v4 0/6] i3c: master: svc: collection of bugs fixes
 2023-11-03 18:51 UTC  (3+ messages)

[PATCH v2] x86/mm/ident_map: Use gbpages only where full GB page should be mapped
 2023-11-03 19:01 UTC 

[Acpica-devel] [PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-03 16:45 UTC  (6+ messages)
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[PATCH bpf-next] bpftool: fix prog object type in manpage
 2023-11-03 19:00 UTC  (2+ messages)

Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
 2023-11-03 18:59 UTC  (2+ messages)

[PATCHSET 0/5] perf annotate: Reduce memory footprint (v1)
 2023-11-03 18:58 UTC  (10+ messages)
` [PATCH 1/5] perf annotate: Split struct cycles_info
` [PATCH 2/5] perf annotate: Split struct annotated_branch
` [PATCH 4/5] perf annotate: Move some fields to annotated_source

[Intel-xe] [PATCH] drm/xe: clear the serviced bits on INTR_IDENTITY_REG
 2023-11-03 18:58 UTC  (2+ messages)

[PATCH 0/9] hwmon: (dell-smm) Add support for WMI SMM interface
 2023-11-03 18:57 UTC  (10+ messages)
` [PATCH 1/9] hwmon: (dell-smm) Prepare for multiple SMM calling backends
` [PATCH 2/9] hwmon: (dell-smm) Move blacklist handling to module init
` [PATCH 3/9] hwmon: (dell-smm) Move whitelist "
` [PATCH 4/9] hwmon: (dell-smm) Move DMI config "
` [PATCH 5/9] hwmon: (dell-smm) Move config entries out of i8k_dmi_table
` [PATCH 6/9] hwmon: (dell-smm) Introduce helper function for data init
` [PATCH 7/9] hwmon: (dell-smm) Add support for WMI SMM interface
` [PATCH 8/9] hwmon: (dell-smm) Document the "
` [PATCH 9/9] hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelist

[PATCH v5 0/9] SMMU handling for PCIe Passthrough on ARM
 2023-11-03 18:57 UTC  (4+ messages)
` [PATCH v5 2/9] iommu/arm: Add iommu_dt_xlate()

[PATCH] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
 2023-11-03 18:56 UTC 

[RFC PATCH bpf-next] libbpf: bpftool : Emit aligned(8) attr for empty struct in btf source dump
 2023-11-03 18:55 UTC  (4+ messages)

[LTP] [PATCH 1/1] lib/tst_module.c: Replace "rmmod" with "modprobe -r"
 2023-11-03 18:54 UTC  (2+ messages)

[RFC 1/2] refcount: introduce generic lockptr funcs
 2023-11-03 18:54 UTC  (2+ messages)

[PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-03 18:41 UTC  (11+ messages)
` [PATCH 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH 3/4] KVM: s390: cpu model: Use previously unused constant
` [PATCH 4/4] KVM: s390: Minor refactor of base/ext facility lists

[PATCH 0/2] cleanup: Conditional locking support
 2023-11-03 18:51 UTC  (6+ messages)
` [PATCH 1/2] cleanup: Add conditional guard support

[PATCH v5 5/6] drm/ast: Add drm_panic support
 2023-11-03 18:52 UTC  (3+ messages)

[PATCH 3/5] i3c: slave: add svc slave controller support
 2023-10-23  1:29 UTC  (2+ messages)

[PATCH v1] i3c/master/mipi-i3c-hci: Fix a kernel panic for accessing DAT_data
 2023-10-23  8:02 UTC 

[PATCH 1/5] i3c: add slave mode support
 2023-10-23  1:20 UTC  (3+ messages)

[PATCH v2] fs/nilfs2: use standard array-copy-function
 2023-11-03 18:48 UTC 

[RFC 0/8] Enable runtime suspend resume for QCOM devices
 2023-11-03 18:49 UTC  (12+ messages)
` [RFC 1/8] dt-bindings: usb: qcom,dwc3: Add bindings to enable runtime
` [RFC 2/8] usb: dwc3: core: Register vendor hooks for dwc3-qcom

[RFC PATCH 0/2] Add support for qcm6490 idp and rb3 board
 2023-11-03 18:46 UTC  (3+ messages)
` [RFC PATCH 1/2] dt-bindings: arm: qcom: Add QCM6490 IDP and RB3 board
` [RFC PATCH 2/2] arm64: dts: qcom: qcm6490: Add qcm6490 idp and rb3 board

[PATCH v1 1/1] PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
 2023-11-03 18:46 UTC  (2+ messages)

[PATCH v3 0/1] sched/fair: Track current se's EEVDF parameters
 2023-11-03 18:44 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-11-03 18:45 UTC  (11+ messages)
` [PATCH v1 04/13] iommu/amd: Add support to invalidate multiple guest pages
` [PATCH v1 05/13] iommu/amd: Refactor IOMMU tlb invalidation code
` [PATCH v1 06/13] iommu/amd: Refactor device iotlb "
` [PATCH v1 07/13] iommu/amd: Consolidate device IOTLB flush code
` [PATCH v1 08/13] iommu/amd: Consolidate amd_iommu_domain_flush_complete() call

[Buildroot] [PATCH 1/1] package/python-django: security bump to 4.2.7
 2023-11-03 18:44 UTC 

arm: mach-socfpga: PCIe Root IO TLP support for Cyclone V
 2023-11-03 18:43 UTC  (3+ messages)

[PATCH] spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies
 2023-11-03 18:43 UTC 

[PATCH v4 0/5] Populate kaslr seed with RNG
 2023-11-03 18:38 UTC  (6+ messages)
` [PATCH v4 1/5] fdt: common API to populate kaslr seed
` [PATCH v4 2/5] fdt: kaslr seed from RNG device
` [PATCH v4 3/5] cmd: kaslrseed: Use common API to fixup FDT
` [PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE
` [PATCH v4 5/5] fdt: Fix compile error for !OFNODE_MULTI_TREE

[PATCH] drm/panel: starry-2081101qfh032011-53g: Fine tune the panel power sequence
 2023-11-03 18:39 UTC  (3+ messages)

[LTP] [PATCH 1/1] lib/tst_kernel.c: Reuse tst_check_builtin_driver()
 2023-11-03 18:38 UTC  (2+ messages)

why does git set X in LESS env var?
 2023-11-03 18:38 UTC  (14+ messages)

[LTP] [PATCH v2 1/1] lib/tst_kernel.c: Reuse tst_check_builtin_driver()
 2023-11-03 18:37 UTC 

[PATCH] btrfs-progs: make OWNER_REF_KEY type value smallest among inline refs
 2023-11-03 18:38 UTC 

[Intel-xe] [PATCH] drm/xe: Raise GT frequency before GuC load
 2023-11-03 18:37 UTC  (2+ messages)

[PATCH] btrfs: make OWNER_REF_KEY type value smallest among inline refs
 2023-11-03 18:38 UTC 

[PATCH] drivers core: lookup sysfs power group before removal
 2023-11-03 18:36 UTC  (5+ messages)

[PATCH v5 1/6] drm/format-helper: Add drm_fb_blit_from_r1 and drm_fb_fill
 2023-11-03 18:34 UTC  (3+ messages)

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-11-03 18:34 UTC  (4+ messages)

[PATCH] Prevent out-of-bounds read/write in bcmasp_netfilt_rd and bcmasp_netfilt_wr
 2023-11-03 18:33 UTC  (6+ messages)

[PATCH v3 0/5] arm64: dts: iot2050: DT fixes, cleanups and enhancements
 2023-11-03 18:32 UTC  (12+ messages)
` [PATCH v3 1/5] arm64: dts: ti: iot2050: Re-add aliases
` [PATCH v3 2/5] arm64: dts: ti: iot2050: Drop unused ecap0 PWM
` [PATCH v3 3/5] arm64: dts: ti: iot2050: Definitions for runtime pinmuxing
` [PATCH v3 4/5] arm64: dts: ti: iot2050: Refactor the m.2 and minipcie power pin
` [PATCH v3 5/5] arm64: dts: ti: iot2050: Add icssg-prueth nodes for PG2 devices

[PATCH v1 1/1] Brotli: fix build failed if the path includes "-static"
 2023-11-03 18:33 UTC  (4+ messages)
` [meta-oe][PATCH] ast2600:emmc: unsigned rot image align block size (512bytes)
  ` [oe] "

[recipe build #3627829] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-11-03 18:32 UTC 

[PATCH] test/dma: fix for buffer auto free
 2023-11-03 18:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH nft v2 0/6] add and check dump files for JSON in tests/shell
 2023-11-03 18:26 UTC  (6+ messages)
` [PATCH nft v2 1/6] json: fix use after free in table_flags_json()
` [PATCH nft v2 2/6] tests/shell: check and generate JSON dump files
` [PATCH nft v2 4/6] tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()
` [PATCH nft v2 5/6] tools: check more strictly for bash shebang in "check-tree.sh"
` [PATCH nft v2 6/6] tools: check for consistency of .json-nft dumps "

[PATCH v6 0/2] *** Disable PASID for DLB Device ***
 2023-11-03 18:29 UTC  (3+ messages)
` [PATCH v6 1/2] bus/pci: add function to enable/disable PASID
` [PATCH v6 2/2] event/dlb2: fix disable PASID

[PATCH] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
 2023-11-03 18:27 UTC 

[Buildroot] [PATCH 0/3] Add tainting support
 2023-11-03 18:27 UTC  (4+ messages)
` [Buildroot] [PATCH 1/3] Makefile: add "
` [Buildroot] [PATCH 2/3] docs/manual: add information about tainting
` [Buildroot] [PATCH 3/3] package/nodejs: taint the build when using external modules

[PATCH v2] drm/ast: use managed devres functions
 2023-11-03 18:25 UTC  (2+ messages)

[PATCH v2 1/3] libsepol: validate default type of transition is not an attribute
 2023-11-03 18:26 UTC  (3+ messages)
` [PATCH v2 2/3] libsepol: validate constraint depth
` [PATCH v2 3/3] libsepol: more strict validation

[PATCH] libsepol: reject unsupported policy capabilities
 2023-11-03 18:26 UTC 

[PATCH v2 1/4] platform/x86: wmi: Add wmidev_block_set()
 2023-11-03 18:25 UTC  (4+ messages)
` [PATCH v2 2/4] platform/x86: wmi: Add to_wmi_device() helper macro
` [PATCH v2 3/4] platform/x86: intel-wmi-sbl-fw-update: Use bus-based WMI interface
` [PATCH v2 4/4] platform/x86/intel/wmi: thunderbolt: "

[igt-dev] [PATCH i-g-t v2 0/5] Add a new test for Sub-viewport
 2023-11-03 18:25 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v2 1/5] lib/amdgpu: Remove unused struct
` [igt-dev] [PATCH i-g-t v2 2/5] llib/amd: Update function documentation
` [igt-dev] [PATCH i-g-t v2 3/5] lib/amd: improve readablity for MALL capability check
` [igt-dev] [PATCH i-g-t v2 4/5] lib/amd: Add check for SubVP feature status
` [igt-dev] [PATCH i-g-t v2 5/5] test/amdgpu: Add test for Sub-viewport

Package dependencies not generated?
 2023-11-03 18:25 UTC  (3+ messages)
` [yocto] "

[RFC PATCH v2 00/27] libselinux: rework selabel_file(5) database
 2023-11-03 18:24 UTC  (6+ messages)
` [RFC PATCH v2 13/27] libselinux/utils: introduce selabel_compare

[PATCH 1/2] selftests: mm: skip whole test instead of failure
 2023-11-03 18:23 UTC  (2+ messages)
` [PATCH 2/2] selftests: mm: fix some build warnings

[PATCH v5 0/3] selinux: avtab arrays and refactors
 2023-11-03 18:23 UTC  (5+ messages)
` [PATCH v5 2/3] selinux: fix conditional avtab slot hint
` [PATCH v5 3/3] selinux: use arrays for avtab hashtable nodes

[PATCH RT v2 0/3] riscv: add PREEMPT_RT support
 2023-11-03 18:22 UTC  (12+ messages)

[igt-dev] [PATCH i-g-t 1/4] lib/amd: improve MALL capabilities checking logic
 2023-11-03 18:23 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 4/4] test/amdgpu: Add test for Sub-viewport

[PATCH BlueZ 0/4] Fix an allocation oversight in SDP parsing
 2023-11-03 18:21 UTC  (4+ messages)
` [PATCH BlueZ 2/4] lib/sdp: Don't assume uint8_t has size 1
` [PATCH BlueZ 3/4] lib/sdp: Use correct string length in sdp_copy_seq()
` [PATCH BlueZ 4/4] lib/sdp: Pass size_t to sdp_get_string_attr()


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.