All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-15 22:38:26 to 2021-11-15 23:38:51 UTC [more...]

phosphor-pid-control: PWM not changing back from Manual to Auto mode
 2021-11-15 23:31 UTC  (2+ messages)

[PATCH 5.14 000/849] 5.14.19-rc1 review
 2021-11-15 23:32 UTC  (4+ messages)
` [PATCH 5.14 309/849] net: dsa: lantiq_gswip: serialize access to the PCE table

New-ish warning in refs.c with GCC (at least 11.2) under -O3
 2021-11-15 22:39 UTC  (2+ messages)

[PATCH 0/3] support `--oid-only` in `ls-tree`
 2021-11-15 21:50 UTC  (4+ messages)

[PATCH 5.15 000/917] 5.15.3-rc1 review
 2021-11-15 23:35 UTC  (5+ messages)
` [PATCH 5.15 291/917] net: dsa: lantiq_gswip: serialize access to the PCE table
` [PATCH 5.15 301/917] net: dsa: flush switchdev workqueue when leaving the bridge

[PATCH v4 6/6] remote: add struct repository parameter to external functions
 2021-11-15 21:44 UTC  (3+ messages)

[PATCH net-next 00/20] tcp: optimizations for linux-5.17
 2021-11-15 21:47 UTC  (4+ messages)

[PATCH] block: Check ADMIN before NICE for IOPRIO_CLASS_RT
 2021-11-15 21:42 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-15 21:46 UTC  (5+ messages)

pull request: bluetooth 2021-11-02
 2021-11-15 21:40 UTC  (5+ messages)

[PATCH 0/8] Makefile: generate a hook-list.h, prep for config-based-hooks
 2021-11-15 22:26 UTC  (4+ messages)
` [PATCH 8/8] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH] [RESEND,v2] ASoC: Intel: add sof-nau8825 machine driver
 2021-11-15 23:35 UTC  (2+ messages)

[PATCH 5.4 000/355] 5.4.160-rc1 review
 2021-11-15 23:36 UTC  (3+ messages)
` [PATCH 5.4 169/355] net: dsa: lantiq_gswip: serialize access to the PCE table

[PATCH v2] dt-bindings: sound: wlf,wm8903: Convert txt bindings to yaml
 2021-11-15 23:35 UTC  (2+ messages)
` [PATCH v2] dt-bindings: sound: wlf, wm8903: "

[Bug 214967] New: mvsas not detecting some disks
 2021-11-15 23:34 UTC  (5+ messages)
` [Bug 214967] "

[PATCH 0/3] ASoC: cs42l42: Fix definition and handling of jack switch invert
 2021-11-15 23:35 UTC  (2+ messages)
` (subset) "

[PATCH v10, 0/5] soc: mediatek: add mtk mutex support for MT8192
 2021-11-15 23:36 UTC  (17+ messages)
` [PATCH v10, 1/5] drm/mediatek: add component OVL_2L2
` [PATCH v10, 2/5] drm/mediatek: add component POSTMASK
` [PATCH v10, 3/5] drm/mediatek: add component RDMA4
` [PATCH v10, 5/5] drm/mediatek: add support for mediatek SOC MT8192

[PATCH] ASoC: codecs: Axe some dead code in 'wcd_mbhc_adc_hs_rem_irq()'
 2021-11-15 23:35 UTC  (2+ messages)

linux-next: build failure after merge of the cifs tree
 2021-11-15 22:35 UTC  (2+ messages)

[PATCH] ASoC: SOF: core: Unregister machine driver before IPC and debugfs
 2021-11-15 23:34 UTC  (2+ messages)

[PATCH 1/2] ASoC: cs35l41: Change monitor widgets to siggens
 2021-11-15 23:35 UTC  (2+ messages)
