public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-18 15:23:25 to 2022-08-18 17:12:46 UTC [more...]

[PATCH v3 00/11] net: phy: Add support for rate adaptation
 2022-08-18 17:03 UTC  (8+ messages)
` [PATCH v3 02/11] net: phy: Add 1000BASE-KX interface mode

[PATCH] docs/ja_JP/SubmittingPatches: Remove reference to submitting-drivers.rst
 2022-08-18 17:02 UTC  (2+ messages)

[PATCH] init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
 2022-08-18 17:00 UTC  (2+ messages)

[PATCH v9 00/27] Rust support
 2022-08-18 17:01 UTC  (13+ messages)
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 06/27] rust: add C helpers

[PATCH v6 0/5] vfio/pci: power management changes
 2022-08-18 17:01 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH 00/31] net/tcp: Add TCP-AO support
 2022-08-18 17:00 UTC  (32+ messages)
` [PATCH 01/31] crypto: Introduce crypto_pool
` [PATCH 02/31] crypto_pool: Add crypto_pool_reserve_scratch()
` [PATCH 03/31] net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
` [PATCH 04/31] net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
` [PATCH 05/31] net/tcp: Use crypto_pool for TCP-MD5
` [PATCH 06/31] net/ipv6: sr: Switch to using crypto_pool
` [PATCH 07/31] tcp: Add TCP-AO config and structures
` [PATCH 08/31] net/tcp: Introduce TCP_AO setsockopt()s
` [PATCH 09/31] net/tcp: Prevent TCP-MD5 with TCP-AO being set
` [PATCH 10/31] net/tcp: Calculate TCP-AO traffic keys
` [PATCH 11/31] net/tcp: Add TCP-AO sign to outgoing packets
` [PATCH 12/31] net/tcp: Add tcp_parse_auth_options()
` [PATCH 13/31] net/tcp: Add AO sign to RST packets
` [PATCH 14/31] net/tcp: Add TCP-AO sign to twsk
` [PATCH 15/31] net/tcp: Wire TCP-AO to request sockets
` [PATCH 16/31] net/tcp: Sign SYN-ACK segments with TCP-AO
` [PATCH 17/31] net/tcp: Verify inbound TCP-AO signed segments
` [PATCH 18/31] net/tcp: Add TCP-AO segments counters
` [PATCH 19/31] net/tcp: Add TCP-AO SNE support
` [PATCH 20/31] net/tcp: Add tcp_hash_fail() ratelimited logs
` [PATCH 21/31] net/tcp: Ignore specific ICMPs for TCP-AO connections
` [PATCH 22/31] net/tcp: Add option for TCP-AO to (not) hash header
` [PATCH 23/31] net/tcp: Add getsockopt(TCP_AO_GET)
` [PATCH 24/31] net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)
` [PATCH 25/31] selftests/net: Add TCP-AO library
` [PATCH 26/31] selftests/net: Verify that TCP-AO complies with ignoring ICMPs
` [PATCH 27/31] selftest/net: Add TCP-AO ICMPs accept test
` [PATCH 28/31] selftest/tcp-ao: Add a test for MKT matching
` [PATCH 29/31] selftest/tcp-ao: Add test for TCP-AO add setsockopt() command
` [PATCH 30/31] selftests/tcp-ao: Add TCP-AO + TCP-MD5 + no sign listen socket tests
` [PATCH 31/31] selftests/aolib: Add test/benchmark for removing MKTs

[PATCH v2 0/5] sched, net: NUMA-aware CPU spreading interface
 2022-08-18 17:00 UTC  (11+ messages)
` [PATCH v2 1/5] bitops: Introduce find_next_andnot_bit()
` [PATCH v2 3/5] sched/topology: Introduce sched_numa_hop_mask()
  ` [PATCH v2 4/5] sched/topology: Introduce for_each_numa_hop_cpu()
  ` [PATCH v2 5/5] SHOWCASE: net/mlx5e: Leverage for_each_numa_hop_cpu()

[PATCH] xfs: on memory failure, only shut down fs after scanning all mappings
 2022-08-18 17:00 UTC 

[PATCH 0/4] perf tools: Support reading PERF_FORMAT_LOST (v2)
 2022-08-18 16:59 UTC  (4+ messages)
