linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-01 18:40:40 to 2020-06-01 18:56:33 UTC [more...]

[PATCH 4.14 00/77] 4.14.183-rc1 review
 2020-06-01 17:54 UTC  (33+ messages)
` [PATCH 4.14 05/77] net sched: fix reporting the first-time use timestamp
` [PATCH 4.14 06/77] r8152: support additional Microsoft Surface Ethernet Adapter variant
` [PATCH 4.14 09/77] net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
` [PATCH 4.14 21/77] net: freescale: select CONFIG_FIXED_PHY where needed
` [PATCH 4.14 22/77] cifs: Fix null pointer check in cifs_read
` [PATCH 4.14 24/77] Input: usbtouchscreen - add support for BonXeon TP
` [PATCH 4.14 25/77] Input: i8042 - add ThinkPad S230u to i8042 nomux list
` [PATCH 4.14 26/77] Input: evdev - call input_flush_device() on release(), not flush()
` [PATCH 4.14 31/77] Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
` [PATCH 4.14 32/77] ARM: 8843/1: use unified assembler in headers
` [PATCH 4.14 33/77] ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h
` [PATCH 4.14 35/77] ARM: uaccess: fix DACR mismatch with nested exceptions
` [PATCH 4.14 40/77] ARM: dts: bcm2835-rpi-zero-w: Fix led polarity
` [PATCH 4.14 41/77] mmc: block: Fix use-after-free issue for rpmb
` [PATCH 4.14 42/77] RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
` [PATCH 4.14 43/77] ALSA: hwdep: fix a left shifting 1 by 31 UB bug
` [PATCH 4.14 44/77] ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC
` [PATCH 4.14 46/77] ALSA: hda/realtek - Add new codec supported for ALC287
` [PATCH 4.14 51/77] iommu: Fix reference count leak in iommu_group_alloc
` [PATCH 4.14 52/77] parisc: Fix kernel panic in mem_init()
` [PATCH 4.14 53/77] mac80211: mesh: fix discovery timer re-arming issue / crash
` [PATCH 4.14 54/77] x86/dma: Fix max PFN arithmetic overflow on 32 bit systems
` [PATCH 4.14 55/77] copy_xstate_to_kernel(): dont leave parts of destination uninitialized
` [PATCH 4.14 59/77] xfrm: fix a NULL-ptr deref in xfrm_local_error
` [PATCH 4.14 61/77] vti4: eliminated some duplicate code
` [PATCH 4.14 64/77] netfilter: ipset: Fix subcounter update skip
` [PATCH 4.14 67/77] esp6: get the right proto for transport mode in esp6_gso_encap
` [PATCH 4.14 69/77] bonding: Fix reference count leak in bond_sysfs_slave_add
` [PATCH 4.14 70/77] Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"
` [PATCH 4.14 71/77] netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
` [PATCH 4.14 74/77] rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket
` [PATCH 4.14 75/77] KVM: VMX: check for existence of secondary exec controls before accessing

[PATCH net-next v2 0/3] bridge: mrp: Add support for MRA role
 2020-06-01 18:56 UTC  (2+ messages)

[PATCH 4.19 00/95] 4.19.126-rc1 review
 2020-06-01 17:54 UTC  (39+ messages)
