The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-28 13:52:10 to 2026-07-28 14:56:02 UTC [more...]

[syzbot] [input?] possible deadlock in tasklet_action_common (2)
 2026-07-28 14:56 UTC  (2+ messages)

[PATCH 0/5] x86/mm/pat: CPA fixes
 2026-07-28 14:55 UTC  (8+ messages)
` [PATCH 1/5] x86/mm/pat: introcude cpa_lock() and cpa_unlock()

[PATCH net] sctp: validate Adaptation Indication parameter length
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH v5 0/4] imx8-isi: Format support enhancements
 2026-07-28 14:54 UTC  (8+ messages)
` [PATCH v5 1/4] media: nxp: imx8-isi: Use BIT_ULL() for 64-bit stream masks
` [PATCH v5 3/4] media: nxp: imx8-isi: Add 16-bit raw Bayer format support
` [PATCH v5 4/4] media: nxp: imx8-isi: Add additional 32-bit RGB "

[PATCH] tracing/fprobe: Roll back on enable_trace_fprobe() failure
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH RESEND] dt-bindings: mfd: qcom,tcsr: Document the IPQ9650 TCSR block
 2026-07-28 14:54 UTC  (2+ messages)

[PATCH 0/2] dmaengine: apple-admac: Add support for M3 generation
 2026-07-28 14:53 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: apple,admac: Add M3 generation ADMACs

[PATCH v9 00/10] s390/vfio_ccw fixes
 2026-07-28 14:53 UTC  (7+ messages)
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex

[PATCH v2 0/4] media: rzg2l-cru: Fix DMA stride alignment
 2026-07-28 14:52 UTC  (4+ messages)
` [PATCH v2 4/4] media: rzg2l-cru: Align bytesperline to hardware DMA stride requirement

[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-28 14:53 UTC  (5+ messages)
` [PATCH v4 09/12] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2

[PATCH v2 0/6] clk: mediatek: fix memory leak on module removal
 2026-07-28 14:53 UTC  (3+ messages)
` [PATCH v2 5/6] clk: mediatek: mt8173: "

[PATCH v2] Documentation: media: fix spelling errors
 2026-07-28 14:52 UTC 

[PATCH 0/5] rust: print: add "continuable" as option
 2026-07-28 14:52 UTC  (6+ messages)
` [PATCH 1/5] rust: print: handle `pr_cont` separately
` [PATCH 2/5] rust: print: use `CStr` for __LOG_PREFIX
` [PATCH 3/5] rust: print: accept level in `print_macro` instead of expression
` [PATCH 4/5] rust: macros: use `syn` for `fmt!` string parsing
` [PATCH 5/5] rust: print: add `continuable` as option

[PATCH] ext4: Reduce object size of ext4_msg uses
 2026-07-28 14:50 UTC  (2+ messages)

