The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-15 21:20:35 to 2026-07-16 00:44:03 UTC [more...]

[PATCH net-next v1 00/11] net: flow_dissector: opt-in byte-identical fast paths for common shapes
 2026-07-16  0:43 UTC  (3+ messages)
` [PATCH net-next v1 01/11] net: flow_dissector: gate BPF program lookup behind a static key
` [PATCH net-next v1 02/11] net: flow_dissector: opt-in fast-path for eth + IPv{4,6} + {TCP,UDP}

[PATCH] perf build: Fix a compiler error in util/libbfd.c
 2026-07-16  0:43 UTC 

[PATCH v13 00/35] phy: rockchip: usbdp: Clean up the mess
 2026-07-16  0:38 UTC  (3+ messages)
` [PATCH v13 29/35] usb: dwc3: core: support PHY reset notifications

[PATCH] hwmon: emc1812: reject channel index 0 in device tree config
 2026-07-16  0:34 UTC  (2+ messages)

[PATCH v2 0/8] Add support for Advantech EIO MFD series devices
 2026-07-16  0:29 UTC  (3+ messages)
` [PATCH v2 3/8] Add Advantech EIO Hardware Monitor driver

[PATCH 0/6] SRCU updates for v7.3
 2026-07-16  0:28 UTC  (7+ messages)
` [PATCH 1/6] srcu: make init_srcu_struct() consistently wrap __init_srcu_struct()
` [PATCH 2/6] rust: helpers: add SRCU helpers
` [PATCH 3/6] srcu: expose srcu_readers_active()
` [PATCH 4/6] rust: sync: add SRCU abstraction
` [PATCH 5/6] MAINTAINERS: add Rust SRCU files to SRCU entry
` [PATCH 6/6] srcu: Queue sdp->work when the delay timer is successfully deleted

[PATCH v1 05/11] arm_mpam: Ensure MBWU counters are reset on restore
 2026-07-16  0:26 UTC  (4+ messages)

[PATCH 0/11] RCU torture-test updates for v7.3
 2026-07-16  0:25 UTC  (12+ messages)
` [PATCH 01/11] rcutorture: Abstract reader-segment dump into rcu_torture_dump_read_segs()
` [PATCH 02/11] rcutorture: Check for immediate deboosting at reader end
` [PATCH 03/11] rcutorture: Make srcu_read_delay() check for disabled interrupts
` [PATCH 04/11] rcutorture: Test RCU readers from hardware interrupt handlers
` [PATCH 05/11] rcutorture: Use cpumask_next_wrap() in rcu_torture_preempt()
` [PATCH 06/11] rcutorture: Use task_state_to_char() for task-state reporting
` [PATCH 07/11] rcutorture: Add nwriters module parameter
` [PATCH 08/11] rcutorture: Add a stall_only "
` [PATCH 09/11] rcutorture: Test RCU Tasks Trace GP implying RCU GP
` [PATCH 10/11] rcutorture: Make RCU Tasks Trace track Reader Batches
` [PATCH 11/11] rcutorture: Use this_cpu_inc() for rcu_torture_count[] and rcu_torture_batch[]

[PATCH v7 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-16  0:24 UTC  (3+ messages)
` [PATCH v7 05/10] tracing: wprobe: Use a new seq_print_ip_sym_offset() wrapper

[PATCH 0/10] Miscellaneous RCU updates for v7.3
 2026-07-16  0:23 UTC  (11+ messages)
` [PATCH 01/10] rcu-tasks: TASKS_TRACE_RCU doesn't need IRQ_WORK
` [PATCH 02/10] rcu: Use task_state_to_char() in stall-warning prints
` [PATCH 03/10] rcu: Mark __rcu_access_pointer() as context_unsafe()
` [PATCH 04/10] doc: RCU: Adopt new coding style of type-aware kmalloc-family - part 2/2
` [PATCH 05/10] rcu-tasks: Remove unused struct rcu_tasks's->n_ipis_fails variables
` [PATCH 06/10] rcu-tasks: Dump rcu tasks status when the boot-test failed
` [PATCH 07/10] doc: RCU: Fix brackets
` [PATCH 08/10] rcu-tasks: Apply READ_ONCE() and WRITE_ONCE() to fix data race
` [PATCH 09/10] rcu-tasks: Remove smp_mb() in rcu_spawn_tasks_kthread_generic()
` [PATCH 10/10] rcu-tasks: Update comments in call_rcu_tasks_generic()

