All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 21:02:35 to 2023-11-07 21:52:10 UTC [more...]

[RFC PATCH v10 00/24] Modernize U-Boot shell
 2023-11-07 21:52 UTC  (6+ messages)
` [RFC PATCH v10 11/24] cmd: Add new cli command

[libgpiod][PATCH 0/1] bindings: python: standalone build tooling for tests
 2023-11-07 21:51 UTC  (2+ messages)
` [libgpiod][PATCH 1/1] "

[PATCH 1/3] dt-bindings: clock: qcom: ipq6018: add USB GDSCs
 2023-11-07 21:51 UTC  (8+ messages)
` [PATCH 2/3] clk: "

[Buildroot] [git commit branch/2023.08.x] package/nettle: add missing host-gmp dependency
 2023-11-07 21:44 UTC 

[Buildroot] [git commit branch/2023.08.x] package/nettle: add missing dependency on host-m4
 2023-11-07 21:44 UTC 

[PATCH] RISC-V: Don't rely on positional structure initialization
 2023-11-07 21:49 UTC  (2+ messages)

[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
 2023-11-07 21:49 UTC  (7+ messages)
` [PATCH 2/3] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy
` [PATCH 3/3] nvme: multipath: Invalidate current_path when changing iopolicy

[Buildroot] [git commit branch/2023.02.x] package/nettle: add missing host-gmp dependency
 2023-11-07 21:46 UTC 

[PATCH] arm64: dts: qcom: qrb2210-rb1: add wifi variant property
 2023-11-07 21:49 UTC  (2+ messages)

[PATCH 1/2] wifi: mac80211: Add utilities for converting op_class
 2023-11-07 21:48 UTC  (2+ messages)

mm/vmstat.c:358:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-07 21:48 UTC 

drivers/md/dm-integrity.c:521 sb_mac() error: memcmp() 'actual_mac' too small (64 vs 448)
 2023-11-07 21:48 UTC 

[android-common:android12-5.10 7044/30000] mm/cma.c:540 cma_alloc() error: uninitialized symbol 'ts'
 2023-11-07 21:48 UTC 

[jpoimboe:sframe 3/3] arch/arc/kernel/perf_event.c:248:6: warning: no previous prototype for 'perf_callchain_user'
 2023-11-07 21:48 UTC 

diff -u tools/include/uapi/linux/fscrypt.h include/uapi/linux/fscrypt.h
 2023-11-07 21:48 UTC 

[Buildroot] [git commit branch/2023.02.x] package/nettle: add missing dependency on host-m4
 2023-11-07 21:46 UTC 

[intel-tdx:guest-attest-wip 12/13] drivers/virt/coco/tsm.c:354:5: warning: no previous prototype for 'str_to_guid'
 2023-11-07 21:48 UTC 

[jpoimboe:sframe 3/3] core.c:undefined reference to `perf_callchain_user_deferred'
 2023-11-07 21:48 UTC 

extremely slow writes to degraded array
 2023-11-07 21:14 UTC  (2+ messages)

[Buildroot] [git commit] package/nettle: add missing host-gmp dependency
 2023-11-07 21:48 UTC  (2+ messages)

[PATCH v3 0/6] media: qcom: camss: Add sc8280xp support
 2023-11-07 21:48 UTC  (9+ messages)
` [PATCH v3 3/6] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 two-phase MIPI CSI-2 DPHY init
` [PATCH v3 4/6] media: qcom: camss: Add sc8280xp resource details
` [PATCH v3 5/6] media: qcom: camss: Add sc8280xp support
` [PATCH v3 6/6] media: qcom: camss: vfe-17x: Rename camss-vfe-170 to camss-vfe-17x

[Buildroot] [git commit] package/nettle: add missing dependency on host-m4
 2023-11-07 21:48 UTC  (2+ messages)

[PATCH v8 04/23] scsi: sd: Differentiate system and runtime start/stop management
 2023-11-07 21:48 UTC  (10+ messages)

[PATCH v1] spi: Fix null dereference on suspend
 2023-11-07 21:47 UTC 