[PATCH v2] i2c: i801: keep the byte-by-byte ISR buffer private to the driver
 2026-07-28 14:50 UTC  (2+ messages)

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-07-28 14:40 UTC  (37+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-28 14:49 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()

[PATCH 0/2] iio: adc: Add support for Texas Instruments ADS112C04
 2026-07-28 14:48 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: ti,ads112c04: Add binding for ADS112C04

Policy regarding linux-next only changes
 2026-07-28 14:46 UTC  (12+ messages)

[PATCH 4/6] platform/x86/tuxedo: Fix keyboard LED map ordering
 2026-07-28 14:46 UTC  (2+ messages)

[PATCH 1/3] mm/huge_memory: add folio_split_driver_managed()
 2026-07-28 14:46 UTC  (9+ messages)

[PATCH v2] Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
 2026-07-28 14:45 UTC  (8+ messages)

[PATCH v10 0/2] media: i2c: Add driver for Mira220
 2026-07-28 14:45 UTC  (5+ messages)
` [PATCH v10 1/2] dt-bindings: media: i2c: Add mira220 image sensor
` [PATCH v10 2/2] media: i2c: Add driver for AMS-OSRAM Mira220

[PATCH v4 0/5] powervr: MT8173 GPU support
 2026-07-28 14:44 UTC  (8+ messages)
` [PATCH v4 3/5] dt-bindings: gpu: powervr-rogue: Add MediaTek MT8173 GPU
` (subset) [PATCH v4 0/5] powervr: MT8173 GPU support

[PATCH] serial: 8250_exar: use platform_device_register_full()
 2026-07-28 14:44 UTC 

[PATCH v13 0/5] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
 2026-07-28 14:44 UTC  (3+ messages)
` [PATCH v13 4/5] dt-bindings: media: qcom,x1e80100-camss: Describe iommu entries

[PATCH v2 0/2] selinux: bound class/common permission counts on policy load
 2026-07-28 14:43 UTC  (3+ messages)
` [PATCH v2 2/2] selinux: reject a class permission count below its inherited common

[RFC PATCH] x86/boot: use zstd -19 if building for 32-bit
 2026-07-28 14:42 UTC  (2+ messages)

[PATCH] x86/aperfmperf: Refresh stale sample via IPI for busy NOHZ_FULL CPUs
 2026-07-28 14:42 UTC  (2+ messages)

[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-28 14:41 UTC  (16+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED

[PATCH 1/2] arm64: dts: allwinner: a523: Add missing SPDIF pin
 2026-07-28 14:40 UTC  (2+ messages)

[PATCH] arm64: dts: allwinner: sun50i-a64-pinephone: Fix mpu6050 mount matrix
 2026-07-28 14:40 UTC  (2+ messages)

[PATCH] drm: Fix drm_pending_vblank_event in error path for out_fence_ptr
 2026-07-28 14:39 UTC 

[PATCH v4 0/2] Add device tree for NVIDIA VR-NVL BMC
 2026-07-28 14:39 UTC  (3+ messages)
` [PATCH v4 2/2] ARM: dts: aspeed: Add "

[PATCH] [PATCH] drm/vkms: Advertise PREMULTI blend mode
 2026-07-28 14:38 UTC  (2+ messages)

[PATCH 0/3] soc: renesas: rz-sysc: Add RZ/G3L PWRRDY power sequencing support
 2026-07-28 14:38 UTC  (8+ messages)
` [PATCH 2/3] power: sequencing: Add Renesas RZ/G3L Power Ready driver

[PATCH v4 00/21] kho: make boot time huge page allocation work nicely with KHO
 2026-07-28 14:37 UTC  (3+ messages)

[PATCH] drm/gem: Move pages_to_sg helper into drm_gem.c
 2026-07-28 14:34 UTC  (2+ messages)

[PATCH v2 0/1] dm-integrity: replace forgeable discard filler with a keyed sector marker
 2026-07-28 14:33 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-28 14:33 UTC  (5+ messages)
` [PATCH 1/2] lockref: tidy up dead count handling
` [PATCH 2/2] dcache: use lockref routines for dead count checks

[PATCH] checkpatch: warn about possible missing gitignore coverage in selftests
 2026-07-28 14:31 UTC  (2+ messages)

[PATCH RFC v4 0/12] mm: use per-VMA lock in __access_remote_vm for improved monitoring reliability
 2026-07-28 14:29 UTC  (4+ messages)
` [PATCH RFC v4 04/12] mm/gup: let check_vma_flags() ignore selected VMA flags

[PATCH 1/2] mm/damon/core: cover discrete System RAM areas with per-range regions
 2026-07-28 14:30 UTC  (2+ messages)

[PATCH v10 0/7] clk: qcom: Add common clkref support and migrate Glymur and Mahua
 2026-07-28 14:30 UTC  (3+ messages)
` (subset) "

[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
 2026-07-28 14:30 UTC  (4+ messages)
` [RFC PATCH 06/13] arm64: percpu: Add infrastructure for preemptible this_cpu_*() ops

[PATCH v11 00/11] clk / reset: realtek: Add RTD1625 clock and reset support
 2026-07-28 14:28 UTC  (12+ messages)
` [PATCH v11 01/11] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
` [PATCH v11 02/11] reset: Add Realtek basic reset support
` [PATCH v11 03/11] reset: realtek: Add RTD1625 reset controller driver
` [PATCH v11 04/11] clk: realtek: Introduce a common probe()
` [PATCH v11 05/11] clk: realtek: Add support for phase locked loops (PLLs)
` [PATCH v11 06/11] clk: realtek: Add support for gate clock
` [PATCH v11 07/11] clk: realtek: Add support for mux clock
` [PATCH v11 08/11] clk: realtek: Add support for MMC-tuned PLL clocks
` [PATCH v11 09/11] clk: realtek: Add RTD1625-CRT clock controller driver
` [PATCH v11 10/11] clk: realtek: Add RTD1625-ISO "
` [PATCH v11 11/11] arm64: dts: realtek: Add clock support for RTD1625

[PATCH v5 0/2] Add no-hpd property to the cadence bridge
 2026-07-28 14:29 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: display: bridge: cdns,mhdp8546: "

[PATCH] soc: qcom: PDR_HELPERS, PDR_MSG are independent of QCOM_SOC
 2026-07-28 14:28 UTC  (2+ messages)

[PATCH v3 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver
 2026-07-28  8:27 UTC  (2+ messages)
` [PATCH v3 0/3] media: i2c: Add OmniVision OG0VA1B camera sensor driver - IPU and ACPI

[PATCH] checkpatch: Validate committer sign-off
 2026-07-28 14:28 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: add IFB_SILENCE_ON_EMPTY quirk for Behringer Flow 8
 2026-07-28 14:27 UTC  (2+ messages)

[PATCH] sched/cache: Fix a thread aggregation conflict when there is one runnable task
 2026-07-28 14:26 UTC  (4+ messages)

[syzbot] [usb?] KASAN: slab-use-after-free Read in stub_rx_loop
 2026-07-28 14:25 UTC 

[PATCH v4 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-28 14:25 UTC  (7+ messages)
` [PATCH v4 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH] cxl/region: Restore passthrough decoder enable on region re-assembly
 2026-07-28 14:25 UTC  (4+ messages)

[PATCH] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-28 14:22 UTC  (3+ messages)

[PATCH 0/2] drm/komeda: Fix GLB_CORE_ID parsing and initialize encoder clone masks
 2026-07-28 14:20 UTC  (5+ messages)
` [PATCH 1/2] drm/komeda: Fix bits parsing of GLB_CORE_ID
` [PATCH 2/2] drm/komeda: Initialize encoder possible_clones

[PATCH v4 0/1] powerpc: Enable dynamic preemption
 2026-07-28 14:19 UTC  (10+ messages)
` [PATCH v4 1/1] powerpc: enable "

[RFC PATCH 0/4] cpufreq/amd-pstate: Per-core EPP boost for recently-busy CPUs
 2026-07-28 14:17 UTC  (2+ messages)

[PATCH v2 00/10] ARM: tegra: tf701t: Add new features
 2026-07-28 14:17 UTC  (7+ messages)
` [PATCH v2 06/10] ARM: tegra: tf701t: Tune MMC devices
` [PATCH v2 07/10] ARM: tegra: tf701t: Fix BCM43341 WiFi/BT chip configuration

[PATCH v2] media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error path
 2026-07-28 14:16 UTC  (4+ messages)
` [PATCH v3 0/2] media: amd: isp4: fix error handling in isp4sd_pwron_and_init()
  ` [PATCH v3 1/2] media: amd: isp4: release partial allocations in isp4if_alloc_fw_gpumem()
  ` [PATCH v3 2/2] media: amd: isp4: fix self-deadlock in isp4sd_pwron_and_init() error path

[PATCH v8 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-28 14:17 UTC  (3+ messages)
` [PATCH v8 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[RFC PATCH] riscv: kasan: Flush TLB after switching to temporary page table
 2026-07-28 14:16 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Read in configfs_dirent_is_ready
 2026-07-28 14:15 UTC 

[syzbot] [usb?] general protection fault in set_link_state (2)
 2026-07-28 14:15 UTC 

[syzbot] [usb?] general protection fault in dummy_udc_start
 2026-07-28 14:15 UTC 

[PATCH 0/2] audit: drop BUG_ON() calls
 2026-07-28 14:14 UTC  (3+ messages)
` [PATCH 1/2] audit: drop BUG_ON() from audit_add_to_parent()
` [PATCH 2/2] audit: drop BUG_ON() from audit_signal_info_syscall()

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-28 14:13 UTC  (3+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH] x86/microcode/intel: Panic on partial microcode update
 2026-07-28 14:12 UTC  (9+ messages)

[PATCH v3 1/3] HID: asus: export asus_hid_fnlock_set() for direct fn-lock control
 2026-07-28 14:11 UTC  (2+ messages)

[PATCH v2 0/2] clk: ti: mux: resolve parent clocks by DT index, not by name
 2026-07-28 14:11 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] clk: ti: composite: "

[PATCH v7 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-07-28 14:08 UTC  (3+ messages)
` [PATCH v7 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v7 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining

[PATCH] drm/mediatek: mtk_dsi: enable hs clock during pre-enable
 2026-07-28 14:08 UTC  (13+ messages)

[PATCH 0/2] ACPI: arm64: use platform_device_set_fwnode()
 2026-07-28 14:07 UTC  (3+ messages)
` [PATCH 1/2] ACPI/APMT: "
` [PATCH 2/2] ACPI/IORT: "

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-28 14:05 UTC  (5+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types

[PATCH] mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}
 2026-07-28 14:04 UTC 

[PATCH] ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision)
 2026-07-28 14:03 UTC 

[PATCH RESEND 0/9] ARM: stm32: add STM32H7R7 and ART-Pi2 support
 2026-07-28 14:01 UTC  (3+ messages)
` [PATCH RESEND 3/9] clk: stm32: add STM32H7RS RCC driver

[PATCH v5] ext4: validate EA inode i_nlink in ext4_xattr_inode_iget
 2026-07-28 14:01 UTC  (2+ messages)

[PATCH v3 0/5] gpu: nova-core: blackwell follow-ups and fixes
 2026-07-28 14:00 UTC  (3+ messages)
` [PATCH v3 4/5] gpu: nova-core: split FbLayout into FSP and non-FSP versions

[PATCH net] net: openvswitch: fix potential UAF on meter attach failure
 2026-07-28 14:00 UTC  (2+ messages)

[PATCH net-next v2] net: phy: motorcomm: enable the reference clock for YT8521 and YT8531
 2026-07-28 13:57 UTC  (3+ messages)

[PATCH v2] media: qcom: iris: initialize OPP pointer at declaration
 2026-07-28 13:57 UTC  (2+ messages)

[PATCH 0/3] Remove brownout risks from DPU
 2026-07-28 13:57 UTC  (7+ messages)
` [PATCH 1/3] drm/msm/dpu: Drop sneaky dev_pm_opp_set_rate(0)
` [PATCH 2/3] drm/msm/dp: Drop dev_pm_opp_set_rate(0)
` [PATCH 3/3] drm/msm/dsi: "

[PATCH 0/2] platform/x86: asus-armoury: add Whisper Mode support
 2026-07-28 13:56 UTC  (3+ messages)

[PATCH net-next 0/7] net: xilinx: axienet: Add 10G/25G (XXV) ethernet support
 2026-07-28 13:56 UTC  (3+ messages)
` [PATCH net-next 3/7] dt-bindings: net: xlnx,axi-ethernet: Add 10G/25G (XXV) ethernet

[PATCH] x86/mm/pat: don't gate cpa_lock on debug_pagealloc_enabled()
 2026-07-28 13:53 UTC  (2+ messages)

[PATCH net-next 0/2] net: macb: fix ENST configuration for all queues
 2026-07-28 13:53 UTC  (6+ messages)
` [PATCH net-next 2/2] net: macb: configure ENST registers "

[syzbot] [usb?] general protection fault in f_midi2_free_ep
 2026-07-28 13:53 UTC 

[syzbot] [usb?] general protection fault in dummy_set_selfpowered
 2026-07-28 13:53 UTC 

[PATCH v8 00/12] ZTE zx297520v3 clock bindings and driver
 2026-07-28 13:53 UTC  (4+ messages)
` [PATCH v8 05/12] clk: zte: Add Clock registration infrastructure

[PATCH v3] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
 2026-07-28 13:53 UTC  (3+ messages)

[syzbot] [kernel?] KASAN: slab-use-after-free Read in raw_process_ep0_io
 2026-07-28 13:52 UTC 

[syzbot] [usb?] general protection fault in f_midi2_free_ep_reqs
 2026-07-28 13:52 UTC 

[PATCH] media: bdisp: cancel timeout work before teardown
 2026-07-28 13:52 UTC 

[PATCH] drm/bridge: cdns-mhdp8546: cancel work before teardown
 2026-07-28 13:52 UTC 

[PATCH] drm/bridge: adv7511: cancel HPD work during teardown
 2026-07-28 13:52 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox