All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-28 21:36:43 to 2022-09-28 22:56:32 UTC [more...]

[PATCH v2] KVM: selftests: Gracefully handle empty stack traces
 2022-09-28 22:56 UTC  (2+ messages)

[GIT PULL] Rockchip clock changes for 6.1 #1
 2022-09-28 22:55 UTC  (3+ messages)

[PATCH RESEND] fs: btrfs: remove the usage of undeclared fs_mutex variable
 2022-09-28 22:55 UTC  (2+ messages)

[PATCH v2 0/3] KVM: selftests: Fix nx_huge_pages_test when TDP is disabled
 2022-09-28 22:55 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: selftests: Add helper to read boolean module parameters
` [PATCH v2 3/3] KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts

[PATCH PoC v2 00/10] btrfs: scrub: introduce a new family of ioctl, scrub_fs
 2022-09-28 22:54 UTC  (4+ messages)
` [PATCH PoC v2 04/10] btrfs: scrub: introduce place holder helper scrub_fs_block_group()

[PATCH 0/3] improve audit syscall-exit latency
 2022-09-28 22:54 UTC  (9+ messages)
` [PATCH 1/3] audit: cache ctx->major in audit_filter_syscall()
` [PATCH 2/3] audit: annotate branch direction for audit_in_mask()
` [PATCH 3/3] audit: unify audit_filter_{uring(), inode_name(), syscall()}
  ` [PATCH 3/3] audit: unify audit_filter_{uring(),inode_name(),syscall()}

[PATCH v1 00/10] plugins/next (disas, monitor, docs, execlog)
 2022-09-28 22:54 UTC  (3+ messages)
` [PATCH v1 04/10] tests/tcg: add memory-sve test for aarch64

Possible bugs in generated DATASEC BTF
 2022-09-28 22:54 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t v5 0/2] tests/kms_content_protection: Test Refactoring
 2022-09-28 22:53 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_content_protection: Test Refactoring (rev3)

[PATCH v2 00/37] drm: xlnx: zynqmp_dpsub: Initial live video input support
 2022-09-28 22:47 UTC  (42+ messages)
` [PATCH v2 01/37] dt-bindings: display: xlnx: zynqmp-dpsub: Add OF graph ports
` [PATCH v2 02/37] drm: xlnx: zynqmp_dpsub: Switch to atomic encoder enable/disable
` [PATCH v2 03/37] drm: xlnx: zynqmp_dpsub: Constify mode argument to function
` [PATCH v2 04/37] drm: xlnx: zynqmp_dpsub: Create DRM bridge to model DP encoder
` [PATCH v2 05/37] drm: xlnx: zynqmp_dpsub: Don't access connector in zynqmp_dp_set_format()
` [PATCH v2 06/37] drm: xlnx: zynqmp_dpsub: Move connector registration to bridge attach
` [PATCH v2 07/37] drm: xlnx: zynqmp_dpsub: Move encoder to DPSUB core
` [PATCH v2 08/37] drm: xlnx: zynqmp_dpsub: Attach to the next bridge
` [PATCH v2 09/37] drm: xlnx: zynqmp_dpsub: Use DRM connector bridge helper
` [PATCH v2 10/37] drm: xlnx: zynqmp_dpsub: Report HPD through the bridge
` [PATCH v2 11/37] drm: xlnx: zynqmp_dpsub: Drop unused zynqmp_disp.event field
` [PATCH v2 12/37] drm: xlnx: zynqmp_dpsub: Drop unused zynqmp_disp_format.bus_fmt field
` [PATCH v2 13/37] drm: xlnx: zynqmp_dpsub: Don't pass CRTC to zynqmp_disp_setup_clock()
` [PATCH v2 14/37] drm: xlnx: zynqmp_dpsub: Configure blender in zynqmp_disp_enable()
` [PATCH v2 15/37] drm: xlnx: zynqmp_dpsub: Use local variable in zynqmp_disp_layer_update()
` [PATCH v2 16/37] drm: xlnx: zynqmp_dpsub: Pass format info to zynqmp_disp_layer_set_format()
` [PATCH v2 17/37] drm: xlnx: zynqmp_dpsub: Remplace hardcoded values with ARRAY_SIZE()
` [PATCH v2 18/37] drm: xlnx: zynqmp_dpsub: Don't use drmm_kcalloc() for temporary data
` [PATCH v2 19/37] drm: xlnx: zynqmp_dpsub: Move pclk from zynqmp_disp to zynqmp_dpsub
` [PATCH v2 20/37] drm: xlnx: zynqmp_dpsub: Move audio clk "
` [PATCH v2 21/37] drm: xlnx: zynqmp_dpsub: Move CRTC to zynqmp_dpsub structure
` [PATCH v2 22/37] drm: xlnx: zynqmp_dpsub: Move planes "
` [PATCH v2 23/37] drm: xlnx: zynqmp_dpsub: Move DRM/KMS initialization to separate file
` [PATCH v2 24/37] drm: xlnx: zynqmp_dpsub: Move CRTC handling to zynqmp_kms.c
` [PATCH v2 25/37] drm: xlnx: zynqmp_dpsub: Move planes "
` [PATCH v2 26/37] drm: xlnx: zynqmp_dpsub: Register AUX bus at bridge attach time
` [PATCH v2 27/37] drm: xlnx: zynqmp_dpsub: Move DP bridge init to zynqmp_dp_probe()
` [PATCH v2 28/37] drm: xlnx: zynqmp_dpsub: Manage DP and DISP allocations manually
` [PATCH v2 29/37] drm: xlnx: zynqmp_dpsub: Move all DRM init and cleanup to zynqmp_kms.c
` [PATCH v2 30/37] drm: xlnx: zynqmp_dpsub: Decouple DRM device from zynqmp_dpsub
` [PATCH v2 31/37] drm: xlnx: zynqmp_dpsub: Rename zynqmp_dpsub_handle_vblank with DRM prefix
` [PATCH v2 32/37] drm: xlnx: zynqmp_dpsub: Parse DT to find connected ports
` [PATCH v2 33/37] drm: xlnx: zynqmp_dpsub: Allow configuration of layer mode
` [PATCH v2 34/37] drm: xlnx: zynqmp_dpsub: Support operation without DMA engine
` [PATCH v2 35/37] drm: xlnx: zynqmp_dpsub: Add support for live video input
` [PATCH v2 36/37] arm64: dts: zynqmp: Add ports for the DisplayPort subsystem
` [PATCH v2 37/37] arm64: dts: zynqmp: zcu106a: Describe DisplayPort connector

