All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-24 20:57:45 to 2022-04-24 23:32:49 UTC [more...]

[PATCH] iommu/mediatek: fix NULL pointer dereference when printing dev_name
 2022-04-24 23:28 UTC  (6+ messages)

[PATCH] checkpatch: warn about flushing system-wide workqueues
 2022-04-24 23:31 UTC 

[PATCH v3 8/8] nvdimm: Fix firmware activation deadlock scenarios
 2022-04-24 23:30 UTC  (3+ messages)
` [PATCH v4 "

RTT-PROBE: lore-subspace-rtt
 2022-04-24 23:29 UTC 

[PATCH net-next v1 0/4] Broadcom PTP PHY support
 2022-04-24 23:29 UTC  (7+ messages)
` [PATCH net-next v1 1/4] net: phy: broadcom: Add PTP support for some Broadcom PHYs
` [PATCH net-next v1 3/4] net: phy: broadcom: Hook up the PTP PHY functions
` [PATCH net-next v1 4/4] net: phy: Kconfig: Add broadcom PTP PHY library

[ovmf test] 169689: regressions - FAIL
 2022-04-24 23:28 UTC 

kernel/sched/core.c:6890:43: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-04-24 23:27 UTC 

[PATCH v2 0/3] btrfs: vairous bug fixes related to generic/475 failure with subpage cases
 2022-04-24 23:26 UTC  (7+ messages)