[PATCH v4 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2023-11-07 21:47 UTC  (9+ messages)
` [PATCH v4 03/11] media: rkvdec: h264: Use bytesperline and buffer height as virstride
` [PATCH v4 04/11] media: rkvdec: h264: Don't hardcode SPS/PPS parameters

Regression in io_uring, leading to data corruption
 2023-11-07 21:46 UTC  (4+ messages)

[PATCH v11 00/24] Modernize U-Boot shell
 2023-11-07 21:41 UTC  (23+ messages)
` [PATCH v11 01/24] test: Add framework to test hush behavior
` [PATCH v11 02/24] test: hush: Test hush if/else
` [PATCH v11 03/24] test/py: hush_if_test: Remove the test file
` [PATCH v11 04/24] test: hush: Test hush variable expansion
` [PATCH v11 05/24] test: hush: Test hush commands list
` [PATCH v11 06/24] test: hush: Test hush loops
` [PATCH v11 08/24] cli: Port Busybox 2021 hush to U-Boot
` [PATCH v11 09/24] cli: Add menu for hush parser
` [PATCH v11 10/24] global_data.h: add GD_FLG_HUSH_OLD_PARSER flag
` [PATCH v11 11/24] cmd: Add new cli command
` [PATCH v11 13/24] cli: hush_2021: Enable variables expansion for hush 2021
` [PATCH v11 14/24] cli: hush_2021: Add functions to be called from run_command()
` [PATCH v11 15/24] cli: add hush 2021 as parser for run_command*()
` [PATCH v11 16/24] test: hush: Fix instructions list tests for hush 2021
` [PATCH v11 17/24] test: hush: Fix variable expansion "
` [PATCH v11 18/24] cli: hush_2021: Enable using < and > as string compare operators
` [PATCH v11 19/24] cli: hush_2021: Enable if keyword
` [PATCH v11 20/24] cli: hush_2021: Enable loops
` [PATCH v11 21/24] test: hush: Fix loop tests for hush 2021
` [PATCH v11 22/24] cli: hush_2021: Add upstream commits up to 2nd October 2023
` [PATCH v11 23/24] DO NOT MERGE: only to make CI happy
` [PATCH v11 24/24] DO NOT MERGE: ci: Build the world in any case

[Buildroot] [Bug 15826] New: nodejs modules with native extensions fail to install
 2023-11-07 21:45 UTC  (2+ messages)
` [Buildroot] [Bug 15826] "

[Intel-xe] [PATCH v6 1/2] Revert "FIXME: drm/i915: xe dpt integration"
 2023-11-07 21:44 UTC  (6+ messages)
` [Intel-xe] ✓ CI.KUnit: success for series starting with [v6,1/2] "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-xe] ✓ CI.BAT: success "

[Buildroot] [Bug 15823] New: Installing nodejs modules with native extensions fails on first run
 2023-11-07 21:44 UTC  (2+ messages)
` [Buildroot] [Bug 15823] "

[PATCH] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2023-11-07 21:50 UTC  (3+ messages)

[PATCH] Update translations
 2023-11-07 21:43 UTC  (3+ messages)

[PATCH v3 1/2] libselinux: cast to unsigned char for character handling function
 2023-11-07 21:43 UTC  (3+ messages)

[PATCH] libsepol: reject unsupported policy capabilities
 2023-11-07 21:43 UTC  (3+ messages)

[PATCH v2 1/3] libsepol: validate default type of transition is not an attribute
 2023-11-07 21:42 UTC  (3+ messages)

[PATCH] libselinux/utils: update getdefaultcon
 2023-11-07 21:42 UTC  (3+ messages)

[PATCH v2] checkpolicy: add round-trip tests
 2023-11-07 21:41 UTC  (3+ messages)

[PATCH v2 1/2] libsepol: reject avtab entries with invalid specifier
 2023-11-07 21:41 UTC  (3+ messages)

[RFC PATCH v2 00/20] Zero copy Rx using io_uring
 2023-11-07 21:40 UTC  (21+ messages)
` [PATCH 01/20] io_uring: add interface queue
` [PATCH 02/20] io_uring: add mmap support for shared ifq ringbuffers
` [PATCH 03/20] netdev: add XDP_SETUP_ZC_RX command
` [PATCH 04/20] io_uring: setup ZC for an Rx queue when registering an ifq
` [PATCH 05/20] io_uring/zcrx: implement socket registration
` [PATCH 06/20] io_uring: add ZC buf and pool
` [PATCH 07/20] io_uring: add ZC pool API
` [PATCH 08/20] skbuff: add SKBFL_FIXED_FRAG and skb_fixed()
` [PATCH 09/20] io_uring: allocate a uarg for freeing zero copy skbs
` [PATCH 10/20] io_uring: delay ZC pool destruction
` [PATCH 11/20] net: add data pool
` [PATCH 12/20] io_uring: add io_recvzc request
` [PATCH 13/20] io_uring/zcrx: propagate ifq down the stack
` [PATCH 14/20] io_uring/zcrx: introduce io_zc_get_rbuf_cqe
` [PATCH 15/20] io_uring/zcrx: add copy fallback
` [PATCH 16/20] net: execute custom callback from napi
` [PATCH 17/20] io_uring/zcrx: copy fallback to ring buffers
` [PATCH 18/20] veth: add support for io_uring zc rx
` [PATCH 19/20] bnxt: use data pool
` [PATCH 20/20] io_uring/zcrx: add multi socket support per Rx queue

[Buildroot] [PATCH] package/nodejs: fix additional modules installation
 2023-11-07 21:40 UTC  (2+ messages)

[PATCH] secilc/docs: fixes filecon example
 2023-11-07 21:40 UTC  (3+ messages)

[PATCH] restorecond: compatible with the use of EUID
 2023-11-07 21:39 UTC  (3+ messages)

[PATCH] sepolicy/manpage.py: make output deterministic
 2023-11-07 21:39 UTC  (4+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] package/nodejs/nodejs-src: fix arch check on additional modules
 2023-11-07 21:39 UTC  (2+ messages)

drivers/mux/adg792a.c:134:34: warning: 'adg792a_of_match' defined but not used
 2023-11-07 21:39 UTC  (3+ messages)

[RESEND v5 0/4] Add support for Vendor Defined Error Types in Einj Module
 2023-11-07 21:36 UTC  (5+ messages)
` [RESEND v5 1/4] ACPI: APEI: EINJ: Refactor available_error_type_show()
` [RESEND v5 2/4] fs: debugfs: Add write functionality to debugfs blobs
` [RESEND v5 3/4] platform/chrome: cros_ec_debugfs: Fix permissions for panicinfo
` [RESEND v5 4/4] ACPI: APEI: EINJ: Add support for vendor defined error types

[PATCH 5.15 000/125] 5.15.138-rc2 review
 2023-11-07 21:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-dtschema: bump to version 2023.9
 2023-11-07 21:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-editables: bump to version 0.5
 2023-11-07 21:37 UTC  (2+ messages)

folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL
 2023-11-07 21:37 UTC  (6+ messages)
  ` cgroups: warning for metadata allocation with GFP_NOFAIL (was Re: folio_alloc_buffers() doing allocations > order 1 with GFP_NOFAIL)

[Buildroot] [PATCH 1/1] package/python-executing: bump to version 2.0.1
 2023-11-07 21:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-rpds-py: bump to version 0.12.0
 2023-11-07 21:36 UTC  (2+ messages)

[PATCH] dt-bindings: soc: Add new board description for MicroBlaze V
 2023-11-07 21:36 UTC  (8+ messages)

[Buildroot] [git commit] package/nodejs: fix build of modules with native code
 2023-11-07 21:34 UTC 

[Buildroot] [git commit] package/python-dtschema: bump to version 2023.9
 2023-11-07 10:50 UTC 

[Buildroot] [git commit] package/nodejs/nodejs-src: fix arch check on additional modules
 2023-11-07 21:31 UTC 

[Buildroot] [git commit] package/python-executing: bump to version 2.0.1
 2023-11-07 10:50 UTC 

[Buildroot] [git commit] package/python-editables: bump to version 0.5
 2023-11-07 10:50 UTC 

[Buildroot] [git commit] package/python-rpds-py: bump to version 0.12.0
 2023-11-07 10:51 UTC 

[PATCH mptcp-next] Squash to "selftests: mptcp: add mptcp_lib_get_counter"
 2023-11-07 21:35 UTC  (2+ messages)

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-07 21:34 UTC  (6+ messages)

[PATCH v3 0/2] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-11-07 21:33 UTC  (3+ messages)
` [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure

[PATCH v3 0/6] MDSS reg bus interconnect
 2023-11-07 21:32 UTC  (5+ messages)
` [PATCH v3 2/6] dt-bindings: display/msm: Add reg bus and rotator interconnects

[PATCH 00/18] mfd: Convert to platform remove callback returning void
 2023-11-07 21:31 UTC  (3+ messages)
` [PATCH 13/18] mfd: qcom-pm8xxx: "

[PATCH 0/8] Add PM8937 PMIC support
 2023-11-07 21:30 UTC  (5+ messages)
` [PATCH 7/8] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH 8/8] soc: qcom: socinfo: Add PM8937 Power IC