[Bug 216541] New: FUZZ: general protection fault, KASAN: null-ptr-deref at fs/ext4/ialloc.c:ext4_read_inode_bitmap() when mount a corrupted image
 2022-09-28 22:50 UTC 

Connecting Nick and Kangjie
 2022-09-28 22:50 UTC 

[PATCH 0/1] Fix potential HE IE bug and some other questions
 2022-09-28 22:49 UTC  (2+ messages)
` [PATCH 1/1] wifi: mac80211: fix probe req HE capabilities access

[PATCH 0/6] aspeed: avocado test boosts
 2022-09-28 22:48 UTC  (3+ messages)
` [PATCH 1/6] tests/avocado/machine_aspeed.py: Fix typos on buildroot

[PATCH bpf-next v1 0/8] Dynptr convenience helpers
 2022-09-28 22:47 UTC  (13+ messages)
` [PATCH bpf-next v1 2/8] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH bpf-next v1 5/8] bpf: Add bpf_dynptr_clone
` [PATCH bpf-next v1 7/8] bpf: Add bpf_dynptr_iterator

[Intel-wired-lan] [PATCH net-next] ixgbe: Remove local variable
 2022-09-28 22:42 UTC 

[Bug 216540] New: FUZZ: kernel BUG at kernel BUG at fs/ext4/ext4.h:2413 when mount and operate on crafted image
 2022-09-28 22:41 UTC 

DFSAN & linux
 2022-09-28 22:39 UTC 

[PATCHv4 1/3] dt-bindings: mmc: synopsys-dw-mshc: document "altr,sysmgr-syscon"
 2022-09-28 22:37 UTC  (2+ messages)

[PATCH v3 0/5] Add the cat24c208 EDID EEPROM driver + new EDID capability
 2022-09-28 22:37 UTC  (3+ messages)
` [PATCH v3 3/5] dt-bindings: media: add cat24c208 bindings

Questions about Offloads and XDP-Hints regarding a Cloud-Provider Use-Case
 2022-09-28 22:37 UTC  (4+ messages)
` [xdp-cloud] "

significant drop fio IOPS performance on v5.10
 2022-09-28 22:36 UTC  (4+ messages)

[PATCH] include/uapi/linux/swab: Fix potentially missing __always_inline
 2022-09-28 22:36 UTC  (2+ messages)

[PATCH v3 00/28] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-09-28 22:35 UTC  (8+ messages)
` [PATCH v3 07/28] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled

[PATCH 1/2] include: import virtio_blk headers from linux with zoned device support
 2022-09-28 22:33 UTC  (5+ messages)
` [PATCH 2/2] virtio-blk: add zoned storage emulation for zoned devices

[PATCH v2 0/9] mm: introduce Designated Movable Blocks
 2022-09-28 22:33 UTC  (10+ messages)
` [PATCH v2 1/9] lib/show_mem.c: display MovableOnly
` [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
` [PATCH v2 3/9] mm/page_alloc: calculate node_spanned_pages from pfns
` [PATCH v2 4/9] mm/page_alloc.c: allow oversized movablecore
` [PATCH v2 5/9] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH v2 6/9] memblock: introduce MEMBLOCK_MOVABLE flag
` [PATCH v2 7/9] mm/dmb: Introduce Designated Movable Blocks
` [PATCH v2 8/9] mm/page_alloc: make alloc_contig_pages DMB aware
` [PATCH v2 9/9] mm/page_alloc: allow base for movablecore

[nft PATCH] monitor: Sanitize startup race condition
 2022-09-28 22:32 UTC 

[PATCH v2 0/4] x86/fpu: Fix MXCSR handling and SSE component definition
 2022-09-28 22:32 UTC  (5+ messages)
` [PATCH v2 4/4] x86/fpu: Correct the legacy state offset and size information

Linux kernel updates and v6.0
 2022-09-28 22:30 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 0/4] misc fixes
 2022-09-28 22:29 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/4] tests/kms_cursor_crc: wait for cursor only when needed

[Buildroot] [PATCH] package/linux-tools: Exclude checking PE binaries from perf test
 2022-09-28 22:28 UTC  (3+ messages)

[PATCH BlueZ] client/player: Fix attempting to acquire already acquired transport
 2022-09-28 22:28 UTC  (2+ messages)
` [BlueZ] "

[PATCH] crypto: stm32 - Fix spelling mistake "wite" -> "write"
 2022-09-28 22:24 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ixgbe: Remove unnecessary use of kmap()
 2022-09-28 22:22 UTC  (3+ messages)

[PATCH] scsi: ufs: Remove unneeded casts from void *
 2022-09-28 22:22 UTC 

[PATCH 1/2] wifi: wl1251: drop support for platform data
 2022-09-28 22:22 UTC  (2+ messages)
` [PATCH 2/2] wireless: wl1251: switch to using gpiod API

[PATCH] scsi: lpfc: Fix spelling mistake "unsolicted" -> "unsolicited"
 2022-09-28 22:21 UTC 

[PATCH] rcu: fix build failure with debug dp log level
 2022-09-28 22:21 UTC  (6+ messages)

[PATCH 00/10] Add the Git Change command
 2022-09-28 22:20 UTC  (3+ messages)
` [PATCH 01/10] technical doc: add a design doc for the evolve command

[RFC PATCH] tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZE
 2022-09-28 22:18 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Read in rdma_close
 2022-09-28 22:19 UTC  (5+ messages)
` [PATCH 1/2] 9p: client_create/destroy: only call trans_mod->close after create
  ` [PATCH 2/2] 9p: client_create: init fcall_cache earlier
  ` [PATCH 1/2 v2] 9p: client_create/destroy: only call trans_mod->close after create
    ` [PATCH v3] "

[PATCH 1/2] block: modify blk_mq_plug() to allow only reads for zoned block devices
 2022-09-28 22:19 UTC  (13+ messages)

[Bug 216539] New: FUZZ: general protection fault, KASAN: null-ptr-deref at fs/ext4/ext4.h:ext4_free_blocks() when mount a corrupted image
 2022-09-28 22:17 UTC 

[PATCH v2] platform/x86: dell-ddv: Minor style fixes
 2022-09-28 22:15 UTC 

[PATCH] selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"
 2022-09-28 22:15 UTC 

[PATCH net-next] net/sock: Introduce trace_sk_data_ready()
 2022-09-28 22:15 UTC 

[PATCH 1/3] coreutils: add openssl PACKAGECONFIG
 2022-09-28 22:13 UTC  (3+ messages)
` [PATCH 2/3] gcc: set the default target arch
` [PATCH 3/3] systemd: generate manpages indexes

[PATCH] tracing: Fix spelling mistake "preapre" -> "prepare"
 2022-09-28 22:13 UTC  (2+ messages)

[PATCH] USB: omap_udc: Fix spelling mistake: "tranceiver_ctrl" -> "transceiver_ctrl"
 2022-09-28 22:11 UTC 

[PATCH] platform/x86: dell: Minor style fixes
 2022-09-28 22:09 UTC 

[PATCH] ui/gtk-egl: egl context needs to be unbound in the end of gd_egl_switch
 2022-09-28 21:58 UTC 

[PATCH nft 1/4] src: add eval_proto_ctx()
 2022-09-28 22:09 UTC  (4+ messages)
` [PATCH nft 2/4] src: add dl_proto_ctx()
` [PATCH nft 3/4] src: add vxlan matching support
` [PATCH nft 4/4] src: display (inner) tag in --debug=proto-ctx

[PATCH] net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"
 2022-09-28 22:07 UTC 

[PATCH libnftnl] expr: add inner support
 2022-09-28 22:07 UTC 

[PATCH] glibc-locale: explicitly remove empty dirs in ${libdir}
 2022-09-28 22:06 UTC 

[PATCH nf-next 0/2] nf_tables inner tunnel header match support
 2022-09-28 22:06 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nft_inner: support for inner tunnel header matching
` [PATCH nf-next 2/2] netfilter: nft_meta: add inner match support

[PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"
 2022-09-28 22:04 UTC  (2+ messages)

[PATCH v3] x86, mem: move memmove to out of line assembler
 2022-09-28 22:03 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] drm/amdgpu: Skip put_reset_domain if it doesnt exist
 2022-09-28 22:02 UTC  (2+ messages)

[RFC PATCH]lvmlockd: try to adopt the lock resources left in previous lockspace
 2022-09-28 22:00 UTC  (2+ messages)

[ANNOUNCE] xfs: for-next updated to dc256418235a
 2022-09-28 21:56 UTC 

[PATCH v14 0/3] Add TDX Guest Attestation support
 2022-09-28 21:55 UTC  (4+ messages)
` [PATCH v14 1/3] x86/tdx: Make __tdx_module_call() usable in driver module
` [PATCH v14 2/3] virt: Add TDX guest driver
` [PATCH v14 3/3] selftests: tdx: Test TDX attestation GetReport support

ARMv8 SError, panic around msi_set_mask_bit during suspend-to-RAM
 2022-09-28 21:56 UTC  (2+ messages)

[PATCH nf-next 1/2] netfilter: nft_payload: access GRE payload via inner offset
 2022-09-28 21:55 UTC  (2+ messages)
` [PATCH nf-next 2/2] netfilter: nft_payload: access ipip payload for "

[PATCH nf-next] netfilter: nft_payload: move struct nft_payload_set definition where it belongs
 2022-09-28 21:55 UTC 

[PATCH] net: bna: Fix spelling mistake "muliple" -> "multiple"
 2022-09-28 21:54 UTC 

[PATCH] Input: ims-pcu: Fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"
 2022-09-28 21:53 UTC  (2+ messages)

[PATCH] lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
 2022-09-28 21:53 UTC  (6+ messages)

[syzbot] KASAN: use-after-free Read in rdma_close
 2022-09-28 21:52 UTC  (5+ messages)

[PATCH v3 0/5] GPU workload hints for better performance
 2022-09-28 21:51 UTC  (10+ messages)
` [PATCH v3 5/5] drm/amdgpu: switch workload context to/from compute

[PATCH] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
 2022-09-28 21:50 UTC 

[PATCH v2 00/45] dm: core: Support multiple device trees in ofnode
 2022-09-28 21:50 UTC  (5+ messages)
` [PATCH v2 12/45] test: Support testing malloc() failures

[PATCH v3] Bluetooth: Prevent double register of suspend
 2022-09-28 21:50 UTC  (2+ messages)

[PATCH v3] Bluetooth: Call shutdown for HCI_USER_CHANNEL
 2022-09-28 21:50 UTC  (2+ messages)

[PATCH] x86/split_lock: Restore warn mode (and add a new one) to avoid userspace regression
 2022-09-28 21:50 UTC  (2+ messages)

[PATCH 0/3] Add Hynitron cstxxx Touchscreen
 2022-09-28 21:48 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: add Hynitron vendor prefix
` [PATCH 2/3] dt-bindings: input: touchscreen: Add Hynitron cstxxx bindings
` [PATCH 3/3] input/touchscreen: Add Hynitron cstxxx touchscreen

[PATCH] freevxfs: Fix spelling mistake "ivalid" -> "invalid"
 2022-09-28 21:47 UTC 

[PATCH 2/3] PCI/AER: Disable AER service on suspend when IRQ is shared with PME
 2022-09-28 21:45 UTC  (3+ messages)

[PATCH] tmpfs: ensure O_LARGEFILE with generic_file_open()
 2022-09-28 21:45 UTC  (3+ messages)

KASAN: use-after-free Read in sg_release
 2022-09-28 21:45 UTC  (3+ messages)

venv for python qtest bits? (was: Re: [PATCH 11/12] acpi/tests/bits: add README file for bits qtests)
 2022-09-28 21:43 UTC  (12+ messages)
        ` Why we should avoid new submodules if possible

[PATCH v2 net-next 1/3] ibmveth: Copy tx skbs into a premapped buffer
 2022-09-28 21:43 UTC  (3+ messages)
` [PATCH v2 net-next 2/3] ibmveth: Implement multi queue on xmit
` [PATCH v2 net-next 3/3] ibmveth: Ethtool set queue support

[PATCH] kselftests/sched: Fix spelling mistake "hiearchy" -> "hierarchy"
 2022-09-28 21:44 UTC 

[PATCH] test_firmware: Fix spelling mistake "EMTPY" -> "EMPTY"
 2022-09-28 21:42 UTC  (2+ messages)

[Buildroot] [git commit] package/libabseil-cpp: bump version to 20220623.1
 2022-09-28 21:39 UTC 

[Intel-wired-lan] [PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-28 21:39 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
      `  "

[Buildroot] [PATCH] package/libabseil-cpp: bump version to 20220623.1
 2022-09-28 21:40 UTC  (2+ messages)

[PATCH 0/7] Fix several device private page reference counting issues
 2022-09-28 21:39 UTC  (10+ messages)
` [PATCH 6/7] nouveau/dmem: Evict device private memory during release
          ` [Nouveau] "

[Buildroot] [PATCH] package/grpc: bump to version 1.49.1
 2022-09-28 21:39 UTC  (2+ messages)

[Buildroot] [git commit] package/grpc: bump to version 1.49.1
 2022-09-28 21:39 UTC 

[iptables PATCH] nft: Fix meta statement parsing
 2022-09-28 21:39 UTC  (5+ messages)

[RFC] PCI EP/RC network transfer by using eDMA
 2022-09-28 21:38 UTC 

[PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
 2022-09-28 21:38 UTC  (12+ messages)

[PATCH v2 0/8] Fix several device private page reference counting issues
 2022-09-28 21:37 UTC  (5+ messages)
` [PATCH v2 7/8] nouveau/dmem: Evict device private memory during release
    ` [Nouveau] "

[PATCH] bnx2: Fix spelling mistake "bufferred" -> "buffered"
 2022-09-28 21:37 UTC 

[PATCH v2] target/hppa: Generate illegal instruction exception for 64-bit instructions
 2022-09-28 21:05 UTC  (2+ messages)

[PATCH] parisc: Reduce kernel size by packing the alternative tables
 2022-09-28 21:37 UTC 

[PATCH] KVM: selftests: Fix spelling mistake "begining" -> "beginning"
 2022-09-28 21:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wolfssl: security bump to version 5.5.1
 2022-09-28 21:36 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.