` [PATCH 4.19 02/95] dpaa_eth: fix usage as DSA master, try 3
` [PATCH 4.19 03/95] net: dsa: mt7530: fix roaming from DSA user ports
` [PATCH 4.19 04/95] __netif_receive_skb_core: pass skb by reference
` [PATCH 4.19 10/95] net sched: fix reporting the first-time use timestamp
` [PATCH 4.19 14/95] net/mlx5e: Update netdev txq on completions during closure
` [PATCH 4.19 15/95] net/mlx5: Annotate mutex destroy for root ns
` [PATCH 4.19 16/95] net: sun: fix missing release regions in cas_init_one()
` [PATCH 4.19 20/95] arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts
` [PATCH 4.19 22/95] ARM: dts: rockchip: swap clock-names of gpu nodes
` [PATCH 4.19 27/95] gfs2: move privileged user check to gfs2_quota_lock_check
` [PATCH 4.19 28/95] gfs2: dont call quota_unhold if quotas are not locked
` [PATCH 4.19 29/95] cachefiles: Fix race between read_waiter and read_copier involving op->to_do
` [PATCH 4.19 31/95] usb: gadget: legacy: fix redundant initialization warnings
` [PATCH 4.19 32/95] net: freescale: select CONFIG_FIXED_PHY where needed
` [PATCH 4.19 33/95] IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()
` [PATCH 4.19 34/95] riscv: stacktrace: Fix undefined reference to `walk_stackframe
` [PATCH 4.19 35/95] cifs: Fix null pointer check in cifs_read
` [PATCH 4.19 37/95] Input: usbtouchscreen - add support for BonXeon TP
` [PATCH 4.19 39/95] Input: evdev - call input_flush_device() on release(), not flush()
` [PATCH 4.19 40/95] Input: xpad - add custom init packet for Xbox One S controllers
` [PATCH 4.19 42/95] Input: i8042 - add ThinkPad S230u to i8042 reset list
` [PATCH 4.19 43/95] Input: synaptics-rmi4 - really fix attn_data use-after-free
` [PATCH 4.19 44/95] Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
` [PATCH 4.19 45/95] ARM: 8970/1: decompressor: increase tag size
` [PATCH 4.19 53/95] ARM: dts: bcm2835-rpi-zero-w: Fix led polarity
` [PATCH 4.19 56/95] RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe()
` [PATCH 4.19 57/95] ALSA: hwdep: fix a left shifting 1 by 31 UB bug
` [PATCH 4.19 58/95] ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaround
` [PATCH 4.19 59/95] ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC
` [PATCH 4.19 62/95] ALSA: hda/realtek - Add new codec supported for ALC287
` [PATCH 4.19 67/95] include/asm-generic/topology.h: guard cpumask_of_node() macro argument
` [PATCH 4.19 69/95] parisc: Fix kernel panic in mem_init()
` [PATCH 4.19 72/95] mac80211: mesh: fix discovery timer re-arming issue / crash
` [PATCH 4.19 76/95] xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output
` [PATCH 4.19 77/95] xfrm interface: fix oops when deleting a x-netns interface
` [PATCH 4.19 82/95] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 4.19 85/95] netfilter: nfnetlink_cthelper: unbreak userspace helper support
` [PATCH 4.19 86/95] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code

[PATCH] net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss()
 2020-06-01 18:53 UTC  (2+ messages)

[PATCH v2] afs: Fix memory leak in afs_put_sysnames()
 2020-06-01 18:52 UTC  (4+ messages)
  ` [v2] "

[PATCH] flow_dissector: work around stack frame size warning
 2020-06-01 18:52 UTC  (2+ messages)

[GIT PULL] i3c: Changes for 5.8
 2020-06-01 18:52 UTC  (3+ messages)

[PATCH] lan743x: Added fixed link and RGMII support
 2020-06-01 18:51 UTC  (2+ messages)

[PATCH v2 00/10] x86: Clean up percpu operations
 2020-06-01 18:50 UTC  (3+ messages)
` [PATCH v2 05/10] x86/percpu: Remove "e" constraint from XADD

[GRUB PATCH RFC 00/18] i386: Intel TXT secure launcher
 2020-06-01 18:03 UTC  (7+ messages)

[PATCH 5.4 000/142] 5.4.44-rc1 review
 2020-06-01 17:55 UTC  (72+ messages)
