All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-22 02:22:22 to 2021-12-22 04:26:07 UTC [more...]

[PATCH net-next v1] flow_offload: fix suspicious RCU usage when offloading tc action
 2021-12-22  4:25 UTC 

[PATCH v4 00/13] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-22  4:25 UTC  (8+ messages)
` [PATCH v4 07/13] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups

[usb:usb-linus] BUILD SUCCESS 3f345e907a8e7c56fdebf7231cd67afc85d02aaa
 2021-12-22  4:24 UTC 

[Intel-wired-lan] [PATCH] i40e: fix use-after-free in i40e_sync_filters_subtask()
 2021-12-22  4:24 UTC  (2+ messages)

[RFC PATCH v12 00/17] dlb: introduce DLB device driver
 2021-12-22  4:21 UTC  (4+ messages)
` [RFC PATCH v12 17/17] dlb: add basic sysfs interfaces

[PATCH net-next v2 0/4] igb: support PEROUT and EXTTS PTP pin functions on 82580/i354/i350
 2021-12-22  4:20 UTC  (13+ messages)
` [PATCH net-next v2 1/4] igb: move SDP config initialization to separate function
  ` [Intel-wired-lan] "
` [PATCH net-next v2 2/4] igb: move PEROUT and EXTTS isr logic to separate functions
  ` [Intel-wired-lan] "
` [PATCH net-next v2 3/4] igb: support PEROUT on 82580/i354/i350
  ` [Intel-wired-lan] "
` [PATCH net-next v2 4/4] igb: support EXTTS "
  ` [Intel-wired-lan] "

[PATCH rdma-next 00/11] Elastic RDMA Adapter (ERDMA) driver
 2021-12-22  4:18 UTC  (15+ messages)
` [PATCH rdma-next 06/11] RDMA/erdma: Add verbs header file
` [PATCH rdma-next 07/11] RDMA/erdma: Add verbs implementation
` [PATCH rdma-next 09/11] RDMA/erdma: Add the erdma module

[PATCH 3/3] mmc: sunxi-mmc: use pll to increase clock speed
 2021-12-22  3:15 UTC  (2+ messages)

next/pending-fixes baseline: 717 runs, 3 regressions (v5.16-rc6-189-gb5f0860e19b1)
 2021-12-22  4:16 UTC 

[rw-uml:linux-next 28/29] arch/x86/kvm/mmu/spte.c:85:6: error: implicit declaration of function 'pat_enabled'; did you mean 'kasan_enabled'?
 2021-12-22  4:12 UTC  (2+ messages)

+ mm-make-some-vars-and-functions-static-or-__init.patch added to -mm tree
 2021-12-22  4:16 UTC 

[PATCH] memcg: add per-memcg vmalloc stat
 2021-12-22  4:15 UTC  (2+ messages)

[PATCH v4 00/10] cat-file: better usage UX & error messages
 2021-12-22  4:13 UTC  (12+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/10] cat-file tests: test bad usage
  ` [PATCH v5 02/10] cat-file tests: test messaging on bad objects/paths
  ` [PATCH v5 03/10] parse-options API: add a usage_msg_optf()
  ` [PATCH v5 04/10] cat-file docs: fix SYNOPSIS and "-h" output
  ` [PATCH v5 05/10] cat-file: move "usage" variable to cmd_cat_file()
  ` [PATCH v5 06/10] cat-file: make --batch-all-objects a CMDMODE
  ` [PATCH v5 07/10] cat-file: fix remaining usage bugs
  ` [PATCH v5 08/10] cat-file: correct and improve usage information
  ` [PATCH v5 09/10] object-name.c: don't have GET_OID_ONLY_TO_DIE imply *_QUIETLY
  ` [PATCH v5 10/10] cat-file: use GET_OID_ONLY_TO_DIE in --(textconv|filters)

Device to test usblcd.c wanted
 2021-12-22  4:12 UTC 

[PATCH v3 6/8] mfd: lpc_ich: Switch to generic p2sb_bar()
 2021-12-22  4:12 UTC  (2+ messages)

[PATCH v2 0/9] reftable prep: have builtin/reflog.c handle "--verbose"
 2021-12-22  4:06 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
  ` [PATCH v3 2/9] reflog expire: narrow scope of "cb" in cmd_reflog_expire()
  ` [PATCH v3 3/9] reflog: change one->many worktree->refnames to use a string_list
  ` [PATCH v3 4/9] reflog expire: use "switch" over enum values
  ` [PATCH v3 5/9] reflog expire: refactor & use "tip_commit" only for UE_NORMAL
  ` [PATCH v3 6/9] reflog expire: don't use lookup_commit_reference_gently()
  ` [PATCH v3 7/9] reflog: reduce scope of "struct rev_info"
  ` [PATCH v3 8/9] refs files-backend: assume cb->newlog if !EXPIRE_REFLOGS_DRY_RUN
  ` [PATCH v3 9/9] reflog + refs-backend: move "verbose" out of the backend