[PATCH] media: vicodec: fix out-of-bounds write on capture buffer
 2026-07-16  0:21 UTC  (2+ messages)

[PATCH RFC v2 0/24] Simple hazard-pointer implementation and torture tests
 2026-07-16  0:18 UTC  (25+ messages)
` [PATCH RFC v2 01/24] hazptr: Implement Hazard Pointers
` [PATCH RFC v2 02/24] hazptr: Add refscale test
` [PATCH RFC v2 03/24] torture: Add a hazptrtorture.c torture test
` [PATCH RFC v2 04/24] hazptrtorture: Add testing of on-stack hazptr_ctx structures
` [PATCH RFC v2 05/24] hazptrtorture: Add microsecond-scale sleep in readers
` [PATCH RFC v2 06/24] hazptrtorture: Enable system-independent CPU overcommit
` [PATCH RFC v2 07/24] torture: Add a stutter_will_wait() function
` [PATCH RFC v2 08/24] hazptrtorture: Use mnemonic local variables for context information
` [PATCH RFC v2 09/24] hazptrtorture: Split hazptr_torture_reader_tail() from hazptr_torture_reader()
` [PATCH RFC v2 10/24] hazptrtorture: Add kthread to release deferred hazard pointers
` [PATCH RFC v2 11/24] hazptrtorture: Defer release of "
` [PATCH RFC v2 12/24] hazptrtorture: Add irq_acquire to acquire hazptr from irq
` [PATCH RFC v2 13/24] hazptrtorture: Use task_state_to_char() for task-state reporting
` [PATCH RFC v2 14/24] hazptrtorture: Pass hazptr_pending to hazptr_torture_reader_tail()
` [PATCH RFC v2 15/24] hazptrtorture: Add the ability to disable the writer kthread
` [PATCH RFC v2 16/24] hazptrtorture: Add irq_release to release hazptr from irq
` [PATCH RFC v2 17/24] hazptrtorture: Accumulate operation statistics
` [PATCH RFC v2 18/24] doc: Add hazptrtorture module parameters
` [PATCH RFC v2 19/24] hazptr: Permit detaching hazard pointers from contexts
` [PATCH RFC v2 20/24] hazptrtorture: Detach deferred and IPIed hazard pointers
` [PATCH RFC v2 21/24] hazptr: Introduce CONFIG_HAZPTR_DEBUG misuse detection
` [PATCH RFC v2 22/24] hazptrtorture: Fix hazptr ownership issue
` [PATCH RFC v2 23/24] hazptrtorture: Enable CONFIG_HAZPTR_DEBUG
` [PATCH RFC v2 24/24] hazptr: Upgrade kernel-doc headers

[PATCH] wifi: mwifiex: replace one-element arrays with flexible array members
 2026-07-16  0:17 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH] media: mtk-jpeg: only init/cancel work for multi-core variants
 2026-07-16  0:10 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: qcom,snps-dwc3: Add property indicating presence of eUSB2 phy
 2026-07-16  0:09 UTC  (13+ messages)

[PATCH] arm64: dts: ti: k3-am68-phyboard-izar: Add pwm fan
 2026-07-16  0:08 UTC 

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-07-16  0:05 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] tpm: use kfree_sensitive() for context and session buffers
 2026-07-16  0:03 UTC 

[PATCH v3 0/6] Add BBML3 cpu feature
 2026-07-16  0:01 UTC  (13+ messages)