` [PATCH 5.4 001/142] ax25: fix setsockopt(SO_BINDTODEVICE)
` [PATCH 5.4 005/142] net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend
` [PATCH 5.4 006/142] __netif_receive_skb_core: pass skb by reference
` [PATCH 5.4 007/142] net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
` [PATCH 5.4 008/142] net: ipip: fix wrong address family in init error path
` [PATCH 5.4 009/142] net/mlx5: Add command entry handling completion
` [PATCH 5.4 012/142] net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
` [PATCH 5.4 015/142] net/tls: fix race condition causing kernel panic
` [PATCH 5.4 018/142] sctp: Dont add the shutdown timer if its already been added
` [PATCH 5.4 019/142] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed
` [PATCH 5.4 020/142] tipc: block BH before using dst_cache
` [PATCH 5.4 021/142] net/mlx5e: kTLS, Destroy key object after destroying the TIS
` [PATCH 5.4 022/142] net/mlx5e: Fix inner tirs handling
` [PATCH 5.4 023/142] net/mlx5: Fix memory leak in mlx5_events_init
` [PATCH 5.4 027/142] net/tls: fix encryption error checking
` [PATCH 5.4 031/142] mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload fails
` [PATCH 5.4 033/142] ARM: dts: rockchip: fix phy nodename for rk3229-xms6
` [PATCH 5.4 034/142] arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts
` [PATCH 5.4 035/142] arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu node
` [PATCH 5.4 036/142] ARM: dts: rockchip: swap clock-names of gpu nodes
` [PATCH 5.4 037/142] ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi
` [PATCH 5.4 039/142] ALSA: usb-audio: add mapping for ASRock TRX40 Creator
` [PATCH 5.4 040/142] net: microchip: encx24j600: add missed kthread_stop
` [PATCH 5.4 043/142] gfs2: Grab glock reference sooner in gfs2_add_revoke
` [PATCH 5.4 048/142] usb: dwc3: pci: Enable extcon driver for Intel Merrifield
` [PATCH 5.4 049/142] usb: phy: twl6030-usb: Fix a resource leak in an error handling path in twl6030_usb_probe()
` [PATCH 5.4 050/142] usb: gadget: legacy: fix redundant initialization warnings
` [PATCH 5.4 051/142] net: freescale: select CONFIG_FIXED_PHY where needed
` [PATCH 5.4 052/142] IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()
` [PATCH 5.4 054/142] clk: ti: am33xx: fix RTC clock parent
` [PATCH 5.4 056/142] csky: Fixup perf callchain unwind
` [PATCH 5.4 057/142] csky: Fixup remove duplicate irq_disable
` [PATCH 5.4 059/142] cifs: Fix null pointer check in cifs_read
` [PATCH 5.4 061/142] samples: bpf: Fix build error
` [PATCH 5.4 062/142] drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c
` [PATCH 5.4 067/142] Input: dlink-dir685-touchkeys - fix a typo in driver name
` [PATCH 5.4 070/142] Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
` [PATCH 5.4 072/142] ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h
` [PATCH 5.4 076/142] arm64: dts: mt8173: fix vcodec-enc clock
` [PATCH 5.4 078/142] gpu/drm: Ingenic: Fix opaque pointer casted to wrong type
` [PATCH 5.4 081/142] ARM: dts: bcm2835-rpi-zero-w: Fix led polarity
` [PATCH 5.4 082/142] ARM: dts: bcm: HR2: Fix PPI interrupt types
` [PATCH 5.4 083/142] mmc: block: Fix use-after-free issue for rpmb
` [PATCH 5.4 085/142] gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()
` [PATCH 5.4 091/142] clk: qcom: gcc: Fix parent for gpll0_out_even
` [PATCH 5.4 092/142] ALSA: usb-audio: Quirks for Gigabyte TRX40 Aorus Master onboard audio
` [PATCH 5.4 096/142] RDMA/core: Fix double destruction of uobject
` [PATCH 5.4 101/142] fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
` [PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"
` [PATCH 5.4 104/142] gpio: fix locking open drain IRQ lines
` [PATCH 5.4 110/142] x86/dma: Fix max PFN arithmetic overflow on 32 bit systems
` [PATCH 5.4 111/142] copy_xstate_to_kernel(): dont leave parts of destination uninitialized
` [PATCH 5.4 112/142] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
` [PATCH 5.4 115/142] xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output
` [PATCH 5.4 118/142] xfrm: fix a NULL-ptr deref in xfrm_local_error
` [PATCH 5.4 119/142] xfrm: fix error in comment
` [PATCH 5.4 120/142] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 5.4 122/142] netfilter: ipset: Fix subcounter update skip
` [PATCH 5.4 124/142] netfilter: nfnetlink_cthelper: unbreak userspace helper support
` [PATCH 5.4 125/142] netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
` [PATCH 5.4 127/142] bnxt_en: Fix accumulation of bp->net_stats_prev
` [PATCH 5.4 128/142] ieee80211: Fix incorrect mask for default PE duration
` [PATCH 5.4 132/142] nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
` [PATCH 5.4 135/142] ipv4: nexthop version of fib_info_nh_uses_dev
` [PATCH 5.4 136/142] net: dsa: declare lockless TX feature for slave ports
` [PATCH 5.4 137/142] bonding: Fix reference count leak in bond_sysfs_slave_add
` [PATCH 5.4 138/142] Revert "Input: i8042 - add ThinkPad S230u to i8042 nomux list"
` [PATCH 5.4 139/142] netfilter: conntrack: comparison of unsigned in cthelper confirmation
` [PATCH 5.4 140/142] netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update
` [PATCH 5.4 141/142] netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
` [PATCH 5.4 142/142] perf: Make perf able to build with latest libbfd

Question: livepatch failed for new fork() task stack unreliable
 2020-06-01 18:05 UTC  (3+ messages)

[PATCH] ipv4: nexthop: Fix deadcode issue by performing a proper NULL check
 2020-06-01 18:06 UTC  (2+ messages)

vimc: Add color descriptions to test image
 2020-06-01 18:06 UTC  (3+ messages)

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-01 18:06 UTC  (8+ messages)

[PATCH v3] devres: keep both device name and resource name in pretty name
 2020-06-01 18:48 UTC  (2+ messages)

