All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-11 22:16:45 to 2022-02-11 22:47:16 UTC [more...]

[linux-next:master 5416/5417] core.c:undefined reference to `sof_client_fw_state_dispatcher'
 2022-02-11 22:46 UTC  (2+ messages)

next/master build: 210 builds: 18 failed, 192 passed, 37 errors, 336 warnings (next-20220211)
 2022-02-11 22:47 UTC 

[RFC PATCH 00/27] Virtio sound card implementation
 2022-02-11 22:13 UTC  (26+ messages)
` [RFC PATCH v2 00/25] Virtio Sound card Implementation
` [RFC PATCH 01/25] virtio-snd: Add virtio sound header file
` [RFC PATCH 02/25] virtio-snd: Add jack control structures
` [RFC PATCH 03/25] virtio-snd: Add PCM "
` [RFC PATCH 04/25] virtio-snd: Add chmap "
` [RFC PATCH 05/25] virtio-snd: Add device implementation structures
` [RFC PATCH 06/25] virtio-snd: Add PCI wrapper code for VirtIOSound
` [RFC PATCH 07/25] virtio-snd: Add properties for class init
` [RFC PATCH 08/25] virtio-snd: Add code for get config function
` [RFC PATCH 09/25] virtio-snd: Add code for the realize function
` [RFC PATCH 10/25] virtio-snd: Add macros for logging
` [RFC PATCH 11/25] virtio-snd: Add control virtqueue handler
` [RFC PATCH 12/25] virtio-snd: Add VIRTIO_SND_R_JACK_INFO handler
` [RFC PATCH 13/25] virtio-snd: Add stub for VIRTIO_SND_R_JACK_REMAP handler
` [RFC PATCH 14/25] virtio-snd: Add VIRTIO_SND_R_PCM_INFO handler
` [RFC PATCH 15/25] virtio-snd: Add VIRITO_SND_R_PCM_SET_PARAMS handle
` [RFC PATCH 16/25] virtio-snd: Add VIRTIO_SND_R_PCM_PREPARE handler
` [RFC PATCH 17/25] virtio-snd: Add default configs to realize fn
` [RFC PATCH 18/25] virtio-snd: Add callback for SWVoiceOut
` [RFC PATCH 19/25] virtio-snd: Add start/stop handler
` [RFC PATCH 20/25] virtio-snd: Add VIRTIO_SND_R_PCM_RELEASE handler
` [RFC PATCH 21/25] virtio-snd: Replaced goto with if else
` [RFC PATCH 22/25] virtio-snd: Add code to device unrealize function
` [RFC PATCH 23/25] virtio-snd: Add xfer handler
` [RFC PATCH 24/25] virtio-snd: Add event vq and a handler stub

[PATCH v4 4/6] ACPI / fan: Properly handle fine grain control
 2022-02-11 22:46 UTC  (2+ messages)

[PATCH RESEND mptcp-next v7 0/7] add mp_fail testcases
 2022-02-11 22:45 UTC  (8+ messages)
` [PATCH RESEND mptcp-next v7 1/7] Squash to "mptcp: infinite mapping receiving"
` [PATCH RESEND mptcp-next v7 2/7] Squash to "selftests: mptcp: add infinite map mibs check"
` [PATCH RESEND mptcp-next v7 3/7] mptcp: add the mibs for MP_RST
` [PATCH RESEND mptcp-next v7 4/7] selftests: mptcp: add the MP_RST mibs check
` [PATCH RESEND mptcp-next v7 5/7] selftests: mptcp: add more arguments for chk_join_nr
` [PATCH RESEND mptcp-next v7 6/7] selftests: mptcp: reuse linkfail to make given size files
` [PATCH RESEND mptcp-next v7 7/7] selftests: mptcp: add the MP_FAIL testcases

fs/cifs/dfs_cache.c:1382 __refresh_tcon() warn: passing a valid pointer to 'PTR_ERR'
 2022-02-11 22:46 UTC 

[PATCH 0/9] mpi3mr: Bug fixes
 2022-02-11 22:45 UTC  (2+ messages)

[PATCH 00/13 v2] IXP4xx spring cleaning
 2022-02-11 22:32 UTC  (17+ messages)
` [PATCH 01/13 v2] ARM: ixp4xx: Delete Gateway 7001 boardfiles
` [PATCH 02/13 v2] ARM: ixp4xx: Delete the Goramo MLR boardfile
` [PATCH 03/13 v2] ARM: ixp4xx: Delete old PCI driver
` [PATCH 04/13 v2] ARM: ixp4xx: Drop stale Kconfig entry
` [PATCH 05/13 v2] ARM: ixp4xx: Drop UDC info setting function
` [PATCH 06/13 v2] soc: ixp4xx: Add features from regmap helper
` [PATCH 07/13 v2] soc: ixp4xx-npe: Access syscon regs using regmap
` [PATCH 08/13 v2] net: ixp4xx_eth: Drop platform data support
` [PATCH 09/13 v2] net: ixp4xx_hss: Check features using syscon
` [PATCH 10/13 v2] ARM: ixp4xx: Remove feature bit accessors
` [PATCH 11/13 v2] ARM: ixp4xx: Drop custom DMA coherency and bouncing
` [PATCH 12/13 v2] ARM: ixp4xx: Drop all common code
` [PATCH 13/13 v2] ARM: ixp4xx: Convert to SPARSE_IRQ and P2V