[PATCH v5 00/17] hook.[ch]: new library to run hooks + simple hook conversion
 2021-12-22  3:59 UTC  (19+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/17] hook: add 'run' subcommand
  ` [PATCH v6 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v6 03/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH v6 04/17] am: convert {pre,post}-applypatch to use hook.h
  ` [PATCH v6 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v6 06/17] rebase: convert pre-rebase to use hook.h
  ` [PATCH v6 07/17] am: convert applypatch-msg "
  ` [PATCH v6 08/17] merge: convert post-merge "
  ` [PATCH v6 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
  ` [PATCH v6 10/17] hooks: convert worktree "
  ` [PATCH v6 11/17] git hook run: add an --ignore-missing flag
  ` [PATCH v6 12/17] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v6 13/17] git-p4: use 'git hook' to run hooks
  ` [PATCH v6 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v6 15/17] read-cache: convert post-index-change to use hook.h
  ` [PATCH v6 16/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v6 17/17] run-command: remove old run_hook_{le,ve}() hook API

[GIT PULL] exynos-drm-next
 2021-12-22  3:53 UTC  (2+ messages)

[Intel-gfx] linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2021-12-22  3:50 UTC  (3+ messages)
`  "

[PATCH v11 00/15] iio: afe: add temperature rescaling support
 2021-12-22  3:46 UTC  (16+ messages)
` [PATCH v11 01/15] iio: inkern: apply consumer scale on IIO_VAL_INT cases
` [PATCH v11 02/15] iio: inkern: apply consumer scale when no channel scale is available
` [PATCH v11 03/15] iio: inkern: make a best effort on offset calculation
` [PATCH v11 04/15] iio: afe: rescale: expose scale processing function
` [PATCH v11 05/15] iio: afe: rescale: add INT_PLUS_{MICRO,NANO} support
` [PATCH v11 06/15] iio: afe: rescale: add offset support
` [PATCH v11 07/15] iio: afe: rescale: use s64 for temporary scale calculations
` [PATCH v11 08/15] iio: afe: rescale: fix accuracy for small fractional scales
` [PATCH v11 09/15] iio: afe: rescale: reduce risk of integer overflow
` [PATCH v11 10/15] iio: afe: rescale: make use of units.h
` [PATCH v11 11/15] iio: test: add basic tests for the iio-rescale driver
` [PATCH v11 12/15] iio: afe: rescale: add RTD temperature sensor support
` [PATCH v11 13/15] iio: afe: rescale: add temperature transducers
` [PATCH v11 14/15] dt-bindings: iio: afe: add bindings for temperature-sense-rtd
` [PATCH v11 15/15] dt-bindings: iio: afe: add bindings for temperature transducers

[PATCH v2] xfs: prevent UAF in xfs_log_item_in_current_chkpt
 2021-12-22  3:46 UTC  (2+ messages)

[PATCH net-next 0/9] intel: switch to napi_build_skb()
 2021-12-22  3:45 UTC  (4+ messages)
` [PATCH net-next 6/9] igb: "
  ` [Intel-wired-lan] "

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2021-12-22  3:43 UTC  (2+ messages)

+ mm-vmalloc-alloc-gfp_nofsio-for-vmalloc-fix.patch added to -mm tree
 2021-12-22  3:43 UTC 

[PATCH v4 0/4] drm/i915: Asynchronous vma unbinding part1
 2021-12-22  3:42 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH 4.19 00/56] 4.19.222-rc1 review
 2021-12-22  3:39 UTC  (2+ messages)

[PATCH] serial: mps2-uart: Check for error irq
 2021-12-22  3:36 UTC  (2+ messages)

[LTP] [PATCH 1/1] lib: Skip tst_{disable, enable}_oom_protection() for non-root
 2021-12-22  3:32 UTC  (3+ messages)

Review process improvements
 2021-12-22  3:26 UTC  (3+ messages)

[PATCH 2/3] mmc:sunxi-mmc:fix clock division for timing mode
 2021-12-22  3:15 UTC  (2+ messages)

[PATCH v10 00/14] iio: afe: add temperature rescaling support
 2021-12-22  3:29 UTC  (6+ messages)
