linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-01 01:42:10 to 2018-04-01 22:48:55 UTC [more...]

[PATCH bpf-next v8 00/11] Landlock LSM: Toward unprivileged sandboxing
 2018-04-01 22:48 UTC  (22+ messages)
` [PATCH bpf-next v8 08/11] landlock: Add ptrace restrictions

[PATCH v4 00/14] CPU scaling support for msm8996
 2018-04-01 22:34 UTC  (3+ messages)
` [PATCH v4 01/14] soc: qcom: Separate kryo l2 accessors from PMU driver

[PATCH] list_debug: Print unmangled addresses
 2018-04-01 22:32 UTC 

[PATCH 00/45] C++: Convert the kernel to C++
 2018-04-01 22:20 UTC  (47+ messages)
` [PATCH 01/45] Use UINT_MAX, not -1, to represent an invalid UID, GID or project ID
` [PATCH 02/45] Fix exception_enter() return value
` [PATCH 03/45] Fix loop var in be32_to_cpu_array() and cpu_to_be32_array()
` [PATCH 04/45] Fix use of ACPI_COMPANION_SET()
` [PATCH 05/45] C++: Set compilation as C++ for .c files
` [PATCH 06/45] C++: Do some basic C++ type definition
` [PATCH 07/45] C++: Define a header with some C++ type traits for type checking
` [PATCH 08/45] C++: Implement abs() as an inline template function
` [PATCH 09/45] C++: x86: Fix the x86 syscall table production for C++
` [PATCH 10/45] C++: x86: Turn xchg(), xadd() & co. into inline template functions
` [PATCH 11/45] C++: x86: Turn cmpxchg() "
` [PATCH 12/45] C++: x86: Turn cmpxchg_double() "
` [PATCH 13/45] C++: x86: Turn cmpxchg64() "
` [PATCH 14/45] C++: x86: Turn put_user(), get_user() "
` [PATCH 15/45] C++: Need space between string and symbol
` [PATCH 16/45] C++: Disable VERIFY_OCTAL_PERMISSIONS() for the moment
` [PATCH 17/45] C++: Turn READ_ONCE(), WRITE_ONCE() & co. into inline template functions
` [PATCH 18/45] C++: Turn RCU accessors "
` [PATCH 19/45] C++: Turn ktime_add/sub_ns() "
` [PATCH 20/45] C++: init/main: Constify pointers
` [PATCH 21/45] C++: Set the type of atomic64_t to s64
` [PATCH 22/45] C++: Define apic_intr_mode after the enum definition, not before
` [PATCH 23/45] C++: Don't do "extern asmlinkage"
` [PATCH 24/45] C++: Fix BUILD_BUG_ON_ZERO()
` [PATCH 25/45] C++: Fix void variables
` [PATCH 26/45] C++: Can't have variable/member names the same as typedef names
` [PATCH 27/45] C++: Disable __same_type() for the moment
` [PATCH 28/45] C++: Move ctx_state enum out of struct context_tracking
` [PATCH 29/45] C++: Move the print_line_t enum before first use
` [PATCH 30/45] C++: Include linux/hrtimer.h from linux/timer.h
` [PATCH 31/45] C++: Avoid using 'compl' and 'and' as names
` [PATCH 32/45] C++: __to_fd() needs to reduce the size of v for struct fd::flags
` [PATCH 33/45] C++: Move irqchip_irq_state enum
` [PATCH 34/45] C++: Fix up use of LIST_POISON*
` [PATCH 35/45] C++: Fix static_branch_likely/unlikely()
` [PATCH 36/45] C++: Fix kernfs_type() int->enum
` [PATCH 37/45] C++: Fix page_zonenum() int->enum
` [PATCH 38/45] C++: mutex_trylock_recursive_enum() int->enum
` [PATCH 39/45] C++: Fix spinlock initialisation
` [PATCH 40/45] C++: Fix sema_init()
` [PATCH 41/45] C++: Cast in bitops
` [PATCH 42/45] C++: Hide C++ keywords
` [PATCH 43/45] C++: Don't need to declare struct pgd_t after typedef
` [PATCH 44/45] C++: Can't declare unsized-array in struct cgroup
` [PATCH 45/45] C++: Move initcall_level_names[] to __initdata section

BUG: corrupted list in __dentry_kill
 2018-04-01 22:20 UTC  (6+ messages)

[PATCH] ARM: dts: qcom: pm8941: Add vadc nodes needed to estimate an ocv
 2018-04-01 22:13 UTC  (2+ messages)

Linux 4.16
 2018-04-01 22:01 UTC 

[PATCH] Documentation: devices.rst: minor plural grammar fix
 2018-04-01 21:59 UTC 

[PATCH 00/45] C++: Convert the kernel to C++
 2018-04-01 21:32 UTC 

[PATCH] ARM: dts: qcom-apq8064: disable i2c by default at soc dtsi
 2018-04-01 21:32 UTC  (2+ messages)

[PATCH net] e1000e: Remove Other from EIAC
 2018-04-01 21:29 UTC  (2+ messages)

[PATCH 34/45] C++: Fix up use of LIST_POISON*
 2018-04-01 21:28 UTC 

Sony Vaio VGN-CS31S touch sensor buttons breaking touchpad
 2018-04-01 21:21 UTC 

[PATCH 4.4 000/134] 4.4.123-stable review
 2018-04-01 20:56 UTC  (13+ messages)
` [PATCH 4.4 068/134] usb: dwc2: Make sure we disconnect the gadget state
` [PATCH 4.4 076/134] kprobes/x86: Set kprobes pages read-only
` [PATCH 4.4 085/134] test_firmware: fix setting old custom fw path back on exit
` [PATCH 4.4 088/134] ARM: dts: am335x-pepper: Fix the audio CODECs reset pin
` [PATCH 4.4 089/134] ARM: dts: omap3-n900: "
` [PATCH 4.4 092/134] cpufreq: Fix governor module removal race

[PATCH 0/4] security: Split out hook definitions into lsm_hook_types.h
 2018-04-01 20:43 UTC  (7+ messages)
` [PATCH 1/4] security: Move hook definitions from lsm_hooks.h to lsm_hook_types.h
` [PATCH 2/4] security: Refactor security hooks into structured hooks
` [PATCH 3/4] security: Make security_hook_heads use definitions in lsm_hook_types.h
` [PATCH 4/4] security: generated security hook initialization based on lsm_hook_types.h

[PATCH v5 00/14] Report PCI device link status
 2018-04-01 20:41 UTC  (5+ messages)
` [PATCH v5 03/14] PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
` [PATCH v5 04/14] PCI: Add pcie_bandwidth_available() to compute bandwidth available to device

[RFC v3 0/2] WhiteEgret LSM module
 2018-04-01 20:08 UTC  (2+ messages)

[PATCH 1/3] serial: 8250_early: Add earlycon support for AMD Carrizo / Stoneyridge
 2018-04-01 18:54 UTC  (9+ messages)

[PATCH] net: improve ipv4 performances
 2018-04-01 18:50 UTC  (2+ messages)

4.15.14 crash with iscsi target and dvd
 2018-04-01 18:27 UTC  (10+ messages)

[PATCH v3 0/3] Changes, clean-ups and documentation for spin_is_locked()
 2018-04-01 18:24 UTC  (5+ messages)
` [PATCH v2 1/3] locking: Document the semantics of spin_is_locked()
` [PATCH v3 2/3] arm64: Remove smp_mb() from arch_spin_is_locked()
` [PATCH v3 3/3] locking: Clean up comment and #ifndef for {,queued_}spin_is_locked()