` [PATCH v3 1/6] arm64: cputype: Add Cortex-A520AE definitions
` [PATCH v3 2/6] arm64: cputype: Add C1-Nano definitions
` [PATCH v3 3/6] arm64: cpufeature: Extend bbml2_noabort support list
` [PATCH v3 4/6] arm64: sysreg: Add BBM_3
` [PATCH v3 5/6] arm64: cpufeature: Rename BBML2_NOABORT as BBML3
` [PATCH v3 6/6] arm64: cpufeature: Detect BBML3 based on ID_AA64MMFR2_EL1.BBM

[PATCHSET v2 sched_ext/for-7.3] sched_ext: Sub-scheduler follow-ups
 2026-07-16  0:00 UTC  (6+ messages)
` [PATCH 1/4] sched_ext: Remove queued ecaps syncs directly on sched teardown
` [PATCH 2/4] sched_ext: Move scx_dispatch_sched() to a new inlines.h
` [PATCH 3/4] sched_ext: Gate sub_dispatch_prev with CONFIG_EXT_SUB_SCHED
` [PATCH 4/4] sched_ext: Add the scx_has_subs static key and gate sub-sched hot paths

[PATCH v2 0/3] platform/x86: uniwill-laptop: Prepare for extending keyboard backlight support
 2026-07-15 23:59 UTC  (7+ messages)
` [PATCH v2 1/3] platform/x86: uniwill-laptop: Split uniwill_kbd_led_init()
` [PATCH v2 2/3] platform/x86: uniwill-laptop: Remove single color keyboard detection

[PATCH] staging: rtl8723bs: use kfree_sensitive() for key material
 2026-07-15 23:55 UTC  (2+ messages)

[REGRESSION] mainline/master: Apalis iMX6 no longer boots
 2026-07-15 23:47 UTC  (2+ messages)

[PATCH v2] virtio-pmem: allocate flush bio from a driver-private bio_set
 2026-07-15 23:47 UTC  (2+ messages)

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 23:46 UTC  (2+ messages)

[PATCH v2] block: try slab allocation in bio_alloc_bioset() before mempool
 2026-07-15 23:46 UTC  (2+ messages)

[PATCH v2 0/2] media: synopsys: hdmirx: add HDMI audio capture support
 2026-07-15 23:45 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH] tracing: ring-buffer: allowlist clang-generated symbols
 2026-07-15 23:40 UTC  (5+ messages)

[PATCH] drm/vmwgfx: uninstall the IRQ before freeing the command buffer manager on unload
 2026-07-15 23:39 UTC  (2+ messages)

