lkml.org 
[lkml]   [2024]   [Feb]   [11]   [last100]  
 
/

11 Feb 2024

 
  Re: [PATCH v6 2/4] pwm: Add support for RZ/V2M PWM driverkernel test robot
  Re: [PATCH v8 7/7] sched: Split scheduler and execution contextskernel test robot
[New] [PATCH] media: v4l2-mem2mem: fix mem order in last bufHsia-Jun Li
[New] arch/riscv/include/asm/hugetlb.h:15:42: error: static declaration ...kernel test robot
[New] [PATCH v1] mtd: rawnand: meson: fix scrambling mode value in comm ...Arseniy Krasnov
[New] [PATCH 0/1] Bluetooth: mgmt: Add command for getting device IO ca ...Vibhav Pant
  [PATCH 1/1] Bluetooth: mgmt: Add command for getting device IO ca ...Vibhav Pant
  Re: [PATCH 4/4] powerpc: ibmebus: make ibmebus_bus_type constkernel test robot
[New] Re: [PATCHv3 next] kconfig: add dependency warning print about in ...Masahiro Yamada
  Re: [PATCH v2 5/5] power: supply: axp20x_usb_power: set input cur ...=?utf-8?Q?Ond=C5=99ej?= Jirman
  Re: [PATCH 1/2] kbuild: Abort make on install failuresMasahiro Yamada
  Re: [PATCH v5 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SM ...Masahiro Yamada
  Re: [PATCH v5 2/3] printk: Change type of CONFIG_BASE_SMALL to boolMasahiro Yamada
[New] [PATCH v4 00/39] dyndbg: add support for writing debug logs to trace=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 01/39] dyndbg: add _DPRINTK_FLAGS_ENABLED=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 02/39] dyndbg: add _DPRINTK_FLAGS_TRACE=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 03/39] dyndbg: add write events to tracefs code=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 04/39] dyndbg: add 2 trace-events: prdbg, devdbg=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 05/39] tracefs: add __get_str_strip_nl=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 06/39] dyndbg: use __get_str_strip_nl in prdbg and devdbg=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 07/39] dyndbg: repack _ddebug structure=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 08/39] dyndbg: move flags field to a new structure=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 09/39] dyndbg: add trace destination field to _ddebug=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 10/39] dyndbg: add open and close commands for trace=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 11/39] dyndbg: don't close trace instance when in use=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 12/39] dyndbg: handle [+T]:buf_name.flags grammar=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 13/39] dyndbg: add support for default trace destination=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 14/39] dyndbg: update default trace destination on reopen=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 15/39] dyndbg: update selection of trace destination=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 16/39] dyndbg: write debug logs to trace instance=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 17/39] dyndbg: add support for hex_dump output to trace=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 18/39] dyndbg: add label keyword handling=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 19/39] dyndbg: fix old BUG_ON in >control parser=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 20/39] dyndbg: treat comma as a token separator=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 21/39] dyndbg: split multi-query strings with %=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 22/39] dyndbg: reduce verbose/debug clutter=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 23/39] dyndbg: display the bad flag-val in parse-flags ...=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 24/39] dyndbg: report err in ddebug_parse_flags when re ...=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 25/39] dyndbg: don't process queries when trace cmd fails=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 26/39] dyndbg: warn if no flags are given=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 27/39] dyndbg: update "ddcmd =:foo" behavior=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 28/39] dyndbg: don't show default trace destination "0"=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 30/39] dyndbg-test: fixup search-trace-name help=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 29/39] dyndbg-test: add tools/testing/selftests/dynamic ...=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 31/39] dyndbg-test: test_private_trace_mixed_class - pa ...=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 32/39] dyndbg-test: refactor test_private_trace_* tests=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 33/39] dyndbg-test: setup environment for tests execution=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 34/39] dyndbg-test: add test which verifies flags and dst=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 35/39] dyndbg-test: add test which verifies default dst=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 36/39] dyndbg-test: add test for label keyword=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 37/39] docs/dyndbg: update examples \012 to \n=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 38/39] docs/dyndbg: explain new delimiters: comma, percent=?UTF-8?q?=C5=81ukasz=20Bartosik?=
  [PATCH v4 39/39] docs/dyndbg: explain debug-to-tracefs (=T:label. ...=?UTF-8?q?=C5=81ukasz=20Bartosik?=
[New] [PATCH] jffs2: print symbolic error name instead of error codeChristian Heusel
[New] drivers/uio/uio.c:520:21: sparse: sparse: incorrect type in assig ...kernel test robot
  Re: Problems with csum_partial with misaligned buffers on sh4 pla ..."D. Jeff Dionne"
  Re: [PATCH v4 4/4] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO ...kernel test robot
[New] kernel/fork.c:1601:13: sparse: sparse: dereference of noderef exp ...kernel test robot
  Re: [PATCH 1/2] arm64: dts: allwinner: use capital "OR" for multi ...Jernej =?utf-8?B?xaBrcmFiZWM=?=
  Re: [PATCH 2/2] arm64: dts: allwinner: h616: minor whitespace cleanupJernej =?utf-8?B?xaBrcmFiZWM=?=
[New] [PATCH] sched: make cpu_util_cfs visible"zhaoyang.huang"
  [PATCH v3 2/6] iio: pressure: hsc030pa: use signed type to hold d ...Petre Rodan
  [PATCH v3 3/6] iio: pressure: hsc030pa: include cleanupPetre Rodan
  [PATCH v3 1/6] dt-bindings: iio: pressure: honeywell,hsc030pa.yam ...Petre Rodan
[New] [PATCH v3 0/6] iio: pressure: hsc030pa: cleanup and triggered bufferPetre Rodan
  [PATCH v3 4/6] iio: pressure: hsc030pa: update datasheet URLsPetre Rodan
  [PATCH v3 6/6] iio: pressure: hsc030pa add triggered bufferPetre Rodan
  [PATCH v3 5/6] iio: pressure: hsc030pa add mandatory delayPetre Rodan
[New] [PATCH v3 0/2] arm64: dts: allwinner: h618: Add Sipeed Longan SoM ...Jisheng Zhang
  [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module ...Jisheng Zhang
  [PATCH v3 2/2] arm64: dts: allwinner: h616: Add Sipeed Longan SoM ...Jisheng Zhang
  Re: [PATCH] mm/memblock: Add MEMBLOCK_RSRV_NOINIT into flagname[] ...Mike Rapoport
[New] [PATCH -fixes] riscv: Fix build error if !CONFIG_ARCH_ENABLE_HUGE ...Alexandre Ghiti
  [tip: timers/ptp] kvmclock: Unexport kvmclock clocksource"tip-bot2 for Peter Hilber"
  [tip: timers/ptp] treewide: Remove system_counterval_t.cs, which ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] timekeeping: Evaluate system_counterval_t.cs_id ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] ptp/kvm, arm_arch_timer: Set system_counterval_ ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] x86/kvm, ptp/kvm: Add clocksource ID, set syste ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] timekeeping: Add clocksource ID to struct syste ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] x86/tsc: Add clocksource ID, set system_counter ..."tip-bot2 for Peter Hilber"
  [tip: timers/ptp] x86/tsc: Correct kernel-doc notation"tip-bot2 for Randy Dunlap"
  Re: [PATCH v2 1/2] PCI/IOV: Revert "PCI/IOV: Serialize sysfs srio ...Leon Romanovsky
  Re: [PATCH 14/22] platform/chrome: cros_typec_switch: Add support ...Stephen Boyd
  Re: [patch 04/12] clockevent unbind: use smp_call_func_single_failThomas Gleixner