[Intel-gfx] [PATCH v2] drm/i915/xelpmp: Add Wa_16021867713
 2023-11-07 21:29 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/xelpmp: Add Wa_16021867713 (rev2)

[Intel-gfx] [PATCH v5] drm/i915/dsb: DSB code refactoring
 2023-11-07 21:29 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsb: DSB code refactoring (rev5)

[PATCH v3] drm: amd: Resolve Sphinx unexpected indentation warning
 2023-11-07 16:28 UTC  (3+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-07 21:27 UTC  (8+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[PATCH v6] selftests: rtc: Fixes rtctest error handling
 2023-11-07 21:27 UTC  (4+ messages)

[PATCH 0/3] Add folio_zero_tail() and folio_fill_tail()
 2023-11-07 21:26 UTC  (8+ messages)
` [PATCH 1/3] mm: Add folio_zero_tail() and use it in ext4
` [PATCH 2/3] mm: Add folio_fill_tail() and use it in iomap
` [PATCH 3/3] gfs2: Convert stuffed_readpage() to stuffed_read_folio()

Regression from dcadfd7f7c74ef9ee415e072a19bdf6c085159eb
 2023-11-07 21:27 UTC  (3+ messages)

[Intel-xe] [PATCH v2 0/2] drm/xe/gsc: enable pvc support
 2023-11-07 21:26 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 1/2] "
` [Intel-xe] [PATCH v2 2/2] fixup! drm/xe/gsc: add gsc device support

Issues restoring a degraded array
 2023-11-07 21:26 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm850-lenovo-yoga: Add wakeup-sources
 2023-11-07 21:26 UTC  (2+ messages)

[PATCH V2 1/2] md: bypass block throttle for superblock update
 2023-11-07 21:24 UTC  (2+ messages)
` [PATCH V2 2/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-07 21:24 UTC  (11+ messages)

[PATCH mptcp-net] mptcp: add validity check for sending RM_ADDR
 2023-11-07 21:24 UTC  (2+ messages)

[PATCH v7 0/7] incorporate pm runtime framework and eDP clean up
 2023-11-07 21:23 UTC  (5+ messages)

[PATCH] selftests: capabilities: namespace create varies for root and normal user
 2023-11-07 21:23 UTC  (2+ messages)

[PATCH v4 0/6] querying mount attributes
 2023-11-07 21:23 UTC  (3+ messages)
` [PATCH v4 5/6] add listmount(2) syscall

[PATCH] fs/exec.c: Add fast path for ENOENT on PATH search before allocating mm
 2023-11-07 21:23 UTC  (4+ messages)

[PATCH] clk: exynos: Add header guard for clk-pll.h
 2023-11-07 21:22 UTC 

[PATCH v7 1/1] i2c: lpi2c: use clk notifier for rate changes
 2023-11-07 21:20 UTC  (3+ messages)

[PULL 1/1] Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
 2023-11-07 21:20 UTC 

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

[PATCH mptcp-net v2] mptcp: fix possible NULL pointer dereference on close
 2023-11-07 21:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/pkg-cargo: configure cargo profiles
 2023-11-07 21:19 UTC  (2+ messages)

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-07 21:19 UTC  (5+ messages)
` [RFC PATCH v3 08/12] net: support non paged skb frags

[RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
 2023-11-07 21:17 UTC  (14+ messages)

[RFC PATCH v2 00/17] Color Pipeline API w/ VKMS
 2023-11-07 21:17 UTC  (11+ messages)
` [RFC PATCH v2 06/17] drm/doc/rfc: Describe why prescriptive color pipeline is needed

[PATCH v2] x86/resctrl: mba_MBps: Fall back to total b/w if local b/w unavailable
 2023-11-07 21:15 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v6 0/4] usb: gadget: uvc: stability fixes on STREAMOFF
 2023-11-07 21:15 UTC  (8+ messages)
` [PATCH v9 1/4] usb: gadget: uvc: prevent use of disabled endpoint
  ` [PATCH v9 4/4] usb: gadget: uvc: Fix use-after-free for inflight usb_requests

[PATCH bpf-next] bpf: stackmap: add crosstask check to `__bpf_get_stack`
 2023-11-07 21:15 UTC  (5+ messages)

[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer)
 2023-11-07 21:14 UTC  (3+ messages)

[PULL 0/1] xen-virtio-fix-1-tag
 2023-11-07 21:13 UTC 

KASAN: use-after-free Read in __media_entity_remove_links
 2023-11-07 21:12 UTC  (2+ messages)
` [syzbot] "

[PATCH net-next] mptcp: deal with large GSO size
 2023-11-07 21:12 UTC  (2+ messages)

[PATCH 1/2] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
 2023-11-07 21:11 UTC  (4+ messages)
` [PATCH 2/2] md: bypass block throttle for superblock update

Tender Enquiry | UAE-Oman Railway Link Project
 2023-11-07 14:32 UTC 

[Intel-xe] [PATCH v2 00/50] uAPI Alignment - take 2
 2023-11-07 14:07 UTC  (5+ messages)
` [Intel-xe] [PATCH v2 08/50] drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
` [Intel-xe] [PATCH v2 10/50] fixup! drm/xe: Add uAPI to query micro-controler firmware version

[PATCH net,v3, 0/2] hv_netvsc: fix race of netvsc and VF register
 2023-11-07 21:05 UTC  (3+ messages)
` [PATCH net,v3, 1/2] hv_netvsc: Fix race of netvsc and VF register_netdevice
` [PATCH net,v3, 2/2] hv_netvsc: Fix race of register_netdevice_notifier and VF register

[GIT PULL] overlayfs update for 6.7
 2023-11-07 21:07 UTC  (3+ messages)

[PATCH] tests/docker: replace fedora-i386 with debian-i686
 2023-11-07 21:03 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the vfs-brauner tree
 2023-11-07 21:02 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.