[PATCH v21 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
 2026-07-15 23:34 UTC  (2+ messages)

Preserving TDX module during kexec with live update
 2026-07-15 23:28 UTC 

[PATCH v6 0/7] drm/tyr: firmware loading and MCU boot support
 2026-07-15 23:17 UTC  (5+ messages)
` [PATCH v6 1/7] drm/tyr: add resources to RegistrationData
` [PATCH v6 2/7] drm/tyr: add a generic slot manager

[PATCH v2] PCI/TPH: fold reserved completer encoding in get_rp_completer_type()
 2026-07-15 23:15 UTC  (2+ messages)

[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
 2026-07-15 23:08 UTC  (5+ messages)
` [PATCH 2/4] KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspace

[PATCH v2 0/6] Add audio support for QCS6490 RubikPi3
 2026-07-15 14:02 UTC  (2+ messages)
` [PATCH v2 4/6] ASoC: qcom: sc8280xp: Add per-DAI board configuration

[PATCH] HID: magicmouse: prevent unbounded recursion in magicmouse_raw_event()
 2026-07-15 23:04 UTC  (2+ messages)

[RFC PATCH 00/10] mm/swap: ghost swapfile with backend switching via Redirect entries
 2026-07-15 23:03 UTC  (8+ messages)

[PATCH (draft)] kcov: fix potential kcov_mode corruption under CONFIG_PREEMPT_RT
 2026-07-15 23:01 UTC  (17+ messages)
` [PATCH] "
  ` [PATCH v2] kcov: fix state corruption under CONFIG_PREEMPT_RT by eliminating per-cpu data
    ` [PATCH v3] kcov: move kcov_remote_data to task_struct for RT and remove local_lock
              ` [PATCH v4] kcov: move kcov_remote_data to task_struct "
                  ` [PATCH v5] kcov: fix data corruption and race conditions on PREEMPT_RT by moving saved remote state to task_struct
                          ` [PATCH v6] "
                              ` [PATCH v7] kcov: fix data corruption and race conditions on PREEMPT_RT

[PATCH v2] wifi: mwifiex: bound uAP association event IEs to the event buffer
 2026-07-15 23:00 UTC  (3+ messages)

arch/riscv/include/asm/timex.h:31:16: sparse: sparse: cast removes address space '__iomem' of expression
 2026-07-15 22:58 UTC 

[PATCH] cpufreq/amd-pstate: Bail out early in virtual machines and don't warn
 2026-07-15 22:58 UTC  (6+ messages)

[PATCH v2 0/5] soc: qcom: Kconfig improvements
 2026-07-15 22:58 UTC  (3+ messages)
` [PATCH v2 1/5] soc: qcom: Hide all drivers behind selectable menu

[GIT PULL] kunit fixes update for Linux 7.2-rc4
 2026-07-15 22:56 UTC 

[PATCH v3] nvme: reduce firmware activation poll interval
 2026-07-15 22:49 UTC  (2+ messages)

[PATCH] media: rkvdec: hevc: cap EXT SPS RPS control counts before descriptor assembly
 2026-07-15 22:45 UTC  (8+ messages)
` [PATCH v2 0/3] media: rkvdec: hevc: bound EXT SPS RPS control counts
  ` [PATCH v2 1/3] media: rkvdec: hevc: tighten EXT SPS RPS control dimensions
  ` [PATCH v2 2/3] media: v4l2-ctrls: validate HEVC EXT SPS RPS counts
  ` [PATCH v2 3/3] media: rkvdec: hevc: guard INTER_REF_PIC_SET_PRED index underflow

[PATCH] x86/cpufeatures: Make AVX512_BMM depend on AVX512F
 2026-07-15 22:40 UTC 

[PATCH bpf-next v5 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-15 22:35 UTC  (13+ messages)
` [PATCH bpf-next v5 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v5 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v5 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v5 08/10] selftests/bpf: add helpers for KASAN in JIT testing
` [PATCH bpf-next v5 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v5 10/10] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH v2] cxl/hdm: Enforce CFMWS memory type policy at decoder commit time
 2026-07-15 22:35 UTC  (5+ messages)

[PATCH v2] partitions: aix: bound the lvd scan to one sector
 2026-07-15 22:34 UTC  (2+ messages)

[PATCH v4] blk-cgroup: fix leaks and online flag on radix_tree_insert failure
 2026-07-15 22:34 UTC  (2+ messages)

[PATCH] loop: remove manually added partitions on detach
 2026-07-15 22:34 UTC  (2+ messages)

[PATCH] block: fix race in blk_time_get_ns() returning 0
 2026-07-15 22:34 UTC  (2+ messages)

[PATCH 0/3] PCI: rzg3s: Fix issues in cleanup paths
 2026-07-15 22:30 UTC  (4+ messages)
` [PATCH 1/3] PCI: rzg3s: Disable refclk on probe failure
` [PATCH 2/3] PCI: rzg3s: Propagate platform_get_irq_byname() errors
` [PATCH 3/3] PCI: rzg3s: Fix IRQ domain initialization error handling

[RFC][PATCH] thunderbolt: Quiesce AMD NHI during suspend
 2026-07-15 22:28 UTC  (5+ messages)

[PATCH] drm/i915: Free OA config IDs on reallocation failure
 2026-07-15 22:26 UTC 

[PATCH 0/7] memory: renesas-rpc-if: Optimize transfer overhead and implement runtime PM autosuspend
 2026-07-15 22:24 UTC  (8+ messages)
` [PATCH 1/7] memory: renesas-rpc-if: Mark XSPI_CDD1BUF0 as volatile
` [PATCH 2/7] memory: renesas-rpc-if: Move static bridge configurations out of dirmap hot paths
` [PATCH 3/7] memory: renesas-rpc-if: Consolidate XSPI_CDTBUF0 updates in write path
` [PATCH 4/7] memory: renesas-rpc-if: Consolidate XSPI_CDTBUF0 updates in read path
` [PATCH 5/7] memory: renesas-rpc-if: Consolidate command setup register programming
` [PATCH 6/7] spi: spi-rpc-if: Implement 200ms runtime PM autosuspend delay
` [PATCH 7/7] memory: renesas-rpc-if: Use runtime PM autosuspend after transfers

[PATCH v6 0/5] iio: dac: Add support for AD5529R DAC
 2026-07-15 22:22 UTC  (3+ messages)
` [PATCH v6 5/5] iio: dac: Add AD5529R DAC driver support

[PATCH v27 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-15 22:19 UTC  (3+ messages)
` [PATCH v27 3/7] firmware: imx: add driver for NXP EdgeLock Enclave

[PATCH 3/3] HID: magicmouse: report charge status over Bluetooth
 2026-07-15 22:18 UTC  (2+ messages)

[PATCH 0/2] iio: magnetometer: add support for QST QMC6308
 2026-07-15 22:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: iio: magnetometer: add "

[PATCH] media: vim2m: keep transaction buffer count stable while streaming
 2026-07-15 22:14 UTC  (2+ messages)

[PATCH] spi: orion: use devm_clk_get_optional_enabled for axi clock
 2026-07-15 22:13 UTC 

[PATCH v2 00/13] Library APIs for AES encryption modes
 2026-07-15 22:11 UTC  (14+ messages)
` [PATCH v2 01/13] crypto: xts - Split out __xts_verify_key() helper
` [PATCH v2 02/13] lib/crypto: aes: Add ECB support
` [PATCH v2 03/13] lib/crypto: aes: Add CBC and CBC-CTS support
` [PATCH v2 04/13] lib/crypto: aes: Add CTR and XCTR support
` [PATCH v2 05/13] lib/crypto: aes: Add XTS support
` [PATCH v2 06/13] lib/crypto: aes: Add GCM support
` [PATCH v2 07/13] lib/crypto: aes: Add CCM support
` [PATCH v2 08/13] crypto: aes - Add ECB support using library
` [PATCH v2 09/13] crypto: aes - Add CBC and CBC-CTS "
` [PATCH v2 10/13] crypto: aes - Add CTR and XCTR "
` [PATCH v2 11/13] crypto: aes - Add XTS "
` [PATCH v2 12/13] crypto: aes - Add GCM "
` [PATCH v2 13/13] crypto: aes - Add CCM "

[GIT PULL] kselftest fixes update for Linux 7.2-rc4
 2026-07-15 22:08 UTC 

[PATCH] i2c: jz4780: Cache clock rate at probe to prevent CCF prepare_lock deadlock
 2026-07-15 22:07 UTC  (2+ messages)

[PATCH] fuse: select alternative io_uring queue if local queue is full
 2026-07-15 22:07 UTC  (3+ messages)

[PATCH] Documentation: warn users not to use select on choice options in Kconfig
 2026-07-15 22:01 UTC 

[PATCH 0/4] mm: fix reclaim storms in defrag_mode
 2026-07-15 22:00 UTC  (4+ messages)

[PATCH] crypto: omap-sham: use devm_platform_get_and_ioremap_resource
 2026-07-15 22:00 UTC 

[PATCH v4 1/3] fuse: whitelist the request headers for usercopy
 2026-07-15 21:59 UTC  (3+ messages)

[PATCH] crypto: omap-aes: use devm_platform_get_and_ioremap_resource
 2026-07-15 21:58 UTC 

[REGRESSION][BISECTED] usb: hub: total system freeze after running adb
 2026-07-15 21:49 UTC  (7+ messages)

[PATCH 0/4] media: mediatek: vcodec: VP9 slice setup cleanups and fixes
 2026-07-15 21:46 UTC  (10+ messages)
` [PATCH 1/4] media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setup_lat_buffer()
` [PATCH 2/4] media: mediatek: vcodec: remove redundant return value of vdec_vp9_slice_setup_prob_buffer()
` [PATCH 3/4] media: mediatek: vcodec: free working buf on error path in vdec_vp9_slice_setup_lat()
` [PATCH 4/4] media: mediatek: vcodec: free working buf in vdec_vp9_slice_setup_single()

ufs: rpmb: make RPMB usable with OP-TEE key derivation
 2026-07-15 21:39 UTC  (3+ messages)
` [PATCH 1/2] ufs: rpmb: retry power-on UNIT ATTENTION on the RPMB WLUN
` [PATCH 2/2] ufs: rpmb: use a fixed-length RPMB dev_id

[PATCH v2] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-15 21:41 UTC  (2+ messages)

[PATCH 0/4] selftests/bpf: A few edge case fixes
 2026-07-15 21:40 UTC  (4+ messages)
` [PATCH 1/4] selftests/bpf: Install bpftool where test_progs expects to find it

[PATCH 0/3] Exynos PMU fixes for cpu hotplug and cpuidle routines
 2026-07-15 21:35 UTC  (4+ messages)
` [PATCH 1/3] soc: samsung: exynos-pmu: use target cpu ID in hotplug callbacks

[PATCH mpam mpam/snapshot+extras/v6.18-rc1 v2 0/3] fs/resctrl: IOMMU group fixes for tasks interface and cleanup
 2026-07-15 21:35 UTC  (3+ messages)
` [PATCH mpam mpam/snapshot+extras/v6.18-rc1 v2 3/3] fs/resctrl: Migrate IOMMU groups when removing resource groups

[PATCH v4 0/8] rcu: fix stuck defer_qs_pending state and add rescue timer
 2026-07-15 21:35 UTC  (5+ messages)
` [PATCH v4 7/8] rcu: clear defer_qs_pending in deferred-QS bail when nesting > 0
` [PATCH v4 8/8] rcu: add per-CPU rescue hrtimer for deferred-QS reporting

DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-07-15 21:31 UTC  (4+ messages)
` [PATCH v11 10/31] cxl/mem: Configure dynamic capacity interrupts

[PATCH] staging: greybus: Replace sprintf with sysfs_emit
 2026-07-15 21:31 UTC  (2+ messages)

[PATCH v4 0/5] software node: provide support for fw_devlink
 2026-07-15 21:30 UTC  (3+ messages)
` (subset) "

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-15 21:20 UTC  (8+ messages)

[PATCH v6 0/8] seccomp: non-cooperative pinned-memfd argument redirect
 2026-07-15 21:20 UTC  (9+ messages)
` [PATCH v6 1/8] mm: pass the target mm parameter through get_unmapped_area family
` [PATCH v6 2/8] mm: add __do_mmap() and vm_mmap_remote()/vm_munmap_remote()
` [PATCH v6 3/8] seccomp: introduce SECCOMP_IOCTL_NOTIF_PIN_INSTALL
` [PATCH v6 4/8] seccomp: add __NR_seccomp_* aliases for rt_sigreturn and clone/fork
` [PATCH v6 5/8] seccomp: add kernel-installed pinned-memfd redirect
` [PATCH v6 6/8] seccomp: re-validate a redirected syscall against outer filters
` [PATCH v6 7/8] docs/seccomp: document pinned-memfd redirect ioctls
` [PATCH v6] selftests/seccomp: cover non-cooperative pinned-memfd install

[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
 2026-07-15 21:20 UTC  (7+ messages)


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