[New] Re: [PATCH net-next v2 4/5] net: ravb: Do not apply RX checksum s ...Biju Das
  Re: [PATCH 14/22] platform/chrome: cros_typec_switch: Add support ...Dmitry Baryshkov
[New] [PATCH v2] mtd: rawnand: Prefer struct_size over open coded arith ...Erick Archer
  Re: [PATCH] kasan: add atomic testsPaul =?utf-8?Q?Heidekr=C3=BCger?=
  [PATCH v2] kasan: add atomic tests=?UTF-8?q?Paul=20Heidekr=C3=BCger?=
  Re: [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindi ...Oleksij Rempel
  Re: [PATCH net-next v7 1/4] eventpoll: support busy poll per epol ...Eric Dumazet
  Re: [PATCH net-next v2 4/5] net: ravb: Do not apply RX checksum s ...Sergei Shtylyov
  Re: [PATCH net-next v7 4/4] eventpoll: Add epoll ioctl for epoll_ ...Eric Dumazet
[New] [RFC PATCH v2 0/6] support for Marvell 88PM886 PMICKarel Balej
  [RFC PATCH v2 2/6] mfd: add driver for Marvell 88PM886 PMICKarel Balej
  [RFC PATCH v2 1/6] dt-bindings: mfd: add entry for Marvell 88PM88 ...Karel Balej
  [RFC PATCH v2 3/6] regulator: add regulators driver for Marvell 8 ...Karel Balej
  [RFC PATCH v2 4/6] dt-bindings: input: add entry for Marvell 88PM ...Karel Balej
  [RFC PATCH v2 5/6] input: add onkey driver for Marvell 88PM88X PMICsKarel Balej
  [RFC PATCH v2 6/6] MAINTAINERS: add myself for Marvell 88PM886 PMICKarel Balej
  Re: Problems with csum_partial with misaligned buffers on sh4 pla ...Geert Uytterhoeven
  Re: [syzbot] [bluetooth?] KASAN: null-ptr-deref Read in ida_free (4)syzbot
[New] [PATCH] ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()Alexey Khoroshilov
[New] Linux regressions report for mainline [2024-02-11]"Regzbot (on behalf of Thorsten Leemhuis)"
[New] [PATCH] Fix malformed table error in gadget-testing.rstShresth Prasad
[New] [PATCH] gpio: uapi: clarify default_values being logicalKent Gibson
  Re: [PATCH 3/3] MAINTAINERS: Add maintainer for MIPS Baikal-T1 pl ...Serge Semin
  Re: [PATCH 1/2] kbuild: Abort make on install failuresxtex
[New] [char-misc 1/2] mei: me: add arrow lake point S DIDTomas Winkler
  [char-misc 2/2] mei: me: add arrow lake point H DIDTomas Winkler
  Re: [PATCH] sh: Fix build with CONFIG_UBSAN=yJohn Paul Adrian Glaubitz
[New] [GIT PULL] x86/urgent for v6.8-rc4Borislav Petkov
[New] [GIT PULL] timers/urgent for v6.8-rc4Borislav Petkov
  Re: [PATCH 2/4] tools/nolibc: Fix strlcat() return code and size ...Willy Tarreau
[New] [PATCH] arm64: dts: allwinner: a64: Add thermal trip points for GPUAndrey Skvortsov
  Re: [PATCH] Fix malformed table error in gadget-testing.rstGreg KH
  Re: [PATCH] media: bt8xx: make bttv_sub_bus_type constGreg Kroah-Hartman
  Re: [PATCH 3/4] tools/nolibc: Fix strlcpy() return code and size ...Willy Tarreau
  Re: [PATCH] sysfs:Addresses null pointer dereference in sysfs_mer ...Greg KH
  Re: [PATCH 4/4] selftests/nolibc: Add tests for strlcat() and str ...Willy Tarreau
  Re: [PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gc ...Uros Bizjak
  Re: [PATCH 3/4] tools/nolibc: Fix strlcpy() return code and size ...Willy Tarreau
  Re: [PATCH 2/2] x86/MCE: Add command line option to extend MCE Re ...Borislav Petkov
  Re: [PATCH/RFC] lib: add CPU MHz benchmark testWilly Tarreau
[New] [PATCH] selftest: ftrace: fix minor typo in logVincenzo Mezzela
  Re: [PATCH v2 1/3] dt-bindings: power: rpmpd: Add MSM8974 power d ...Luca Weiss
  Re: [PATCH v2 1/3] dt-bindings: power: rpmpd: Add MSM8974 power d ...Stephan Gerhold
  [PATCH RESEND v3 2/2] Input: add Himax HX852x(ES) touchscreen driverStephan Gerhold
[New] <instantiation>:18:15: error: invalid operand for instructionkernel test robot
[New] [PATCH RESEND v3 0/2] Input: add Himax HX852x(ES) touchscreen driverStephan Gerhold
  [PATCH RESEND v3 1/2] dt-bindings: input: touchscreen: document H ...Stephan Gerhold
  Re: [PATCH v2] mtd: rawnand: Prefer struct_size over open coded a ...Uwe =?utf-8?Q?Kleine-K=C3=B6nig?=
[New] @ X Fair Source Philosophy: Cyr (Was Low Jitter)Ywe Caerlyn
[New] [PATCH] RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer
  Re: [PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimizeMuchun Song
  Re: [PATCH net-next v2 4/5] net: ravb: Do not apply RX checksum s ...Biju Das
  Re: [PATCH v2 1/3] dt-bindings: power: rpmpd: Add MSM8974 power d ...Krzysztof Kozlowski
  Re: [PATCH v2 1/3] dt-bindings: soc: qcom: qcom,saw2: add msm8226 ...Krzysztof Kozlowski
[New] [PATCH] staging: axis-fifo: Use sysfs_emit()Christophe JAILLET
  Re: [PATCH net-next v2 4/5] net: ravb: Do not apply RX checksum s ...Biju Das
  Re: [PATCH 2/2] leds: Add NCP5623 multi-led driverAbdel Alkuor
  [PATCH v3 04/35] workqueue.h: move struct delayed_work to workque ...Max Kellermann
  [PATCH v3 07/35] sysfs.h: move declarations to sysfs_types.hMax Kellermann
  [PATCH v3 02/35] include: remove unnecessary #include directivesMax Kellermann
  [PATCH v3 09/35] rwsem.h: move declarations to rwsem_types.hMax Kellermann
  [PATCH v3 10/35] uprobes.h: move declarations to uprobes_types.hMax Kellermann
  [PATCH v3 08/35] maple_tree.h: move declarations to maple_tree_ty ...Max Kellermann
  [PATCH v3 11/35] percpu_counter.h: move declarations to percpu_co ...Max Kellermann
  [PATCH v3 12/35] bvec.h: move declarations to bvec_types.hMax Kellermann
  [PATCH v3 05/35] kref.h: move declarations to kref_types.hMax Kellermann
  [PATCH v3 14/35] swait.h: move declarations to swait_types.hMax Kellermann
  [PATCH v3 03/35] include: reduce header dependencies by using "*_ ...Max Kellermann
  [PATCH v3 06/35] kobject.h: move declarations to kobject_types.hMax Kellermann
  [PATCH v3 13/35] wait.h: move declarations to wait_types.hMax Kellermann
  [PATCH v3 15/35] completion.h: move declarations to completion_ty ...Max Kellermann
  [PATCH v3 17/35] xarray.h: move declarations to xarray_types.hMax Kellermann
  [PATCH v3 18/35] blkdev.h: move blk_op_is_passthrough() to blk_ty ...Max Kellermann
  [PATCH v3 19/35] bio.h: move bio_has_data() and bio_no_advance_it ...Max Kellermann
  [PATCH v3 21/35] percpu-refcount.h: move declarations to percpu-r ...Max Kellermann
  [PATCH v3 16/35] device.h: move declarations to device_types.hMax Kellermann
  [PATCH v3 20/35] bio.h: move declarations to bio_types.hMax Kellermann
  [PATCH v3 23/35] sbitmap.h: move declarations to sbitmap_types.hMax Kellermann
  [PATCH v3 24/35] list_lru.h: move declarations to list_lru_types.hMax Kellermann
[New] [PATCH v3 00/35] Fast kernel headers: reduce header dependenciesMax Kellermann
  [PATCH v3 25/35] list_bl.h: move declarations to list_bl_types.hMax Kellermann
  [PATCH v3 22/35] blkdev.h: move declarations to blkdev_types.hMax Kellermann
  [PATCH v3 26/35] percpu-rwsem.h: move declarations to percpu-rwse ...Max Kellermann
  [PATCH v3 27/35] quota.h: move declarations to quota_types.hMax Kellermann
  [PATCH v3 28/35] radix-tree.h: move declarations to radix-tree_ty ...Max Kellermann
  [PATCH v3 29/35] linux/random.h: reduce dependencies on linux/ker ...Max Kellermann
  [PATCH v3 31/35] linux/kernel.h: move READ and WRITE to direction.hMax Kellermann
  [PATCH v3 30/35] linux/kernel.h: move might_sleep(), ... to sched ...Max Kellermann
  [PATCH v3 32/35] linux/kernel.h: move VERIFY_OCTAL_PERMISSIONS() ...Max Kellermann
  [PATCH v3 33/35] linux/kernel.h: move upper/lower_*_bits macros t ...Max Kellermann
  [PATCH v3 34/35] linux/kernel.h: move PTR_IF() to ptr_util.hMax Kellermann
  [PATCH v3 35/35] include: remove lots of unnecessary <linux/kerne ...Max Kellermann
  Re: [PATCH v1 02/14] dt-bindings: bus: imx-weim: convert to YAMLKrzysztof Kozlowski
  Re: [PATCH 0/5] fs/ntfs3: Bugfix"Linux regression tracking (Thorsten Leemhuis)"
  Re: [PATCH v1 12/14] dt-bindings: vendor-prefixes: add UNI-TKrzysztof Kozlowski
  [PATCH v3 01/35] include: add missing includesMax Kellermann
  Re: [PATCH v1 13/14] dt-bindings: arm: add UNI-T UTi260bKrzysztof Kozlowski
  Re: [PATCH v1 05/14] dt-bindings: soc: imx: fsl,imx-anatop: add b ...Krzysztof Kozlowski
[New] [PATCH 1/2] kconfig: print recursive dependency errors in the par ...Masahiro Yamada
  [PATCH 2/2] kconfig: use generic macros to implement symbol hashtableMasahiro Yamada
  Re: [PATCH v1 04/14] dt-bindings: input: touchscreen: fsl,imx6ul- ...Krzysztof Kozlowski
  Re: [PATCH v1 06/14] dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: a ...Krzysztof Kozlowski
  Re: [PATCH v1 07/14] dt-bindings: lcdif: Do not require power-dom ...Krzysztof Kozlowski
[New] [PATCH] treewide: replace or remove redundant def_bool in Kconfig ...Masahiro Yamada
  Re: [PATCH v1 08/14] dt-bindings: fsl-imx-sdma: fix HDMI audio indexKrzysztof Kozlowski
  Re: [PATCH] arm64: dts: allwinner: a64: Add thermal trip points f ...Andre Przywara
  Re: [PATCH] Fix malformed table error in gadget-testing.rstShresth Prasad
[New] [char-misc-next] mei: gsc_proxy: match component when GSC is on d ...Tomas Winkler
[New] [PATCH] arm64: dts: imx8mp-beacon: Enable BluetoothAdam Ford
  Re: [PATCH 13/22] dt-bindings: chrome: Add google,cros-ec-typec-s ...Krzysztof Kozlowski
  Re: sched/cpufreq: Rework schedutil governor performance estimati ...Vincent Guittot
  Re: [PATCH 18/22] dt-bindings: chrome: Add binding for ChromeOS P ...Krzysztof Kozlowski
  Re: [PATCH v3 1/2] dt-bindings: phy: mediatek,mt7988-xfi-tphy: ad ...Krzysztof Kozlowski
  Re: [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` ...Krzysztof Kozlowski
[New] [PATCH] hrtimer: select housekeeping CPU during migrationCosta Shulyupin
  Re: [PATCH v4 1/2] Revert "scsi: fcoe: Fix potential deadlock on ...Hannes Reinecke
  Re: [syzbot] [ext4?] KASAN: out-of-bounds Read in ext4_ext_remove ...syzbot
[New] [PATCH] arm64: dts: imx8mp-beacon: Configure multiple queues on eqosAdam Ford
  Re: [PATCH] dt-bindings: usb: typec: anx7688: start a binding doc ...Krzysztof Kozlowski
  RE: [PATCH] parisc: Fix csum_ipv6_magic on 32-bit systemsDavid Laight
[New] [PATCH 0/2] mm/zswap: optimize for dynamic zswap_poolsChengming Zhou
  [PATCH 1/2] mm/zswap: global lru and shrinker shared by all zswap ...Chengming Zhou
  [PATCH 2/2] mm/zswap: change zswap_pool kref to percpu_refChengming Zhou
  Re: [PATCH] parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck
  Re: [PATCH] arm64: dts: allwinner: a64: Add thermal trip points f ...Andrey Skvortsov
  Re: Problems with csum_partial with misaligned buffers on sh4 pla ...Yoshinori Sato
[New] drivers/scsi/esp_scsi.c:(.text.scsi_esp_register+0x2ac): undefine ...kernel test robot
  Re: [PATCH v1 3/4] dt-bindings: Add post-init-supplier propertyKrzysztof Kozlowski
  Re: [PATCH v4 2/5] dt-bindings: rtc: abx80x: convert to yamlJosua Mayer
[New] [PATCH] brcmfmac: Remove unnecessary NULL-check.Daniil Dulov
[New] [PATCH] can: softing: remove redundant NULL checkDaniil Dulov
[New] [PATCH] drm/amdgpu/swsmu: Fix if statement in smu_baco_get_state()Daniil Dulov
[New] [PATCH] media: cx2341x: Check return value of cx2341x_api()Daniil Dulov
[New] [PATCH] media: go7007: add check of return value of go7007_read_a ...Daniil Dulov
[New] [PATCH] media: pvrusb2: remove redundant NULL checkDaniil Dulov
[New] [PATCH 17/17] media: upd64031a: Check return value of i2c_master_ ...Daniil Dulov
  [PATCH v5 1/5] dt-bindings: arm: ti: Add bindings for SolidRun AM ...Josua Mayer
[New] [PATCH v5 0/5] arm64: dts: add description for solidrun am642 som ...Josua Mayer
  [PATCH v5 2/5] dt-bindings: rtc: abx80x: convert to yamlJosua Mayer
  [PATCH v5 3/5] arm64: dts: ti: k3-am64-main: Add ICSSG IEP nodesJosua Mayer
  [PATCH v5 5/5] arm64: dts: ti: hummingboard-t: add overlays for m ...Josua Mayer
  [PATCH v5 4/5] arm64: dts: add description for solidrun am642 som ...Josua Mayer
[New] [PATCH 18/18] net: dsa: microchip: Check return value of of_get_p ...Daniil Dulov
[New] [PATCH] net: sfp: remove redundant NULL checkDaniil Dulov
[New] [PATCH] scsi: libfc: Remove unnecessary NULL check.Daniil Dulov
  Re: [PATCH v2 0/6] Pinephone video out fixes (flipping between tw ...Frank Oltmanns
[New] [PATCH] soundwire: fix double free of pointerDaniil Dulov
[New] [PATCH] swiotlb-xen: remove redundant NULL checkDaniil Dulov
[New] [PATCH] w1: remove redundant NULL checkDaniil Dulov
  Re: [PATCH v1 5/9] mlxsw: core_thermal: Set THERMAL_TRIP_WRITABLE ...Ido Schimmel
[New] [PATCH] afs: Increase buffer size in afs_update_volume_status()Daniil Dulov
[New] [PATCH] scsi: Make scsi_bus_type const"Ricardo B. Marliere"
  Re: [PATCHv6 1/2] watchdog/softlockup: low-overhead detection of ...Bitao Hu
  Re: [PATCHv6 2/2] watchdog/softlockup: report the most frequent i ...Bitao Hu
[New] [PATCH] ACPI: bus: make acpi_bus_type const"Ricardo B. Marliere"
  Re: [PATCH] iio: adc: mcp320x: Simplify device removal logicArturas Moskvinas
  Re: [PATCHv6 0/2] *** Detect interrupt storm in softlockup ***Bitao Hu
  Re: [PATCH v3 2/5] dt-bindings: fpga: xlnx,fpga-slave-serial: ren ...Krzysztof Kozlowski
[New] [PATCH] dio: make dio_bus_type const"Ricardo B. Marliere"
  Re: [PATCH v3 3/5] fpga: xilinx-core: rename "prog_b" and "init-b ...Krzysztof Kozlowski
  Re: [PATCHv6 2/2] watchdog/softlockup: report the most frequent i ...Bitao Hu
[New] [PATCH] ARM: s3c64xx: make s3c6410_subsys const"Ricardo B. Marliere"
  Re: [PATCH v2 5/6] drm/panel: st7703: Drive XBD599 panel at highe ...Frank Oltmanns
[New] [PATCH 0/2] ARM: struct bus_type cleanup"Ricardo B. Marliere"
  [PATCH 1/2] ARM: sa1111: make sa1111_bus_type const"Ricardo B. Marliere"
  [PATCH 2/2] ARM: ecard: make ecard_bus_type const"Ricardo B. Marliere"
  Re: [PATCH v1 0/9] Fix MMC properties on Sitara devicesFrancesco Dolcini
  Re: [PATCH] ARM: s3c64xx: make s3c6410_subsys constKrzysztof Kozlowski
[New] Re: [PATCH v2] Revert "usb: typec: tcpm: fix cc role at port reset"=?UTF-8?Q?G=C3=A1bor_Stefanik?=
[New] [PATCH 0/2] firmware: struct bus_type cleanup"Ricardo B. Marliere"
  [PATCH 1/2] firmware: arm_ffa: Make ffa_bus_type const"Ricardo B. Marliere"
  [PATCH 2/2] firmware: arm_scmi: make scmi_bus_type const"Ricardo B. Marliere"
  Re: [PATCH v3] clk: keystone: sci-clk: Adding support for non con ...Francesco Dolcini
  Re: [PATCH] ARM: s3c64xx: make s3c6410_subsys const"Ricardo B. Marliere"
[New] [PATCH v2] ARM: s3c64xx: make s3c6410_subsys const"Ricardo B. Marliere"
  Re: [PATCH 0/1] Bluetooth: mgmt: Add command for getting device I ...Luiz Augusto von Dentz
  Re: [PATCH] Fix malformed table error in gadget-testing.rst"Ricardo B. Marliere"
  Re: [PATCH v2 0/7] Add tuning algorithm for delay chainFrancesco Dolcini
  Re: [PATCH] Fix malformed table error in gadget-testing.rstShresth Prasad
[New] [PATCH] MIPS: Add 'memory' clobber to csum_ipv6_magic() inline as ...Guenter Roeck
  Re: [PATCH v2 5/5] usb: dwc3-am62: add workaround for Errata i2409Francesco Dolcini
  Re: [PATCH v5 2/5] dt-bindings: rtc: abx80x: convert to yamlKrzysztof Kozlowski
  Re: [PATCH v3 1/2] dt-bindings: net: dp83826: support TX data vol ...Krzysztof Kozlowski
  Re: Problems with csum_partial with misaligned buffers on sh4 pla ...Rich Felker
  Re: [PATCH 1/2] dt-bindings: phy: qcom,snps-eusb2-repeater: Add c ...Krzysztof Kozlowski
  Re: [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Mod ...Krzysztof Kozlowski
  Re: [PATCH stable 5.15 v2] net: bcmgenet: Fix EEE implementationSasha Levin
  Re: [PATCH] hrtimer: select housekeeping CPU during migrationWaiman Long
  RE: sched/cpufreq: Rework schedutil governor performance estimati ..."Doug Smythies"
  Re: [PATCH] gpio: uapi: clarify default_values being logicalAndy Shevchenko
[New] [PATCH v3] regmap: kunit: Ensure that changed bytes are actually ...Mark Brown
  Re: [PATCH V4 0/5] mlx5 ConnectX control misc driverDavid Ahern
  Re: [PATCH V4 0/5] mlx5 ConnectX control misc driverDavid Ahern
  RE: [PATCH V2 2/3] dt-bindings: tegra: pmc: Update scratch as an ...Petlozu Pravareshwar
[New] [PATCH V3 1/3] soc/tegra: pmc: Update address mapping sequence fo ...Petlozu Pravareshwar
[New] Re: [REGRESSION] Acp5x probing regression introduced between kern ..."Linux regression tracking (Thorsten Leemhuis)"
  Re: [PATCH] afs: Increase buffer size in afs_update_volume_status()Jeffrey E Altman
  Re: [PATCH v1 03/10] dt-bindings: phy: add rockchip usbdp combo p ...Conor Dooley
  Re: [PATCH v1 02/10] dt-bindings: soc: rockchip: add rk3588 USB3 ...Conor Dooley
[New] [PATCH 0/8] of: automate of_node_put() - new approach to loops.Jonathan Cameron
  [PATCH 4/8] iio: adc: fsl-imx25-gcq: Use for_each_available_child ...Jonathan Cameron
[New] [PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NO ... <ankita@nvidia ...
  [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable I ... <ankita@nvidia ...
  [PATCH v7 2/4] mm: introduce new flag to indicate wc safe <ankita@nvidia ...
  Re: [PATCH 1/2] dt-bindings: iio: adc: add ad7944 ADCsDavid Lechner
[New] [PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()Erick Archer
[New] [PATCH] comedi: comedi_8255: Correct error in subdevice initializ ...Frej Drejhammar
[New] [PATCH net-next] net: phy: aquantia: clear PMD Global Transmit Di ...Robert Marko
[New] [PATCH] iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()Erick Archer
  Re: dm vdo slab-depot: delete unnecessary checkMarkus Elfring
  RE: [PATCH 1/2] octeontx2-af: Remove the PF_FUNC validation for N ...Subbaraya Sundeep Bhatta
  Re: [PATCH v3] regmap: kunit: Ensure that changed bytes are actua ...Guenter Roeck
  Re: dm vdo slab-depot: delete unnecessary checkMike Snitzer
  Re: [PATCH V4 5/6] arm64: dts: imx8mp: add HDMI display pipelineMarek Vasut
  Re: [PATCH V4 2/6] phy: freescale: add Samsung HDMI PHYMarek Vasut
  Re: [PATCH V4 3/6] arm64: dts: imx8mp: add HDMI power-domainsMarek Vasut
  Re: [PATCH V4 4/6] arm64: dts: imx8mp: add HDMI irqsteerMarek Vasut
[New] [RESEND Patch v13 0/3] media: rockchip: Add a driver for Rockchip ...Mehdi Djait
  [RESEND Patch v13 1/3] media: dt-bindings: media: add bindings fo ...Mehdi Djait
  [RESEND Patch v13 3/3] arm64: dts: rockchip: Add the px30 camera ...Mehdi Djait
  [RESEND Patch v13 2/3] media: rockchip: Add a driver for Rockchip ...Mehdi Djait
[New] [PATCH] HID: multitouch: Add required quirk for Synaptics 0xcddc ...Manuel Fombuena
  Re: [PATCH] iio: core: fix memleak in iio_device_register_sysfs andy.shevchenko@gmail ...
  Re: [PATCH v6 0/2] lib: checksum: Fix issues with checksum testsGuenter Roeck
  Re: [PATCH] brcmfmac: Remove unnecessary NULL-check.Arend van Spriel
  Re: [PATCH v2 0/6] Pinephone video out fixes (flipping between tw ...=?utf-8?Q?Ond=C5=99ej?= Jirman
  Re: [PATCH] brcmfmac: Remove unnecessary NULL-check.Arend van Spriel
  Re: [PATCH v1 06/10] arm64: dts: rockchip: add USBDP phys on rk3588Johan Jonker
[New] [PATCH] sh: hd64461: Make setup_hd64461 staticArtur Rojek
  Re: [PATCH v1 3/6] PCI: dwc: Add HDMA supportSerge Semin
  Re: `intel_lpss_pci_driver_init` takes 23.8 msPaul Menzel
  Re: [PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gc ...Linus Torvalds
  Re: [GIT PULL] timers/urgent for v6.8-rc4 pr-tracker-bot@kernel ...
  Re: [GIT PULL] x86/urgent for v6.8-rc4 pr-tracker-bot@kernel ...
  [PATCH v1 3/3] iio: st_sensors: lsm9ds0: Use common style for ter ... andy.shevchenko@gmail ...
[New] [PATCH v1 0/3] iio: st_sensors: lsm9ds0: Miscellaneous cleanups andy.shevchenko@gmail ...
  [PATCH v1 1/3] iio: st_sensors: lsm9ds0: Use dev_err_probe() ever ... andy.shevchenko@gmail ...
  [PATCH v1 2/3] iio: st_sensors: lsm9ds0: Don't use "proxy" headers andy.shevchenko@gmail ...
  Re: [PATCH 1/2] arm64: dts: allwinner: use capital "OR" for multi ...Jernej =?utf-8?B?xaBrcmFiZWM=?=
  Re: [PATCH] crypto: ccp - Have it depend on AMD_IOMMUBorislav Petkov
[New] [PATCH] iwlwifi/uefi: remove CONFIG_ACPI checkMax Kellermann
  Re: [PATCH] iio: core: fix memleak in iio_device_register_sysfsAndy Shevchenko
[New] Re: [PATCH] bus: sunxi-rsb: make sunxi_rsb_bus constJernej =?utf-8?B?xaBrcmFiZWM=?=
[New] [PATCH] ARM: dts: qcom: ipq4019: add QCA8075 PHY Package nodesChristian Marangi
[New] Linux 6.8-rc4Linus Torvalds
  Re: [PATCH v7 3/4] mm,page_owner: Display all stacks and their countOscar Salvador
  Re: [PATCH v7 2/4] mm,page_owner: Implement the tracking of the s ...Oscar Salvador
[New] Linux support for a 7 segment LED displayChris Packham
  Re: [PATCH v1 04/10] phy: rockchip: add usbdp combo phy driverJohan Jonker
[New] [PATCH 0/4] Add support for AF8133J magnetometer=?UTF-8?q?Ond=C5=99ej=20Jirman?=
  [PATCH 2/4] dt-bindings: iio: magnetometer: Add DT binding for Vo ...=?UTF-8?q?Ond=C5=99ej=20Jirman?=
  [PATCH 1/4] dt-bindings: vendor-prefix: Add prefix for Voltafield=?UTF-8?q?Ond=C5=99ej=20Jirman?=
  [PATCH 3/4] MAINTAINERS: Add an entry for AF8133J driver=?UTF-8?q?Ond=C5=99ej=20Jirman?=
  [PATCH 4/4] iio: magnetometer: add a driver for Voltafield AF8133 ...=?UTF-8?q?Ond=C5=99ej=20Jirman?=
  Re: [PATCH] Fix malformed table error in gadget-testing.rstGreg KH
  Re: [PATCH 1/2] mm/zswap: global lru and shrinker shared by all z ...Nhat Pham
[New] [PATCH V3 1/3] dt-bindings: arm: mediatek: convert HIFSYS to the ...=?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?=
[New] [PATCH V3 2/3] dt-bindings: arm: mediatek: convert PCIESYS to the ...=?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?=
[New] [PATCH V3 3/3] dt-bindings: arm: mediatek: convert SSUSBSYS to th ...=?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?=
  Re: [PATCH][next] drm/i915/gvt: remove redundant assignment to po ...Zhi Wang
[New] [PATCH] powerpc/32: fix ADB_CUDA kconfig warningRandy Dunlap
  Re: [PATCH v16 2/6] ring-buffer: Introducing ring-buffer mapping ...Steven Rostedt
  Re: [PATCH bpf-next v2] bpf: Allow compiler to inline most of bpf ... patchwork-bot+netdevbpf@kernel ...
  Re: [PATCH v16 4/6] tracing: Allow user-space mapping of the ring ...Steven Rostedt
  Re: [PATCH 2/4] dt-bindings: iio: magnetometer: Add DT binding fo ...Rob Herring
  Re: [PATCH v3 06/19] x86/startup_64: Drop global variables keepin ...Ard Biesheuvel
  Re: [PATCH v16 5/6] Documentation: tracing: Add ring-buffer mappingSteven Rostedt
[New] [PATCH] parisc/ftrace: add missing CONFIG_DYNAMIC_FTRACE checkMax Kellermann
[New] stackinit unit test failures on m68kGuenter Roeck
[New] [PATCH V2 1/2] drm/bridge: samsung-dsim: Set P divider based on m ...Adam Ford
  [PATCH V2 2/2] drm/bridge: samsung-dsim: Fix porch calcalcuation ...Adam Ford
[New] [PATCH] arm64: dts: imx8mn: Slow default video_pll clock rateAdam Ford
[New] [PATCH] arm64: dts: imx8mn-beacon: Remove unnecessary clock confi ...Adam Ford
  Re: [PATCH v3 2/2] arm64: dts: allwinner: h616: Add Sipeed Longan ...Andre Przywara
  Re: [PATCHv6 1/2] watchdog/softlockup: low-overhead detection of ...Doug Anderson
  Re: [syzbot] [ext4?] WARNING in lock_two_nondirectoriessyzbot
[New] Re: linux-next: build failure after merge of the vfs-brauner treeKent Overstreet
  Re: [PATCH stable 5.15 v2] net: bcmgenet: Fix EEE implementationFlorian Fainelli
[New] [PATCH stable 5.4 v3] net: bcmgenet: Fix EEE implementationFlorian Fainelli
  [PATCH stable 5.15 v3] net: bcmgenet: Fix EEE implementationFlorian Fainelli
[New] [PATCH -fixes 1/2] riscv: Fix enabling cbo.zero when running in M ...Samuel Holland
  [PATCH -fixes 2/2] riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland
[New] [syzbot] [ppp?] possible deadlock in ppp_asynctty_receive (2)syzbot
  Re: [PATCH 2/2] x86/MCE: Add command line option to extend MCE Re ..."Naik, Avadhut"
[New] =?US-ASCII?Q?Re=3A_arch/x86/kernel/sys=5Fx86=5F64=2Ec=3A_rational ..."H. Peter Anvin"
[New] [PATCH 0/7] riscv: Various text patching improvementsSamuel Holland
  [PATCH 1/7] riscv: jump_label: Batch icache maintenanceSamuel Holland
  [PATCH 2/7] riscv: jump_label: Simplify assembly syntaxSamuel Holland
  [PATCH 3/7] riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland
  [PATCH 4/7] riscv: Simplify text patching loopsSamuel Holland
  [PATCH 5/7] riscv: Pass patch_text() the length in bytesSamuel Holland
  [PATCH 6/7] riscv: Use offset_in_page() in text patching functionsSamuel Holland
  [PATCH 7/7] riscv: Remove extra variable in patch_text_nosync()Samuel Holland
  Re: [PATCH v1] Documentation/admin-guide/pm/amd-pstate.rst: fix t ...Randy Dunlap
[New] [PATCH RESEND] asm-generic/io.h: fix grammar typosRandy Dunlap
[New] [PATCH RESEND] iosys-map: fix typosRandy Dunlap
[New] Re: [PATCH net v3] net: stmmac: protect updates of 64-bit statist ...Guenter Roeck
[New] [PATCH v2 RESEND] soc: fsl: fix kernel-doc warnings and typosRandy Dunlap
[New] [PATCH v2 RESEND] soc: fsl: dpio: fix kernel-doc typosRandy Dunlap
[New] [PATCH v2] NTB: ntb_transport: fix all kernel-doc warningsRandy Dunlap
  Re: (subset) [PATCH v8 0/4] RISC-V: Add MMC support for TH1520 boardsDrew Fustini
  Re: Linux 6.8-rc4Guenter Roeck
  Re: [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffe ..."Darrick J. Wong"
  Re: arch/x86/kernel/sys_x86_64.c: rationale for 0x40000000 for MA ...Andi Kleen
  Re: [PATCH] Subject: [PATCH] sound: drivers: fix typo 'reguest' t ...Greg KH
  Re: [PATCH v14 20/53] ASoC: Add SOC USB APIs for adding an USB ba ...Wesley Cheng
\
 
  \ /
  Last update: 2024-02-12 09:02    [1.299 seconds]
©2004-2020 Jasper Spaans