[PATCH 0/8] Fix error handling on data bio submission
 2022-02-11 22:43 UTC  (7+ messages)
` [PATCH 1/8] btrfs: make search_csum_tree return 0 if we get -EFBIG
` [PATCH 2/8] btrfs: handle csum lookup errors properly on reads
` [PATCH 3/8] btrfs: check correct bio in finish_compressed_bio_read

[Buildroot] [git commit] package/python-pyrex: drop package
 2022-02-11 22:41 UTC 

[Buildroot] [PATCH 1/1] package/python-pyrex: drop package
 2022-02-11 22:41 UTC  (2+ messages)

[RFC PATCH v2 0/5] Simplify and correct msm/dp bridge implementation
 2022-02-11 22:40 UTC  (12+ messages)
` [RFC PATCH v2 1/5] drm/msm/dp: fix panel bridge attachment
` [RFC PATCH v2 2/5] drm/msm/dp: support attaching bridges to the DP encoder
` [RFC PATCH v2 3/5] drm/msm/dp: support finding next bridge even for DP interfaces
` [RFC PATCH v2 4/5] drm/msm/dp: replace dp_connector with drm_bridge_connector
` [RFC PATCH v2 5/5] drm/msm/dp: remove extra wrappers and public functions

[0/3] Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
 2022-02-11 14:30 UTC  (4+ messages)
` [1/3] drm/mediatek: Adjust the timing of mipi signal from LP00 to LP11
` [2/3] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
` [3/3] drm/mediatek: keep dsi as LP00 before dcs cmds transfer

[RFC v2 0/6] Proposal for a GPU cgroup controller
 2022-02-11 16:18 UTC  (7+ messages)
` [RFC v2 1/6] gpu: rfc: "
` [RFC v2 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC v2 3/6] dmabuf: Use the GPU cgroup charge/uncharge APIs
` [RFC v2 4/6] dmabuf: heaps: export system_heap buffers with GPU cgroup charging
` [RFC v2 5/6] dmabuf: Add gpu cgroup charge transfer function
` [RFC v2 6/6] android: binder: Add a buffer flag to relinquish ownership of fds

RTT-PROBE: lore-subspace-rtt
 2022-02-11 22:40 UTC 

[PATCH v2 0/9] Overhaul is_thunderbolt
 2022-02-11 10:35 UTC  (7+ messages)
` [PATCH v2 1/9] thunderbolt: move definition of PCI_CLASS_SERIAL_USB_USB4
` [PATCH v2 3/9] PCI: drop `is_thunderbolt` attribute
` [PATCH v2 4/9] PCI: mark USB4 devices as removable

What's cooking in git.git (Feb 2022, #02; Wed, 9)
 2022-02-11 22:38 UTC  (3+ messages)

[PATCH net-next v5 0/2] MCTP I2C driver
 2022-02-11 22:38 UTC  (3+ messages)
` [PATCH net-next v5 2/2] mctp i2c: MCTP I2C binding driver

[PATCH v8] kallsyms: new /proc/kallmodsyms with builtin modules
 2022-02-11 22:36 UTC  (2+ messages)

[PATCH] gpio: Revert regression in sysfs-gpio (gpiolib.c)
 2022-02-11 22:36 UTC  (3+ messages)