[PATCH 02/12] treewide/net: Rename eth_stp_addr to ether_stp_addr
 2018-04-01 18:07 UTC  (3+ messages)
` [PATCH V2] "

omap4-droid4: voice call support was Re: [PATCHv5,5/5] ARM: dts: omap4-droid4: add soundcard
 2018-04-01 17:30 UTC  (14+ messages)
      ` call/normal switch was Re: omap4-droid4: voice call support was

[PATCH net 0/2] net: bgmac: Couple of sparse warnings
 2018-04-01 17:26 UTC  (3+ messages)
` [PATCH net 1/2] net: bgmac: Correctly annotate register space
` [PATCH net 2/2] net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()

INFO: rcu detected stall in __bitmap_parselist
 2018-04-01 17:14 UTC  (2+ messages)

INFO: rcu detected stall in __bitmap_set
 2018-04-01 17:14 UTC  (2+ messages)

INFO: rcu detected stall in bitmap_parselist
 2018-04-01 17:13 UTC 

INFO: task hung in wb_shutdown (2)
 2018-04-01 17:10 UTC 

INFO: task hung in __get_super
 2018-04-01 17:08 UTC 

WARNING in account_page_dirtied
 2018-04-01 17:01 UTC 

kernel BUG at fs/ext4/extents.c:LINE!
 2018-04-01 17:01 UTC 

BUG: unable to handle kernel paging request in cleanup_bitmap_list
 2018-04-01 17:01 UTC 

KASAN: user-memory-access Write in n_tty_set_termios
 2018-04-01 17:01 UTC 

general protection fault in kernfs_kill_sb
 2018-04-01 17:01 UTC 

[PATCH] kvm: x86 : fix a compile warning
 2018-04-02  1:15 UTC 

[PATCH] soc: bcm: raspberrypi-power: Fix use of __packed
 2018-04-01 16:42 UTC 

[PATCH v2 for-4.17 0/3] Changes and clean-ups for spin_is_locked()
 2018-04-01 16:33 UTC  (3+ messages)

[RFC PATCH for 4.17 00/21] Restartable sequences and CPU op vector
 2018-04-01 16:13 UTC  (3+ messages)
` [RFC PATCH for 4.17 02/21] rseq: Introduce restartable sequences system call (v12)

[PATCH] kvm: Add emulation for movups/movupd
 2018-04-01 15:54 UTC 

[PATCH] kvm : arm/arm64 : fix some warningg
 2018-04-02  0:00 UTC 

[PATCH v2 00/16] Generic infrastructure for unloading initramfs
 2018-04-01 15:05 UTC  (10+ messages)
` [PATCH] Extract initrd free logic from arch-specific code
  ` [PATCH v4 0/16] Generic initrd_free_mem
    ` [PATCH v4 14/16] powerpc: Use generic free_initrd_mem

[PATCH v5 01/16] initrd: Add weakly-linked generic free_initrd_mem
 2018-04-01 14:59 UTC  (17+ messages)
` [PATCH v6 "
  ` [PATCH v6 02/16] riscv: Free initrds with "
  ` [PATCH v6 03/16] alpha: Switch to "
  ` [PATCH v6 04/16] arc: "
  ` [PATCH v6 05/16] c6x: "
  ` [PATCH v6 06/16] frv: "
  ` [PATCH v6 07/16] h8300: "
  ` [PATCH v6 08/16] m32r: "
  ` [PATCH v6 09/16] m68k: "
  ` [PATCH v6 10/16] microblaze: "
  ` [PATCH v6 11/16] nios2: "
  ` [PATCH v6 12/16] openrisc: "
  ` [PATCH v6 13/16] parisc: "
  ` [PATCH v6 14/16] powerpc: "
  ` [PATCH v6 15/16] sh: "
  ` [PATCH v6 16/16] um: "

[BISECTED][REGRESSION] Hang while booting EeePC 900
 2018-04-01 14:35 UTC 

[RFC v2] virtio: support packed ring
 2018-04-01 14:12 UTC 