` [PATCH 4/4] perf tools: Support reading PERF_FORMAT_LOST

[PATCH] CDC-ACM : Add Icom PMR F3400 support (0c26:0020)
 2022-08-18 16:59 UTC  (4+ messages)

[PATCH 0/9] Replace PREEMPT_RT ifdefs with preempt_[dis|en]able_nested()
 2022-08-18 16:59 UTC  (9+ messages)
` [PATCH 7/9] mm/compaction: Get rid of RT ifdeffery
` [PATCH 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[RT BUG] Mismatched get_uid/free_uid usage in signals in some rts (2nd try)
 2022-08-18 16:58 UTC  (8+ messages)

[PATCH] net: sfp: use simplified HWMON_CHANNEL_INFO macro
 2022-08-18 16:58 UTC  (7+ messages)

[PATCH REVIEW 1/2] watchdog: extend the mutex-protected section in watchdog_cdev_unregister()
 2022-08-18 16:57 UTC  (4+ messages)
` [PATCH REVIEW 2/2] watchdog: add wd_data->lock mutex locking to watchdog_open()

[PATCH net] iavf: Detach device during reset task
 2022-08-18 16:55 UTC 

[PATCH net-next v4 00/10] net: phy: Add support for rate adaptation
 2022-08-18 16:55 UTC  (12+ messages)
` [PATCH net-next v4 01/10] net: phy: Add 1000BASE-KX interface mode
` [PATCH net-next v4 02/10] net: phylink: Document MAC_(A)SYM_PAUSE
` [PATCH net-next v4 03/10] net: phylink: Export phylink_caps_to_linkmodes
` [PATCH net-next v4 04/10] net: phylink: Generate caps and convert to linkmodes separately
` [PATCH net-next v4 05/10] net: phylink: Add some helpers for working with mac caps
` [PATCH net-next v4 06/10] net: phy: Add support for rate adaptation
` [PATCH net-next v4 07/10] net: phylink: Adjust link settings based on "
` [PATCH net-next v4 08/10] net: phylink: Adjust advertisement "
` [PATCH net-next v4 09/10] net: phy: aquantia: Add some additional phy interfaces
` [PATCH net-next v4 10/10] net: phy: aquantia: Add support for rate adaptation

[PATCH] ASoC: Change handling of unimplemented set_bclk_ratio
 2022-08-18 16:53 UTC 

[PATCH] PCI: Assign PCI domain by ida_alloc()
 2022-08-18 16:52 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH net-next] net: dsa: qca8k: convert to regmap read/write API
 2022-08-18 16:51 UTC  (2+ messages)

[PATCH] drm/amd/display: fix i386 frame size warning
 2022-08-18 16:48 UTC 

[PATCH v2 2/2] mm/damon: replace pmd_huge() with pmd_trans_huge() for THP
 2022-08-18 16:47 UTC  (2+ messages)

[PATCH] KVM: s390: pci: Hook to access KVM lowlevel from VFIO
 2022-08-18 16:46 UTC 

[PATCH v1 0/7] i2c-mlxbf.c: bug fixes and new feature support
 2022-08-18 16:42 UTC  (9+ messages)
` [PATCH v1 3/7] i2c-mlxbf: add multi slave functionality
` [PATCH v1 4/7] i2c-mlxbf.c: incorrect base address passed during io write

[PATCH v1 0/6] Mutex wrapper, locking and memory leak fixes
 2022-08-18 16:41 UTC  (8+ messages)
` [PATCH v1 5/6] perf mutex: Fix thread safety analysis
` [PATCH v1 6/6] perf build: Enable -Wthread-safety with clang

[PATCH net] net: dpaa: Fix <1G ethernet on LS1046ARDB
 2022-08-18 16:40 UTC 

[PATCH v3 0/7] mm: Remember a/d bits for migration entries
 2022-08-18 16:39 UTC  (8+ messages)
` [PATCH v3 5/7] mm: Remember young/dirty bit for page migrations

[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
 2022-08-18 16:40 UTC  (5+ messages)
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors

[PATCH 0/2] nvmem: lan966x-otpc: add support
 2022-08-18 16:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: lan966x-otpc: document Lan966X OTPC
` [PATCH 2/2] nvmem: lan966x-otpc: add support

[PATCH v2] tee: add overflow check in register_shm_helper()
 2022-08-18 16:38 UTC  (2+ messages)