[PATCH v2 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-11 22:35 UTC  (10+ messages)
` [PATCH v2 1/4] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v2 2/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v2 3/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v2 4/4] mm/memcg: Protect memcg_stock with a local_lock_t

drivers/net/dsa/sja1105/sja1105_main.c:1818 sja1105_fast_age() warn: should '((((1))) << port)' be a 64 bit type?
 2022-02-11 22:35 UTC 

[PATCH v3 0/4] x86/mce, EDAC/mce_amd: Support extended MCA_ADDR address on SMCA systems
 2022-02-11 22:34 UTC  (5+ messages)
` [PATCH v3 1/4] x86/mce: Define function to extract ErrorAddr from MCA_ADDR
` [PATCH v3 2/4] x86/mce: Add support for Extended Physical Address MCA changes
` [PATCH v3 3/4] x86/mce, EDAC/mce_amd: Cache MCA_CONFIG[McaX] in struct mce_bank
` [PATCH v3 4/4] x86/mce: Avoid unnecessary padding "

[PATCH v3 00/48] Remove the SCSI pointer from struct scsi_cmnd
 2022-02-11 22:32 UTC  (49+ messages)
` [PATCH v3 01/48] scsi: ips: Remove an unreachable statement
` [PATCH v3 02/48] scsi: ips: Change the return type of ips_release() into 'void'
` [PATCH v3 03/48] scsi: ips: Use true and false instead of TRUE and FALSE
` [PATCH v3 04/48] scsi: nsp_cs: Change the return type of two functions into 'void'
` [PATCH v3 05/48] scsi: nsp_cs: Use true and false instead of TRUE and FALSE
` [PATCH v3 06/48] scsi: Remove drivers/scsi/scsi.h
` [PATCH v3 07/48] scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
` [PATCH v3 08/48] scsi: NCR5380: Introduce the NCR5380_cmd_priv() function
` [PATCH v3 09/48] scsi: NCR5380: Move the SCSI pointer to private command data
` [PATCH v3 10/48] scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h
` [PATCH v3 11/48] scsi: arm: Move the SCSI pointer to private command data
` [PATCH v3 12/48] scsi: 53c700: Stop clearing SCSI pointer fields
` [PATCH v3 13/48] scsi: aacraid: Move the SCSI pointer to private command data
` [PATCH v3 14/48] scsi: advansys: "
` [PATCH v3 15/48] scsi: aha1542: Remove a set-but-not-used array
` [PATCH v3 16/48] scsi: aha152x: Move the SCSI pointer to private command data
` [PATCH v3 17/48] scsi: bfa: Stop using the SCSI pointer
` [PATCH v3 18/48] scsi: csio: "
` [PATCH v3 19/48] scsi: dc395x: "
` [PATCH v3 20/48] scsi: esp_scsi: "
` [PATCH v3 21/48] scsi: fdomain: Move the SCSI pointer to private command data
` [PATCH v3 22/48] scsi: fnic: Fix a tracing statement
` [PATCH v3 23/48] scsi: fnic: Stop using the SCSI pointer
` [PATCH v3 24/48] scsi: hptiop: "
` [PATCH v3 25/48] scsi: imm: Move the SCSI pointer to private command data
` [PATCH v3 26/48] scsi: iscsi: Stop using the SCSI pointer
` [PATCH v3 27/48] scsi: initio: "
` [PATCH v3 28/48] scsi: libfc: "
` [PATCH v3 29/48] scsi: mac53c94: Fix a set-but-not-used compiler warning
` [PATCH v3 30/48] scsi: mac53c94: Move the SCSI pointer to private command data
` [PATCH v3 31/48] scsi: megaraid: Stop using the SCSI pointer
` [PATCH v3 32/48] scsi: megasas: "
` [PATCH v3 33/48] scsi: mesh: Move the SCSI pointer to private command data
` [PATCH v3 34/48] scsi: mvsas: Fix a set-but-not-used warning
` [PATCH v3 35/48] scsi: mvumi: Stop using the SCSI pointer
` [PATCH v3 36/48] scsi: nsp32: "
` [PATCH v3 37/48] scsi: nsp_cs: Move the SCSI pointer to private command data
` [PATCH v3 38/48] scsi: sym53c500_cs: "
` [PATCH v3 39/48] scsi: ppa: "
` [PATCH v3 40/48] scsi: qla1280: "
` [PATCH v3 41/48] scsi: qla2xxx: Stop using the SCSI pointer
` [PATCH v3 42/48] scsi: smartpqi: "
` [PATCH v3 43/48] scsi: sym53c8xx_2: Move the SCSI pointer to private command data
` [PATCH v3 44/48] scsi: usb: Stop using the SCSI pointer
` [PATCH v3 45/48] scsi: wd719x: "
` [PATCH v3 46/48] scsi: wd33c93: Move the SCSI pointer to private command data
` [PATCH v3 47/48] scsi: zalon: Stop using the SCSI pointer
` [PATCH v3 48/48] scsi: core: Remove struct scsi_pointer from struct scsi_cmnd

[PATCH] arm: apple: Disable debug UART
 2022-02-11 22:31 UTC  (5+ messages)

[PATCH] net: dsa: lan9303: fix reset on probe
 2022-02-11 22:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-11 22:30 UTC 

[PATCH bpf-next v2] bpf: Do not try bpf_msg_push_data with len 0
 2022-02-11 22:27 UTC  (6+ messages)

stable-rc/queue/4.9 baseline: 107 runs, 17 regressions (v4.9.301-8-ged43aee35d1b)
 2022-02-11 22:27 UTC 

[PATCH] arm64: dts: broadcom: bcm4908: add watchdog block
 2022-02-11 22:26 UTC  (3+ messages)

[Buildroot] [git commit] package/casync: fix zstd dependency to correct package name
 2022-02-11 22:26 UTC 

[PATCH V2 0/3] ARM: dts: Add Raspberry Pi Zero 2 W support
 2022-02-11 22:25 UTC  (10+ messages)
` [PATCH V2 1/3] dt-bindings: arm: bcm2835: Add Raspberry Pi Zero 2 W
` [PATCH V2 2/3] ARM: dts: "
` [PATCH V2 3/3] arm64: dts: broadcom: Add reference to RPi "

[Buildroot] [PATCH 1/1] package/lzip: switch to tar.gz tarball
 2022-02-11 22:27 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/5] drm/i915: Futher optimize plane updates
 2022-02-11 22:26 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Futher optimize plane updates (rev5)