` [PATCH v2 1/3] btrfs: avoid double clean up when submit_one_bio() failed

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-24 23:27 UTC  (16+ messages)

[PATCH] FDDI: defxx: simplify if-if to if-else
 2022-04-24 23:26 UTC  (4+ messages)

[PATCH] drm: rcar-du: Add setting to PnALPHAR register on Gen3
 2022-04-24 23:25 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-24 23:19 UTC 

[PATCH] mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits
 2022-04-24 23:17 UTC  (2+ messages)

[PATCH v2] net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr
 2022-04-24 23:16 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-24 23:09 UTC 

[PATCH] mmc: sunxi-mmc: Correct the maximum segment size
 2022-04-24 23:06 UTC  (2+ messages)

[RFC PATCH] cgroup/cpuset: fix a memory binding failure for cgroup v2
 2022-04-24 23:06 UTC  (5+ messages)

network hangs after 'virtio: fix up virtio_disable_cb'
 2022-04-24 23:05 UTC 

[Patch net-next] net: dsa: ksz: added the generic port_stp_state_set function
 2022-04-24 23:01 UTC  (2+ messages)

[tty:tty-testing] BUILD SUCCESS 8043b16f522c9e21e2361a67514386bee3731c6e
 2022-04-24 22:59 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:59 UTC 

[PATCH v3] usb: gadget: uvc: Fix crash when encoding data for usb request
 2022-04-24 22:58 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:49 UTC 

[PATCH v2] docs: media: uvcvideo: Use linux-media mailing list
 2022-04-24 22:45 UTC  (6+ messages)

[GIT PULL FOR v5.19] uvcvideo fixes and improvements
 2022-04-24 22:45 UTC 

[PATCH 0/3] AVX guest implementation
 2022-04-24 22:02 UTC  (43+ messages)
` [PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
` [PATCH v2 02/42] i386: DPPS rounding fix
` [PATCH v2 03/42] Add AVX_EN hflag
` [PATCH v2 04/42] i386: Rework sse_op_table1
` [PATCH v2 05/42] i386: Rework sse_op_table6/7
` [PATCH v2 06/42] i386: Add CHECK_NO_VEX
` [PATCH v2 07/42] Enforce VEX encoding restrictions
` [PATCH v2 08/42] i386: Add ZMM_OFFSET macro
` [PATCH v2 09/42] i386: Helper macro for 256 bit AVX helpers
` [PATCH v2 10/42] i386: Rewrite vector shift helper
` [PATCH v2 11/42] i386: Rewrite simple integer vector helpers
` [PATCH v2 12/42] i386: Misc integer AVX helper prep
` [PATCH v2 13/42] i386: Destructive vector helpers for AVX
` [PATCH v2 14/42] i386: Add size suffix to vector FP helpers
` [PATCH v2 15/42] i386: Floating point atithmetic helper AVX prep
` [PATCH v2 16/42] i386: Dot product AVX helper prep
` [PATCH v2 17/42] i386: Destructive FP helpers for AVX
` [PATCH v2 18/42] i386: Misc AVX helper prep
` [PATCH v2 19/42] i386: Rewrite blendv helpers
` [PATCH v2 20/42] i386: AVX pclmulqdq
` [PATCH v2 21/42] i386: AVX+AES helpers
` [PATCH v2 22/42] i386: Update ops_sse_helper.h ready for 256 bit AVX
` [PATCH v2 23/42] i386: AVX comparison helpers
` [PATCH v2 24/42] i386: Move 3DNOW decoder
` [PATCH v2 25/42] i386: VEX.V encodings (3 operand)
` [PATCH v2 26/42] i386: Utility function for 128 bit AVX
` [PATCH v2 27/42] i386: Translate 256 bit AVX instructions
` [PATCH v2 28/42] i386: Implement VZEROALL and VZEROUPPER
` [PATCH v2 29/42] i386: Implement VBROADCAST
` [PATCH v2 30/42] i386: Implement VPERMIL
` [PATCH v2 31/42] i386: Implement AVX variable shifts
` [PATCH v2 32/42] i386: Implement VTEST
` [PATCH v2 33/42] i386: Implement VMASKMOV
` [PATCH v2 34/42] i386: Implement VGATHER
` [PATCH v2 35/42] i386: Implement VPERM
` [PATCH v2 36/42] i386: Implement VINSERT128/VEXTRACT128
` [PATCH v2 37/42] i386: Implement VBLENDV
` [PATCH v2 38/42] i386: Implement VPBLENDD
` [PATCH v2 39/42] i386: Enable AVX cpuid bits when using TCG
` [PATCH v2 40/42] Enable all x86-64 cpu features in user mode
` [PATCH v2 41/42] AVX tests
` [PATCH v2 42/42] i386: Add sha512-avx test

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:38 UTC 

[mingo-tip:sched/headers 396/2579] net/ipv4/nexthop.c:3686:32: sparse: sparse: dereference of noderef expression
 2022-04-24 22:36 UTC 

[Intel-gfx] [PATCH 0/8] drm/i915: Media freq factor and per-gt enhancements/fixes
 2022-04-24 22:36 UTC  (7+ messages)
` [Intel-gfx] [PATCH v2 0/9] "
  ` [Intel-gfx] [PATCH 7/9] drm/i915/gt: Fix memory leaks in per-gt sysfs

arcconf Linux utility for Adaptec AAC-RAID (Rocket) (rev 02) (IBM ServeRAID 8k/8k-l8) unable to query RAID controller
 2022-04-24 22:25 UTC  (2+ messages)

[PATCH v4 0/2] x86/mce: Handle error injection failure in mce-inject module
 2022-04-24 22:32 UTC  (7+ messages)
` [PATCH v4 1/2] x86/mce: Check for writes ignored in MCA_STATUS register

[kvalo-ath:pending-deferred] BUILD SUCCESS 36b576b5f874897c538809dd62c88bcf64cc835e
 2022-04-24 22:30 UTC 

[PATCH 1/2] media: uvc: simplify uvc_enpoint_max_bpi
 2022-04-24 22:31 UTC  (4+ messages)
` [PATCH 2/2] media: uvc: Undup use uvv-endpoint_max_bpi code

[Intel-gfx] [PATCH v2 0/9] drm/i915: Media freq factor and per-gt enhancements/fixes
 2022-04-24 22:30 UTC  (9+ messages)
` [Intel-gfx] [PATCH 4/9] drm/i915/gt: Convert callers to user per-gt pcode functions
` [Intel-gfx] [PATCH 5/9] drm/i915/pcode: Add a couple of pcode helpers
` [Intel-gfx] [PATCH 6/9] drm/i915/gt: Add media RP0/RPn to per-gt sysfs
` [Intel-gfx] [PATCH 7/9] drm/i915/gt: Fix memory leaks in "

[GIT PULL] Allwinner clock fixes for 4.18
 2022-04-24 22:30 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:28 UTC 

Linux kernel 5.18-rc4 released
 2022-04-24 22:24 UTC 

Linux 5.18-rc4
 2022-04-24 22:22 UTC 

[ovmf test] 169688: regressions - FAIL
 2022-04-24 22:19 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:17 UTC 

[PATCH] checksyscalls: ignore -Wunused-macros
 2022-04-24 22:17 UTC  (2+ messages)

[PATCH v2 4/5] scsi: ufshpb: Add handing of device reset HPB regions Infos in HPB device mode
 2022-04-24 22:16 UTC  (5+ messages)
` [PATCH v2 0/5] Several changes for UFSHPB

[PATCH 0/8] cxl/pci: Add fundamental error handling
 2022-04-24 22:15 UTC  (4+ messages)
` [PATCH 8/8] cxl/pci: Add (hopeful) error handling support

[PATCH] power: supply: core: Initialize struct to zero
 2022-04-24 22:13 UTC 

[PATCH v3 0/6] Several changes for UFSHPB
 2022-04-24 22:07 UTC  (7+ messages)
` [PATCH v3 1/6] scsi: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
` [PATCH v3 2/6] scsi: ufshpb: Remove 0 assignment for enum value
` [PATCH v3 3/6] scsi: ufshpb: Cleanup the handler when device reset HPB information
` [PATCH v3 4/6] scsi: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*
` [PATCH v3 5/6] scsi: ufshpb: Add handing of device reset HPB regions Infos in HPB device mode
` [PATCH v3 6/6] scsi: ufshpb: Cleanup ufshpb_suspend/resume

RTT-PROBE: lore-subspace-rtt
 2022-04-24 22:06 UTC 

[PATCH v2 05/11] smp: replace smp_call_function_single_async() with smp_call_private()
 2022-04-24 22:06 UTC  (4+ messages)

[PATCH v3] media: usb: uvc: Add UVC_GUID_FORMAT_H265
 2022-04-24 22:04 UTC  (5+ messages)

[PATCH v3] brcmfmac: of: introduce new property to allow disable PNO
 2022-04-24 22:04 UTC  (2+ messages)

A blog for kernel development
 2022-04-24 22:02 UTC  (7+ messages)

net: stmmac: dwmac-imx: half duplex crash
 2022-04-24 22:01 UTC  (3+ messages)

[tty:tty-linus 23/26] drivers/tty/n_gsm.c:939:13: warning: variable 'size' is used uninitialized whenever 'if' condition is false
 2022-04-24 22:02 UTC  (4+ messages)

[PATCH v22 0/8] support dirty restraint on vCPU
 2022-04-24 21:55 UTC  (3+ messages)

[mingo-tip:sched/headers 456/2579] net/sched/cls_api.c:3057:1: sparse: sparse: function 'tcf_exts_hw_stats_update' with external linkage has definition
 2022-04-24 21:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:56 UTC 

[PATCH bpf-next v5 00/13] Introduce typed pointer support in BPF maps
 2022-04-24 21:57 UTC  (10+ messages)
` [PATCH bpf-next v5 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v5 04/13] bpf: Tag argument to be released in bpf_func_proto

[PATCH iptables 0/7] support for dynamic register allocation
 2022-04-24 21:56 UTC  (8+ messages)
` [PATCH iptables 1/7] nft-shared: update context register for bitwise expression
` [PATCH iptables 2/7] nft: pass struct nft_xt_ctx to parse_meta()
` [PATCH iptables 3/7] nft: native mark matching support
` [PATCH iptables 4/7] nft: pass handle to helper functions to build netlink payload
` [PATCH iptables 5/7] nft: prepare for dynamic register allocation
` [PATCH iptables 6/7] nft: split gen_payload() to allocate register and initialize expression
` [PATCH iptables 7/7] nft: support for dynamic register allocation

[folded-merged] mm-shmem-make-shmem_init-return-void-fix.patch removed from -mm tree
 2022-04-24 21:52 UTC 

[PATCH net-next v3 0/2] propagate extack to vxlan_fdb_delete
 2022-04-24 21:52 UTC  (11+ messages)
` [PATCH net-next v3 1/2] rtnetlink: add extack support in fdb del handlers
          ` [Intel-wired-lan] "
          ` [Bridge] "

[PATCH bpf-next v6 00/13] Introduce typed pointer support in BPF maps
 2022-04-24 21:49 UTC  (14+ messages)
` [PATCH bpf-next v6 01/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v6 02/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v6 03/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v6 04/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v6 05/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v6 06/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v6 07/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v6 08/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v6 09/13] bpf: Make BTF type match stricter for release arguments
` [PATCH bpf-next v6 10/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v6 11/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v6 12/13] selftests/bpf: Add verifier "
` [PATCH bpf-next v6 13/13] selftests/bpf: Add test for strict BTF type check

[PATCH 03/25] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-04-24 21:46 UTC  (12+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:46 UTC 

[PATCH] drm: rcar-du: Drop file name from comment header blocks
 2022-04-24 21:45 UTC  (2+ messages)

[PATCH 1/4] ARM: imx: imx8m: Introduce and use UART_BASE_ADDR(n)
 2022-04-24 21:44 UTC  (4+ messages)
` [PATCH 2/4] ARM: imx: imx27: "
` [PATCH 3/4] ARM: imx: imx31: "
` [PATCH 4/4] ARM: imx: imx5: "

[PATCH] ARM: imx: imx8q: Use LPUART_BASE macro in config files
 2022-04-24 21:43 UTC 

[PATCH] hex2bin: make the function hex_to_bin constant-time
 2022-04-24 21:42 UTC  (7+ messages)
` [dm-devel] "

[PATCH v2 1/2] pmic: pca9450: Add upstream regulators subnode match
 2022-04-24 21:40 UTC  (2+ messages)
` [PATCH v2 2/2] pmic: pca9450: Add regulator driver

[Buildroot] [PATCH v7 1/5] package/pkg-python: migrate flit to new bootstrapping sequence
 2022-04-24 21:39 UTC  (5+ messages)
` [Buildroot] [PATCH v7 2/5] package/pkg-python.mk: remove hardcoded paths for host Python
` [Buildroot] [PATCH v7 3/5] package/python-flit-core: migrate setup type to flit bootstrap
` [Buildroot] [PATCH v7 4/5] package/python-tomli: bump to version 2.0.1
` [Buildroot] [PATCH v7 5/5] package/python-pyparsing: bump to version 3.0.8

[folded-merged] kasan-fix-sleeping-function-called-from-invalid-context-on-rt-kernel-fix.patch removed from -mm tree
 2022-04-24 21:39 UTC 

[PATCH][RESEND] mtd: spi-nor-ids: Add Winbond W25Q128JW ID
 2022-04-24 21:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:36 UTC 

[mingo-tip:sched/headers 127/2579] kernel/sched/fair.c:918:32: sparse: sparse: cast removes address space '__rcu' of expression
 2022-04-24 21:35 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:26 UTC 

[PATCH] clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical
 2022-04-24 21:24 UTC  (3+ messages)

[PATCH] arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
 2022-04-24 21:19 UTC  (3+ messages)

[ovmf test] 169687: regressions - FAIL
 2022-04-24 21:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:16 UTC 

[PATCH] selftests/resctrl: Fix null pointer dereference on open failed
 2022-04-24 21:15 UTC 

[PATCH v4 00/20] Add writeback block support for DPU
 2022-04-24 21:12 UTC  (7+ messages)
` [PATCH v4 03/20] drm: allow real encoder to be passed for drm_writeback_connector
      ` [Freedreno] "

RTT-PROBE: lore-subspace-rtt
 2022-04-24 21:05 UTC 

[PATCH] ALSA: pcm: Check for null pointer of pointer substream before dereferencing it
 2022-04-24 20:59 UTC 

[Buildroot] [PATCH 1/2] package/libselinux: fix host build
 2022-04-24 20:57 UTC  (2+ messages)

[Buildroot] [git commit] package/libselinux: fix host build
 2022-04-24 20:55 UTC 

[Buildroot] [git commit] package/libselinux: switch to pcre2
 2022-04-24 20:56 UTC 

[Buildroot] [PATCH v6 1/5] package/pkg-python: migrate flit to new bootstrapping sequence
 2022-04-24 20:56 UTC  (2+ messages)
` [Buildroot] [PATCH v6 5/5] package/python-pyparsing: bump to version 3.0.8


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.