` (subset) "

Question regarding XFS crisis recovery
 2021-11-15 21:21 UTC  (2+ messages)

[PATCH v2] ASoC: cs42l42: Add control for audio slow-start switch
 2021-11-15 23:34 UTC  (2+ messages)

[PATCH v11 0/2] Update ASUS WMI supported boards
 2021-11-15 22:21 UTC  (6+ messages)
` [PATCH v11 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI
` [PATCH v11 2/2] hwmon: (asus_wmi_sensors) Support X370 "

[PATCH] ASoC: wm_adsp: wm_adsp_control_add() error: uninitialized symbol 'ret'
 2021-11-15 23:34 UTC  (2+ messages)

[RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros
 2021-11-15 22:18 UTC  (22+ messages)
` [RFC PATCH 01/21] git-compat-util.h: clarify GCC v.s. C99-specific in comment
` [RFC PATCH 02/21] C99 support: hard-depend on C99 variadic macros
` [RFC PATCH 03/21] usage.c: add a die_message() routine
` [RFC PATCH 04/21] usage.c API users: use die_message() where appropriate
` [RFC PATCH 05/21] usage.c + gc: add and use a die_message_errno()
` [RFC PATCH 06/21] config API: don't use vreportf(), make it static in usage.c
` [RFC PATCH 07/21] common-main.c: call exit(), don't return
` [RFC PATCH 08/21] usage.c: add a non-fatal bug() function to go with BUG()
` [RFC PATCH 09/21] parse-options.[ch] API: use bug() to improve error output
` [RFC PATCH 10/21] receive-pack: use bug() and BUG_if_bug()
` [RFC PATCH 11/21] cache-tree.c: "
` [RFC PATCH 12/21] pack-objects: use BUG(...) not die("BUG: ...")
` [RFC PATCH 13/21] strbuf.h: "
` [RFC PATCH 14/21] usage API: create a new usage.h, move API docs there
` [RFC PATCH 15/21] usage.[ch] API users: use report_fn, not hardcoded prototype
` [RFC PATCH 16/21] usage.[ch] API: rename "warn" vars functions to "warning"
` [RFC PATCH 17/21] usage.c: move usage routines around
` [RFC PATCH 18/21] usage.c: move rename variables in "
` [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*()
` [RFC PATCH 20/21] usage API: make the "{usage,fatal,error,warning,BUG}: " translatable
` [RFC PATCH 21/21] usage API: add "core.usageAddSource" config to add <file>:<line>

[PATCH] bpf: Enable bpf support for reading branch records in powerpc
 2021-11-15 23:30 UTC  (2+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-15 23:29 UTC  (11+ messages)

[PATCH] libfdt: overlay: Add fdt_ prefix to overlay_get_target()
 2021-11-15 23:30 UTC 

[PATCH v2] test/bpf_convert: do not require DNS lookup
 2021-11-15 23:29 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
  ` [PATCH v5] "

[PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code
 2021-11-15 22:26 UTC  (8+ messages)
      ` Is 'for (int i = [...]' bad for C STD compliance reasons? (was: [PATCH] MyFirstContribution.txt: fix undeclared variable i in sample code)
        ` Is 'for (int i = [...]' bad for C STD compliance reasons?
          ` [PATCH] revision: use C99 declaration of variable in for() loop

[PATCH] add ipv6-{up,down}-script options
 2021-11-14 19:51 UTC 

[toke:xdp-traffic-gen-01 3/4] (.text+0xf80): multiple definition of `page_pool_alloc_pages'; drivers/scsi/libfc/fc_libfc.o:(.text+0x340): first defined here
 2021-11-15 23:28 UTC 

[PATCH] fbdev: sh7760fb: document fallthrough cases
 2021-11-15 23:30 UTC  (4+ messages)

stable-rc/queue/5.14 baseline: 152 runs, 2 regressions (v5.14.18-849-gd1986b0aa736)
 2021-11-15 22:25 UTC 

[geert-renesas-devel:renesas-arm-dt-for-v5.17] BUILD SUCCESS f9a2adcc9e908907129c18518d4ea6195c44bf00
 2021-11-15 23:16 UTC 

[dpdk-dev] [PATCH] checkpatches: suppress warning about strlcpy
 2021-11-15 23:26 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[dpdk-dev] [PATCH] kni: remove non-C11 path from FIFO sync
 2021-11-15 23:25 UTC  (2+ messages)

[geert-renesas-devel:renesas-arm-soc-for-v5.17] BUILD SUCCESS 85744f2d938c5f3cfc44cb6533c157469634da93
 2021-11-15 23:16 UTC 

[PATCH]: thermal: Fix NULL pointer,dereferences in of_thermal_ functions
 2021-11-15 23:20 UTC 

stable-rc/queue/4.9 build: 179 builds: 3 failed, 176 passed, 2 errors, 32 warnings (v4.9.290-159-gd7ba0cd7a486)
 2021-11-15 22:20 UTC 

[geert-renesas-devel:renesas-drivers-for-v5.17] BUILD SUCCESS 4c7924fb905b02323ff6d9d20f370892615dccfa
 2021-11-15 23:16 UTC 

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-15 22:24 UTC  (7+ messages)
` [PATCH v3 04/11] dt-bindings: spi: Add compatible for "
` [PATCH v3 05/11] spi: dw: Add Pensando Elba SoC SPI Controller bindings

[PATCH] mergesort: avoid left shift overflow
 2021-11-15 23:19 UTC 

[RFC] arm64: dts: imx8mm: add imx8mm-venice-gw73xx-0x-imx219 overlay
 2021-11-15 18:06 UTC  (3+ messages)

[kvalo-ath:pending-deferred] BUILD SUCCESS 065ce5da4bd09a39e4e5de9e81e5664d443f16e4
 2021-11-15 23:16 UTC 

[RFC PATCH] branch: add "inherit" option for branch.autoSetupMerge
 2021-11-15 22:22 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] branch: add flags and config to inherit tracking

[PATCH net-next v5 0/3] TSN endpoint Ethernet MAC driver
 2021-11-15 23:04 UTC  (8+ messages)
` [PATCH net-next v5 1/3] dt-bindings: Add vendor prefix for Engleder
` [PATCH net-next v5 2/3] dt-bindings: net: Add tsnep Ethernet controller
` [PATCH net-next v5 3/3] tsnep: Add TSN endpoint Ethernet MAC driver

[Bug 214921] New: amdgpu hangs HP Laptop on shutdown
 2021-11-15 23:19 UTC  (2+ messages)
` [Bug 214921] "

[Bug 214963] New: [amdgpu] resuming from suspend fails when IOMMU is missing
 2021-11-15 23:18 UTC  (2+ messages)
` [Bug 214963] "

[PATCH 0/3] serial: liteuart: fix compile testing and driver unbind
 2021-11-15 21:15 UTC  (3+ messages)
` [PATCH 1/3] serial: liteuart: fix compile testing

+ mm-fix-panic-in-__alloc_pages.patch added to -mm tree
 2021-11-15 23:11 UTC  (9+ messages)

What's cooking in git.git (Nov 2021, #04; Sun, 14)
 2021-11-15 22:16 UTC  (3+ messages)
` ab/mark-leak-free-tests-even-more (was: What's cooking in git.git (Nov 2021, #04; Sun, 14))

[PATCH v1 2/3] config: introduce repo_config_set* functions
 2021-11-15 22:17 UTC  (2+ messages)

[PATCH 00/39] irqdomain: Simplify interrupt handling
 2021-11-15 19:05 UTC  (3+ messages)
` [PATCH 16/39] irqdomain: Make normal and nomap irqdomains exclusive

[PATCH v2 0/9] zsmalloc: remove bit_spin_lock
 2021-11-15 18:59 UTC 

[PATCH] net/mlx5e: Avoid field-overflowing memcpy()
 2021-11-15 22:16 UTC 

[PATCH] fs: Fix truncate never updates m/ctime
 2021-11-15 17:58 UTC  (2+ messages)

[PATCH v15 0/8] Add support for the silergy,sy7636a
 2021-11-15 23:10 UTC  (3+ messages)
` [PATCH v15 3/8] mfd: simple-mfd-i2c: Enable "

[PATCH 00/15] leak tests: remaining non-svn non-p4 tests as passing
 2021-11-15 22:14 UTC  (2+ messages)

[PATCH 00/11] UFS patches for kernel v5.17
 2021-11-15 23:09 UTC  (6+ messages)
` [PATCH 08/11] scsi: ufs: Improve SCSI abort handling further

[PATCH] mpm-transport: Do not use append with += operator
 2021-11-15 23:09 UTC  (4+ messages)
  ` [meta-ti] "

[ANNOUNCE] 5.10.78-rt55
 2021-11-15 18:15 UTC 

[geert-renesas-devel:next] BUILD SUCCESS 17fc0a96f4b49440c8f494f996de7ca33086036a
 2021-11-15 23:01 UTC 

[geert-renesas-drivers:renesas-clk] BUILD SUCCESS 161450134ae9bab3778c5f5732941162626d0eaa
 2021-11-15 23:01 UTC 

[Intel-gfx] [PATCH] drm/i915/pmu: Increase the live_engine_busy_stats sample period
 2021-11-15 23:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/pmu: Increase the live_engine_busy_stats sample period (rev2)

[geert-renesas-drivers:renesas-pinctrl] BUILD SUCCESS adb613f84a9e3638dfcc85975c7d58a4e80eef02
 2021-11-15 23:01 UTC 

drivers/net/dsa/sja1105/sja1105_main.c:737 sja1105_init_topology() warn: should '(((1))) << port' be a 64 bit type?
 2021-11-15 23:06 UTC 

[PATCH 0/3] x86-64: Stack protector and percpu improvements
 2021-11-15 18:12 UTC  (7+ messages)
` [PATCH 3/3] x86_64: Use relative per-cpu offsets

[PATCH bpf] samples: bpf: fix build error due to -isystem removal
 2021-11-15 23:00 UTC  (2+ messages)

Linux 5.16-rc1
 2021-11-15 17:53 UTC  (5+ messages)

Panic with linus/master and panfrost
 2021-11-15 23:04 UTC  (7+ messages)

[PATCH 0/6] RFC: adding support to GCC for detecting trust boundaries
 2021-11-15 22:30 UTC  (5+ messages)
` [PATCH 2/6] Add returns_zero_on_success/failure attributes

lore+lei: part 2, now with IMAP
 2021-11-15 21:46 UTC  (3+ messages)
` Gmail (was: Re: lore+lei: part 2, now with IMAP)

[PATCH bpf-next 0/3] Fix Navigation Issues in Docs
 2021-11-15 22:30 UTC  (3+ messages)
` [PATCH bpf-next 2/3] docs: Rename bpf_lsm.rst to prog_lsm.rst

[PATCH v5 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
 2021-11-15 22:56 UTC  (3+ messages)

[PATCH v3 00/13] Introduce PECI subsystem
 2021-11-15 22:35 UTC  (4+ messages)
` [PATCH v3 06/13] peci: Add device detection

[PATCH] block: Use REQ_OP_WRITE instead of its integer constant 1 in op_is_write()
 2021-11-15 21:58 UTC 

[PATCH for 6.2] nbd/server: Silence clang sanitizer warning
 2021-11-15 22:51 UTC  (2+ messages)

[PATCH] mm: slab: make slab iterator functions static
 2021-11-15 22:56 UTC  (2+ messages)

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-11-15 22:06 UTC  (7+ messages)

[PULL 0/3] Machine-next patches for 2021-11-15
 2021-11-15 22:48 UTC  (4+ messages)
` [PULL 1/3] tests/unit/test-smp-parse: Restore MachineClass fields after modifying
` [PULL 2/3] tests/unit/test-smp-parse: QOM'ify smp_machine_class_init()
` [PULL 3/3] tests/unit/test-smp-parse: Explicit MachineClass name

[PATCH] sev: allow capabilities to check for SEV-ES support
 2021-11-15 22:47 UTC  (3+ messages)

[PATCH v4 00/11] tests/unit: Fix test-smp-parse
 2021-11-15 22:49 UTC  (2+ messages)

[PATCH v3] Bluetooth: Don't initialize msft/aosp when using user channel
 2021-11-15 22:00 UTC 

[PATCH] parse-options API: simplify OPT_ALIAS()
 2021-11-15 22:03 UTC 

[5.12 - 5.15] xHCI controller dead - not renesas but intel
 2021-11-15 22:37 UTC  (2+ messages)

[PATCH 01/12] checkpolicy: use correct unsigned format specifiers
 2021-11-15 21:48 UTC  (2+ messages)

[PATCH v2 0/2] This patchset adds tracepoints to pm80xx
 2021-11-15 21:57 UTC  (3+ messages)
` [PATCH v2 1/2] scsi: pm80xx: Add tracepoints
` [PATCH v2 2/2] scsi: pm80xx: Add pm80xx_mpi_build_cmd tracepoint

[PATCH bpf-next] selftests/bpf: add uprobe triggering overhead benchmarks
 2021-11-15 22:34 UTC 

[PATCH v3] serial: liteuart: Fix NULL pointer dereference in ->remove()
 2021-11-15 21:49 UTC 

[intel-lts:5.10/yocto 17552/17586] arch/x86/include/asm/pgtable.h:1323:13: error: invalid output size for constraint '+a'
 2021-11-15 22:49 UTC 

[PATCH v18 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-15 22:33 UTC  (24+ messages)
` [PATCH v18 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v18 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v18 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v18 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v18 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v18 bpf-next 06/23] net: marvell: rely on "
` [PATCH v18 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v18 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v18 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v18 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v18 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v18 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v18 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v18 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v18 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v18 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v18 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v18 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v18 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v18 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v18 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v18 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v18 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH 00/10] board: sl28: add sl28cpld support and board cleanups
 2021-11-15 22:45 UTC  (11+ messages)
` [PATCH 01/10] misc: add sl28cpld base driver
` [PATCH 02/10] watchdog: add sl28cpld watchdog driver
` [PATCH 03/10] gpio: add sl28cpld driver
` [PATCH 04/10] board: sl28: fix DRAM pretty print
` [PATCH 05/10] board: sl28: print CPLD version on bootup
` [PATCH 06/10] board: sl28: enable sl28cpld support
` [PATCH 07/10] board: sl28: enable SoC watchdog support
` [PATCH 08/10] board: sl28: disable recovery watchdog
` [PATCH 09/10] board: sl28: remove "Useful I2C tricks" section from docs
` [PATCH 10/10] board: sl28: disable random MAC address generation

[PATCH 1/4] parisc: Drop strnlen_user() in favour of generic version
 2021-11-15 22:25 UTC  (3+ messages)
` [PATCH 4/4] parisc: Reduce sigreturn trampoline to 3 instructions

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-15 22:39 UTC  (8+ messages)
` [PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface

[PATCH v2] xen: don't continue xenstore initialization in case of errors
 2021-11-15 22:27 UTC 

[PULL 00/20] pci,pc,virtio: bugfixes
 2021-11-15 22:43 UTC  (2+ messages)

[PATCH 0/3] SPDX: Add annotations to relationship
 2021-11-15 22:44 UTC  (4+ messages)
` [OE-core] "

Subflow Creation / Management Issues
 2021-11-15 22:44 UTC 

[PATCH 2 0/2] xfs: fix inline link path race
 2021-11-15 22:26 UTC  (3+ messages)
` [PATCH 2 2/2] xfs: make sure link path does not go away at access

[PATCH 1/2] vfs: check dentry is still valid in get_link()
 2021-11-15 22:24 UTC  (7+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access

[syzbot] WARNING in mntput_no_expire (3)
 2021-11-15 22:27 UTC 

+ proc-vmcore-dont-fake-reading-zeroes-on-surprise-vmcore_cb-unregistration.patch added to -mm tree
 2021-11-15 22:20 UTC 

[Bug 215025] New: [amdgpu] Thinkpad A275 hangs on shutdown / screen does not turn on after reboot
 2021-11-15 22:40 UTC  (3+ messages)
` [Bug 215025] "

[PATCH-for-6.2? 0/2] hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
 2021-11-15 22:36 UTC  (2+ messages)
` [PATCH-for-6.2? 2/2] "


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.