[PATCH] forbid a hard reset before the initial commit
 2022-02-11 22:26 UTC  (2+ messages)
` [PATCH v2] hard reset safe mode

[Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name
 2022-02-11 22:26 UTC  (2+ messages)

[PATCH] ARM: dts: bcm2835/6: Add the missing L1/L2 cache information
 2022-02-11 22:24 UTC  (3+ messages)

[PATCH v4 00/10] ethdev: datapath-focused flow rules management
 2022-02-11 22:25 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/10] ethdev: add flow item/action templates

[PATCH 00/10] arch: arm: dts: update Facebook Bletchley BMC
 2022-02-11 22:20 UTC  (9+ messages)
` [PATCH 03/10] arch: arm: dts: bletchley: update gpio-line-names
` [PATCH 10/10] arch: arm: dts: bletchley: cleanup redundant node

[PATCH] ARM: dts: bcm2711: Fix comment
 2022-02-11 22:24 UTC  (5+ messages)

[sashal-stable:pending-5.16 35/73] kernel/sched/fair.c:3796:55: error: 'divider' undeclared
 2022-02-11 22:25 UTC 

NETDEV WATCHDOG: enp1s0 (r8169): transmit queue 0 timed out
 2022-02-11 22:23 UTC  (4+ messages)

[PATCH] microblaze: remove CONFIG_SET_FS
 2022-02-11 22:21 UTC  (11+ messages)

[PATCH 00/13 v2] IXP4xx spring cleaning
 2022-02-11 22:18 UTC 

[BlueZ PATCH v2] device: Fix crash when removing device
 2022-02-11 22:20 UTC  (3+ messages)
` [BlueZ,v2] "

BTF compatibility issue across builds
 2022-02-11 22:20 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-11 22:20 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-11 22:19 UTC  (3+ messages)
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks

[PATCH v3 0/4] A design for future-proofing fsync() configuration
 2022-02-11 22:19 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/4] core.fsync: introduce granular fsync control

[PATCH] container_of.h: make container_of const-aware
 2022-02-11 22:18 UTC  (4+ messages)

[PATCH 2/3] media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c
 2022-02-11 22:15 UTC  (2+ messages)

[PATCH] cifs: do not use uninitialized data in the owner/group sid
 2022-02-11 22:16 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.