[PATCH v14 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2022-08-18 16:37 UTC  (9+ messages)
` [PATCH v14 4/4] Documentation: trace/objtrace: Add documentation for objtrace

[PATCH v3 0/4] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
 2022-08-18 16:36 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH v3 2/4] dt-bindings: interrupt-controller: sifive,plic: "

[PATCH V3 net 0/2] Add DT property to disable hibernation mode
 2022-08-18 16:35 UTC  (3+ messages)
` [PATCH V3 net 1/2] dt-bindings: net: ar803x: add disable-hibernation-mode propetry

[PATCH] mte: Follow arm64.nomte override in MMU setup
 2022-08-18 16:33 UTC  (9+ messages)

[PATCH 5.10-rt] locking/rtmutex: switch to EXPORT_SYMBOL() for ww_mutex_lock{,_interruptible}()
 2022-08-18 16:32 UTC  (2+ messages)

[PATCH 0/4] PCI: mvebu: Add support for error interrupt
 2022-08-18 16:32 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: PCI: mvebu: Update information about "

[PATCH -next] net: neigh: use dev_kfree_skb_irq instead of kfree_skb()
 2022-08-18 16:32 UTC  (3+ messages)

[PATCH net-next v4] net: skb: prevent the split of kfree_skb_reason() by gcc
 2022-08-18 16:31 UTC  (3+ messages)

perf tools man pages on the web
 2022-08-18 16:30 UTC  (6+ messages)

[RFC PATCH] irq_work: wakeup irq_workd when queued first rt_lazy work
 2022-08-18 16:28 UTC  (2+ messages)

[PATCH] objtool: Remove "ANNOTATE_NOENDBR on ENDBR" warning
 2022-08-18 16:26 UTC 

[PATCH v9 0/6] Add TDX Guest Attestation support
 2022-08-18 16:25 UTC  (4+ messages)
` [PATCH v9 1/6] x86/tdx: Add TDX Guest attestation interface driver

[GIT PULL] Kselftest update for Linux 6.0-rc2
 2022-08-18 16:23 UTC 

[RESEND PATCH net-next v4 00/25] net: dpaa: Cleanups in preparation for phylink conversion
 2022-08-18 16:16 UTC  (26+ messages)
` [RESEND PATCH net-next v4 01/25] dt-bindings: net: Convert FMan MAC bindings to yaml
` [RESEND PATCH net-next v4 02/25] net: fman: Convert to SPDX identifiers
` [RESEND PATCH net-next v4 03/25] net: fman: Don't pass comm_mode to enable/disable
` [RESEND PATCH net-next v4 04/25] net: fman: Store en/disable in mac_device instead of mac_priv_s
` [RESEND PATCH net-next v4 05/25] net: fman: dtsec: Always gracefully stop/start
` [RESEND PATCH net-next v4 06/25] net: fman: Get PCS node in per-mac init
` [RESEND PATCH net-next v4 07/25] net: fman: Store initialization function in match data
` [RESEND PATCH net-next v4 08/25] net: fman: Move struct dev to mac_device
` [RESEND PATCH net-next v4 09/25] net: fman: Configure fixed link in memac_initialization
` [RESEND PATCH net-next v4 10/25] net: fman: Export/rename some common functions
` [RESEND PATCH net-next v4 11/25] net: fman: memac: Use params instead of priv for max_speed
` [RESEND PATCH net-next v4 12/25] net: fman: Move initialization to mac-specific files
` [RESEND PATCH net-next v4 13/25] net: fman: Mark mac methods static
` [RESEND PATCH net-next v4 14/25] net: fman: Inline several functions into initialization
` [RESEND PATCH net-next v4 15/25] net: fman: Remove internal_phy_node from params
` [RESEND PATCH net-next v4 16/25] net: fman: Map the base address once
` [RESEND PATCH net-next v4 17/25] net: fman: Pass params directly to mac init
` [RESEND PATCH net-next v4 18/25] net: fman: Use mac_dev for some params
` [RESEND PATCH net-next v4 19/25] net: fman: Specify type of mac_dev for exception_cb
` [RESEND PATCH net-next v4 20/25] net: fman: Clean up error handling
` [RESEND PATCH net-next v4 21/25] net: fman: Change return type of disable to void
` [RESEND PATCH net-next v4 22/25] net: dpaa: Use mac_dev variable in dpaa_netdev_init
` [RESEND PATCH net-next v4 23/25] soc: fsl: qbman: Add helper for sanity checking cgr ops
` [RESEND PATCH net-next v4 24/25] soc: fsl: qbman: Add CGR update function
` [RESEND PATCH net-next v4 25/25] net: dpaa: Adjust queue depth on rate change

[PATCH 1/4] media: mt9m111: add V4L2_CID_PIXEL_RATE support
 2022-08-18 16:14 UTC  (4+ messages)
` [PATCH 4/4] media: mt9m111: remove .s_power callback

[PATCH 0/3] x86/kvm, objtool: Fix KVM "missing ENDBR" bug
 2022-08-18 15:53 UTC  (4+ messages)
` [PATCH 1/3] x86/ibt, objtool: Add IBT_NOSEAL()
` [PATCH 2/3] x86/kvm: Simplify FOP_SETCC()
` [PATCH 3/3] x86/kvm: Fix "missing ENDBR" BUG for fastop functions

[PATCH v3] drm/msm/dp: check hpd_state before push idle pattern at dp_bridge_disable()
 2022-08-18 16:06 UTC  (8+ messages)

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 15:29 UTC  (11+ messages)
` [PATCH v12 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v12 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v12 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v12 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v12 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v12 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v1 04/35] drm/modes: Introduce 480i and 576i modes
 2022-08-18 15:56 UTC  (14+ messages)

[PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
 2022-08-18 16:03 UTC  (5+ messages)

[ammarfaizi2-block:tglx/devel/depthtracking 33/59] arch/x86/kernel/ftrace_64.o: warning: objtool: ftrace_caller+0x0: unreachable instruction
 2022-08-18 16:00 UTC 

[PATCH 0/2] add enable gpio support for a24 eeprom driver
 2022-08-18 15:59 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: at24: new optional property - enable-gpios

[V3 00/11] KVM: selftests: Add simple SEV test
 2022-08-18 16:00 UTC  (4+ messages)
` [V3 10/11] KVM: selftests: Add ucall pool based implementation

[PATCH] dt-binding: i2c-imx: add SoC specific compatible strings for layerscape
 2022-08-18 15:36 UTC  (2+ messages)

[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-18 15:59 UTC  (9+ messages)
` [PATCH v5 01/26] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v5 03/26] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition

mainline build failure for x86_64 allmodconfig with clang
 2022-08-18 15:59 UTC  (9+ messages)

[ammarfaizi2-block:tglx/devel/depthtracking 33/59] arch/x86/kvm/emulate.o: warning: objtool: seto+0x0: unreachable instruction
 2022-08-18 15:50 UTC 

RIP: 0010:qede_load+0x128d/0x13b0 [qede] - 5.19.0
 2022-08-18 15:51 UTC  (6+ messages)

[PATCH] binder: fix UAF of ref->proc caused by race condition
 2022-08-18 15:48 UTC  (6+ messages)

[PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
 2022-08-18 15:48 UTC  (2+ messages)

[PATCH v2] nvmet-tcp: Don't kmap() pages which can't come from HIGHMEM
 2022-08-18 15:48 UTC  (2+ messages)

[PATCH v7 0/2] Remove useless param of devcoredump functions and fix bugs
 2022-08-18 15:46 UTC  (6+ messages)
` [PATCH v7 1/2] devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm

[GIT PULL] irqchip fixes for 6.0, take #1
 2022-08-18 15:47 UTC  (2+ messages)
` [tip: irq/urgent] Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent

[PATCH 0/8] block, bfq: extend bfq to support multi-actuator drives
 2022-08-18 15:40 UTC  (5+ messages)

[PATCH v1] regmap: introduce value tracing for regmap bulk operations
 2022-08-18 15:43 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: sc7180: Add sleep state for alc5682 codec
 2022-08-18 15:42 UTC 

[PATCH v2 0/7] Modularize ghes_edac driver
 2022-08-18 15:42 UTC  (3+ messages)
` [PATCH v2 2/7] EDAC/ghes: Add notifier to report ghes_edac mem error

[PATCH v1 05/35] drm/connector: Add TV standard property
 2022-08-18 15:34 UTC  (11+ messages)

[PATCH v2 0/6] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08
 2022-08-18 15:34 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: PCI: microchip,pcie-host: fix missing clocks properties

[PATCH net-next v3 1/1] net: macsec: Expose MACSEC_SALT_LEN definition to user space
 2022-08-18 15:32 UTC 

[PATCH v5 0/3] sched, cgroup/cpuset: Keep user set cpus affinity
 2022-08-18 15:31 UTC  (4+ messages)
` [PATCH v5 1/3] sched: Use user_cpus_ptr for saving user provided cpumask in sched_setaffinity()

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-18 15:31 UTC  (13+ messages)
` [PATCH v1 05/35] drm/connector: Add TV standard property

[PATCH v2] platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs
 2022-08-18 15:29 UTC 

[PATCH v5 1/4] dt-bindings: memory: mediatek: Add mt8188 smi binding
 2022-08-18 15:29 UTC 

[PATCH v3 0/2] pinctrl: add support for SM8450 LPASS LPI pinctrl
 2022-08-18 15:27 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add sm8450 lpass lpi pinctrl bindings

[PATCH v2 0/2] pinctrl: add support for SC8280XP LPASS LPI pinctrl
 2022-08-18 15:26 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add sc8280xp lpass lpi pinctrl bindings

[PATCH V4] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-18 15:25 UTC  (2+ messages)

[PATCH v5 0/7] Update ADSP pil loader for SC7280 platform
 2022-08-18 15:24 UTC  (3+ messages)
` [PATCH v5 1/7] dt-bindings: remoteproc: qcom: Add SC7280 ADSP support

[PATCH] spi: amd: Setup all xfers before opcode execution
 2022-08-18 15:23 UTC  (2+ messages)


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