[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
 2018-04-01 14:10 UTC  (5+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()

[PATCH v3 0/2] KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"
 2018-04-01 11:12 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH v2] phy: tegra: Remove self cast in tegra_xusb_port_find_lane
 2018-04-01 11:04 UTC 

INFO: rcu detected stall in vprintk_default
 2018-04-01 10:52 UTC  (2+ messages)

INFO: rcu detected stall in vprintk_func
 2018-04-01 10:51 UTC  (2+ messages)

[PATCH v3 0/1] Safe LSM (un)loading, and immutable hooks
 2018-04-01 10:37 UTC  (6+ messages)
` [PATCH v3 1/1] security: Add mechanism to safely (un)load LSMs after boot time

WARNING in refcount_sub_and_test (2)
 2018-04-01 10:34 UTC  (2+ messages)

BUG: corrupted list in sctp_association_free
 2018-04-01 10:29 UTC  (4+ messages)

[PATCH 0/2] cowsay support
 2018-04-01  9:18 UTC  (5+ messages)
` [PATCH 1/2] lib: vsprintf: Implement %pCOW
` [PATCH 2/2] printk: Use %pCOW for kmsg

[PATCH] security: remove security_settime
 2018-04-01  8:42 UTC 

KASAN: use-after-free Read in alloc_pid
 2018-04-01  8:21 UTC 

kernel BUG at drivers/tty/tty_ldisc.c:LINE!
 2018-04-01  8:19 UTC 

INFO: rcu detected stall in sch_direct_xmit
 2018-04-01  8:16 UTC 

How to move serial8250_init out of the critical path to decrease boot time?
 2018-04-01  8:05 UTC  (2+ messages)

WARNING in ext4_set_page_dirty
 2018-04-01  8:05 UTC 

WARNING in refcount_dec
 2018-04-01  7:38 UTC  (4+ messages)

How to move `init_ima` out of critical path to decrease boot time?
 2018-04-01  7:37 UTC 

[PATCH] phy: tegra: Remote self cast in tegra_xusb_port_find_lane
 2018-04-01  6:57 UTC 

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-04-01  6:49 UTC  (17+ messages)
` [PATCH v2 04/21] kconfig: reference environments directly and remove 'option env=' syntax
` [PATCH v2 05/21] kconfig: remove string expansion in file_lookup()
` [PATCH v2 06/21] kconfig: remove string expansion for mainmenu after yyparse()
` [PATCH v2 07/21] kconfig: add function support and implement 'shell' function
` [PATCH v2 08/21] kconfig: replace $UNAME_RELEASE with function call
` [PATCH v2 09/21] kconfig: add 'macro' keyword to support user-defined function
` [PATCH v2 10/21] kconfig: add 'success' and 'cc-option' macros

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-01  6:38 UTC  (3+ messages)

[PATCH] autofs4: use wake_up() instead of wake_up_interruptible
 2018-04-01  6:21 UTC  (4+ messages)

[PATCH 0/2] arm64 SMMUv3 PMU driver with IORT support
 2018-04-01  5:44 UTC  (4+ messages)
` [PATCH 2/2] perf: add arm64 smmuv3 pmu driver

[PATCH v4 0/1] Safe LSM (un)loading, and immutable hooks
 2018-04-01  5:41 UTC  (2+ messages)
` [PATCH v4 1/1] security: Add mechanism to safely (un)load LSMs after boot time

[PATCH] security: Split out hook definitions into lsm_hook_types.h
 2018-04-01  5:15 UTC  (2+ messages)

[PATCH 1/1] MACRO_ARG_REUSE in checkpatch.pl is confused about * in typeof
 2018-04-01  5:04 UTC 

linux-next: Signed-off-by missing for commit in the cifs tree
 2018-04-01  4:45 UTC  (2+ messages)

[PATCH v4 1/2] staging: vt6655: check for memory allocation failures
 2018-04-01  2:42 UTC  (2+ messages)

[PATCH net-next 00/12] rxrpc: Fixes and more traces
 2018-04-01  2:29 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Clean up extra parameter from rndis_filter_receive_data()
 2018-04-01  2:28 UTC  (2+ messages)

[PATCH] ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
 2018-04-01  2:28 UTC  (2+ messages)

[PATCH 0/7] net: thunderx: implement DMAC filtering support
 2018-04-01  2:07 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v8 00/10] sched/cpuidle: Idle loop rework
 2018-04-01  1:50 UTC  (3+ messages)
` [PATCH v8 01/10] time: tick-sched: Reorganize idle tick management code

[PATCH 00/12] SWIM driver fixes
 2018-04-01  1:41 UTC  (8+ messages)
` [PATCH 01/12] m68k/mac: Revisit floppy disc controller base addresses
` [PATCH 03/12] m68k/mac: Don't remap SWIM MMIO region
` [PATCH 09/12] block/swim: Rename macros to avoid inconsistent inverted logic
` [PATCH 07/12] block/swim: Remove extra put_disk() call from error path
` [PATCH 05/12] block/swim: Use HEDSEL bit in ISM mode register
` [PATCH 08/12] block/swim: Don't log an error message for an invalid ioctl
` [PATCH 06/12] block/swim: Fix array bounds check

linux-next: Signed-off-by missing for commit in the pci tree
 2018-04-01  1:41 UTC 


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).