` [PATCH v10 04/14] iio: afe: rescale: expose scale processing function

[bug report] ath11k: Fix pktlog lite rx events
 2021-12-22  3:29 UTC  (4+ messages)

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-22  3:28 UTC  (5+ messages)

[PATCH 1/7] net/bonding: fix typos and whitespace
 2021-12-22  3:27 UTC  (3+ messages)
` [PATCH v2 0/8] net/bonding: fixes and LACP short timeout

[PATCH] Swiotlb: remove a duplicate include
 2021-12-22  2:54 UTC  (2+ messages)

[PATCH] ipmi: ssif: replace strlcpy with strscpy
 2021-12-22  3:27 UTC 

[PATCH 0/7] net/bonding: fixes and LACP short timeout
 2021-12-22  3:25 UTC  (9+ messages)
` [PATCH 3/7] net/bonding: change mbuf pool and ring allocation

[PATCH v7 0/9] ssh signing: Add commit & tag signing/verification via SSH keys using ssh-keygen
 2021-12-22  3:18 UTC  (4+ messages)
` [PATCH v8 "
  ` [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys
    ` t7510-signed-commit.sh hangs on old gpg, regression in 1bfb57f642d (was: [PATCH v8 9/9] ssh signing: test that gpg fails for unknown keys)

[PATCH v2 1/3] Bluetooth: mt7921s: Support wake on bluetooth
 2021-12-22  3:11 UTC  (6+ messages)
` [PATCH v2 2/3] Bluetooth: mt7921s: Enable SCO over I2S
` [PATCH v2 3/3] Bluetooth: btmtksdio: move struct reg_read_cmd to common file

[PATCH v1] erofs-utils: lib: Fix 8MB bug on uncompressed extent size
 2021-12-22  3:21 UTC  (2+ messages)

(no subject)
 2021-12-22  3:20 UTC  (3+ messages)
` rebase -S config option

[PATCH v2 0/3] i.MX8MP: more USB3 glue layer feature support
 2021-12-22  3:18 UTC  (4+ messages)

[PATCH] amdgpu/pm: Modify sysfs pp_dpm_sclk to have only read premission in ONEVF mode
 2021-12-22  3:19 UTC  (5+ messages)

Garden Accessories Supplier from CHINA
 2021-12-22  3:18 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2021-12-22  3:16 UTC 

[pull request][net-next v0 00/14] mlx5 updates 2021-12-21
 2021-12-22  3:16 UTC  (15+ messages)
` [net-next v0 01/14] devlink: Add new "io_eq_size" generic device param
` [net-next v0 02/14] net/mlx5: Let user configure io_eq_size param
` [net-next v0 03/14] devlink: Add new "event_eq_size" generic device param
` [net-next v0 04/14] net/mlx5: Let user configure event_eq_size param
` [net-next v0 05/14] devlink: Clarifies max_macs generic devlink param
` [net-next v0 06/14] net/mlx5: Let user configure max_macs generic param
` [net-next v0 07/14] net/mlx5: Remove the repeated declaration
` [net-next v0 08/14] net/mlx5e: Use bitmap field for profile features
` [net-next v0 09/14] net/mlx5e: Add profile indications for PTP and QOS HTB features
` [net-next v0 10/14] net/mlx5e: Save memory by using dynamic allocation in netdev priv
` [net-next v0 11/14] net/mlx5e: Allow profile-specific limitation on max num of channels
` [net-next v0 12/14] net/mlx5e: Use dynamic per-channel allocations in stats
` [net-next v0 13/14] net/mlx5e: Allocate per-channel stats dynamically at first usage
` [net-next v0 14/14] net/mlx5e: Take packet_merge params directly from the RX res struct

[PATCH] ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
 2021-12-22  3:14 UTC  (4+ messages)

[PATCH] ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
 2021-12-22  3:13 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix runpm documentation
 2021-12-22  3:13 UTC  (2+ messages)

[PATCH 0/4] block, bfq: minor cleanup and fix
 2021-12-22  3:12 UTC  (5+ messages)
` [PATCH 4/4] block, bfq: update pos_root for idle bfq_queue in bfq_bfqq_move()

[PATCH 1/3] mmc:sunxi-mmc:add support on discrete device power supply
 2021-12-22  3:06 UTC  (2+ messages)

[PATCH] signal: clean up kernel-doc comments
 2021-12-22  3:10 UTC 

[PATCH v3 0/7] Refactor ADT7X10
 2021-12-22  3:08 UTC  (3+ messages)
` [PATCH v3 3/7] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info

[PATCH v2 0/3] Use MD_BROKEN for redundant arrays
 2021-12-22  3:08 UTC  (7+ messages)
` [PATCH 1/3] raid0, linear, md: add error_handlers for raid0 and linear

Hardware IDs patch, requesting add to stable 5.15.10
 2021-12-22  3:04 UTC  (2+ messages)

[PATCH 0/8] sched: Remove unused TASK_SIZE_OF
 2021-12-22  3:02 UTC  (7+ messages)
` [PATCH 4/8] sched: powerpc: "

[PATCH 1/5] hwmon: (corsair-cpro) Use devres function
 2021-12-22  3:03 UTC  (4+ messages)
` [PATCH 5/5] hwmon: (drivetemp) "

[PATCH 0/2] drm/tegra: Fix panel support on Venice 2 and Nyan
 2021-12-22  3:01 UTC  (11+ messages)

[PATCH v4 0/7] grep: simplify & delete "init" & "config" code
 2021-12-22  2:58 UTC  (9+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/7] grep.h: remove unused "regex_t regexp" from grep_opt
  ` [PATCH v5 2/7] log tests: check if grep_config() is called by "log"-like cmds
  ` [PATCH v5 3/7] grep tests: add missing "grep.patternType" config test
  ` [PATCH v5 4/7] built-ins: trust the "prefix" from run_builtin()
  ` [PATCH v5 5/7] grep.c: don't pass along NULL callback value
  ` [PATCH v5 6/7] grep API: call grep_config() after grep_init()
  ` [PATCH v5 7/7] grep: simplify config parsing and option parsing

[PATCH] mfd: ab8500-core: Use platform_get_irq() to get the interrupt
 2021-12-22  2:51 UTC  (3+ messages)

[PATCH rdma-rc] RDMA/mlx5: Fix dereg mr flow for kernel MRs
 2021-12-22  2:51 UTC  (2+ messages)

[PATCH] ksmbd: use F_SETLK to force vfs_file_lock() to return asynchronously
 2021-12-22  2:50 UTC  (4+ messages)

[PATCH v3 0/8] platform/x86: introduce p2sb_bar() helper
 2021-12-22  2:48 UTC  (2+ messages)

[PATCH v9 0/6] More preparation for multi gt patches
 2021-12-22  2:47 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for More preparation for multi gt patches (rev2)

[meta-oe]
 2021-12-22  2:44 UTC  (4+ messages)

[PATCH v2 0/2] Arm Juno board documentation
 2021-12-22  2:42 UTC  (5+ messages)
` [PATCH v2 1/2] doc: Add documentation for the Arm VExpress64 board configs
` [PATCH v2 2/2] doc: add Arm Juno board documentation

[BUG] Submodule Pull
 2021-12-22  2:40 UTC 

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-22  2:38 UTC  (4+ messages)
` [RFC PATCH v3 18/27] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)

[PATCH] docs/zh_CN: Add sched-domains translation
 2021-12-22  2:36 UTC  (6+ messages)

[OE-core][hardknott][PATCH 1/3] busybox: Fix for CVE-2021-42374
 2021-12-22  2:36 UTC  (2+ messages)

[PATCH v8 00/14] Add support for Airoha EN7523 SoC
 2021-12-22  2:34 UTC  (5+ messages)
` [PATCH v8 13/14] gpio: Add support for Airoha EN7523 GPIO controller

[meta-webserver][PATCH v2 1/3] netdata: version bump from 1.32.0 to 1.32.1
 2021-12-22  2:35 UTC  (2+ messages)
` [oe] "

[PATCH 01/26] insane: add Inactive-Upstream to possible patch status list
 2021-12-22  2:33 UTC  (3+ messages)
` [PATCH 22/26] cantarell-fonts: update 0.301 -> 0.303.1
    ` [OE-core] "

[PATCH -next 0/3] replace open coded VA->PA calculation
 2021-12-22  2:31 UTC  (6+ messages)

[Fuego] Construction Software Users Contact List
 2021-12-22  2:31 UTC 

[PATCH] Supporting AST2600 HACE engine accumulative mode
 2021-12-22  2:22 UTC 

[Intel-gfx] [PATCH i-g-t 00/11] Fixes for i915_hangman and gem_exec_capture
 2021-12-22  2:22 UTC  (7+ messages)
` [Intel-gfx] [PATCH i-g-t 08/11] lib/store: Refactor common store code into helper function
  ` [Intel-gfx] [igt-dev] "
          `  "


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.