[PATCH 5/5] arm: kexec_file: load zImage or uImage, initrd and dtb
 2020-06-01 18:48 UTC  (2+ messages)

[PATCH 0/5] cleanups
 2020-06-01 18:45 UTC  (6+ messages)
` [PATCH 1/5] rcu/rcutorture: replace 0 with false
` [PATCH 2/5] rcu: replace 1 with true
` [PATCH 3/5] rcu: replace + with |
` [PATCH 4/5] x86/ftrace: Add annotations for ftrace_arch_code_modify_prepare() and ftrace_arch_code_modify_post_process()
` [PATCH 5/5] sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()

[PATCH v3 0/2] regmap: provide simple bitops and use them in a driver
 2020-06-01 18:46 UTC  (3+ messages)

[PATCH v2 0/3] media: rockchip: Introduce driver for the camera interface on PX30
 2020-06-01 18:45 UTC  (2+ messages)

[BOOTLOADER SPECIFICATION RFC] The bootloader log format for TrenchBoot and others
 2020-06-01 18:25 UTC  (2+ messages)

[git pull] uaccess csum
 2020-06-01 18:22 UTC 

[git pull] uaccess access_ok()
 2020-06-01 18:25 UTC 

[PATCH v3 1/4] seccomp: rename "usage" to "refs" and document
 2020-06-01 18:33 UTC  (2+ messages)

[git pull] set_fs() removal in coredump-related area
 2020-06-01 18:35 UTC 

[PATCH net-next] tipc: Fix NULL pointer dereference in __tipc_sendstream()
 2020-06-01 18:34 UTC  (2+ messages)

[PATCH v2] RISC-V: Don't mark init section as non-executable
 2020-06-01 18:23 UTC  (2+ messages)

[GIT PULL] Please pull hmm changes
 2020-06-01 18:25 UTC 

[PATCH 5.6 000/177] 5.6.16-rc1 review
 2020-06-01 17:53 UTC  (25+ messages)
` [PATCH 5.6 001/177] ax25: fix setsockopt(SO_BINDTODEVICE)
` [PATCH 5.6 003/177] ethtool: count header size in reply size estimate
` [PATCH 5.6 004/177] felix: Fix initialization of ioremap resources
` [PATCH 5.6 005/177] net: dont return invalid table id error when we fall back to PF_UNSPEC
` [PATCH 5.6 008/177] __netif_receive_skb_core: pass skb by reference
` [PATCH 5.6 009/177] net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*
` [PATCH 5.6 011/177] net/mlx5: Add command entry handling completion
` [PATCH 5.6 013/177] net: nlmsg_cancel() if put fails for nhmsg
` [PATCH 5.6 014/177] net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()
` [PATCH 5.6 016/177] net sched: fix reporting the first-time use timestamp
` [PATCH 5.6 017/177] net/tls: fix race condition causing kernel panic
` [PATCH 5.6 018/177] nexthop: Fix attribute checking for groups
` [PATCH 5.6 019/177] r8152: support additional Microsoft Surface Ethernet Adapter variant
` [PATCH 5.6 020/177] sctp: Dont add the shutdown timer if its already been added
` [PATCH 5.6 021/177] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed
` [PATCH 5.6 023/177] net/mlx5e: kTLS, Destroy key object after destroying the TIS
` [PATCH 5.6 024/177] net/mlx5e: Fix inner tirs handling
` [PATCH 5.6 025/177] net/mlx5: Fix memory leak in mlx5_events_init
` [PATCH 5.6 027/177] net/mlx5: Fix error flow in case of function_setup failure
` [PATCH 5.6 028/177] wireguard: noise: read preshared key while taking lock
` [PATCH 5.6 030/177] wireguard: noise: separate receive counter from send counter
` [PATCH 5.6 034/177] Revert "virtio-balloon: Revert "virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM""
` [PATCH 5.6 040/177] net/mlx4_core: fix a memory leak bug
` [PATCH 5.6 053/177] ARM: dts: omap4-droid4: Fix flakey wlan by disabling internal pull for gpio

[GIT PULL] sh: remove sh5 support
 2020-06-01 18:13 UTC  (8+ messages)

[git pull] vfs patches from Miklos
 2020-06-01 18:40 UTC 

[PATCH RESEND v2 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
 2020-06-01 18:22 UTC  (8+ messages)
` [PATCH v2 6/6] MAINTAINERS: Add maintainers for MIPS core drivers
            ` [RFC PATCH -next] MAINTAINERS: Update F: and X: entry ordering (was Re: [PATCH v2 6/6] MAINTAINERS: Add maintainers for MIPS core drivers)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).